.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;
}


/* 页眉 */
.header-box{
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
} 

.clearfix {
	clear: both;
}

.logo {
	width: 172px;
    margin-top: 8px;
}

.logo img {
	display: block;
	width: 100%;
}

.search-box {
	position: relative;
	width: 46px;
	height: 46px;
	margin-top: 27px;
	background: url(../../img/search-icon.png) no-repeat center;
	background-size: 46px 46px;
}
.search-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 1px;
	height: 20px;
	background-color: #dedede;
}
.header-box .bottom-contain{
	display: none;
}
.searchs{
	position: relative;
	width: 100%;
}
.searchs form {
	position: relative;
	width: 100%;
	height: 46px;
	margin: 26px 0;
}

.searchs form input.text {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	padding-left: 10px;
	color: #333333;
	border-radius: 0;
	background-color: transparent;
	outline: none;
	border: none;
	border-bottom: solid 1px #dedede;
}

.searchs form input.submitBtns {
	position: absolute;
	right: 46px;
	top: 0;
	width: 46px;
	height: 46px;
	padding: 6px;
	background: url(../../img/search-icon.png) no-repeat center;
	border: none;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}
.searchs form input.closeBtns {
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	padding: 6px;
	background: url(../../img/closebtns.png) no-repeat center;
	border: none;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

.searchs form:after{
	content: "";
	display: block;
	clear: both;
}
.header-box .m-top-block {
	width: 100%;
	background: transparent;
	-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;
}

.header-box .m-top-block .contain {
	width: 1200px;
	margin: 0 auto;
}

.header-box .m-top-block .logo img {
	display: block;
	width: 100%;
}
ul.nav-ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
ul.nav-ul li {
	position: relative;
	float: left;
}

ul.nav-ul li a.first-menu {
    display: block;
    padding: 40px 14px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

ul.nav-ul li:hover a.first-menu {
	background-color: #002f7b;
	color:#fff
}

ul.nav-ul li .second-menu {
	/* display: none; */
	position: absolute;
	top: 98px;
	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;
}


ul.nav-ul li:hover .second-menu .list a{
/* 	display: block; */
	height:45px;
	padding: 15px 0;
	font-size: 14px;
}

ul.nav-ul li .second-menu .list a {
	height:0;
	display: block;
	font-size: 0;
	color: #fff;
	padding: 0;
	text-align: center;
	background-color: #002f7b;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	overflow:hidden;
}

ul.nav-ul li .second-menu .list:hover a {
	background-color: #f6ad3c;
}


/* 页脚 */

.footer-box {
	width: 100%;
}

.footer-box .m-footer-block {
	width: 100%;
	background-color: #333333;
	padding: 40px 0 10px;
}

.footer-box .m-footer-block .contain {
	width: 1200px;
	margin: 0 auto;
}
.m-footer-block .top-text{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: solid 1px #686868;
}
.m-footer-block .top-text .ft-menu{
	float: left;
}
.m-footer-block .top-text .ft-menu ul.foot-ul{
	position: relative;
}
.m-footer-block .top-text .ft-menu ul.foot-ul:after{
	content: '';
	display: block;
	clear: both;
}
.m-footer-block .top-text .ft-menu ul.foot-ul li{
	float: left;
	width: 140px;
}
.m-footer-block .top-text .ft-menu ul.foot-ul li h3{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.m-footer-block .top-text .ft-menu ul.foot-ul li .list{
	font-size: 15px;
	padding: 10px 0;
	line-height: 20px;
	margin-top: 5px;
	color: #fff;
}
.m-footer-block .top-text .ft-menu ul.foot-ul li .list a{
	color: #fff;
}
.m-footer-block .top-text .rt-img{
	float: right;
	width: 220px;
}
.m-footer-block .top-text .rt-img img{
	display: block;
}
.m-footer-block .bottom-text{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}
.m-footer-block .bottom-text span{
	font-size: 14px;
	color: #fff;
	margin: 0 10px;
}
.m-footer-block .bottom-text span a{
    color:#fff;
}
.m-sec-banner-block {
	position: relative;
	width: 100%;
	height: auto;
}

.m-sec-banner-block img {
	display: block;
	width: 100%;
}
.m-sec-banner-block .title{
	position: absolute;
	left: 50%;	
	top: 50%;
	width: 1200px;
	margin-left: -600px;
	margin-top: -40px;
}
.m-sec-banner-block .title h2{
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}
.m-sec-banner-block .title h3{
	font-family: "Alternate";
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}

/* 分辨率 */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.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: 30px auto 0;
	height: 38px;
	text-align: center;
}

.page {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.info {
	width: 200px;
	height: 34px;
	line-height: 34px;
}


/* 置顶 */

.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(../../img/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;
}