/*公共样式*/
.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: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 9;
} 

.clearfix {
	clear: both;
}

.header-box .m-top-block .contain {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

.logo {
	width: 340px;
	margin: 15px 0;
}

.logo img {
	display: block;
	width: 100%;
}

.search-box {
	width: 240px;
	height: 50px;
	border: solid 2px #b9b9b9;
	border-radius: 25px;
	margin-top: 14px;
	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%;
}

.search-box form input {
	float: left;
	width: 180px;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	padding-left: 10px;
	color: #333333;
	border-radius: 25px;
	background-color: transparent;
	outline: none;
	border: none;
}

.search-box form a.search-btn {
	float: right;
	width: 46px;
	height: 46px;
	padding: 6px;
	background: url(../../img/search-icon.png) no-repeat center;
	overflow: hidden;
}

.search-box form a.search-btn img {
	display: block;
	width: 100%;
}

.header-box .m-bottom-block {
	width: 100%;
	background-color: rgba(1,61,123,.2);
	-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 .contain {
	width: 1200px;
	margin: 0 auto;
}

.header-box .m-bottom-block .logo img {
	display: block;
	width: 100%;
}

ul.nav-ul{
	display: flex;
	width: 760px;
	justify-content: space-between;
}
ul.nav-ul li {
	position: relative;
	float: left;
}

ul.nav-ul li a.first-menu {
	display: block;
	padding: 45px 9px;
	font-size: 18px;
	color: #fff;
	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 {
	color: #fff;
        background-color: #023da0;
}

ul.nav-ul li .second-menu {
	display: none;
	position: absolute;
	top: 108px;
	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 {
	display: block;
}

ul.nav-ul li .second-menu .list a {
	display: block;
	font-size: 16px;
	color: #023da0;
	padding: 18px 0;
	text-align: center;
	background-color: #fffc;
	-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 .second-menu .list:hover a {
	background-color: #023da0;
        color:#fff;
}


/* 页脚 */

.footer-box {
	width: 100%;
}

.footer-box .m-footer-block {
	width: 100%;
	background-color: #023da0;
}

.footer-box .m-footer-block .contain {
	width: 1200px;
	margin: 0 auto;
}
.footer-box .m-footer-block .contain .top-infos{
	width: 100%;
}
.footer-box .m-footer-block .contain .top-infos .foot-logo{
	float: left;
	width: 340px;
	margin: 20px 0;
}
.footer-box .m-footer-block .contain .top-infos ul.foot-nav{
	float: right;
	width: 800px;
	display: flex;
	justify-content: space-between;
}
.footer-box .m-footer-block .contain .top-infos ul.foot-nav li a{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	padding: 50px 0;
}
.footer-box .m-footer-block .contain .bottom-infos{
	width: 100%;
	padding: 25px 0;
	text-align: center;
	border-top: solid 1px #3564b3;
}
.footer-box .m-footer-block .contain .bottom-infos span{
	font-size: 16px;
	color: #fff;
	margin: 0 15px;
}
.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: 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: 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/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_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;
    margin-top:15px;
    width: 900px;
}
.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;
}