.public-hd-block {
	position: relative;
	width: 100%;
	padding: 0.36rem 0.4rem;
	background-color: white;
	border-bottom: solid 1px #d6d4d4;
}

.contain {
	position: relative;
}

.contain:after {
	content: '';
	display: block;
	clear: both;
}

.ft {
	float: left;
}

.rt {
	float: right;
}

/* 页脚 */
.footer-box {
	width: 100%;
}

.footer-box .m-footer-block {
	width: 100%;
	background-color: #333333;
	padding: 40px 0 40px;
	overflow: hidden;
}

.footer-box .m-footer-block .content {
	position: relative;
	width: 1400px;
	margin: 0 auto;
}

.footer-box .m-footer-block .content .iconInfos {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	display: flex;
	justify-content: space-between;
}

.footer-box .m-footer-block .content .iconInfos .items {
	position: relative;
	width: 40px;
	cursor: pointer;
}

.footer-box .m-footer-block .content .iconInfos .items img.icons {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-box .m-footer-block .content .iconInfos .items img.codes{
	position: absolute;
	left: 50%;
	top: 50px;
	display: none;
	width: 120px;
	height: 120px;
	max-width: initial;
	max-height: initial;
	margin-left: -60px;
}
.footer-box .m-footer-block .content .iconInfos .items:hover img.codes{
	display: block;
}
.footer-box .m-footer-block .content .foot-logo {
	width: 370px;
	margin: 0 auto;
}

.footer-box .m-footer-block .content .foot-logo img {
	display: block;
	width: 100%;
}

.footer-box .m-footer-block .content .bottominfo {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 40px 0 20px;
}

.footer-box .m-footer-block .content .bottominfo span {
	margin: 0 20px;
}

.footer-box .m-footer-block .content .banquan {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.footer-box .m-footer-block .content .banquan span {
	margin: 0 15px;
}


/* 分页 */
.box {
	width: 100%;
	margin: 20px auto 0;
	height: 38px;
}

.page {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.info {
	width: 200px;
	height: 34px;
	line-height: 34px;
}

.pagebox {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 25px 30px;
}

.pagebox .prevbox {
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	font-size: 15px;
	color: #b01f24;
	margin-top: 11px;
	background: url(template_files/2/img/icon/page-prev.png) no-repeat left top;
	cursor: pointer;
}

.pagebox .nextbox {
	height: 24px;
	line-height: 24px;
	padding-right: 40px;
	font-size: 15px;
	color: #b01f24;
	margin-top: 11px;
	background: url(template_files/2/img/icon/page-next.png) no-repeat right top;
	cursor: pointer;
}

.pagebox ul.page-ul {
	position: relative;
}

.pagebox ul.page-ul li {
	float: left;
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #999;
	margin: 0 10px;
	border-radius: 23px;
	border: solid 1px #d2d2d2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.pagebox ul.page-ul li a {
	display: block;
	color: #999;
	font-family: "Alternate";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.pagebox ul.page-ul li:hover {
	background-color: #b01f24;
	color: #fff;
	border-color: #b01f24;
}

.pagebox ul.page-ul li:hover a {
	color: #fff;
}

.pagebox ul.page-ul li.cur {
	background-color: #b01f24;
	color: #fff;
	border-color: #b01f24;
}

.pagebox ul.page-ul li.cur a {
	color: #fff;
}

.pagebox ul.page-ul:after {
	content: '';
	display: block;
	clear: both;
}


/* 置顶 */
.sidebar {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 8%;
	right: 2%;
	z-index: 999;
}

.sidebar .side {
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(template_files/2/img/icon/back.png) center center no-repeat;
	background-color: #626262;
	background-size: 25px 25px;
}

a:link {
	text-decoration: none;
}

.showdiv {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
}





.header-two {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background:rgba(154, 13, 21,0.8);
	height:120px;
}
.header-two1 {
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	background:rgba(154, 13, 21,0.8);
	height:120px;
}

.top-menu{
float:right;

}
.top-menu li{
  float: left;
  width:100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.top-menu li:hover > a{
  color: #cccc99;
  font-size:18px;
  text-decoration: none
}

.top-menu li a{
  color: #fff;
  font-size:18px;
  text-decoration: none
}

.top-menu li a:hover{
  color: #cccc99;
  font-size:18px;
  text-decoration: none
}

.top-menu li .second-nav{
  width: 140px;
  display: none;
  position: relative;
  margin-top:-1px;
  margin-left:-20px;
}
.top-menu li .second-nav li{
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #e8e8df;
  

}
.top-menu li .second-nav li:hover{
  background: #9a0d15;
  color:#cccc99;

  }
.top-menu li .second-nav li:hover > a{
  background: #9a0d15;
  color:#cccc99;

  }
.top-menu li .second-nav li a{
  font-size: 16px;
  color:#333333;
}
.top-menu li .second-nav li a:hover{
  font-size: 16px;
  color:#cccc99;
}

.top-menu li .second-nav li .third-nav{
  /*position: absolute;*/
  width: 240px;
  height: 200px;
  display: none;
  margin-left: 100%;
  margin-top: -36px;
}
.top-menu li .second-nav li .third-nav li a{
  font-size: 16px;

}


.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}

.fix {
    overflow:hidden;
}

.topbar-right ul li {
    display: inline-block;
}
.topbar-area {
    background:#243559;
}
.topbar-right ul li a {
    color: #ddd;
    display: block;

    margin-right: 20px;
    padding: 12px 0;
    text-decoration: none;
    font-size: 16px;
}
.topbar-right ul li a i {
    color: #cccc99;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-right {
    position: relative;
    display: block;
    float: right;
}

.load-more-btn {
    text-transform: uppercase;
    background:#9a0d15;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    margin-top: 30px;
    border-radius: 3px;
    width: 200px;
    transition: 0.4s;
    font-size:16px;
    font-family: 微软雅黑;
}
.load-more-btn:hover{
    background:#333;
    color: #fff;
    transition: 0.4s;
}


/* 侧边导航内容 */
.navetitle{background:rgba(154, 13, 21,1);height: 120px;}
.navetitle h4{font-size: 36px;font-weight: normal;color: white;text-align: center;padding-top: 30px;display: block;position: relative;}

.sidenav{ overflow:hidden; display:block;width: 300px;height: 100%;background: #f8f8f8;}
.accordion { width:100%; }
.accordion .nav-link {padding-left: 30px;padding-right: 30px;display: block;line-height: 70px;min-height: 70px;border-bottom: 1px solid #ebebeb;}
.accordion .nav-link a{ display: block;color: #666666;font-size:18px;line-height: 70px;padding: 0;}
.accordion .nav-link:hover{background: #e8e8df;}
.accordion .nav-link:hover a{color: #9a0d15;}
.accordion .nav-link.hover{background: #e8e8df;}


/* .currentnav{ background:#f2f3f8 !important; color: #fff !important; } */
.nav-link1{ width:50px;height: 100%; min-height:0.56rem; line-height:0.56rem; cursor: pointer; position:absolute; top:0; right:3px;}
.accordion li{  position: relative; overflow:hidden;}

.accordion li i { display:block; width:16px; height:16px;background: #e8e8df; position: absolute;top:24px;right: 15px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li .nav-link2 i{display:block; width:30px; height:30px; position: absolute;top:0.12rem; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;} 
.accordion li.on2 .nav-link2 i,
.accordion li.on2 .nav-link1 a {color: #9a0d15;}
.accordion li .nav-link:hover a{}
/*.accordion li.open .nav-link a{color: #00a0e5;font-weight: bold;}*/
.accordion li.open i.fa-chevron-down {background: url(../images/remo2.png) no-repeat right center;}
.accordion li.open .nav-link{border: none;background: #e8e8df;}
.sidemenu {border-bottom: 1px solid #d9d9d9;}
.accordion li.open .sidemenu li:first-child{transition: 0.4s;}
.sidemenu a { display: inline-block;line-height: 25px;font-size: 16px;color: #666666;text-decoration: none;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease; transition: all 0.25s ease;padding-left: 28px;position: relative;display: block;    padding-right: 30px;padding-top: 15px;padding-bottom: 15px;}
.sidemenu a.on,
.sidemenu a:hover{color: #9a0d15;border-left: 2px solid #9a0d15;display: block;}
.sidemenu a.on::after,
.sidemenu a:hover::after{color:#9a0d15;}
.sidemenu a::after{content: ">";position: absolute;right: 15px;top: 5%;font-size: 14px;color: #C0C0C0;font-family: simsun;font-weight: bold;padding-top: 15px;padding-bottom: 15px;}
.open .sidemenu{display:block !important;}

.ej_container{width:1280px;margin:0 auto;margin-top:40px;min-height: 800px}
.ej_left{width:300px;float:left;background: #e8e8df}
.ej_right{width:940px;float:right;}