.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: 99;
}

.logo {
	width: 370px;
	margin-top: 14px;
}

.logo img {
	display: block;
	width: 100%;
}

.header-box #top {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	padding: 15px 0 5px;
}

.header-box #top>a,
.header-box #top>span {
	font-family: "Alternate";
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

.header-box #top>span {
	margin: 0 15px;
}

.header-box #top>a.english img {
	float: left;
	margin-right: 5px;
}

.header-box #top>a.english span {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
}

.header-box #top span.close {
	display: none;
}

.search-box {
	display: none;
	position: absolute;
	right: 0;
	top: 105px;
	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);
}

.search-box form input {
	float: left;
	width: 180px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	padding-left: 10px;
	color: #333;
	border-radius: 25px;
	outline: none;
	border: none;
}

.search-box form input::-webkit-input-placeholder {
	color: #666;
}

.search-box form input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

.search-box form input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

.search-box form input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}

.search-box form .search-btn {
	float: right;
	width: 48px;
	height: 48px;
	padding: 6px;
	background: url(../../img/icon/search-black.png) no-repeat center;
	outline: none;
	border: none;
	overflow: hidden;
}

.header-box .m-bottom-block {
	width: 100%;
	height: 105px;
	background: #003f887a;
	background-size: cover;
	-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: 1400px;
	margin: 0 auto;
}

.header-box .m-bottom-block .logo img {
	display: block;
	width: 100%;
}
/*一级菜单*/
.navbox ul.nav-ul {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.navbox ul.nav-ul li {
	position: relative;
	float: left;
	/*margin: 0 0 0 30px;*/
}

.navbox ul.nav-ul li a.first-menu {
	font-family: RobotoCondensed,sans-serif;
	display: block;
	padding: 15px 22px 25px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.navbox ul.nav-ul li:hover a.first-menu:after {
	width: calc(100% - 44px);
	opacity: 1;
}

.navbox ul.nav-ul li.cur a.first-menu:after {
	width: calc(100% - 44px);
	opacity: 1;
}

ul.nav-ul li a:after {
	content: "";
	border-bottom: 2px solid #fff;
	display: block;
	width: calc(100% - 44px);
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
	position: absolute;
	bottom: 15%;
}

ul.nav-ul li a:before {
	content: "";
	border-left: 2px solid #fff;
	height: 25px;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	position: absolute;
	left: 50%;
	top: 85%;
	transform-origin: center top;
}
ul.nav-ul li:first-child a:before{
display: none;
}
ul.nav-ul li a.hover:before {
	transform: none;
}

ul.nav-ul li a.now:after {
	transform: none;
}

ul.nav-ul li a.hover:after {
	transform: none;
}

.s {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-out 0s;
}
/*二级菜单*/
.header-box .nav_child .item {
	padding: 30px;
	display: -ms-flexbox;
	display: flex;
	border-top: 4px solid #003f88;
	position: absolute;
	top: 104px;
	width: 950px;
	background: #fff;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
background: #fff url(../../img/menu-banner.png) center no-repeat;
    background-size: 100%;
}

.header-box .nav_child .item.s {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s ease-out 0s;
}

.header-box .nav_child .item .l {
	display: -ms-flexbox;
	display: flex;
	width: 45%;
}

.header-box .nav_child .item .l .pic {
	width: 170px;
}

.header-box .nav_child .item .l .pic img {
	width: 100%;
	height: auto;
}

.header-box .nav_child .item .l .txt {
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	color: #003f88;
	padding-left: 30px;
	line-height: 2.2;
    font-weight: bold;
    font-family: "Roboto-Regular";
}

.header-box .nav_child .item .r {
	width: 55%;
	font-size: 0;
}

.header-box .nav_child .item .r a {
	width: 44.33%;
	color: #333;
    font-size: 15px;
    /*margin: 14px 10px 15px 10px;
    font-weight: bold;*/
    line-height: 30px;
    display: inline-block;
    font-family: Roboto,Arial,sans-serif;
}

.header-box .nav_child .item .r a:hover {
	color: #003f88;
}


.search-icon {
	position: relative;
	margin: 0;
}

.search-icon span {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.search-icon span.search {
	display: block;
}

.search-icon span.close {
	display: none;
}

.search-icon span.close {
	opacity: 1;
}

.search-icon img {
	display: block;
	width: 100%;
}


/* 页脚 */
.footer-box {
	width: 100%;
}

.footer-box .m-footer-block {
	width: 100%;
	background-color: #003f88;
	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: 30px;
	right: 40px;
	width: 150px;
	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;
	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-family: "Alternate";
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin: 40px 0 15px;
}

.footer-box .m-footer-block .content .bottominfo span {
	margin: 0 15px;
}

.footer-box .m-footer-block .content .banquan {
	font-family: "Alternate";
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.footer-box .m-footer-block .content .banquan span {
	margin: 0 15px;
}


/* 分辨率 */
@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 .content{
		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;
	}
	/*导航*/
	.navbox ul.nav-ul li {
	    margin: 0 0 0 15px;
	}
	.logo {
	    width: 320px;
	    margin-top: 18px;
	}
	.header-box .m-bottom-block .contain .rt{
		width: calc(100% - 320px);
	}
	.navbox ul.nav-ul li a.first-menu{
		padding: 15px 15px 25px;
	}
	ul.nav-ul li a:after{
		width: calc(100% - 30px);
	}
	.navbox ul.nav-ul li:hover a.first-menu:after {
		width: calc(100% - 30px);
		opacity: 1;
	}
	
	.navbox ul.nav-ul li.cur a.first-menu:after {
		width: calc(100% - 30px);
		opacity: 1;
	}
	ul.nav-ul li a:before{
		height: 16px;
	}
}


/* 分页 */
.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 {
	font-family: "Alternate";
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	font-size: 18px;
	color: #003f88;
	margin-top: 11px;
	text-transform: uppercase;
	background: url(../../img/icon/page-prev.png) no-repeat left top;
	cursor: pointer;
}

.pagebox .nextbox {
	font-family: "Alternate";
	height: 24px;
	line-height: 24px;
	padding-right: 40px;
	text-transform: uppercase;
	font-size: 18px;
	color: #003f88;
	margin-top: 11px;
	background: url(../../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: #003f88;
	color: #fff;
	border-color: #003f88;
}

.pagebox ul.page-ul li:hover a {
	color: #fff;
}

.pagebox ul.page-ul li.cur {
	background-color: #003f88;
	color: #fff;
	border-color: #003f88;
}

.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(../../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;
}

* {
    -webkit-font-smoothing: antialiased;
    word-break: normal;
    font-family: Roboto,Arial,sans-serif;
}