@charset "UTF-8";
/*!
 *  湖南软程网络科技有限公司 (软程科技) RCWAP.COM
 *  APP/小程序/公众号/WEB开发
 *  开发日期: 2022/4/24 下午7:55
 */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  font-size: 14px; }

body {
  color: #343434; }

div {
  box-sizing: border-box; }

input:focus {
  border: 1px solid #ddd;
  outline: none; }

textarea:focus {
  border: 1px solid #ddd;
  outline: none; }

input::-webkit-input-placeholder {
  color: #999; }

textarea::-webkit-input-placeholder {
  color: #999; }

a {
  text-decoration: none;
  color: #313131;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

a:hover {
  color: #096fc3;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pagebox {
  width: 1280px;
  margin: 0 auto; }

.flex {
  display: flex; }

.align-center {
  align-items: center; }

.justify-between {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

.topbar {
  background-color: #3b7efa;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 12px; }
  .topbar .line {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.5); }
  .topbar .oa {
    color: #fff;
    margin-left: 10px; }

.headerbox {
  width: 100%;
  background: #fff; }

.header {
  height: 100px; }
  .header .nav {
    line-height: 100px;
    position: relative; }
    .header .nav .item {
      position: relative;
      display: block;
      width: 90px;
      height: 100px;
      font-size: 16px;
      text-decoration: none;
      cursor: pointer; }
      .header .nav .item .neiitem {
        overflow: hidden;
        height: 100px; }
      .header .nav .item .a {
        position: relative;
        display: block;
        width: 90px;
        height: 100px;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        text-align: center; }
        .header .nav .item .a span {
          position: absolute;
          left: 0;
          width: 90px; }
          .header .nav .item .a span.over {
            top: -100px;
            color: #fff;
            background-color: #3b7efa; }
      .header .nav .item.active .a span.out {
        top: 0px;
        color: #fff;
        background-color: #3b7efa; }
      .header .nav .item .mincbox {
        position: absolute;
        z-index: 99;
        background: rgba(59, 126, 250, 0.6);
        color: #fff;
        display: none; }
        .header .nav .item .mincbox .mitem {
          display: block;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 14px;
          min-width: 90px;
          color: #ffffff;
          padding: 0 10px;
          overflow: hidden; }
          .header .nav .item .mincbox .mitem:hover {
            background: #3b7efa; }
      .header .nav .item:hover .mincbox {
        display: block; }

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.banner {
  min-width: 1280px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box; }
  .banner .swiper-slide {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
    height: 500px;
    will-change: transform; }
    .banner .swiper-slide .bannerimg {
      transform: translate(0%, 0%);
      animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }
  .banner .swiper-button-next {
    color: #fff;
    display: block;
    right: 100px;
    z-index: 9; }
    .banner .swiper-button-next::after {
      background: rgba(0, 0, 0, 0.3);
      padding: 5px 8px;
      font-size: 42px;
      border-radius: 5px; }
  .banner .swiper-button-prev {
    color: #fff;
    display: block;
    left: 100px;
    z-index: 9; }
    .banner .swiper-button-prev::after {
      background: rgba(0, 0, 0, 0.3);
      padding: 5px 8px;
      font-size: 42px;
      border-radius: 5px; }
  .banner .swiper-pagination {
    bottom: 20px; }
    .banner .swiper-pagination .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      border-radius: 15px;
      background: rgba(30, 80, 174, 0.9); }
  .banner .minpicbox {
    background-color: rgba(30, 80, 174, 0.5);
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    color: #fff; }
    .banner .minpicbox .item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 16.66%;
      margin-top: 15px;
      color: #fff; }
      .banner .minpicbox .item img {
        width: 70px;
        height: 70px;
        opacity: 0.8; }
      .banner .minpicbox .item .ttbox .en {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
        margin-top: 5px; }

.index_title_box {
  width: 100%; }
  .index_title_box .bigtitle {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #1e50ae; }
  .index_title_box .line {
    width: 500px;
    height: 5px;
    margin: 0 auto;
    border-width: 1px;
    border-style: none;
    border-color: rgba(228, 228, 228, 0);
    background-color: transparent;
    text-align: center;
    margin-top: 5px; }
  .index_title_box .mintitle {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #696969;
    line-height: 2;
    margin-top: 20px; }
  .index_title_box .mclassbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px; }
    .index_title_box .mclassbox .mitem {
      padding: 10px 20px;
      border-radius: 5px;
      margin: 0 10px;
      background: #ebebeb; }
      .index_title_box .mclassbox .mitem:hover {
        background: #1e50ae;
        color: #ffffff; }

.casebox {
  margin-top: 40px; }
  .casebox .contentbox {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    .casebox .contentbox .item {
      width: 300px;
      display: block;
      position: relative;
      margin: 10px 10px;
      overflow: hidden;
      height: 280px;
      border-radius: 5px; }
      .casebox .contentbox .item .imgbox {
        width: 100%;
        height: 280px;
        overflow: hidden; }
        .casebox .contentbox .item .imgbox img {
          width: 100%;
          transition: all 0.4s !important; }
      .casebox .contentbox .item .titlebox {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        color: #ffffff;
        text-align: center;
        padding: 10px 20px;
        box-sizing: border-box;
        bottom: -40px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s; }
        .casebox .contentbox .item .titlebox .more {
          border: #ebebeb 1px solid;
          border-radius: 5px;
          display: inline-flex;
          padding: 5px 10px;
          font-size: 12px;
          margin-top: 10px; }
      .casebox .contentbox .item:hover .imgbox img {
        width: 100% !important;
        height: auto !important;
        -webkit-transform: scale(1.5) !important;
        -ms-transform: scale(1.5) !important;
        transform: scale(1.5) !important; }
      .casebox .contentbox .item:hover .titlebox {
        bottom: 0px;
        background: rgba(32, 46, 141, 0.6); }
        .casebox .contentbox .item:hover .titlebox .more {
          background: #1e50ae; }
  .casebox .morebtn {
    width: 150px;
    height: 40px;
    background: #1e50ae;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 20px; }

.kunraobox {
  background: #f7f7f7;
  padding: 50px 0 0 0;
  margin-top: 40px; }
  .kunraobox .contentbox {
    margin: 0 auto;
    margin-top: 70px;
    width: 1200px;
    position: relative;
    background: url("/app/themes/pc/images/yuanquang.png") no-repeat center center;
    background-size: cover;
    height: 466px; }
    .kunraobox .contentbox .txt1 {
      position: absolute;
      color: #ffffff;
      text-align: center;
      left: 457px;
      top: 20px; }
      .kunraobox .contentbox .txt1 .bt {
        font-size: 20px; }
      .kunraobox .contentbox .txt1 .mt {
        margin-top: 10px; }
    .kunraobox .contentbox .txt2 {
      position: absolute;
      color: #ffffff;
      text-align: center;
      left: 270px;
      top: 138px;
      font-size: 22px; }
    .kunraobox .contentbox .txt3 {
      position: absolute;
      color: #ffffff;
      text-align: center;
      left: 204px;
      top: 338px;
      font-size: 22px; }
    .kunraobox .contentbox .txt4 {
      position: absolute;
      color: #ffffff;
      text-align: center;
      left: 850px;
      top: 138px;
      font-size: 22px; }
    .kunraobox .contentbox .txt5 {
      position: absolute;
      color: #ffffff;
      text-align: center;
      left: 918px;
      top: 338px;
      font-size: 22px; }
    .kunraobox .contentbox .txt22 {
      position: absolute;
      color: #565656;
      text-align: center;
      left: 52px;
      top: 128px;
      font-size: 18px;
      width: 180px;
      line-height: 1.8;
      text-align: left; }
    .kunraobox .contentbox .txt33 {
      position: absolute;
      color: #565656;
      text-align: center;
      left: 10px;
      top: 308px;
      font-size: 18px;
      width: 150px;
      line-height: 1.8;
      text-align: left; }
    .kunraobox .contentbox .txt44 {
      position: absolute;
      color: #565656;
      text-align: center;
      left: 980px;
      top: 128px;
      font-size: 18px;
      width: 180px;
      line-height: 1.8;
      text-align: left; }
    .kunraobox .contentbox .txt55 {
      position: absolute;
      color: #565656;
      text-align: center;
      left: 1034px;
      top: 318px;
      font-size: 18px;
      width: 150px;
      line-height: 1.8;
      text-align: left; }

.aboutusbox {
  margin-top: 40px; }
  .aboutusbox .contentbox {
    margin-top: 20px;
    justify-content: center; }
    .aboutusbox .contentbox .item {
      margin: 0 10px;
      position: relative;
      overflow: hidden;
      height: 200px; }
      .aboutusbox .contentbox .item .txtbox {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        height: 200px;
        color: #fff;
        padding: 20px;
        width: 125px; }
        .aboutusbox .contentbox .item .txtbox .t .en {
          font-size: 12px;
          color: rgba(255, 255, 255, 0.6); }
        .aboutusbox .contentbox .item .txtbox .t .zh {
          margin-top: 5px;
          font-size: 18px; }
        .aboutusbox .contentbox .item .txtbox a {
          margin-top: 100px;
          display: block; }
  .aboutusbox .aboutcontent {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .aboutusbox .aboutcontent .aboutimg {
      width: 300px;
      display: inline-flex;
      margin-right: 10px;
      margin-bottom: 10px;
      border-radius: 10px; }
    .aboutusbox .aboutcontent .abouttxt {
      width: 540px;
      line-height: 30px;
      font-size: 16px;
      margin-left: 20px; }
    .aboutusbox .aboutcontent .aboutvideo {
      width: 380px;
      flex-shrink: 0;
      margin-left: 20px; }
      .aboutusbox .aboutcontent .aboutvideo video {
        width: 100%; }

.youshibox {
  background: #f7f7f7;
  padding: 50px 0;
  margin-top: 40px; }
  .youshibox .rightinfobox {
    margin-left: 50px; }
    .youshibox .rightinfobox .item {
      width: 100%;
      min-height: 106px;
      display: flex;
      align-items: center;
      margin-bottom: 32px; }
      .youshibox .rightinfobox .item:last-child {
        margin-bottom: 0; }
      .youshibox .rightinfobox .item .number {
        background: url("/app/themes/pc/images/ling.png") no-repeat center center;
        width: 106px;
        height: 106px;
        line-height: 106px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        flex-shrink: 0; }
      .youshibox .rightinfobox .item .info {
        margin-left: 20px; }
        .youshibox .rightinfobox .item .info .t {
          font-size: 20px; }
        .youshibox .rightinfobox .item .info .des {
          margin-top: 5px;
          line-height: 1.8;
          color: #666; }

.newsbox {
  margin-top: 40px;
  margin-bottom: 40px; }
  .newsbox .contentbox {
    margin-top: 30px; }
    .newsbox .contentbox .left {
      width: 730px;
      flex-shrink: 0; }
      .newsbox .contentbox .left .item {
        display: block;
        background: #f2f2f2;
        padding: 20px 10px;
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .newsbox .contentbox .left .item:last-child {
          margin-bottom: 0; }
        .newsbox .contentbox .left .item .datebox {
          flex-shrink: 0;
          width: 100px;
          text-align: center;
          color: #1e50ae;
          border-right: #ccc 1px solid; }
          .newsbox .contentbox .left .item .datebox .year {
            font-size: 30px; }
          .newsbox .contentbox .left .item .datebox .date {
            font-size: 14px;
            margin-top: 10px; }
        .newsbox .contentbox .left .item .rightinfo {
          margin-left: 20px; }
          .newsbox .contentbox .left .item .rightinfo .t {
            font-size: 16px; }
          .newsbox .contentbox .left .item .rightinfo .des {
            color: #999;
            line-height: 1.5;
            margin-top: 10px; }
    .newsbox .contentbox .right {
      margin-left: 20px;
      width: 530px;
      background: #f2f2f2;
      display: block; }
      .newsbox .contentbox .right .imgbox {
        width: 100%;
        height: 380px;
        overflow: hidden;
        text-align: center; }
        .newsbox .contentbox .right .imgbox img {
          height: 100%;
          transition: all 0.4s !important; }
      .newsbox .contentbox .right .infobox {
        padding: 20px; }
        .newsbox .contentbox .right .infobox .t {
          font-size: 16px; }
        .newsbox .contentbox .right .infobox .date {
          background: #1e50ae;
          color: #ffffff;
          display: inline-flex;
          padding: 5px 10px;
          margin-top: 10px; }
      .newsbox .contentbox .right:hover .imgbox img {
        -webkit-transform: scale(1.5) !important;
        -ms-transform: scale(1.5) !important;
        transform: scale(1.5) !important; }
  .newsbox .morebtn {
    width: 150px;
    height: 40px;
    background: #1e50ae;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 20px; }

.footer {
  background-color: #2c6be3; }
  .footer .msgbox {
    padding: 30px 0; }
    .footer .msgbox .left {
      color: #fff;
      width: 650px;
      flex-shrink: 0; }
      .footer .msgbox .left .l {
        font-size: 30px; }
      .footer .msgbox .left .l2 {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1.8; }
      .footer .msgbox .left .l3 {
        height: 153px;
        background: url("/app/themes/pc/images/db_03.png") no-repeat left center;
        margin-top: 20px;
        padding-left: 40px;
        font-size: 16px; }
        .footer .msgbox .left .l3 .d {
          margin-bottom: 20px; }
          .footer .msgbox .left .l3 .d:last-child {
            margin-bottom: 0; }
      .footer .msgbox .left .codebox {
        margin-top: 20px;
        display: flex; }
        .footer .msgbox .left .codebox img {
          height: 120px;
          margin-right: 30px; }
    .footer .msgbox .right {
      color: #fff;
      margin-left: 100px;
      width: 100%; }
      .footer .msgbox .right .codebox {
        margin-top: 20px;
        display: flex; }
        .footer .msgbox .right .codebox img {
          height: 120px;
          margin-right: 30px; }
      .footer .msgbox .right .t {
        font-size: 30px; }
      .footer .msgbox .right .liuyan_content {
        background: #0f44a7;
        color: #fff;
        margin-top: 40px;
        border-color: #e4e4e4;
        display: inline-block;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        border-width: 0px;
        border-style: solid;
        resize: none;
        padding-top: 5px;
        height: 240px;
        border-radius: 3px;
        font-size: 14px;
        line-height: 20px;
        overflow: auto;
        box-sizing: border-box; }
      .footer .msgbox .right .liuyan_phone {
        background: #0f44a7;
        color: #fff;
        margin-top: 12px;
        display: inline-block;
        width: 100%;
        border: 0;
        padding: 10px 10px;
        box-sizing: border-box;
        font-size: 14px;
        border-radius: 3px; }
      .footer .msgbox .right .submitbtn {
        background: #053185;
        margin-top: 17px;
        text-align: center;
        cursor: pointer;
        padding: 10px; }
  .footer .pagebottom {
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between; }
    .footer .pagebottom .logoimg {
      display: inline-flex;
      opacity: 0.5; }
    .footer .pagebottom .codeimg {
      height: 100px; }
    .footer .pagebottom a {
      color: #fff;
      font-size: 14px;
      margin-left: 10px; }

.banner_nei {
  width: 100%;
  text-align: center;
  color: #fff;
  height: 280px;
  overflow: hidden; }
  .banner_nei .pagetitle {
    margin-top: 50px; }
    .banner_nei .pagetitle .t {
      font-size: 36px;
      letter-spacing: 5px; }
    .banner_nei .pagetitle .m {
      color: rgba(255, 255, 255, 0.6);
      margin-top: 10px; }
    .banner_nei .pagetitle .img {
      margin-top: 50px; }

.contentbox_nei {
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 120px, #ffffff 120px);
  background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 120px, #ffffff 120px);
  background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0) 120px, #ffffff 120px);
  background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 120px, #ffffff 120px);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 120px, #ffffff 120px);
  width: 100%;
  position: relative;
  overflow: hidden; }
  .contentbox_nei .detailbox {
    background: #ffffff;
    margin-bottom: 40px;
    padding: 20px; }
    .contentbox_nei .detailbox .ppbox {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: #ebebeb 1px solid; }
      .contentbox_nei .detailbox .ppbox .left {
        display: flex;
        align-items: center; }
        .contentbox_nei .detailbox .ppbox .left .item {
          display: block;
          height: 80px;
          line-height: 80px; }
          .contentbox_nei .detailbox .ppbox .left .item span {
            padding: 0 20px;
            border-right: #ebebeb 1px solid; }
          .contentbox_nei .detailbox .ppbox .left .item:last-child span {
            border-right: 0; }
          .contentbox_nei .detailbox .ppbox .left .item.active {
            border-bottom: #1e50ae 3px solid;
            color: #1e50ae;
            font-weight: 800; }
      .contentbox_nei .detailbox .ppbox .weizhi {
        display: flex;
        align-items: center; }
        .contentbox_nei .detailbox .ppbox .weizhi img {
          width: 20px; }
        .contentbox_nei .detailbox .ppbox .weizhi a {
          margin-left: 10px;
          margin-right: 10px; }
        .contentbox_nei .detailbox .ppbox .weizhi span {
          color: #999; }
    .contentbox_nei .detailbox .wenzhangdetailbox {
      margin-top: 20px;
      line-height: 1.8; }
      .contentbox_nei .detailbox .wenzhangdetailbox img {
        max-width: 100%; }
      .contentbox_nei .detailbox .wenzhangdetailbox .atitle {
        text-align: center;
        width: 100%; }
      .contentbox_nei .detailbox .wenzhangdetailbox .mintitle {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px; }
        .contentbox_nei .detailbox .wenzhangdetailbox .mintitle span {
          margin: 0 10px;
          color: #999; }
      .contentbox_nei .detailbox .wenzhangdetailbox .nextbox {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: #ebebeb 1px dashed;
        padding-top: 20px; }
    .contentbox_nei .detailbox .neicasebox {
      display: flex;
      flex-wrap: wrap; }
      .contentbox_nei .detailbox .neicasebox .item {
        width: 290px;
        display: block;
        position: relative;
        margin: 10px 10px;
        overflow: hidden;
        height: 270px;
        border-radius: 5px; }
        .contentbox_nei .detailbox .neicasebox .item .imgbox {
          width: 100%;
          height: 270px;
          overflow: hidden; }
          .contentbox_nei .detailbox .neicasebox .item .imgbox img {
            width: 100%;
            transition: all 0.4s !important; }
        .contentbox_nei .detailbox .neicasebox .item .titlebox {
          position: absolute;
          width: 100%;
          background: rgba(0, 0, 0, 0.6);
          color: #ffffff;
          text-align: center;
          padding: 10px 20px;
          box-sizing: border-box;
          bottom: -45px;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          transition-duration: 0.3s; }
          .contentbox_nei .detailbox .neicasebox .item .titlebox .more {
            border: #ebebeb 1px solid;
            border-radius: 5px;
            display: inline-flex;
            padding: 5px 10px;
            font-size: 12px;
            margin-top: 10px; }
        .contentbox_nei .detailbox .neicasebox .item:hover .imgbox img {
          width: 100% !important;
          height: auto !important;
          -webkit-transform: scale(1.5) !important;
          -ms-transform: scale(1.5) !important;
          transform: scale(1.5) !important; }
        .contentbox_nei .detailbox .neicasebox .item:hover .titlebox {
          bottom: 0;
          background: rgba(32, 46, 141, 0.6); }
          .contentbox_nei .detailbox .neicasebox .item:hover .titlebox .more {
            background: #1e50ae; }
    .contentbox_nei .detailbox .neinewsbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .contentbox_nei .detailbox .neinewsbox .item {
        display: block;
        background: #f2f2f2;
        padding: 20px 10px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        width: 48%;
        height: 130px; }
        .contentbox_nei .detailbox .neinewsbox .item:last-child {
          margin-bottom: 0; }
        .contentbox_nei .detailbox .neinewsbox .item .datebox {
          flex-shrink: 0;
          width: 100px;
          text-align: center;
          color: #1e50ae;
          border-right: #ccc 1px solid; }
          .contentbox_nei .detailbox .neinewsbox .item .datebox .year {
            font-size: 30px; }
          .contentbox_nei .detailbox .neinewsbox .item .datebox .date {
            font-size: 14px;
            margin-top: 10px; }
        .contentbox_nei .detailbox .neinewsbox .item .rightinfo {
          margin-left: 20px; }
          .contentbox_nei .detailbox .neinewsbox .item .rightinfo .t {
            font-size: 16px; }
          .contentbox_nei .detailbox .neinewsbox .item .rightinfo .des {
            color: #999;
            line-height: 1.5;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }

.mapbox {
  background: #DDDEE3;
  margin-top: 20px; }
  .mapbox .mapneibox {
    padding: 30px 0; }
  .mapbox .contentbox {
    margin-top: 20px;
    position: relative; }
    .mapbox .contentbox .biaoyu {
      font-size: 22px;
      color: #999;
      position: absolute;
      right: 0;
      top: 180px;
      width: 400px;
      height: 265px;
      line-height: 35px; }

/*# sourceMappingURL=style.css.map */
