.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;
}

.search-box {
	width: 240px;
	height: 48px;
	z-index: 99;	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search-box form {
	width: 100%;
	height: 48px;
	background: rgba(255,255,255,.3);
}

.search-box form input {
	float: left;
	width: 180px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	padding-left: 10px;
	color: #fff;
	border-radius: 25px;
	background-color: transparent;
	outline: none;
	border: none;
}
.search-box form input::-webkit-input-placeholder{
  color:#fff;
}
.search-box form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#fff;
}
.search-box form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#fff;
}
.search-box form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#fff;
}

.search-box form a.search-btn {
	float: right;
	width: 46px;
	height: 46px;
	padding: 6px;
	background: url(public_res/search.png) no-repeat center;
	overflow: hidden;
}

.search-box form a.search-btn img {
	display: block;
	width: 100%;
}

.nav-box{
	width: 100%;
}
.nav-public-block{
	width: 100%;
	background-color: #c6371f;
}
.nav-public-block ul.nav-ul{
	display: flex;
	width: 1200px;
	justify-content: space-between;
	margin: 0 auto;
}
.nav-public-block ul.nav-ul li {
	position: relative;
	float: left;
	margin: 0 ;
}
.nav-public-block ul.nav-ul li a.first-menu {
	position: relative;
	display: block;
	padding: 25px 15px;
	font-size: 19px;
	color: #fff;
	font-weight: bold;	
}

.nav-public-block ul.nav-ul li a.first-menu:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	z-index: 9;
}
.nav-public-block ul.nav-ul li:hover a.first-menu:after {
	width: 100%;
	opacity: 1;
}
.nav-public-block ul.nav-ul li.cur a.first-menu:after{
	width: 100%;
	opacity: 1;
}
.nav-public-block ul.nav-ul li .second-menu {
	display: none;
	position: absolute;
	top: 69px;
	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;
	z-index: 99;
}

.nav-public-block ul.nav-ul li:hover .second-menu {
	display: block;
}

.nav-public-block ul.nav-ul li .second-menu .list a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 18px 0;
	text-align: center;
	background-color: #9c1f0b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-public-block ul.nav-ul li .second-menu .list:hover a {
	background-color: #ffdead;
	color: #9c1f0b;
}

.search-icon{
	position: relative;
	float: right;
	width:48px;
	height: 33px;
	padding-left: 15px;
	margin: 35px 0 0 0;
}
.search-icon:before{
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	width: 1px;
	height: 100%;	
	background-color: #fff;
}
.search-icon span{
	display: block;
	width: 33px;
	height: 33px;
}
.search-icon img{
	display: block;
	width: 100%;
}
/*banner*/
.banner-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-box .m-index-banner-block{
	width: 100%;
}
.m-index-banner-block img{
	display: block;
	width: 100%;
}
.banner-box .m-sec-banner-block{
	width: 100%;
}
.m-sec-banner-block img{
	display: block;
	width: 100%;
}
/* 页脚 */
.footer-box {
	width: 100%;
}

.footer-box .m-footer-block {
	width: 100%;
	height: auto;
	background: url(public_res/footer-bg.png) no-repeat left top;	
}
.footer-box .m-footer-block .contain {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 100px;
}
.footer-box .m-footer-block .contain .ft-text{
	float: left;
}
.footer-box .m-footer-block .contain .ft-text span{
	display: block;
	font-size: 15px;
	color: #333;
	margin-bottom: 30px;
}
.footer-box .m-footer-block .contain .rt-code{
	float: right;
	display: flex;
	justify-content: space-between;
	width: 420px;
}
.footer-box .m-footer-block .contain .rt-code .items{
	width: 110px;
	text-align: center;
}
.footer-box .m-footer-block .contain .rt-code .items img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.footer-box .m-footer-block .contain .rt-code .items span{
	display: block;
	font-size: 14px;
	color: #333;
}
/* 分辨率 */

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.header-box .m-top-block .contain,
	.header-box .m-bottom-block .contain,
	.footer-box .m-footer-block .contain,
	.footer-bottom-block .contain {
		width: 1200px !important;
	}
	.header-box .m-bottom-block ul.nav-box li a.first-menu {
    font-size: 15px !important;
}
.header-box .m-bottom-block ul.nav-box li .second-menu {
    top: 105px !important;
}
	.footer-box .m-footer-block ul.Commonly-links li a {
		font-size: 14px !important;
	}
}


/* 分页 */
.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: #c6371f;
	margin-top: 11px;
	background: url(public_res/page-prev.png) no-repeat left top;
	cursor: pointer;
}
.pagebox .nextbox{
	height: 24px;
	line-height: 24px;
	padding-right: 40px;
	font-size: 15px;
	color: #c6371f;
	margin-top: 11px;
	background: url(public_res/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;
	-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: #c6371f;
	color: #fff;
	border-color: #c6371f;
}
.pagebox ul.page-ul li:hover a{	
	color: #fff;
}
.pagebox ul.page-ul li.cur{
	background-color: #c6371f;
	color: #fff;
	border-color: #c6371f;
}
.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(public_res/back.png) center center no-repeat;
	background-color: #c63720;
	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;
}







.selected1:after,.parent1:after,.MMi1:after {
    width: 100% !important;
    opacity: 1 !important;
}
.lby2 { min-height:400px; padding-bottom:50px;}
.nrr { min-height:400px; padding-bottom:30px;}







