

/*public style*/
body{
	font-family:Arial,"宋体", Helvetica, sans-serif;
	font-size:16px;
	background: #fff;
}
a:link,a:visited{
	color: #000;
}
.clear{
	clear:both;/*清浮动 voerflow:hidden也可用来清浮动一般放在浮动盒的父级*/
}
.clearfix{
	zoom:1;/*IE浏览器清浮动*/
}
.clearfix:after{
	content:'';/*添加一个空内容*/
	display:block;/*转块*/
	clear:both;/*清浮动*/
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.shizhenjiu{
	width: 1200px;
	margin:0 auto;
}
.inner{
	width: 1100px;
	margin:0 auto;
}

.top{
	margin:0 auto;
	line-height: 43px;
	border-bottom:1px solid #ccc;
	color: #2467a3;
	font-size: 18px;
	text-align: right;
}
.header{
	line-height: 75px;
    margin: 18px auto;
}
.header .logo img{
	width: 384px;
}
.header .fanyi{
	width:216px;
	position: relative;
}
.header .fanyi li{
	float: left;
	margin-left: 15px;
	font-size: 18px;
}
.header .fanyi li a:hover{
	color: #f40;
}
.header .fanyi li .wx1{
	position: absolute;
	display: none;
	width: 200px;
	height: 75px;
    text-align: center;
    top: 50px;
    left: -66px;
    z-index: 1;
    background: #42acdc;
    color: #fff;
    box-shadow: 0px 0px 22px #ccc;
}
.header .fanyi li .wx{
	position: absolute;
	display: none;
	width: 150px;
	height: 150px;
    top: 52px;
    left: 140px;
    z-index: 1;
    box-shadow: 0px 0px 22px #ccc;
}
.header .fanyi li .wx img{
	width: 100%;
}
.sjx {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #42acdc transparent;
    top: 37px;
    left: 40px;
    display: none;
}
.sjx1 {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #42acdc transparent;
    top: 38px;
    left: 204px;
    display: none;
}
.header .fanyi li:hover .sjx,
.header .fanyi li:hover .sjx1,
.header .fanyi li:hover .wx1,
.header .fanyi li:hover .wx{
	display: block;
}
.header .fanyi li span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	width: 27px;
	height: 20px;
	background:url(../image/icon1.png) no-repeat 0px 0px;
}
.header .fanyi li:hover span{
	background:url(../image/icon1-1.png) no-repeat 0px 0px; 
}
.header .fanyi li:nth-child(2) span{
	background:url(../image/icon2.png) no-repeat 0px 0px;
}
.header .fanyi li:nth-child(2):hover span{
	background:url(../image/icon2-2.png) no-repeat 0px 0px; 
}
.header .fanyi li:nth-child(3) span{
	background:url(../image/icon3.png) no-repeat 0px 0px;
}
.header .fanyi li:nth-child(3):hover span{
	background:url(../image/icon3-3.png) no-repeat 0px 0px; 
}
/*nav*/
.nav{
	width: 100%;
	margin:0 auto;
	background: url(../image/nav_bg.jpg) repeat-x;
	line-height: 44px;
	font-size: 20px;
	text-align: center;
	position: relative;
}
.nav li,.nav1 li{
	display: inline-block;
}
.nav a,.nav span,.nav1 li a{
	padding:0 20px;
	display: inline-block;
	color: #fff;
}
.nav li:hover{
	background: #367eb5;
	
}
.nav li:hover .nav1{
	display: block;
}
.nav1{
	position: absolute;
	margin:0 auto;
	background: #367eb5;
	width: 1200px;
	line-height: 44px;
	font-size: 20px;
	
	display: none;
	left: 0;;
}
.nav1 a:hover{
	color: #f40;
}




.footer{
	width: 100%;
	height:160px;
	background: #014d98;
	margin:0 auto;
	overflow: hidden;
}
.footer .foot{
	margin-top: 40px;
}
.footer .logor{
	width: 550px;
	padding-left: 50px;
	border-left: 1px solid #fff;
}
.footer .logor p{
	line-height: 30px;
	color: #fff;
}























