﻿@charset "utf-8";
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,div,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;font-family:"微软雅黑";font-weight:200;}/*外边距，内边距都为0*/
body{font:14px/1.5 \5b8b\4f53,Arial,sans-serif;background:#fff;}/*字体大小为14px*/
button,input,optgroup,select,textarea {margin: 0;font: inherit;color: inherit;}/*表单类标签外边距，字体及颜色继承父元素的字体系列样式*/
img{border:none}/*图片不显示边框兼容IE浏览器*/
h1,h2,h3,h4,h5,h6{font-size:100%}/*这些元素本身不会继承父体的字体大小，设置了font-size:100%后就能自动继承。*/
input,label,img,th{vertical-align:middle}/*把此元素放置在父元素的中部*/
ul,ol,li{list-style:none}/*去点实心圆或数字*/
a{text-decoration:none;}/*去掉a标签的下划线*/
a{outline: none;}
a:active {star:expression_r(this.onFocus=this.blur());}
a:focus { outline:0; }
input:focus { outline:0; }
textarea:focus { outline:0; }
filter:alpha(opacity=100);
audio,canvas,progress,video {display: inline-block;vertical-align: baseline}/*定义为行内块级元素将支持 valign特性的对象的内容与基线对齐*/
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}/*类似按钮的，hover，mousedown,mouseup的效果及鼠标滑过为手指势*/
textarea {overflow: auto}/*多行文本中如果内容被修剪，则浏览器会显示滚动条以便查看其余的内容。*/
table{border-collapse:collapse;border-spacing:0}/*默认值。边框会被分开。不会忽略 border-spacing 和 empty-cells 属性。*/
input,textarea,select{background:#fff;}/*背景为白色*/
/*通用样式*/
.clearfix{*zoom:1;}/*兼容IE清除浮动*/
.clearfix:after{content:"\200B";height:0;display:block;visibility:hidden;clear:both;}/*清除浮动*/
.pull-right{float:right}/*向右浮动*/
.pull-left{float:left}/*向左浮动*/
.fr{float:right}/*向右浮动*/
.fl{float:left}/*向左浮动*/
.hide{display:none}/*隐藏*/
.show{display:block}/*显示块级元素*/
.invisible{visibility:hidden}/*元素是不可见的。*/
.hidden{display:none;visibility:hidden}/*隐藏及元素是不可见的。*/
.fff{color: #ffffff}
.666{color: #666666}
.bj1{background-color: #0c3770;}
.co1{color: #0c3770}
.container{
	width:1200px;
	margin:0 auto;
	}
.header{
	width:100%;
	
	}
.header .header_top{
	height: 42px;
	line-height: 42px;
	color: #e0e0e0;
	background-color: #2e2e2e;
	border-bottom: 1px solid #eceaea;
}
.header .header_top a{
	color:#e0e0e0;
}
.header .header_bot{
	height: 144px;
	background-color:#fff; 
}
.header .header_bot .logo{
	margin-top: 44px;
	margin-right: 6px;
}
.header .header_bot .tel{
	padding-top: 17px;
	padding-left: 56px;
	margin-right: 48px;
}
.header .header_bot .tel .p1{
	font-size: 16px;
	color: #0c3770;
	text-align: left;
	margin-top:46px;
}
.header .header_bot .tel .p2{
	font-size: 24px;
	font-family: "Impact";
	color: #0c3770;
}
.header .nav{
	width: 100%;
	background-color: #0c3770;
	border-bottom: 1px solid #ffffff;
}
.header .nav ul{
	width: 880px;
	margin-left: 10px;
}
.header .nav ul li{
	line-height:65px;
	float: left;
	text-align: center;
	font-size: 18px;
	
}
.header  .nav li a{
	color: #ffffff;
	display: block;
	width: 121px;
	float: left;
}
.header  .nav li p{
	float: left;
	color: #ffffff;
	width: 7px;
}
.header  .nav li:hover a{
/* 	background-color: #f8ad00; */
}

.search{
	margin-top: 15px;
	margin-right: 6px;
	width: 297px;
	height:35px;
	line-height: 35px;
	background: url(../img/a2.png) no-repeat;
}
.search .sea{
	width: 243px;
	
	height: 32px;
	line-height:35px;
	color: #ffffff;
	border:none;
	background-color: #134a93;
padding-left:20px;

}
.search .sel{
	line-height: 32px;
	border:none;
	height: 32px;
}
.search .sub{
	background: url(../images/a3.png) no-repeat center center;
	width: 32px;
	height:32px;
	border:none;
background-color: #134a93;
}

.footer{
	width:100%;
	}
.footer  .footer_top {
	background-color: #0c3770;
	color: #999999;
	padding-top: 32px;
	height: 304px;
	padding-bottom: 12px;
}
.footer  .footer_top .a1{
	width: 493px;
}
.footer  .footer_top .a1 h6,.footer  .footer_top .a2 h6{
	color:#f8f8f8;
	font-size: 24px;
	margin-bottom: 10px;
}
.footer  .footer_top .a1 .b1{
	background: url(../img/a4.png) no-repeat;
	background-position: 0 13px;
	padding-left: 34px;
	line-height: 40px;
}
.footer  .footer_top .a1 .b2{
	background: url(../img/a5.png) no-repeat;
	background-position: 0 13px;
	padding-left: 34px;
	line-height: 40px;
}
.footer  .footer_top .a1 .b3{
	background: url(../img/a6.png) no-repeat;
	background-position: 0 13px;
	padding-left: 34px;
	line-height: 40px;
}
.footer  .footer_top .a2{
	width: 360px;
	margin-left: 144px;
}
.footer  .footer_top .a2 ul{
	
}
.footer  .footer_top .a2 ul li a{
	line-height: 40px;
	color: #999999;
}
.footer  .footer_top .a3{
	padding: 8px 64px 0 0;
}
.footer  .footer_top .a3 img{
	width: 110px;
}
.footer  .footer_top .a3 p{
	text-align: center;
	line-height: 24px;
}
.footer  .footer_bot{
	line-height:69px;
	color:#ffffff;
	background-color: #151515;
	text-align: center;
}
#GoTop{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
#GoTop img{
	width: 30px;
}
/* 上下片 */
 .page1 a{
	display: block;
	margin-top: 20px;
	color: #555555;
	font-size: 16px;
}
 .page1 a:hover{
	color: #ca0000;
}
/* 页码 */
 .page{
	line-height: 50px;
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}
 .page a{
 	line-height: 36px;
	padding: 7px 14px 7px 14px;
	color: #333333;
	background-color: #fff;
	font-size: 16px;
	border:1px solid #cccccc;
	margin-right: 5px;
	margin-bottom: 10px;
}
.page a:hover{
	color: #fff;
	background-color: #598de2
}

/* 产品分类 */
.protype{
	width: 128px;
	padding: 14px 6px;
	border-radius: 9px;
	background-color: #0c3770;
	position: fixed;
	right: 10px;
	top: 8%;
}
.protype ul li{
	margin-bottom: 5px;
	font-size: 12px;
}
.protype ul li a{
	width: 100%;
	line-height: 24px;
	display: block;
	background-color: #134a93;
	color: #ffffff;
	text-align: center;
}
.protype ul li a:hover,.protype ul li a.active{
	background-color: #006eff;
}