@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: "微软雅黑";
	/*--cursor: url('../img/pen02.png'), default;--*/
}
img{
	border: none;
}
ul li, ol li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
	/*--cursor: url('../img/pen03.png'), default;--*/
}
.clear{
	clear: both;
}
.header{
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 14px;
	font-family: "微软雅黑";
	background: #023d77;
	box-shadow: 1px 2px 3px #000000;
	position: fixed;
	top: 0px;
	z-index: 9999;
	opacity: 0.9;
	filter: alpha(opacity=90) !important;
}
.nav{
	width: 1100px;
	height: 90px;
	line-height: 90px;
	margin: 0 auto;
	
}
.logo{
	float: left;
	width: 202px;
	height: 90px;
}
.nav img{
	float: left;
	margin-top: 14px;
}
.nav ul{
	float: right;

	height: 90px;
	line-height: 90px;
	margin-left: 80px;
}
.nav ul li{
	float: left;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-right: 1px dashed #225383;
 	text-align: center;
}
#last{
	border-right: none;
}
.nav ul li a{
	display: block;
	color: #ffffff;
 	font-size: 14px;
 	
}
.nav ul li a:hover{
	background: #2685f2;
 	font-weight: bold;
 	text-shadow: 1px 2px 3px gold;
}
/*banner*/
.banner{
	height:300px;
}
.banner img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 998;
}

/*footer*/
.footer{
	width: 100%;
	margin: 0 auto;
	background: #30333a;
}
.f_input{
	width: 1080px;
	height: 192px;
	margin: 0 auto;
	/*background: green;*/
}
.left_input{
	float: left;
	width: 174px;
	height: 152px;
	margin-top: 40px;
}
.left_input img{
	margin-top: 10px;
	width: 150px;
}
.left_input p{
	width: 165px;
	height: 30px;
	background: url("../img/phone.png") no-repeat 0px 2px;
	padding-left: 20px;
	color: #ffffff;
}
.center_input{
	float: left;
	/*width: 590px;*/
	width: 65%;
	height: 152px;
	margin-top: 40px;	
}
.writing{
	float: left;
}
.writing input{
	width: 167px;
	height: 33px;
	line-height: 33px;
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #3b3b43;
	background: #1d2026;
	text-indent: 10px;
	color: #cccccc;
}
.first_txt{
	*margin-left: -10px;
}
.text_area{
	float: left;
	
}
.text_area textarea{
	width: 300px;
	height: 110px;
	*height: 115px;
	line-height: 20px;
	margin-right: 5px;
	margin-top: 5px;
	background: #1d2026;
	border: 1px solid #3b3b43;
	text-indent: 10px;
	overflow: hidden;
	resize: none;
	color: #cccccc;
	
}
.center_input p{
	color: #ffffff;
	height: 30px;
	padding-left: 30px;
	background: url("../img/email.png") no-repeat 0px 2px;
}
.sub{
	float: left;		
	display: inline-block;
	margin-top: 5px;
	*margin-top: 7px;
}
.sub input{
	*height: 114px;
}
.right_input{
	/*width: 315px;*/
	width: 100%;
	text-align: center;
	/* float: left; */
	padding-top: 40px;	
	font-size: 14px;
	/*margin-left: 40px;*/
}
.right_input .conact{
	/* background: url("../img/touxiang.png") no-repeat 0 2px;
	padding-left: 30px;*/margin-top: 10px;
	color: #ffffff;
	font-size: 16px;
}
.right_input p.con_info{
	color: #a0a1a3;
	line-height: 25px;
}
.connection{
	margin-top: 10px;
}
.down_footer{
	width: 100%;
	height: 58px;
	float: left;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.down_footer a{color: #fff;}
.line{
	border-top: 1px dashed #262a30;
	width: 100%;
	height: 1px;
	margin-top: 30px;
}
.icons img:hover{
	transform: rotate(45);
}
/*#slider{
				width: 88px;
				height: 88px;
				background: #238ff7;
				position: absolute;
				top: 0;
				left: 406px;
				opacity: 0.2;
				z-index: 99;
			}*/

.page {width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;}
.page span{margin:0 1%;}
.page a{padding: 9px 15px;
border: 1px solid #e4eaec;
    border-right-color: rgb(228, 234, 236);
    border-right-style: solid;
    border-right-width: 1px;
background: #fff;
text-align: center;
color: #76838f;}