@charset "UTF-8";
html, body, .wrap {
  min-width: 1200px; }

.top_logo {
  width: 320px !important; }

/*单行溢出*/
.text-ellipsis {
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  /* 1*/
  text-overflow: ellipsis;
  text-align: left;
  /* 2*/ }

/*两行溢出*/
.text-ellipsis-2 {
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.tl {
  text-align: left !important; }

.tc {
  text-align: center !important; }

.tr {
  text-align: right !important; }

.nav li.index {
  padding-top: 0;
  height: 70px;
  line-height: 70px; }
  .nav li.index > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px; }
    .nav li.index > a:hover {
      color: #fff; }
  .nav li.index .snav a:hover {
    color: #fff; }
  .nav li.index:hover .snav {
    display: block; }

.chushi2_right h3 {
  text-align: center;
  padding: 0 10px; }

.logo_wrap {
  left: 85%; }
.sbanner{
padding-top:30px;
}
.sbanner img {
  max-height: 640px;
  height: 100%; }

.index3_about {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  opacity: 0; }
  .index3_about .spot_tit {
    color: #fff; }
    .index3_about .spot_tit i {
      border-color: #fff; }
  .index3_about p {
    color: #fff; }

.sopt_about {
  padding: 0 20px; }

.beizhu {
  height: auto; }

.btm_con .zxzx {
  display: none; }
  .btm_con .zxzx li a {
    display: block;
    height: 50px;
    line-height: 50px;
    overflow: hidden; }
    .btm_con .zxzx li a .left-name {
      padding-left: 10px;
      position: relative;
      width: 60%;
      float: left;
      height: 50px;
      line-height: 50px;
      white-space: nowrap;
      word-wrap: normal;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      /* 1*/
      text-overflow: ellipsis;
      text-align: left; }
      .btm_con .zxzx li a .left-name:before {
        content: "";
        height: 2px;
        width: 2px;
        display: block;
        border: 1px solid #569E8A;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px; }
    .btm_con .zxzx li a .right-time {
      width: 20%;
      float: right;
      font-size: 13px; }

.erm li {
  width: auto;
  position: relative; }
  .erm li .bigImg {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .3s ease;
    width: 120px;
    height: 120px; }
  .erm li:hover .bigImg {
    display: block;
    opacity: 1; }

.traffic-bot p, .desc_con p {
  white-space: normal;
  line-height: 2em;
  font-size: 14px !important;
  font-family: 宋体, SimSun !important; }

.traffic-bot img, .desc_con img {
  display: block;
  margin: 10px auto;
  max-width: 100% !important;
  height: auto !important; }

.traffic_tit > span {
  font-size: 22px;
  font-family: "微软雅黑";
  vertical-align: 3px;
  color: #109F85; }

.news_lst2 {
  padding-bottom: 30px; }

.news_lst {
  box-sizing: border-box;
  min-width: 100%; }

.news_lst > li {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
  margin-right: 0;
  box-sizing: border-box; }
  .news_lst > li .news_img {
    float: left;
    margin-top: 0; }
  .news_lst > li .news_author {
    border-bottom: 0;
    padding-left: 0; }
  .news_lst > li .news_summary {
    text-indent: 0;
    padding: 0; }

.desc_more {
  margin-top: 30px; }

.picture_lst {
  margin-bottom: 30px; }
  .picture_lst li {
    float: left;
    width: 30%;
    margin: 0 1% 20px; }
  .picture_lst .modle_pic {
    height: 198px; }
    .picture_lst .modle_pic img {
      height: 100% !important; }

.message_inf p {
  margin-bottom: 20px; }
  .message_inf p > span {
    display: block;
    float: left;
    margin-right: 15px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: right; }
  .message_inf p input, .message_inf p textarea, .message_inf p select {
    float: left;
    border: 1px solid #F7E3D3;
    padding-left: 10px;
    width: 400px;
    height: 32px;
    box-sizing: border-box; }
  .message_inf p textarea {
    padding-top: 3px;
    resize: none;
    min-height: 112px; }

.message_inf .message_code {
  width: 100px; }

.message_inf #messageboardCaptcha {
  float: left;
  margin-top: 0;
  height: 34px !important;
  margin-left: 10px; }

.message_inf #submit {
  width: 300px;
  margin-left: 105px;
  background-color: #F7E3D3;
  color: #AF5700; }

.left_type > li {
  border-bottom: 0; }

.profile_tit li a {
  padding-right: 10px;
  height: 42px;
  line-height: 42px !important; }

.video_tit {
  margin-top: 0;
  font-size: 15px;
  font-weight: 500; }

.btm_tit {
  text-transform: lowercase; }
