/*头部*/
.header {
	top: 0;
	width: 100%;
	z-index: 90;
	height: 105px;
	padding: 20px 0;
	position: absolute;
	box-sizing: border-box;
}
.header .search {
	margin-top: 10px;
}
.header .search .ipt {
	width: 240px;
	height: 40px;
	margin-right: 18px;
	border-radius: 8px;
	background-color: #fff;
}
.header .search .ipt .txt {
	color: #333;
	width: 79%;
	height: 100%;
	font-size: 16px;
	line-height: 40px;
	text-indent: 0.8em;
	background-color: transparent;
}
.header .search .ipt .sub {
	width: 18px;
	box-sizing: border-box;
	padding-top: 10.6px;
	margin-right: 15px;
}
.header .search .english {
	width: 38px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: #fff;
}
.header .search .english input {
	color: #218DCE;
	font-size: 16px;
	font-family: "微软雅黑";
	background-color: transparent;
}


/*导航部分*/
/*
.nav {
	top: 105px;
	width: 100%;
	height: 45px;
	z-index: 90;
	position: absolute;
        min-width:1200px;
	background-color: #0D83CA;
}
.nav ul li {
	float: left;
	margin: 0 33px;
	line-height: 45px;
}
.nav ul li a {
	color: #fff;
	font-size: 16px;
}


*/


/*导航部分*/
.nav {
	top: 105px;
	width: 100%;
	height: 45px;
	z-index: 100;
	min-width: 1200px;
	position: absolute;
	background-color: #0D83CA;
}
.nav ul {
	z-index: 100;
}
.nav ul li {
	float: left;
	z-index: 100;
	line-height: 20px;
	position: relative;
}
.nav ul li a {
	color: #fff;
	height: 45px;
	z-index: 100;
	display: block;
	font-size: 1.3em;
	line-height: 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none;
	padding: 14px 36px;
	white-space:nowrap;		/*禁止文本换行*/
}
.nav ul>li ul {
	margin: 0;
	padding: 0;
	z-index: 100;
	margin-top: -8px;
	padding-top: 8px;
	position: absolute;
	visibility: hidden;
	background-image: url(../img/shang1.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: -7px;
}
.nav ul>li .lastul {
	right: -10px;
}
.nav li>ul>li {
	float: none;
	z-index: 100;
	height: 38px;
	display: inline;
	position: relative;
	background-color: #44A9E4;
}
.nav li>ul>li>a {
	width: auto;
	color: #fff;
	z-index: 100;
	height: 38px;
	display: block;
	font-size: 1.2em;
	line-height: 13px;
	text-align: center;
	padding-left: 36px;
	padding-right: 36px;
	background-color: #44A9E4;
}
.nav li>ul>li>a:hover {
	color: #fff;
	background-color: #6FB9E4;
}

























/*页面内容部分*/
.section {
	width: 100%;
	height: auto;
}


/*版权部分*/
.footer {
	width: 100%;
	height: 140px;
	padding-top: 25px;
	box-sizing: border-box;
	background-color: #0D83CA;
}
.footer .left {
	margin-left: 156px;
	margin-right: 120px;
}
.footer .left ul {
	margin-right: 30px;
}
.footer .left ul li {
	color: #EFF5FA;
	line-height: 30px;
	font-size: 12.5px;
}
.footer .left p {
	color: #EFF5FA;
	line-height: 30px;
}
.footer .right  {
	right: 148px;
	position: absolute;
}
.footer .right div {
	margin-right: 10px;
}
.footer .right div span {
	width: 72px;
	display: block;
	color: #EFF5FA;
	font-size: 12.5px;
	line-height: 36px;
	text-align: center;
}