﻿@charset "utf-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button { 			/*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;           /*轮廓线、边框线*/
}
ul, ol {
    list-style: none;				/*清除列表风格*/
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}
select, input {
    vertical-align: middle;            /*垂直居中*/
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
textarea {
    resize: none;            /*禁止拖拽*/
}
/*防止多行文本框拖动*/
img {
    border: 0;
    vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;			/*合并外边线*/
}
body {
    font: 12px/150% Arial, Verdana, "微软雅黑";	/*微软雅黑，Unicode，统一码*/
    color: #666;
    background: #F0F7FD;
    min-width:1200px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fr {
	float: right;
}
.fl {
	float: left;
}
a {
    color: #666;
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}


/*版心设置*/

.container {
	width: 1200px;
	margin: 0 auto;
}




/*头部*/
.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: 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;
	margin-top: -4px;
	background-color: #F0F7FD;
}


/*版权部分*/
.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;
}



