html,
body {
  font-family: 'fzlth';
}
@font-face {
  font-family: 'fzlth';
  src: url('../fonts/fzlth.TTF');
}
a {
  color: inherit;
  text-decoration: none;
}
.img {
  background-size: cover;
  background-position: center;
}
.module-top .welcome {
  padding: 8px 0;
  color: white;
  background-color: #9a0000;
  overflow:hidden;
}
.module-top .logo {
  background-color: #f5f5f5;
  padding: 10px 0;
}
.module-top .logo img {
  max-width: 100%;
}
.module-top .icon {
  display: block;
  height: 35px;
  line-height: 40px;
  color: #828282;
  transition: .3s;
}
.module-top .icon:hover {
  color: #9a0000;
}
.module-top .icon i {
  margin: 0 10px;
  font-size: 26px;
}
.module-top .icon .am-icon-search {
  display: none;
}
.module-login {
  height: 37px;
  width: 295px;
  margin-right: 8px;
  display: none;
  border-width: 1px;
  border-color: #500100;
  border-style: solid;
}
.module-login .input {
  outline: none;
  padding-left: 16px;
  background-color: #ffffff;
  width: 116.5px;
  float: left;
  height: 35px;
  border: none;
}
.module-login .login-btn {
  cursor: pointer;
  background-color: #990100;
  height: 35px;
  padding: 0 16px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  float: left;
  color: white;
}
.module-search {
  margin-right: 8px;
  display: inline-block;
  border-width: 1px;
  border-color: #500100;
  border-style: solid;
  width: 295px;
  left: 0;
}
.module-search .input {
  padding-left: 16px;
  background-color: #ffffff;
  width: 248px;
  float: left;
  height: 35px;
  border: none;
}
.module-search .search-btn {
  cursor: pointer;
  background-color: #990100;
  height: 35px;
  width: 45px;
  padding: 0 16px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  float: left;
  color: white;
}
.navigation > ul > li {
  background-color: white;
  float: left;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: content-box;
}
.navigation > ul > li > a {
  font-weight: bold;
  padding: 18px 0 13px 0;
  display: inline-block;
}
.navigation > ul > li .active {
  border-bottom: 5px #9a0000 solid;
}
.navigation > ul > li:hover {
  background-color: #830100;
  box-shadow: inset 0px 2px 4px 0px rgba(181, 181, 181, 0.004);
  color: white;
}
.navigation > ul > li:hover > a {
  border-bottom: 5px #830100 solid;
}
.navigation > ul > li:hover .navigation-sub {
  display: block;
}
.navigation > ul > li .navigation-sub {
  background-color: #830100;
  box-shadow: inset 0px 2px 4px 0px rgba(181, 181, 181, 0.004);
  width: 100%;
  left: 0px;
  text-align: center;
  position: absolute;
  z-index: 99;
  display: none;
  padding-bottom: 20px;
}
.navigation > ul > li .navigation-sub li {
  margin: 10px 0;
}
.module-bbs .title {
  width: 55px;
  float: left;
  border-left: 8px solid #9a0000;
  padding-left: 8px;
}
.module-bbs .detail {
  padding-top: 14px;
  width: calc(100% - 55px);
  float: left;
  padding-left: 12px;
}
.module-content {
  padding-bottom: 40px;
}
.module-content .module-menu {
  background-color: #f5f5f5;
  padding-top: 12px;
  font-size: 14px;
}
.module-content .module-menu > ul {
  padding-bottom: 20px;
}
.module-content .module-menu > ul > li {
  padding-left: 12px;
  background-position: left;
  margin-bottom: 14px;
}
.module-content .module-menu > ul > li:hover {
  color: #9a0000;
}
.module-content .module-title {
  padding: 12px;
  font-size: 22px;
  color: #990100;
  background-image: url(../images/title_block.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}
.module-content .module-title .am-breadcrumb {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  padding: 0;
}
.module-content .list-text {
  margin-bottom: 20px;
}
.module-content .list-text li {
  box-shadow: 0px 0px 0px 0px rgba(194, 194, 194, 0);
  transition: .3s;
  margin-bottom: 26px;
}
.module-content .list-text li:hover {
  box-shadow: 0px 12px 25px 0px rgba(194, 194, 194, 0.36);
}
.module-content .list-text li:hover .border {
  padding: 10px;
  background-color: #9a0000;
}
.module-content .list-text li:hover .img {
  height: 100px;
}
.module-content .list-text .img {
  height: 120px;
  transition: .3s;
}
.module-content .list-text .border {
  transition: .3s;
  padding: 0;
}
.module-content .list-text .title {
  padding-left: 20px;
  margin: 16px 0 24px 0;
  font-size: 16px;
  color: #5a5a55;
}
.module-content .list-text .detail {
  padding-left: 20px;
  font-size: 12px;
  font-family: "SimSun";
  color: #5a5a55;
  line-height: 2;
  font-family: simsun;
  text-align: justify;
}
.module-content .list-text .month {
  margin-top: 24px;
  font-size: 16px;
  margin-bottom: 4px;
  color: #b4b0aa;
  text-align: left;
  margin-left: 20px;
}
.module-content .list-text .year {
  margin-left: 20px;
  text-align: left;
  color: #b4b0aa;
  font-size: 12px;
}
.module-content .list-img {
  margin-bottom: 20px;
}
.module-content .list-img ul li:hover a {
  background-color: #9a0000;
  color: white !important;
}
.module-content .list-img ul li:hover a .date {
  color: white;
}
.module-content .list-img ul li a {
  transition: .3s;
  padding: 4px;
  display: block;
}
.module-content .list-img ul li .img {
  height: 150px;
}
.module-content .list-img ul li .title {
  line-height: 2;
  font-size: 16px;
}
.module-content .list-img ul li .detail {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-family: simsun;
  margin-bottom: 6px;
}
.module-content .list-img ul li .date {
  font-size: 12px;
  letter-spacing: 1px;
  color: darkgray;
  font-family: simsun;
  margin-bottom: 6px;
}
.module-content .article {
  margin-bottom: 20px;
}
.module-content .article .am-article-title,
.module-content .article .am-article-meta {
  margin-bottom: 16px;
}
.module-content .article blockquote {
  margin-top: 20px;
  font-size: 16px;
  padding-left: 12px;
}
.module-content .article .am-article-bd p {
  line-height:1.8
}
.bg-gray {
  background-color: #f5f5f5;
}
.module-text {
  margin-bottom: 30px;
}
.module-text > ul .focus {
  font-size: 16px;
  color: #aa403f;
  font-weight: bold;
  line-height: 1.6;
  background: none;
  padding-left: 0 !important;
  margin-bottom: 20px;
}
.module-text > ul li {
  letter-spacing: 1px;
  font-size: 14px;
  color: #404040;
  margin-bottom: 18px;
  background-image: url(../images/list_icon.png);
  padding-left: 12px;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: left;
}
.module-text > ul li:hover {
  color: #9a0000;
  padding-left: 16px;
}
.module-text > ul li .title {
  float: left;
  width: calc(100% - 80px);
}
.module-text > ul li .date {
  float: left;
  text-align: right;
  width: 80px;
}
.module-text .first {
  background-color: #f7f7f7;
}
.module-text .first .img {
  height: 140px;
}
.module-text .first .title {
  padding: 12px 8px;
  text-align: center;
  font-size: 14px;
}
.module-text .first .title:hover {
  color: #9a0000;
}
.module-text .module-title {
  padding: 12px;
  font-size: 22px;
  color: #990100;
  background-image: url(../images/title_block.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}
.module-text .list-text {
  margin-top: 18px;
  font-size: 14px;
}
.module-text .list-text > ul > li {
  background-image: url(../images/list_icon2.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: left;
  margin-bottom: 14px;
}
.module-text .list-text > ul > li:hover {
  color: #9a0000;
}
.module-text .list-text2 {
  margin-top: 18px;
  font-size: 14px;
}
.module-text .list-text2 > ul > li {
  background-image: url(../images/list_icon2.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: left;
  margin-bottom: 14px;
}
.module-text .list-text2 > ul > li:hover {
  color: #9a0000;
}
.module-text .list-text2 > ul > li .title {
  float: left;
  width: calc(100% - 120px);
}
.module-text .list-text2 > ul > li .date {
  float: left;
  width: 120px;
  text-align: right;
}
.module-img > ul > li {
  background-color: white;
  position: relative;
  top: 0;
  height:178px;
  transition: .3s;
}
.module-img > ul > li .img {
  height: 118px;
}
.module-img > ul > li .title {
  font-size: 14px;
  color: #404040;
  line-height: 1.4;
  margin: 6px 0;
}
.module-img > ul > li:hover {
  top: -5px;
}
.module-img > ul > li:hover .title {
  color: #9a0000;
}
.module-photo {
  padding: 20px 50px;
  background-color: #f5f5f5;
}
.module-photo .am-prev {
  left: -35px !important;
}
.module-photo .am-next {
  right: -35px !important;
}
.nav-btn {
  position: fixed;
  right: 0;
  z-index: 99;
  background-color: #9a0000 !important;
  top: 120px;
  right: 2px;
}
.foot {
  padding: 0px 0;
  background-color: #9a0000;
  color: white;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 2px;
}
.foot .layui-form {
  color: black;
}
.foot hr {
  background-color: #710000;
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #ae3333;
}
.scroller::-webkit-scrollbar {
  width: 5px;
}
.scroller::-webkit-scrollbar-track-piece {
  background: 0 0;
}
.scroller::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.scroller::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.module-text2 {
  margin-bottom: 30px;
}
.module-text2 > ul .focus {
  font-size: 16px;
  color: #aa403f;
  font-weight: bold;
  line-height: 1.6;
  background: none;
  padding-left: 0 !important;
  margin-bottom: 20px;
}
.module-text2 > ul li {
  letter-spacing: 1px;
  font-size: 14px;
  color: #404040;
  margin-bottom: 16px;
  background-image: url(../images/list_icon.png);
  padding-left: 12px;
  transition: .3s;
  background-repeat: no-repeat;
  background-position: left;
}
.module-text2 > ul li:hover {
  color: #9a0000;
  padding-left: 16px;
}
.module-text2 > ul li .title {
  float: left;
  width: calc(100% - 80px);
}
.module-text2 > ul li .date {
  float: left;
  text-align: right;
  width: 80px;
}
.module-text2 .first {
  background-color: #f7f7f7;
}
.module-text2 .first .img {
  height: 140px;
}
.module-text2 .first .title {
  padding: 12px 8px;
  text-align: center;
  font-size: 14px;
}
.module-text2 .first .title:hover {
  color: #9a0000;
}
.module-text2 .module-title {
  font-size: 22px;
  color: #990100;
  background-image: url(../images/title_block.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}
.module-text2 .list-text {
  margin-top: 18px;
  font-size: 14px;
}
.module-text2 .list-text > ul > li {
  background-image: url(../images/list_icon2.png);
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: left;
  margin-bottom: 14px;
}
.module-text2 .list-text > ul > li:hover {
  color: #9a0000;
}
.module-text2 .list-text > ul > li .title {
  float: left;
  width: calc(100% - 120px);
}
.module-text2 .list-text > ul > li .date {
  float: left;
  width: 120px;
  text-align: right;
}
.ad-top {
  text-align: center;
  position: relative;
}
.ad-top img{
	width:100%
}
.ad-top .close {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  right: 0;
  top: 0;
  position: absolute;
  padding: 4px;
  cursor: pointer;
}
.ad-top-hide {
  display: none;
  height:50px;
  width: 100%;
  position: fixed;
  bottom:0;
  text-align:center;
  z-index:990;
  opacity:.8;
  text-align:center;
}


@media only screen and (max-width:640px) {
	.ad-top-hide{width:100%;}
	.ad-top-hide img {
	
	  width:100%;
	}


}

@media only screen and (min-width:641px) {
	.ad-top-hide img {
	
	  width:1000px;
	}


}
