@charset "UTF-8";
@import url(swiper-3.4.1.min.css);
* {
  border: none;
  margin: 0;
  padding: 0;
  font-family: 'MicrosoftYaHei', 微软雅黑,serif; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a {
  color: #333; }

a:hover {
  color: black; }

.clear {
  clear: both;
  *height: 1%; }
  .clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img {
  display: block;
  background-color: #c8c8c8; }

li {
  list-style: none; }

.lf {
  float: left; }

.rt {
  float: right; }

input, select {
  -webkit-appearance: none; }

body {
  font-size: 18px;
  position: relative;
  color: #333; }
  @media screen and (max-width: 1450px) {
    body {
      font-size: 18px; } }

[v-cloak] {
  display: none; }

.scaleChange:hover {
  animation: imgScale 1s;
  animation-fill-mode: forwards;
  transform: scale(1.1); }

@keyframes imgScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@-webkit-keyframes imgSale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.htmlgray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none; }

.htmlgray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none; }

@media screen and (max-width: 1000px) {
  html {
    width: 1200px; } }
.outer {
  width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
  background-color: white; }

@media screen and (max-width: 1450px) {
  .outer {
    width: 1400px; } }
header .clear {
  padding-bottom: 15px;
  border-bottom: 2px solid #ba0100; }
  @media screen and (max-width: 1450px) {
    header .clear {
      padding-bottom: 15px; } }
header .logo {
  float: left; }
  header .logo img {
    width: 377px; }
    @media screen and (max-width: 1450px) {
      header .logo img {
        width: 377px; } }
header .search {
  float: right;
  margin-top: 60px; }
  @media screen and (max-width: 1450px) {
    header .search {
      margin-top: 60px; } }
  header .search form {
    position: relative;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    width: 227px;
    height: 35px; }
  header .search form input[type=text] {
    margin: 2px 0;
    padding: 0 30px 0 5px;
    width: 100%;
    height: 31px;
    box-sizing: border-box; }
  header .search form input[type=submit] {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    background: url("../images2022/search.png") no-repeat center center;
    cursor: pointer; }
header .weather {
  float: right;
  font-size: 12px;
  margin-top: 60px; }
  @media screen and (max-width: 1450px) {
    header .weather {
      margin-top: 60px; } }
  header .weather .date {
    float: left;
    height: 36px;
    line-height: 36px;
    padding-right: 5px; }
  header .weather iframe {
    float: left; }

menu ul {
  float: left;
  padding: 17px 0; }
menu ul li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 0 34px;
  border-right: 1px solid #d0d0d0;
  height: 20px;
  line-height: 20px; }
  @media screen and (max-width: 1450px) {
    menu ul li {
      padding: 0 30px;
      font-size: 16px; } }
  menu ul li:first-child {
    padding-left: 0; }
  menu ul li:last-child {
    padding-right: 0;
    border-right: 0; }
menu .tel {
  float: right;
  font-size: 14px;
  padding: 17px 0;
  height: 20px;
  line-height: 20px; }

section.news_scroll {
  padding-bottom: 22px; }
  section.news_scroll .scroll {
    float: left;
    width: 980px;
    border: #e7e7e7 solid 1px;
    border-left: none;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    box-sizing: border-box; }
    @media screen and (max-width: 1450px) {
      section.news_scroll .scroll {
        width: 980px; } }
    section.news_scroll .scroll .lf {
      float: left;
      width: 57px;
      text-align: center;
      line-height: 29px;
      border-right: #e7e7e7 solid 1px;
      border-left: #e7e7e7 solid 1px;
      color: #b80000;
      font-weight: bold;
      box-sizing: border-box; }
      @media screen and (max-width: 1450px) {
        section.news_scroll .scroll .lf {
          width: 57px; } }
    section.news_scroll .scroll .rt {
      float: right;
      width: 920px; }
      @media screen and (max-width: 1450px) {
        section.news_scroll .scroll .rt {
          width: 920px; } }
      section.news_scroll .scroll .rt .box {
        float: left;
        width: 2000%; }
      section.news_scroll .scroll .rt .scroll_container {
        overflow: hidden;
        width: 100%; }
      section.news_scroll .scroll .rt .s1, section.news_scroll .scroll .rt .s2 {
        float: left; }
      section.news_scroll .scroll .rt a {
        padding-left: 10px;
        padding-right: 20px;
        background: url("http://www.2500sz.com/images2018/li-icon.png") no-repeat scroll 0 -23px; }
  section.news_scroll .announcement {
    float: right;
    font-size: 13px;
    width: 383px;
    border: #e7e7e7 solid 1px;
    position: relative;
    padding-left: 15px;
    height: 29px;
    line-height: 29px; }
    @media screen and (max-width: 1450px) {
      section.news_scroll .announcement {
        width: 383px; } }

section.headline {
  background-color: #f5f5f5;
  padding: 22px 0; }
  section.headline .outer {
    position: relative;
    background-color: transparent; }
  section.headline .lf {
    position: absolute;
    background-color: #ba0100;
    color: white;
    width: 40px;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px; }
    section.headline .lf div {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
  section.headline .news {
    padding-left: 49px;
    text-align: center; }
    section.headline .news div {
      font-size: 18px;
      line-height: 28px; }
      @media screen and (max-width: 1450px) {
        section.headline .news div {
          font-size: 16px;
          line-height: 28px; } }
      section.headline .news div a {
        display: inline-block; }
        section.headline .news div a:hover {
          color: black; }
    section.headline .news .bold {
      font-size: 32px;
      font-weight: bold;
      min-height: 47px;
      line-height: 47px;
      margin-bottom: 10px; }
      section.headline .news .bold a {
        color: #333; }
        section.headline .news .bold a:hover {
          color: black; }
      @media screen and (max-width: 1450px) {
        section.headline .news .bold {
          font-size: 40px; } }

section.standby .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

section.top_news .clear {
  padding: 22px 0; }
section.top_news .swiper-container {
  position: relative;
  width: 715px;
  height: 413px; }
  @media screen and (max-width: 1450px) {
    section.top_news .swiper-container {
      width: 715px; } }
  section.top_news .swiper-container .swiper-slide {
    position: relative;
    background-color: #c8c8c8;
    overflow: hidden; }
    section.top_news .swiper-container .swiper-slide img {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      min-width: 100%; }
    section.top_news .swiper-container .swiper-slide .title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
      background-color: rgba(0, 0, 0, 0.3);
      color: white;
      text-align: left;
      height: 50px;
      line-height: 50px;
      padding-left: 37px;
      padding-right: 137px;
      box-sizing: border-box;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  section.top_news .swiper-container .swiper-pagination {
    left: auto;
    right: 0;
    width: 137px;
    bottom: 13px; }
    section.top_news .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border-radius: 0;
      opacity: 1;
      background-color: white; }
    section.top_news .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #ba0100; }
  section.top_news .swiper-container .prev, section.top_news .swiper-container .next {
    position: absolute;
    width: 27px !important;
    height: 39px !important;
    top: 194px !important;
    cursor: pointer;
    z-index: 55;
    background-color: transparent; }
  section.top_news .swiper-container .prev {
    left: 22px !important;
    right: auto !important; }
  section.top_news .swiper-container .next {
    right: 22px !important;
    left: auto !important; }
section.top_news .rt {
  width: 655px;
  height: 411px;
  border: 1px solid #d2d2d2; }
  @media screen and (max-width: 1450px) {
    section.top_news .rt {
      width: 655px; } }

section.part1 {
  padding-bottom: 22px; }
  section.part1 .left {
    width: 440px; }
    @media screen and (max-width: 1450px) {
      section.part1 .left {
        width: 440px; } }
    section.part1 .left .spjw {
      height: 502px; }
    section.part1 .left .jplm {
      padding-top: 24px; }
      section.part1 .left .jplm .lf {
        float: left;
        width: 48.85%;
        margin-right: 2.3%;
        margin-bottom: 10px; }
        section.part1 .left .jplm .lf:nth-child(2n) {
          margin-right: 0; }
        section.part1 .left .jplm .lf .img {
          position: relative;
          height: 125px;
          width: 100%;
          overflow: hidden;
          background-color: #c8c8c8; }
          section.part1 .left .jplm .lf .img img {
            position: absolute;
            height: 100%;
            top: 0;
            left: 0;
            min-width: 100%; }
        section.part1 .left .jplm .lf .list_title {
          padding: 10px 10px 0 0;
          font-size: 16px;
          line-height: 22px;
          height: 50px;
          text-align: justify;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
  section.part1 .middle {
    width: 445px;
    margin-left: 40px; }
    @media screen and (max-width: 1450px) {
      section.part1 .middle {
        width: 445px;
        margin-left: 40px; } }
  section.part1 .right {
    width: 440px; }
    @media screen and (max-width: 1450px) {
      section.part1 .right {
        width: 440px; } }
    section.part1 .right .ad {
      position: relative;
      width: 100%;
      height: 100px;
      margin-top: 26px;
      overflow: hidden; }
      section.part1 .right .ad img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        min-width: 100%;
        left: 50%;
        transform: translate(-50%, 0); }

section.recommendation {
  padding-top: 22px;
  padding-bottom: 22px; }
  section.recommendation .outer {
    background-color: transparent;
    box-shadow: 0 0 15px #d2d2d2;
    padding: 20px 0;
    border: 1px solid #d2d2d2; }
  section.recommendation .lf {
    float: left;
    width: 85px; }
    section.recommendation .lf img {
      background: none;
      margin-left: 35px;
      margin-top: 2px; }
  section.recommendation .rt {
    position: relative;
    float: right;
    width: 1234px;
    margin-right: 39px; }
    section.recommendation .rt .prev {
      position: absolute;
      left: -23px;
      top: 50%;
      margin-top: -11.5px;
      background: none;
      width: 13px;
      cursor: pointer; }
    section.recommendation .rt .next {
      position: absolute;
      right: -23px;
      top: 50%;
      margin-top: -11.5px;
      background: none;
      width: 13px;
      cursor: pointer; }
  section.recommendation .swiper-container {
    position: relative;
    width: 100%;
    height: 170px; }
    section.recommendation .swiper-container .swiper-slide {
      overflow: hidden; }
      section.recommendation .swiper-container .swiper-slide .img {
        position: relative;
        width: 285px;
        height: 170px;
        margin: 0 auto;
        overflow: hidden; }
        section.recommendation .swiper-container .swiper-slide .img img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          min-width: 100%; }
    section.recommendation .swiper-container .title {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
      background-color: rgba(0, 0, 0, 0.3);
      color: white;
      line-height: 24px;
      padding: 5px 15px;
      box-sizing: border-box;
      font-size: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    section.recommendation .swiper-container .prev, section.recommendation .swiper-container .next {
      position: absolute;
      width: 12px;
      height: 22px;
      bottom: 16px;
      z-index: 5;
      background-color: transparent;
      cursor: pointer; }

section.convergence_media .column_title, section.sights .column_title {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0; }
  section.convergence_media .column_title .name, section.sights .column_title .name {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    border-left: 4px solid #ba0100;
    padding-left: 11px;
    /* display: inline-block;
     position: relative;
     font-size: 22px;
     font-weight: bold;
     background: $mainColor;
     color: white;
     height: 46px;
     line-height: 46px;
     padding-left: 11px;
     padding-right: 35px;*/ }
    section.convergence_media .column_title .name img, section.sights .column_title .name img {
      display: none;
      position: absolute;
      width: 15px;
      right: 10px;
      top: 50%;
      margin-top: -7.5px;
      background-color: transparent; }

section.convergence_media ul.top {
  margin-top: 16px; }
  section.convergence_media ul.top li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    background-color: white;
    padding: 17px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(125, 125, 125, 0.5); }
    @media screen and (max-width: 1450px) {
      section.convergence_media ul.top li {
        height: 285px; } }
    section.convergence_media ul.top li:last-child {
      margin-right: 0; }
    section.convergence_media ul.top li .img {
      position: relative;
      height: 185px;
      overflow: hidden;
      background-color: #c8c8c8; }
      @media screen and (max-width: 1450px) {
        section.convergence_media ul.top li .img {
          height: 185px; } }
      section.convergence_media ul.top li .img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        min-width: 100%; }
      section.convergence_media ul.top li .img .sign {
        position: absolute;
        top: 8px;
        left: 8px;
        font-size: 14px;
        background: #ba0100;
        color: white;
        width: 45px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 5px; }
    section.convergence_media ul.top li .title {
      margin-top: 15px;
      font-weight: bold;
      text-align: justify; }
      @media screen and (max-width: 1450px) {
        section.convergence_media ul.top li .title {
          margin-top: 15px; } }
section.convergence_media .column {
  margin-top: 10px; }
  section.convergence_media .column .lf {
    margin-top: 20px;
    width: 31%;
    margin-right: 3.5%; }
    section.convergence_media .column .lf:nth-child(3n) {
      margin-right: 0; }
    section.convergence_media .column .lf .name {
      position: relative;
      font-size: 24px;
      font-weight: bold;
      line-height: 30px;
      height: 30px; }
      section.convergence_media .column .lf .name:after {
        position: absolute;
        content: '';
        height: 2px;
        width: 80%;
        right: 0;
        background-color: #f0f0f0;
        top: 14px; }
      section.convergence_media .column .lf .name span {
        display: inline-block;
        padding-right: 31px; }
      section.convergence_media .column .lf .name a {
        color: #ba0100; }
    section.convergence_media .column .lf:nth-child(3) .name:after {
      position: absolute;
      content: '';
      height: 2px;
      width: 70%;
      right: 0;
      background-color: #f0f0f0;
      top: 14px; }
    section.convergence_media .column .lf .img {
      position: relative;
      width: 100%;
      height: 245px;
      margin-top: 20px;
      overflow: hidden;
      background-color: #c8c8c8; }
      @media screen and (max-width: 1450px) {
        section.convergence_media .column .lf .img {
          height: 245px; } }
      section.convergence_media .column .lf .img img {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        min-width: 100%; }
      section.convergence_media .column .lf .img .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled='ture', startColorstr=#33000000, endColorstr=#33000000);
        background-color: rgba(0, 0, 0, 0.3);
        color: white;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        box-sizing: border-box;
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    section.convergence_media .column .lf ul {
      margin-top: 10px; }
      section.convergence_media .column .lf ul li {
        line-height: 38px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        section.convergence_media .column .lf ul li.bold {
          font-weight: bold; }

section#new_media {
  margin-top: 22px; }
  section#new_media .title {
    width: 100%;
    background: transparent; }
  section#new_media .list {
    box-shadow: 0 0 35px #d2d2d2;
    height: 155px;
    margin-top: 22px; }
    section#new_media .list ul {
      display: flex;
      height: 100%; }
    section#new_media .list li {
      position: relative;
      flex: 1;
      height: 100%;
      background-image: linear-gradient(to right, #dadada, white, white, white, white); }
      section#new_media .list li:nth-child(1) {
        background-image: none; }
      section#new_media .list li .logo {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 38px;
        left: 28px; }
        @media screen and (max-width: 1450px) {
          section#new_media .list li .logo {
            left: 28px;
            width: 44px;
            height: 44px; } }
        section#new_media .list li .logo img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          min-width: 100%;
          object-fit: contain;
          background-color: transparent; }
      section#new_media .list li .name {
        position: absolute;
        text-align: center;
        left: 0;
        top: 100px;
        width: 50%; }
      section#new_media .list li .code {
        position: absolute;
        width: 85px;
        height: 90px;
        top: 33px;
        right: 16px; }
        section#new_media .list li .code img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          min-width: 100%; }

#links {
  border: 1px solid #e0e0e0;
  margin-top: 28px; }
  #links > header {
    border-bottom: 1px solid #e0e0e0;
    height: 43px; }
  #links .label {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    border-top: transparent 1px solid;
    border-left: transparent 1px solid;
    border-right: transparent 1px solid;
    padding: 0 22px; }
    #links .label.active {
      left: -1px;
      padding-left: 23px;
      height: 45px;
      box-sizing: border-box;
      border-top: #ba0100 2px solid;
      border-left-color: #e0e0e0;
      border-right-color: #e0e0e0;
      background-color: white; }
  #links .tab {
    font-size: 14px;
    line-height: 38px;
    padding: 20px 56px 20px 14px;
    height: 106px;
    max-height: 106px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: none; }
    #links .tab img {
      background-color: transparent; }
    #links .tab.active {
      display: block; }
    #links .tab.expanded {
      height: auto;
      max-height: none; }
    #links .tab a {
      display: inline-block;
      margin: 0 0.5em; }
    #links .tab .more {
      position: absolute;
      right: 21px;
      top: 46px;
      cursor: pointer; }

footer {
  text-align: center;
  background: white;
  padding-top: 20px;
  color: #8b8b8b;
  line-height: 36px;
  font-size: 12px; }
  footer hr {
    width: 60%;
    margin: 9px auto;
    border-top: 1px solid #ddd;
    height: 0; }
  footer .nav-bottom {
    margin-bottom: 28px; }
    footer .nav-bottom a {
      color: #444;
      font-weight: bold;
      font-size: 14px; }
  footer .middle {
    margin: 0 auto; }
  footer p, footer b, footer a {
    color: #333333; }
  footer .none {
    padding-left: 1em; }
  footer img {
    background: white; }

section.top_bg_news {
  margin-bottom: 35px; }
  section.top_bg_news iframe {
    height: 600px;
    overflow: hidden; }
  section.top_bg_news .top {
    padding: 24px 50px; }
    section.top_bg_news .top .title {
      font-size: 32px;
      color: #bf2026;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
    section.top_bg_news .top .des {
      font-size: 18px;
      line-height: 35px; }
  section.top_bg_news .left {
    float: left;
    width: 600px; }
    @media screen and (max-width: 1450px) {
      section.top_bg_news .left {
        width: 600px; } }
    section.top_bg_news .left ul {
      border-top: 1px solid #bf2026;
      padding-top: 30px; }
      @media screen and (max-width: 1450px) {
        section.top_bg_news .left ul {
          padding-top: 30px; } }
    section.top_bg_news .left li {
      background: url(http://www.2500sz.com/images2022/li.png) no-repeat left center;
      padding-left: 22px;
      height: 40px;
      line-height: 40px;
      padding-bottom: 8px;
      font-size: 19px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media screen and (max-width: 1450px) {
        section.top_bg_news .left li {
          height: 40px;
          line-height: 40px;
          padding-bottom: 8px; } }
  section.top_bg_news .right {
    float: right;
    width: 740px; }
    @media screen and (max-width: 1450px) {
      section.top_bg_news .right {
        width: 740px; } }
    section.top_bg_news .right .swiper-container {
      position: relative;
      height: 413px;
      overflow: hidden; }
      @media screen and (max-width: 1450px) {
        section.top_bg_news .right .swiper-container {
          height: 413px; } }
      section.top_bg_news .right .swiper-container .swiper-slide {
        position: relative; }
        section.top_bg_news .right .swiper-container .swiper-slide img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 0;
          min-width: 100%; }
        section.top_bg_news .right .swiper-container .swiper-slide .title {
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5);
          color: white;
          padding: 0 90px 0 20px;
          height: 50px;
          line-height: 50px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      section.top_bg_news .right .swiper-container .swiper-pagination {
        text-align: right;
        margin-right: 3%;
        width: 97%; }
      section.top_bg_news .right .swiper-container .swiper-pagination-bullet {
        opacity: 1;
        width: 6px;
        height: 6px;
        border-radius: 0;
        background: white; }
      section.top_bg_news .right .swiper-container .swiper-pagination-bullet-active {
        background: #bf2026; }
      section.top_bg_news .right .swiper-container .prev, section.top_bg_news .right .swiper-container .next {
        position: absolute;
        width: 27px !important;
        height: 39px !important;
        top: 194px !important;
        cursor: pointer;
        z-index: 55;
        background-color: transparent; }
      section.top_bg_news .right .swiper-container .prev {
        left: 22px !important;
        right: auto !important; }
      section.top_bg_news .right .swiper-container .next {
        right: 22px !important;
        left: auto !important; }

/*# sourceMappingURL=style.css.map */
