@charset "utf-8";
.app {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-wrap {
  position: relative;

}
.about-wrap .about-container {
  position: relative;
}
.about-wrap .about-content {
  padding-bottom: 4.16%;
}

/* list */
.main-body .common-width {
  position: relative;
  margin: 0 auto;
  width: 71.875%;
  max-width: 1360px;
}

.main-body .top-banner {
  position: relative;
  height: 480px;
}
.main-body .top-banner .banner-wrap {position: absolute;height: 100%;width: 100%;}
.main-body .top-banner .banner-wrap>img {width: 100%;object-fit: cover;}
.main-body .top-banner .cate-wrapper {
  height: 100%;
}
.main-body .top-banner .cate-wrap {
  bottom: 8%;
  position: absolute;
}
.main-body .top-banner .cate-wrap .cate-zh {
  position: relative;
  padding-bottom: 6px;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4%;
}
.main-body .top-banner .cate-wrap .cate-zh::after{
  content: '';
  position: absolute;
  width: 60%;
  height: 1px;
  left: 0%;
  bottom: 0;
  background: #fff;
}

.main-body .pos-wrap {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.075) !important;
}
.main-body .pos-wrap .pos-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.main-body .pos-wrap .category-container {
  display: flex;
}
.main-body .pos-wrap .cate-link {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  padding: 0 22px;
  font-size: 20px;
  color: #666;
  white-space: nowrap;
  transition: all .3s ease;
}
.main-body .pos-wrap .cate-link:hover,
.main-body .pos-wrap .on .cate-link {
  color: #fff;
  font-weight: bold;
  background: #b18147;
}

.main-body .pos-wrap .map a {
  font-size: 14px;
  color: #666;
}
.main-body .pos-wrap .map a:hover {
  border-bottom: 2px solid #222;
}
/*  */
.main-body .news-container {
  padding-top: 24px;
}
.main-body .page {
  margin-top: 66px;
  margin-bottom: 70px;
}

.page ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page li a {
	margin-left: 4px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #dedede;
	border-radius: 6px;
	text-align: center;
	color: #dbdbdb;
  font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	float: left
}
.page li a:hover {
	border: 2px solid #b18147;
	color: #b18147;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}
.page li.on a {
	border: 2px solid #b18147;
	color: #b18147;
}



.main-body .ipage {
  margin-top: 66px;
  margin-bottom: 70px;
}

.ipage ul {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ipage li a {
	margin-left: 4px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 2px solid #dedede;
	border-radius: 6px;
	text-align: center;
	color: #dbdbdb;
  font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	float: left
}
.ipage li a:hover {
	border: 2px solid #b18147;
	color: #b18147;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
	-o-transition: all .9s;
	transition: all .9s;
}
.ipage li.on a {
	border: 2px solid #b18147;
	color: #b18147;
}


.main-body .news-list .news-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px dashed #ccc;
}
.main-body .news-list .news-item-con {
  flex: 1;
  display: flex;
}

.main-body .news-list .news-date {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-right: 24px;
  color: #999;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.main-body .news-list .news-date .dd {
  font-size: 36px;
}
.main-body .news-list .news-date .yy-mm {
  font-size: 20px;
}

.main-body .news-list .news-thumb {
  margin-right: 24px;
  width: 240px;
  height: 148px;
  border-radius: 12px;
  overflow: hidden;
}
.main-body .news-list .news-thumb img {
  width: 100%;
  height: 100%;
  transition: all .4s ease;
}

.main-body .news-list .news-title {
  margin-bottom: 6px;
  line-height: 1.5;
  font-size: 22px;
  color: #414141;
}
.main-body .news-list .news-info {
  flex: 1;
}
.main-body .news-list .news-intro {
  line-height: 2;
  font-size: 14px;
  color: #686868;
}
.main-body .news-list .news-item-con:hover a {
  color: #f00;
}
.main-body .news-list .news-item-con:hover img {
  transform: scale(1.1);
}


/* pic */
.main-body .img-container {
  padding-top: 60px;
}

.main-body .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-body .img-container .img-item {
  position: relative;
  width: 31%;
  margin-right: 3.45%;
  margin-bottom: 3.45%;
  border-radius: 12px;
  transition: all .3s ease;
  overflow: hidden;
}
.main-body .img-container .img-item:hover{
  -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px;
  -moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 30px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 30px;
}
.main-body .img-container .img-item:nth-child(3n) {
  margin-right: 0;
}
.main-body .img-container .top-img {
  overflow: hidden;
}
.main-body .img-container .img-item img {
  width: 100%; height: 100%;
}
.main-body .img-container .img-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  background: url(../images/pic_title_shadow.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.main-body .img-container .img-info a {
  display: inline-block;
  width: 100%;
  padding: 0 10%;
  line-height: 3;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  word-break: keep-all;
  font-weight: bold;
  text-align: center;
}

.main-body .img-container .img-item:hover {
  transform: scale(1.1);
}

/* honor */
.main-body .pic-container {
  padding-top: 60px;
}
.main-body .pic-container .pic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-body .pic-container .pic-item {
  position: relative;
  width: 23%;
  height: auto;
  margin: 0 2.6% 2.6% 0;
  padding: 12px;
  box-sizing: border-box;
  background: url(../images/box_border.png) no-repeat;
  background-size: 100% 100%;
  transition: all .3s ease;
}
.main-body .pic-container .pic-item:nth-child(4n),
.main-body .pic-container .pic-item:last-child {
  margin-right: 0;
}
.main-body .pic-container .thumb {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
.main-body .pic-container .pic-item img {
  position: absolute;
  max-width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.main-body .pic-container .title {
  display: block;
  padding: 16px 14px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #4c4c4c;
  word-break: break-all;
  white-space: normal;
}
.main-body .pic-container .pic-item:hover {
  transform: translateY(-16px);
  -webkit-box-shadow:0 2rem 4rem rgba(233, 233, 233, .49);
  -moz-box-shadow: 0 2rem 4rem rgba(233, 233, 233, .49);
  box-shadow: 0 2rem 4rem rgba(233, 233, 233, .49);
}
.main-body .pic-container .pic-item:hover .title {
  font-weight: bold;
  color: #b18147;
}

.main-body .pic-container .page{
  margin-top: 20px;
}

/* develop */
.main-body .develop-container .develop-content {
  margin: 60px 0;
  border-radius: 12px;
  background: url(../images/develop_bg.jpg);
}
.main-body .develop-container .develop-content:hover .slick-prev{
  left: 20px;
}
.main-body .develop-container .develop-content:hover .slick-next {
  right: 20px;
}
/*  .slick-next */
.main-body .develop-container .time-content {
  width: 100%;
}
.main-body .develop-container .time-warp {
  position: relative;
  height: 520px;
  width: 100%;
  display: flex;
  align-items: center;
}

.main-body .develop-container .time-box .time {
  position: relative;
  padding-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.main-body .develop-container .time-box .time::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 1px;
  height: 15px;
  background: #fff;
}

.main-body .develop-container .show-box {
  position: absolute;
  top: 50%;
  transform: translate(0 , -50%);
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all .5s ease;
}
.main-body .develop-container .slick-current .show-box {
  opacity: 1;
  z-index: 1000;
}
.main-body .develop-container .slick-current .time-box  {
  opacity: 0;
}

.main-body .develop-container .top {
    padding: 6px 14px;
    background: #b18147;
        font-size: 2em;
 color: white;
 font-family: fantasy;
}

.main-body .develop-container .top .title {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 22px;
}


.main-body .develop-container .bottom {
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    padding: 1rem;
    box-sizing: border-box;
}

.main-body .develop-container .bottom p {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}


/* article */
.main-body .article-container {
  margin-top: 60px;
  margin-bottom: 70px;
}
.main-body .article-container .art-title {
  padding-bottom: 10px;
  line-height: 1.31;
  color: #b18147;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.main-body .article-container .pages-date {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #d5d5d5;
}
.main-body .article-container .date-source-wrap  span {
  display: inline-block;
  margin-right: 12px;
  line-height: 1.5;
  font-size: 14px;
  color: #888;
}
.main-body .article-container .date-source-wrap  .georgia {
  font-family: Georgia, Times, serif;
}
.main-body .article-container .switch-size span {
  display: inline-block;
  padding: 0 6px 0 6px;
  font-size: 14px;
  line-height: 24px;
  margin-left: 2px;
  color: #989898;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #ebebeb
}
.main-body .article-container .switch-size .active{
  color: #FFF;
  background: #b18147;
}
.main-body .article-container .article-content {
  padding-top: 24px;
}
.main-body .article-content img {
	margin: .5em 0;
	max-width: 100%;
  height: auto !important;
	border-radius: 1em;
	overflow:hidden;
}
.main-body .article-content video{
    width: 100%;
    height: auto !important;
}
.main-body .article-content a {
  color: #a07a5b;
}
.main-body .article-content a:hover {
  color: #f00;
  font-weight: bold;
  border-bottom: 2px solid #f00;
}
.main-body .article-content table {border: none; display: block; height: auto; max-width: 100%;overflow: scroll;}
.main-body .article-content tbody {white-space: nowrap;}
.main-body .article-content table tr td{padding-left: .5em; padding-right: .5em;}
.main-body .article-content table tr td {
    border: .01rem solid #999;
}
.main-body .article-content strong {
font-weight: bold !important;
}



@media screen and (max-width: 1480px) {
  .main-body .common-width {
    width: 86%;
  }

  .main-body .pos-wrap .map {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .main-body .article-container .switch-size{
    display: none;
  }
}

@media screen and (max-width: 960px) {
   /* pic */
   .main-body .img-container .img-item,
   .main-body .img-container .img-item:nth-child(3n) {
      width: 48%;
      margin-right: 3.3%;
      margin-bottom: 3.3%;
    }
    .main-body .img-container .img-item:nth-child(2n),
    .main-body .img-container .img-item:last-child
     {
      margin-right: 0;
    }

    /* pic */
   .main-body .pic-container .pic-item,
   .main-body .pic-container .pic-item:nth-child(3n) {
      width: 48%;
      margin-right: 3.3%;
      margin-bottom: 3.3%;
    }
    .main-body .pic-container .pic-item:nth-child(2n),
    .main-body .pic-container .pic-item:last-child
     {
      margin-right: 0;
    }
}

@media screen and (max-width: 760px) {
  .main-body .common-width {
    width: 88.8%;
  }

  .main-body .top-banner {
    position: relative;
    height: 120px;
    margin-top:46px;
  }

  .main-body .top-banner .cate-wrapper {
    justify-content: center;
    align-items: center;
  }
  .main-body .top-banner .cate-wrap .cate-zh {
    font-size: 22px;
  }
  .main-body .top-banner .cate-wrap .cate-zh::after{
    width: 100%;
  }

  .main-body .pos-wrap .pos-container {
    width: 100%;
  }
  .main-body .pos-wrap .cate-link {
    line-height: 50px;
    font-size: 16px;
  }

  /* news-list */
  .main-body .news-container {
    padding-top: 10px;
  }
  .main-body .news-list .news-item {
    padding: 24px 0;
    flex-direction: column;
  }
  .main-body .news-list .news-date {
    margin-right: 0;
  }
  .main-body .news-list .news-date .dd  {
    font-size: 20px;
  }
  .main-body .news-list .news-date .yy-mm {
    font-size: 14px;
  }
  .main-body .news-list .news-thumb {
    margin: 10px 0;
    min-height: 180px;
    width: 100%;
  }
  .main-body .news-list .news-item-con {
    flex-direction: column;
  }
  .main-body .news-list .news-title {
    font-size: 16px;
  }

  

  .main-body .page {
    margin-top: 40px;
  }
  .main-body .ipage {
    margin-top: 40px;
  }
  /* pic */
  .main-body .img-container {
    padding-top: 36px;
  }
  .main-body .img-container .img-info a{
    line-height: 2.5;
    font-size: 14px;
  }
  .main-body .img-container .page {
    margin-top: 22px;
  }
 .main-body .img-container .ipage {
    margin-top: 22px;
  }

  .page li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
   .ipage li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  /* aticle */
  .main-body .article-container {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .main-body .article-container .article-content {
    padding-top: 16px;
  }
  .main-body .article-container .art-title {
    font-size: 20px;
  }
  .main-body .article-container .pages-date {
    justify-content: center;
    text-align: center;
  }
  /*  */
  .about-wrap .about-container {
    padding-top: 12px;
  }

  .main-body .develop-container .time-warp {
    height: 450px;
  }
}