html, body {
  font-size: 14px;
  height: 100%; }

em {
  font-style: normal; }

.wrap1 {
  width: 900px;
  margin: 0 auto;
  position: relative; }

div {
  box-sizing: border-box; }

a {
  transition: all 0.2s; }

.icon {
  width: 44px;
  height: 44px;
  display: inline-block; }

.x-btn a {
  display: inline-block;
  border: 1px solid #f50000;
  box-sizing: border-box;
  width: 166px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  color: #f50000; }
  .x-btn a:hover {
    background: #f50000;
    color: #fff; }

.org-bg {
  background: #f50000; }

.g-top-icon {
  background: url(../images/g-top.png) no-repeat center/cover; }

.g-bot-icon {
  background: url(../images/g-bot.png) no-repeat center/cover; }

.b-top-icon {
  background: url(../images/b-top.png) no-repeat center/cover; }

.b-bot-icon {
  background: url(../images/b-bot.png) no-repeat center/cover; }

.bg-grey {
  background: #f7f6f6; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

.heigth {
  height: 100px;
  width: 100%; }

.container {
  position: relative;
  padding-bottom: 360px;
  min-height: 100%; }

.header {
  height: 100px; }

header {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff; }
  header.active {
    box-shadow: 0 2px 10px #ccc; }
  header .logo {
    height: 80px;
    width: 400px;
    float: left;
    margin: 10px 10px 10px 0px; }
    header .logo img {
      height: 100%; }
  header .logo-name {
    height: 100%;
    width: 290px;
    float: left;
    text-align: center;
    line-height: 100px; }
    header .logo-name img {
      height: 100%; }
  header .menu {
    float: left;
    height: 100%;
    margin-left: 35px;
    padding-top: 35px; }
    header .menu ul {
      position: relative; }
      header .menu ul li {
        display: inline-block;
        margin: 0 10px;
        box-sizing: border-box; }
        header .menu ul li > a {
          display: block;
          text-align: center;
          padding: 5px 0;
          font-size: 16px; }
          header .menu ul li > a:hover {
            border-color: #f50000;
            color: #0068b6; }
        header .menu ul li .dl {
          width: 100%;
          position: fixed;
          top: 100px;
          background: rgba(0, 0, 0, 0.5);
          overflow: hidden;
          opacity: 0;
          transition: all .4s;
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
          font-size: 0;
          box-sizing: border-box;
          height: 0px; }
          header .menu ul li .dl dl {
            position: relative;
            width: 1200px;
            padding: 0 180px 0 435px;
            box-sizing: border-box;
            margin: 0 auto; }
            header .menu ul li .dl dl dt {
              width: 25%;
              display: inline-block; }
              header .menu ul li .dl dl dt a {
                text-align: center;
                display: block;
                overflow: hidden;
                width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                box-sizing: border-box;
                padding: 10px;
                font-size: 16px;
                color: #fff; }
      header .menu ul li.act > a {
        border-color: #f50000;
        color: #0068b6; }
  header .menu-icon {
    width: 30px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center/cover;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none; }

.index-con {
  position: relative;
  top: -60px;
  z-index: 10; }

.index-con .con1 {
  overflow: hidden; }

.index-con .con1 .left {
  width: 300px;
  background: #fff;
  float: left; }

.index-con .con1 .right {
  width: 878px;
  background: #fff;
  float: right;
  padding: 0 20px; }

.gonggao h3 {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  color: #fff; }

.gonggao h3 a {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-size: 14px; }

.gonggao ul {
  padding: 0 10px;
  height: 254px; }

.gonggao ul li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }

.gonggao ul li a {
  font-size: 16px;
  display: block;
  overflow: hidden; }

.gonggao ul li a p {
  overflow: hidden;
  width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gonggao ul li a span {
  float: right;
  margin: 3px 0 0 10px;
  font-size: 14px;
  color: #999; }

.item-head {
  padding: 10px; }

.item-head h3 {
  color: #333;
  font-size: 16px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.item-head h3 span {
  width: 105px;
  border-bottom: 2px dotted  #ccc;
  display: inline-block;
  position: relative;
  top: -5px;
  left: 20px; }

.input-item-list .input-item {
  margin: 15px 0; }

.input-item-list .input-item label {
  margin-right: 5px; }

.input-item-list .input-item input {
  width: 240px;
  height: 30px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc; }

.service P {
  text-align: right; }

.btn {
  text-align: center; }

.btn a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  color: #fff;
  display: inline-block; }

.contact h3 {
  margin-bottom: 10px; }

.contact p {
  margin: 5px 0; }

.contact p span {
  display: inline-block;
  width: 42px;
  text-align: right; }

#view5-5 {
  height: 338px; }

.newlist ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc; }

.newlist ul li a {
  display: inline-block; }

.newlist ul li a img {
  width: 100%; }

.newlist ul li a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 280px;
  font-size: 16px;
  line-height: 26px; }

.newlist ul li a h3.f-h3 {
  margin: 10px 0 5px 0;
  line-height: 21px; }

.newlist ul li a p {
  color: #999;
  font-size: 14px;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.fengcai {
  margin: 0;
  float: left;
  width: 400px;
  box-sizing: initial;
  padding: 0; }

.fengcai > h3, .huodong > h3 {
  padding: 13px 20px 8px 0; }

.fengcai ul li {
  padding: 8px 0;
  border-bottom: 1px solid #ccc; }

.fengcai ul li a {
  display: inline-block; }

.fengcai ul li a h3.f-h3 {
  margin: 7px 0 5px 0; }

.fengcai ul li a p {
  color: #999;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#view3-3 {
  height: 665px; }

.right-item {
  float: right;
  width: 400px; }

.huodong {
  margin: 0;
  box-sizing: initial;
  padding: 0; }

.huodong ul li a {
  display: block; }

.huodong ul li a .date {
  width: 60px;
  height: 50px;
  float: left;
  text-align: center; }

.huodong ul li {
  padding-bottom: 15px; }

.huodong ul li a .date p {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #e4e2e2;
  border-top: none; }

.huodong ul li a .date p.yue {
  background: #af814d;
  color: #fff;
  height: 20px;
  line-height: 20px;
  font-weight: normal;
  border: none; }

.huodong ul li a p.text {
  margin-left: 70px;
  font-size: 16px;
  width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.more {
  color: #0f72ce;
  margin-top: 5px;
  display: block; }

.huigu {
  margin-top: 20px; }

.huigu a {
  width: 160px;
  margin-top: 20px;
  display: block;
  text-align: center; }

.huigu a img {
  width: 70px; }

.huigu a p {
  margin-top: 5px; }

.huigu-con {
  margin-top: 20px; }

.huigu-con img {
  width: 100%; }

.huigu-con p {
  font-size: 16px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.hr-j {
  width: 100%;
  background: #f5f5f5;
  height: 3px; }

.index-con .con2 {
  overflow: hidden; }

.index-con .con2 .left {
  width: 743px;
  background: #fff;
  float: left; }

.index-con .con2 .right {
  width: 400px;
  background: #fff;
  float: right;
  margin-right: 20px; }

.list-img {
  margin-right: 20px; }

#view2-2 {
  height: 260px; }

.pingtai {
  padding: 0px;
  margin-top: 5px; }

.pingtai h3 {
  font-size: 16px;
  padding: 13px 20px 8px 0; }

.pingtai ul {
  margin-top: 10px;
  overflow: hidden;
  height: 302px; }

.pingtai ul li {
  width: 50%;
  float: left; }

.pingtai ul a {
  display: inline-block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px; }

.pingtai ul a p {
  margin-top: 10px;
  font-size: 16px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #333333;
  overflow: hidden;
  font-size: 12px;
  color: #fff; }
  footer .footer .f-top {
    margin-top: 50px; }
    footer .footer .f-top ul li {
      padding: 0 98px;
      width: 105px !important; }
      footer .footer .f-top ul li .er {
        display: inline-block;
        vertical-align: middle; }
        footer .footer .f-top ul li .er img {
          width: 105px; }
      footer .footer .f-top ul li .hr-h {
        width: 1px;
        height: 80px;
        display: inline-block;
        vertical-align: middle;
        margin: -20px 70px 0 70px; }
      footer .footer .f-top ul li p {
        font-size: 12px;
        color: #999;
        margin-bottom: 3px; }
        footer .footer .f-top ul li p.color-org {
          color: #f50000;
          font-weight: bold;
          font-size: 18px;
          margin-top: 15px; }
        footer .footer .f-top ul li p.icon-item {
          text-align: center;
          margin-top: 10px; }
      footer .footer .f-top ul li span {
        display: inline-block;
        color: #f50000;
        border: 1px solid #f50000;
        padding: 2px 10px;
        margin-top: 20px; }
  footer .footer .f-bot {
    margin: 30px 0; }
    footer .footer .f-bot img {
      float: left;
      width: 90px;
      height: 90px;
      margin-right: 20px; }
    footer .footer .f-bot .bot-text {
      margin-left: 90px; }
      footer .footer .f-bot .bot-text ul li {
        display: inline-block;
        border-right: 1px solid #fff;
        padding: 0 10px; }
        footer .footer .f-bot .bot-text ul li:last-of-type {
          border-right: none; }
        footer .footer .f-bot .bot-text ul li a {
          color: #fff; }

.public-box {
  overflow: hidden; }
  .public-box .wrap1 {
    margin-top: 60px; }
    .public-box .wrap1 h3 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 70px; }
    .public-box .wrap1 .content-box {
      background: #fff;
      padding: 24px 34px 118px 34px; }
      .public-box .wrap1 .content-box .about-h img {
        width: 110px;
        height: 110px;
        float: left; }
      .public-box .wrap1 .content-box .about-h .title h4 {
        font-size: 26px;
        padding: 20px 0;
        text-align: center; }
      .public-box .wrap1 .content-box .about-h .title p {
        font-size: 14px;
        padding-bottom: 10px;
        color: #999;
        text-align: center; }
      .public-box .wrap1 .content-box .about-text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px; }
        .public-box .wrap1 .content-box .about-text img {
          width: 100%;
          height: auto; }
        .public-box .wrap1 .content-box .about-text table, .public-box .wrap1 .content-box .about-text table tr th, .public-box .wrap1 .content-box .about-text table tr td {
          border: 1px solid #0094ff; }
    .public-box .wrap1 .downlist {
      min-height: 300px;
      background: #fff;
      padding: 20px 0; }
      .public-box .wrap1 .downlist ul {
        overflow: hidden; }
        .public-box .wrap1 .downlist ul li {
          float: left;
          width: 20%;
          box-sizing: border-box;
          padding: 1% 3%; }
          .public-box .wrap1 .downlist ul li a {
            display: block;
            width: 100%;
            padding: 3%;
            box-sizing: border-box;
            text-align: center;
            border: 1px solid #f5f5f5; }
            .public-box .wrap1 .downlist ul li a img {
              width: 100%; }
            .public-box .wrap1 .downlist ul li a p {
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
  .public-box .wrap {
    margin-top: 60px; }
    .public-box .wrap h3 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 70px; }
    .public-box .wrap .content-box {
      background: #fff;
      padding: 24px 34px 118px 34px; }
      .public-box .wrap .content-box .about-h img {
        width: 110px;
        height: 110px;
        float: left; }
      .public-box .wrap .content-box .about-h .title h4 {
        font-size: 26px;
        padding: 20px 0;
        text-align: center; }
      .public-box .wrap .content-box .about-h .title p {
        font-size: 14px;
        padding-bottom: 10px;
        color: #999;
        text-align: center; }
      .public-box .wrap .content-box .about-text {
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px; }

.bus-page .wrap .content-box {
  padding: 0;
  background: none;
  margin-bottom: 30px; }
  .bus-page .wrap .content-box .bus-h {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    display: flex; }
    .bus-page .wrap .content-box .bus-h .tab {
      flex: 1;
      line-height: 74px;
      background: #f5f4f4;
      cursor: pointer; }
    .bus-page .wrap .content-box .bus-h .cur {
      background: #f50000;
      color: #fff; }
  .bus-page .wrap .content-box .bus-item-list {
    overflow: hidden; }
    .bus-page .wrap .content-box .bus-item-list .item-list {
      display: none; }
      .bus-page .wrap .content-box .bus-item-list .item-list .bus-item {
        position: relative;
        margin-bottom: 14px;
        background: #fff;
        padding: 20px 0;
        font-size: 16px; }
        .bus-page .wrap .content-box .bus-item-list .item-list .bus-item img {
          margin: 0 44px 0 100px;
          height: 90px; }
        .bus-page .wrap .content-box .bus-item-list .item-list .bus-item i {
          position: absolute;
          top: 38px;
          right: 45px; }
        .bus-page .wrap .content-box .bus-item-list .item-list .bus-item .bus-text {
          padding: 35px;
          line-height: 26px;
          display: none; }

.case-page .wrap .content-box {
  padding: 0;
  overflow: hidden; }
  .case-page .wrap .content-box .x-btn {
    text-align: center;
    margin: 20px 0 54px 0; }

.case-list .case-item {
  overflow: hidden;
  cursor: pointer;
  padding: 34px;
  border-bottom: 1px dashed #eeecec; }
  .case-list .case-item img {
    float: left;
    width: 256px;
    height: 150px; }
  .case-list .case-item .case-text h4 {
    font-size: 16px;
    margin: 24px 0 16px 0; }
  .case-list .case-item .case-text p {
    line-height: 22px;
    color: #999; }

.honor-page .wrap .content-box {
  padding: 24px 34px 50px 34px; }
  .honor-page .wrap .content-box .honor-list {
    overflow: hidden;
    margin-right: -20px; }
    .honor-page .wrap .content-box .honor-list .honor-item {
      border: 1px solid #eee;
      width: 218px;
      height: 220px;
      float: left;
      text-align: center;
      padding: 10px;
      margin-right: 20px;
      margin-bottom: 20px; }
      .honor-page .wrap .content-box .honor-list .honor-item img {
        max-width: 100%;
        height: 142px; }
      .honor-page .wrap .content-box .honor-list .honor-item p {
        font-size: 16px;
        margin-top: 5px; }
  .honor-page .wrap .content-box .more {
    margin: 50px 0 0 0; }

.news-page .wrap .content-box {
  background: #fff; }
  .news-page .wrap .content-box .x-btn {
    margin: 40px 0; }

.contact-page .wrap .content-box {
  padding: 50px;
  margin-bottom: 80px; }
  .contact-page .wrap .content-box .contact img {
    width: 100%; }
  .contact-page .wrap .content-box .contact p {
    margin-top: 20px;
    font-size: 18px; }
    .contact-page .wrap .content-box .contact p span {
      margin-right: 30px; }

.contact-page .message .input-item {
  overflow: hidden;
  margin-bottom: 20px; }
  .contact-page .message .input-item span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-right: 36px;
    font-size: 16px; }
  .contact-page .message .input-item input {
    border: 1px dashed #ccc;
    height: 54px;
    box-sizing: border-box;
    width: 426px;
    padding: 20px; }
  .contact-page .message .input-item textarea {
    width: 790px;
    height: 254px;
    border: 1px dashed #ccc;
    box-sizing: border-box;
    resize: none;
    padding: 20px; }

.contact-page .x-btn {
  text-align: center;
  margin-top: 60px; }
  .contact-page .x-btn a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 30px; }

.wap-page, .footer-wap {
  display: none; }

.back {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block; }

@media only all and (max-width: 1024px) {
  .container {
    padding-bottom: 20px; }
  header {
    height: 50px; }
    header .logo {
      width: 160px;
      height: 40px;
      margin: 6px 10px 0px 20px; }
    header .logo-name {
      line-height: 50px;
      width: 170px; }
      header .logo-name img {
        width: 100%;
        height: auto; }
    header .menu {
      display: none;
      position: absolute;
      top: 50px;
      right: 0px;
      background: #333333;
      opacity: 0.5;
      color: #fff;
      height: auto;
      margin: 0;
      padding-top: 0; }
      header .menu ul li {
        display: block;
        width: 100px; }
        header .menu ul li a {
          color: #fff;
          border: none;
          padding: 10px 0; }
        header .menu ul li.act a {
          color: #f50000; }
    header .menu-icon {
      display: block; }
  .pc-page, .footer-pc {
    display: none; }
  .footer-wap {
    display: block;
    padding: 0 10px; }
    .footer-wap .fot-bot {
      margin: 20px 0;
      overflow: hidden;
      width: 100%; }
      .footer-wap .fot-bot img {
        width: 50px;
        float: left; }
      .footer-wap .fot-bot .text {
        margin-left: 60px; }
        .footer-wap .fot-bot .text ul {
          overflow: hidden; }
          .footer-wap .fot-bot .text ul li {
            float: left;
            margin: 0 10px 5px 0; }
            .footer-wap .fot-bot .text ul li a {
              color: #fff; }
        .footer-wap .fot-bot .text p {
          margin-top: 5px; }
  .wap-page {
    display: block; }
    .wap-page .item-wrap {
      padding: 0 22px 30px 22px; }
      .wap-page .item-wrap .x-btn {
        margin-top: 20px; }
    .wap-page .wap-item h3 {
      padding: 25px 0;
      font-size: 20px;
      text-align: center; }
    .wap-page .wap-item ul li {
      margin-bottom: 20px; }
      .wap-page .wap-item ul li a {
        display: block;
        overflow: hidden; }
        .wap-page .wap-item ul li a img {
          width: 66px;
          height: 66px;
          float: left; }
        .wap-page .wap-item ul li a .text {
          margin-left: 76px; }
          .wap-page .wap-item ul li a .text h4 {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            font-size: 16px; }
          .wap-page .wap-item ul li a .text p {
            font-size: 12px;
            color: #999;
            margin-top: 5px;
            overflow: hidden;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .wap-page .pingtai ul li {
      padding: 10px;
      margin: 0;
      width: 50%;
      box-sizing: border-box; }
      .wap-page .pingtai ul li a {
        padding: 0; }
        .wap-page .pingtai ul li a img {
          float: none; }
        .wap-page .pingtai ul li a p {
          overflow: hidden;
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap; }
    .wap-page .huigu h3 {
      padding: 25px 0;
      font-size: 20px;
      text-align: center; }
    .wap-page .huigu ul li {
      width: 100%; }
      .wap-page .huigu ul li a {
        display: block; }
        .wap-page .huigu ul li a img {
          width: 100%; }
        .wap-page .huigu ul li a p {
          margin: 10px 0; }
    .wap-page .yugao h3 {
      padding: 25px 0;
      font-size: 20px;
      text-align: center; }
    .wap-page .yugao ul {
      overflow: hidden; }
      .wap-page .yugao ul li {
        float: left;
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box; }
        .wap-page .yugao ul li a {
          display: block;
          position: relative; }
          .wap-page .yugao ul li a img {
            width: 100%;
            height: 150px; }
          .wap-page .yugao ul li a p {
            margin: 10px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .wap-page .yugao ul li a span {
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
            background: #f50000;
            color: #fff;
            padding: 3px 10px; }
    .wap-page .gonggao {
      height: 60px;
      padding: 10px 0;
      border-bottom: 1px dashed #f5f5f5;
      border-top: 1px dashed #f5f5f5;
      overflow: hidden; }
      .wap-page .gonggao .gonggao-item a {
        overflow: hidden;
        width: 100%;
        margin-top: 0; }
        .wap-page .gonggao .gonggao-item a p {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .wap-page .gonggao .gonggao-item a span {
          margin-top: 5px;
          float: right;
          color: #ccc; }
  .banner {
    height: 300px; }
  .heigth {
    height: 50px; }
  .wrap {
    width: 100%; }
  .wrap1 {
    width: 100%; } }

@media only all and (max-width: 767px) {
  .header {
    display: none; }
  header .logo {
    width: 160px;
    height: 40px;
    margin: 6px 10px 0px 20px; }
  .banner {
    height: 150px; }
  .public-box .wrap1 {
    padding: 0 10px;
    margin-top: 10px; }
    .public-box .wrap1 h3 {
      font-size: 25px;
      margin-bottom: 50px; }
    .public-box .wrap1 .content-box {
      padding: 10px 10px 34px 10px; }
      .public-box .wrap1 .content-box .about-h img {
        width: 50px;
        height: 50px; }
      .public-box .wrap1 .content-box .about-h .title h4 {
        font-size: 16px;
        padding: 4px 0; }
      .public-box .wrap1 .content-box .about-h .title p {
        font-size: 14px; }
      .public-box .wrap1 .content-box .about-text {
        margin-top: 7px; }
        .public-box .wrap1 .content-box .about-text img {
          width: 100% !important;
          heigth: auto !important; }
  .case-page .wrap1 .content-box {
    padding: 0;
    overflow: hidden; }
    .case-page .wrap1 .content-box .x-btn {
      margin: 20px 0 54px 0; }
      .case-page .wrap1 .content-box .x-btn a {
        width: 120px;
        font-size: 14px;
        height: 36px;
        line-height: 36px; }
  .case-list .case-item {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px dashed #eeecec; }
    .case-list .case-item img {
      float: left;
      width: 100px;
      height: 60px; }
    .case-list .case-item .case-text h4 {
      font-size: 14px;
      margin: 5px 0 3px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .case-list .case-item .case-text p {
      line-height: 18px;
      font-size: 12px; }
  .honor-page .wrap .content-box .honor-list {
    margin-right: 0; }
    .honor-page .wrap .content-box .honor-list .honor-item {
      border: 1px solid #eee;
      width: 48%;
      height: 150px;
      float: left;
      text-align: center;
      padding: 10px;
      margin: 0 1% 20px 1%; }
      .honor-page .wrap .content-box .honor-list .honor-item img {
        height: 80px; }
      .honor-page .wrap .content-box .honor-list .honor-item p {
        font-size: 14px;
        margin-top: 5px; }
  .news-page .wrap .content-box {
    padding: 0 0 20px 0; }
    .news-page .wrap .content-box .bus-item-list {
      background: #fff; }
      .news-page .wrap .content-box .bus-item-list .x-btn {
        margin: 10px 0 0 0; }
  .contact-page .wrap .content-box {
    padding: 10px;
    margin-bottom: 30px; }
    .contact-page .wrap .content-box .contact p {
      margin-top: 10px;
      font-size: 12px; }
      .contact-page .wrap .content-box .contact p span {
        margin-right: 10px; }
  .contact-page .message {
    padding: 20px 10px; }
    .contact-page .message .input-item span {
      margin-right: 10px;
      font-size: 14px;
      width: 25%; }
    .contact-page .message .input-item input {
      height: 34px;
      width: 66%;
      padding: 10px; }
    .contact-page .message .input-item textarea {
      width: 66%;
      height: 100px;
      padding: 10px; }
  .contact-page .x-btn {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px; }
    .contact-page .x-btn a {
      width: 90px;
      height: 30px;
      line-height: 30px;
      margin-right: 10px; }
  .x-btn a {
    width: 120px;
    font-size: 14px;
    height: 36px;
    line-height: 36px; } }

.xiala {
  width: 7px;
  height: 7px;
  background: url(../images/xiala.png) no-repeat center/100%;
  display: inline-block; }

.x-slide {
  width: 146px;
  height: 41px;
  position: absolute;
  background: #0077b3;
  z-index: -1;
  top: 0;
  transition: all 0.5s ease;
  border-radius: 3px; }
