.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;
}

.header-box .m-top-block {
	width: 100%;
	background-color: #012d4d;
}

.btn-box .list {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: url(../../img/icon/main-icon-bg.png) 0 0 no-repeat;
	background-color: #fff;
	margin: 14px 15px 14px 0;
	cursor: pointer;
	overflow: hidden;
}

.btn-box .list a {
	display: block;
	width: 32px;
	height: 32px;
}

.btn-box .search {
	background-position: 0px -32px;
}

.btn-box .version {
	background-position: 0 0;
}

.function-box {
	padding: 14px 0;
	border-left: solid 1px #003e6b;
	border-right: solid 1px #003e6b;
}

.function-box li {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	margin: 0 20px;
}

.function-box li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

    font-family: "Roboto Condensed-Bold";
}

.clearfix {
	clear: both;
}

.header-box .m-top-block .contain {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	width: 390px;
	padding-top: 14px;
}

.logo img {
	display: block;
	width: 100%;
}

.search-box {
	position: absolute;
	left: 0;
	top: -61px;
	width: 360px;
	height: 61px;
	background-color: #012d4d;
	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: 41px;
	margin-top: 10px;
	border-bottom: solid 1px #f3f3f3;
}

.search-box form .keyword{
	float: left;
	width: 320px !important;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding-left: 10px;
	color: #fff;
	background-color: transparent;
	outline: none;
	border: none;
}

.search-box form a.search-btn {
	float: right;
	width: 40px;
	height: 40px;
	padding: 6px;
}

.search-box form a.search-btn img {
	display: block;
	width: 100%;
}

.header-box .m-bottom-block {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: url(../../img/image/head-bg.png) repeat-x left top;
	-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;
}
.wp_search .search_en {
    background: url(../../img/icon/search-btn.png) center;
    width: 40px;
    height: 40px;
    padding: 2px;
    border: 0px;
    cursor: pointer;
    background-size: 36px 36px;
}
.header-box .m-bottom-block .contain {
	margin: 0 auto;
}

.header-box .m-bottom-block .logo img {
	display: block;
	width: 100%;
}

.header-box .m-bottom-block ul.nav-box li {
	position: relative;
	float: left;
	margin: 0;
}

.header-box .m-bottom-block ul.nav-box li a.first-menu {
	font-family: "Roboto Condensed-Bold";
	display: block;
	padding: 40px 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.header-box .m-bottom-block ul.nav-box li:hover a.first-menu {
	background-color: #032E6A;
}

.header-box .m-bottom-block ul.nav-box li .second-menu {
	display: none;
	position: absolute;
	top: 100px;
	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;
}

.header-box .m-bottom-block ul.nav-box li:hover .second-menu {
	display: block;
}

ul.nav-box li .second-menu .list a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	background-color: #167cc3;
	-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-box li .second-menu .list:hover a {
	background-color: #032E6A;
}

/* 页脚 */
.footer-box {
	width: 100%;
}

.footer-box .m-footer-block {
	width: 100%;
	background-color: #003F88;
	padding: 35px 0;
}

.footer-box .m-footer-block .contain {
	width: 1600px;
	margin: 0 auto;
}
.footer-box .m-footer-block .contain .ft span{
	display: block;
	font-family: "RobotoCondensed";
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	color:#fff;
}
.footer-box .m-footer-block .contain .rt{
	width: 230px;
	padding-top: 10px;
}
.footer-box .m-footer-block .contain .rt span.img{
	margin-left: 10px;
	width: 105px;
	float: left;
}
.footer-box .m-footer-block .contain .rt span.img img{
	display: block;
	width: 100%;
}

.banner-box {
	position: relative;
	width: 100%;
	height: auto;
}

.banner-box .m-index-banner-block {
	position: relative;
	width: 100%;
	height: auto;
}

.banner-box .m-banner-block,
.banner-box .banner-bg {
	position: relative;
	width: 100%;
	height: auto;
}

.banner-box .m-banner-block {
	background: url(../../img/banner-1.jpg) no-repeat center;
	background-size: cover;
}

.banner-box .m-banner-block img {
	display: block;
	width: 100%;
	opacity: 0;
}


/* 分辨率 */

@media only screen and (min-width: 1601px) and (max-width: 1920px) {

	.header-box .m-top-block .contain,
	.header-box .m-bottom-block .contain,
	.footer-box .m-footer-block .contain{
		width: 1400px !important;
	}
}

@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{
		width: 1200px !important;
	}

	.header-box .m-bottom-block ul.nav-box li a.first-menu {
		font-size: 13px !important;
	}
        .logo{
               width: 340px;
         }
	.header-box .m-bottom-block ul.nav-box li .second-menu {
		top: 95px !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;
}

/* 置顶 */
.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/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;
}
.wp_search .search {
    width: 36px;
    height: 40px;
    border: 0px;
    cursor: pointer;
    background: url(/_upload/tpl/08/4e/2126/template2126/img/icon/search-btn.png) no-repeat center;
    background-size: 38px;
}
.wp_paging {
    display: block;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 0 auto;
    width: 650px;
}
.wp_paging li {
    display: inline-block;
    height: auto;
    line-height: unset; 
    float: left;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 14px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 14px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}