@charset "utf-8";

.clearB {
	clear: both;
}

.header-logo {
	width: 70%;
	float: left;
}

.header-logo img {
	width: 50%;
}

.language {
	width: 20%;
	float: left;
}

.menushow {
	width: 10%;
	float: left;
}

.header {
	background-size: 100%;
	padding-top: 3.5%;
	padding-bottom: 8%;
}

.header-con {
	width: 95%;
	margin: 0 auto;
}

.menuhide {
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 100%;
	right: -100%;
	overflow-y: scroll;
}

.chinese {
	font-size: 1.2em;
	color: #999999;
	background: url(../images/yy-icon.png) no-repeat left center;
	padding-left: 40%;
	background-size: 30%;
	height: 1.5em;
	line-height: 1.5em;
}

.chinese a {
	color: #666;
}

.menulogo {
	width: 40%;
	margin-left: 1em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	background: #fff;
}

.menulogo img {
	width: 100%;
}

.menu-img {
	text-align: right;
}

.menu-img img {
	width: 60%;
}

.menu {
	position: absolute;
	top: 0;
	right: 0;
}

.footer {
	width: 100%;
	height: 15em;
	background: #1b5ba5;
	font-family: "微软雅黑"
}

.footer-line1 {
	font-size: 1.4em;
	text-align: center;
	height: 2.6em;
	line-height: 2.6em;
	border-bottom: 1px solid #326cae;
}

.footer-line1 a {
	color: #fff;
}

.footer-line2 {
	width: 85%;
	margin: 0 auto;
	font-size: 1.2em;
	color: #fff;
	line-height: 4em;
	height: 3.6em;
	padding-left: 5%;
	background: url(../images/mail-icon.png) no-repeat 0em 1.5em;
	background-size: 4%;
}

.clickmenu {
	font-size: 4em;
	background: #1b5ba5;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	color: #fff;
}

.footer-line3 {
	width: 85%;
	margin: 0 auto;
	font-size: 1.2em;
	color: #fff;
	padding-left: 5%;
	background: url(../images/address-icon.png) no-repeat left top;
	background-size: 4%;
	line-height: 1.4em;
}

.menuitem {
	line-height: 2.5em;
	font-size: 1.5em;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	position: relative;
}

.click-icon {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1.5em;
	top: 0.7em;
	background: url(../images/open.png) no-repeat;
	/* background-size: 4%; */
	z-index: 999;
}

.click-close {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1.5em;
	top: 0.7em;
	background: url(../images/close.png) no-repeat;
}

.itemclose {
	background: url(../images/close.png) no-repeat 90% 14px;
	background-size: 4%;
}

.menuitem .itemul ul {
	margin: 0;
	padding: 0;
}

.itemtitle {
	width: 94%;
	margin: auto;
}

.itemul ul li {
	list-style: none;
	font-size: 1rem;
	width: 84%;
	margin: auto;
	border-bottom: 1px solid #eee;
}

.itemul ul li a {
	color: #1b5ba5;
}

.itemul {
	display: none;
}

.itemtitle a {
	color: #333;
}

.i-pager {
	text-align: center;
	margin-top: 2em;
}

.i-pager a,
.i-pager a:link,
.i-pager a:visited,
.i-pager a:active {
	color: #333;
}

.i-pager-item-active {
	background: #1b5ba5;
}
.footer{height:16em;}
.footer-line3{border-bottom:1px solid #326cae;margin-bottom:0.5em;padding-bottom:0.5em;}
.footer-line4{width:85%;margin:0 auto;font-size:1.2em;color:#fff;}
.footer-bottom{font-size:12px}