@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html, body {
  width: 100%;
  min-width: 1200px;
  font-size: 14px;
  color: #333;
  background: #fff;
  font-family: \5FAE\8F6F\96C5\9ED1; }

time {
  font-family: Arial; }

ul, ol, dl, p {
  list-style: none;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 16px; }

input {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

img {
  max-width: 100%;
  height: auto; }

video {
  max-width: 100%; }

html ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  outline-offset: -2px;
  border: none; }

html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

a {
  text-decoration: none;
  color: #333;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -ms-transition: 0.2s all;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #c6241e; }
  a:focus {
    color: #333;
    text-decoration: none;
    outline: none; }

a[href]:after {
  content: normal; }

input[type="button"], input[type="submit"] {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all; }

html, body, .amss-wrapper {
  width: 100%;
  min-height: 100%; }

.amss-wrapper {
  background: url("../images/wrapperBg.png") #ffe38b no-repeat top center; }

.container-wrapper {
  width: 1200px;
  margin: auto;
  padding-top: 236px; }

.banner-content {
  text-align: center; }
  .banner-content img {
    width: 100%;
    display: block; }

.nav-content {
  background: #820300;
  color: #b9b9b9; }
  .nav-content .nav-list {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 9px 31px; }
    .nav-content .nav-list:last-child {
      border: none; }
    .nav-content .nav-list:hover > a {
      color: #f4da35; }
    .nav-content .nav-list:hover .nav-list-menu {
      display: block; }
    .nav-content .nav-list a {
      display: block;
      width: 100%;
      color: #fff;
      font-size: 16px; }
  .nav-content .nav-list-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    background: #820300; }
    .nav-content .nav-list-menu li {
      display: inline-block;
      padding: 9px 31px;
      width: 100%; }
      .nav-content .nav-list-menu li:hover {
        background: #9a0804; }
        .nav-content .nav-list-menu li:hover a {
          color: #f4da35; }

.main-content {
  overflow: hidden;
  background: #fff;
  padding: 0 20px 50px;
  border-bottom: 2px solid #820300;
  min-height: 561px; }
  .main-content.pt30 {
    padding-top: 30px; }

.group-cont {
  margin-bottom: 20px; }
  .group-cont:last-child {
    margin-bottom: 0; }
  .group-cont .group-title {
    overflow: hidden;
    border-bottom: 2px solid #c6241e; }
    .group-cont .group-title span {
      position: relative;
      display: inline-block;
      padding: 6px 10px 5px;
      background: #c6241e;
      color: #fff;
      font-size: 15px;
      font-weight: bold; }
      .group-cont .group-title span::after {
        content: "";
        background: url("../images/title-bg.png") no-repeat center;
        position: absolute;
        left: 100%;
        top: 0;
        display: block;
        width: 20px;
        height: 31px; }
    .group-cont .group-title a {
      float: right;
      padding-top: 6px;
      color: #c6241e;
      font-size: 14px; }
  .group-cont .mb10 {
    margin-bottom: 10px; }
  .group-cont .mb20 {
    margin-bottom: 20px; }

.left-content {
  float: left;
  width: 710px; }

.right-content {
  float: right;
  width: 420px; }

.swiper-container1 .swiper-slide {
  position: relative;
  height: 366px; }
  .swiper-container1 .swiper-slide .slide-img {
    display: block;
    width: 100%;
    height: 100%; }
  .swiper-container1 .swiper-slide .slide-text {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    width: 100%;
    color: #fff;
    line-height: 32px; }
    .swiper-container1 .swiper-slide .slide-text .text {
      width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.swiper-container1 .swiper-pagination {
  bottom: 6px !important;
  text-align: right;
  padding-right: 15px; }
  .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #fff; }
  .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff; }

.group-textList li {
  overflow: hidden;
  padding: 8px 5px;
  border-bottom: 1px dashed #ddd; }
  .group-textList li:hover .text,
  .group-textList li:hover .time {
    color: #c6241e; }
  .group-textList li .text {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .group-textList li .time {
    float: left;
    width: 100px;
    text-align: right;
    font-size: 12px;
    color: #999; }

.group-main3 {
  padding: 20px 20px 0;
  height: 266px;
  border: 1px solid #ddd;
  background: url("../images/jiyu-bg.png") no-repeat 0 0; }
  .group-main3 #marquee1 {
    overflow: hidden;
    height: 210px; }
  .group-main3 .messageBox {
    width: 550px; }
    .group-main3 .messageBox .list {
      margin-bottom: 15px; }
      .group-main3 .messageBox .list .userMsg {
        margin-bottom: 10px;
        color: #333; }
        .group-main3 .messageBox .list .userMsg .relation {
          display: inline-block;
          font-size: 14px;
          color: #fff;
          background: #c6241e;
          padding: 2px 4px;
          border-radius: 3px; }
        .group-main3 .messageBox .list .userMsg .name {
          color: #c6241e;
          padding-left: 5px; }
        .group-main3 .messageBox .list .userMsg .time {
          font-size: 12px;
          color: #999;
          padding-left: 5px; }
      .group-main3 .messageBox .list .text {
        padding: 10px;
        line-height: 26px;
        background: rgba(248, 248, 248, 0.9); }
  .group-main3 .messageBoard {
    padding-left: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 28px; }
    .group-main3 .messageBoard a {
      color: #c6241e; }

.swiper-container2 .swiper-slide {
  height: 107px; }
  .swiper-container2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%; }
.swiper-container2 .swiper-button-prev2 {
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(../images/icon-prev.png) no-repeat 7px center; }
.swiper-container2 .swiper-button-next2 {
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) url(../images/icon-next.png) no-repeat 10px center; }

#marquee2 {
  overflow: hidden;
  height: 210px; }

.activity-main {
  padding: 0 5px; }
  .activity-main li {
    margin-bottom: 8px;
    line-height: 26px; }
    .activity-main li:hover .text,
    .activity-main li:hover .time {
      color: #c6241e; }
    .activity-main li .text {
      cursor: pointer; }
    .activity-main li .time {
      margin-left: 10px;
      font-size: 12px;
      color: #999; }

.zhici-main {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden; }
  .zhici-main img {
    display: block; }

.video-main {
  height: 266px; }
  .video-main video {
    display: block;
    width: 100%;
    height: 100%; }

.addressBooks-main {
  height: 160px;
  border-radius: 3px;
  overflow: hidden; }
  .addressBooks-main img {
    display: block;
    width: 100%;
    height: 100%; }

.footer-content {
  padding: 20px 0;
  text-align: center;
  background: #820300;
  border-top: 1px solid #fff;
  font-size: 12px;
  line-height: 24px;
  color: #fff; }
  .footer-content span {
    padding: 0 5px; }
  .footer-content a {
    color: #fff; }

/************ 二级页面 *************/
.crumbsBox {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px; }
  .crumbsBox .breadcrumb-box {
    color: #999; }
    .crumbsBox .breadcrumb-box a {
      color: #999; }
      .crumbsBox .breadcrumb-box a:last-child {
        color: #c6241e; }
      .crumbsBox .breadcrumb-box a:hover, .crumbsBox .breadcrumb-box a.active {
        color: #c6241e; }

.leftContent {
  float: left;
  width: 200px; }
  .leftContent .title {
    font-size: 16px;
    background: #c6241e;
    padding-left: 15px;
    line-height: 48px;
    color: #fff;
    font-weight: bold; }
  .leftContent .menuBox {
    border: 1px solid #ddd; }
    .leftContent .menuBox li {
      position: relative;
      border-bottom: 1px solid #ddd; }
      .leftContent .menuBox li:last-child {
        border-bottom: none; }
      .leftContent .menuBox li:hover, .leftContent .menuBox li.active {
        background: #f8f8f8; }
        .leftContent .menuBox li:hover a,
        .leftContent .menuBox li:hover .fa, .leftContent .menuBox li.active a,
        .leftContent .menuBox li.active .fa {
          color: #c6241e; }
      .leftContent .menuBox li a {
        display: block;
        padding: 0 30px 0 20px;
        line-height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .leftContent .menuBox li .fa {
        position: absolute;
        right: 10px;
        top: 15px;
        font-size: 18px;
        color: #999; }

.rightContent {
  float: right;
  width: 930px;
  padding: 20px;
  border: 1px solid #ddd; }
  .rightContent.w100 {
    float: none;
    width: 100%; }
  .rightContent .title {
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 4px solid #c6241e;
    font-size: 16px;
    font-weight: bold; }

.wenzi-cont li {
  padding: 0 5px 0 15px;
  line-height: 36px;
  border-bottom: 1px dotted #ddd;
  background: url("../images/icon-red.png") no-repeat 0 center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .wenzi-cont li:hover, .wenzi-cont li.active {
    background: #f8f8f8 url("../images/icon-red.png") no-repeat 0 center; }
    .wenzi-cont li:hover .text,
    .wenzi-cont li:hover .time, .wenzi-cont li.active .text,
    .wenzi-cont li.active .time {
      color: #c6241e; }

.jiyu-cont {
  padding-top: 15px; }
  .jiyu-cont .list {
    margin-bottom: 15px; }
    .jiyu-cont .list .userMsg {
      margin-bottom: 10px;
      color: #333; }
      .jiyu-cont .list .userMsg .relation {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        background: #c6241e;
        padding: 2px 4px;
        border-radius: 3px; }
      .jiyu-cont .list .userMsg .name {
        color: #c6241e;
        padding-left: 5px; }
      .jiyu-cont .list .userMsg .time {
        font-size: 12px;
        color: #999;
        padding-left: 5px; }
    .jiyu-cont .list .text {
      padding: 10px;
      line-height: 26px;
      background: rgba(248, 248, 248, 0.9); }

.tuwen-cont .list {
  overflow: hidden;
  padding: 20px 0 10px;
  border-bottom: 1px dotted #ddd; }
  .tuwen-cont .list:hover {
    background: #f8f8f8; }
    .tuwen-cont .list:hover a {
      color: #c6241e; }
  .tuwen-cont .list dt {
    float: left;
    width: 120px;
    height: 78px;
    border: 1px solid #ddd;
    margin-right: 15px; }
    .tuwen-cont .list dt img {
      display: block;
      width: 100%;
      height: 100%; }
  .tuwen-cont .list dd {
    float: right;
    width: calc(100% - 135px); }
    .tuwen-cont .list dd .tit {
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .tuwen-cont .list dd .text {
      color: #666;
      line-height: 22px;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -o-box;
      display: box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .tuwen-cont .list dd .time {
      padding-top: 5px;
      text-align: right;
      font-size: 12px;
      color: #999; }

.tupian-cont {
  overflow: hidden; }
  .tupian-cont .list {
    float: left;
    width: 282px;
    margin-right: 20px; }
    .tupian-cont .list:nth-child(3n) {
      margin-right: 0; }
    .tupian-cont .list:hover dd {
      background: #f8f8f8; }
    .tupian-cont .list dt {
      width: 100%;
      height: 180px;
      border: 1px solid #ddd; }
      .tupian-cont .list dt img {
        display: block;
        width: 100%;
        height: 100%; }
    .tupian-cont .list dd {
      margin-bottom: 10px;
      padding-top: 5px;
      height: 40px;
      text-align: center;
      line-height: 18px;
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -o-box;
      display: box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }

.xilan-cont {
  padding: 20px 100px 30px 100px;
  text-align: justify; }
  .xilan-cont .tit {
    text-align: center;
    font-size: 24px;
    line-height: 32px; }
  .xilan-cont .title-bottom {
    padding: 15px 0 25px 0;
    text-align: center;
    color: #999;
    border-bottom: 1px dashed #ddd; }
    .xilan-cont .title-bottom > span {
      padding: 0 25px; }
    .xilan-cont .title-bottom .tit-fontSize a {
      padding: 0 5px;
      color: #999; }
      .xilan-cont .title-bottom .tit-fontSize a:hover, .xilan-cont .title-bottom .tit-fontSize a.active {
        color: #c6241e; }
  .xilan-cont .xilan-main {
    padding-top: 20px;
    font-size: 15px;
    line-height: 26px; }
    .xilan-cont .xilan-main.zoomIn {
      font-size: 18px;
      line-height: 32px; }
    .xilan-cont .xilan-main.zoomOn {
      font-size: 15px;
      line-height: 26px; }
    .xilan-cont .xilan-main.zoomOut {
      font-size: 12px;
      line-height: 24px; }
    .xilan-cont .xilan-main p {
      margin-bottom: 10px; }
    .xilan-cont .xilan-main img {
      display: block;
      margin: 10px auto; }

.page-num {
  text-align: center;
  margin: 30px 0 10px 0; }
  .page-num .pagination li {
    display: inline-block;
    }
    .page-num .pagination li a {
    display: inline-block;
    padding: 4px 10px;
    color: #666;
    margin: 0 2px;
    border-radius: 3px;
    border: 1px solid #eee;
	  }
      .page-num .pagination li a.active, .page-num .pagination li a:hover, .page-num .pagination li a:focus {
        background: #c6241e;
        color: #fff; }

.mb20 {
  margin-bottom: 20px !important; }

@media (max-width: 1366px) {
  .main-content {
    min-height: 269px; } }

/*# sourceMappingURL=amss.css.map */
