body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #333;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #333;} /* 点击激活链接 */

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}

.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}


.dib{display: inline-block;*display: inline;zoom:1;}


/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
.input{ border:1px solid #ccc; height:20px;line-height:20px} 
ul,li{ list-style:none}
.backcolor{background:#0651a2;}


/*header*/
.toparea{ width:100%; height:45px; margin:0 auto; background:#eeeeee}
.toparea ul{ width:1200px; height:45px; margin:0 auto}
.toparea ul li{ float:left; line-height:45px; font-size:14px; color:#666666}
.toparea ul li a{line-height:45px; font-size:14px; color:#666666}

/*header_top*/
.header_top{ width:1200px; height:120px; margin:0 auto}
.header_top ul li{ float:left}
.header_top ul li.logo{ width:675px; height:150px; background:url(../images/logo.png) 0 center no-repeat;text-transform:uppercase; position:relative}
.header_top ul li.logo p{ position:absolute; left:85px; top:43px; font-size:33px; color:#333333; font-weight:bold; line-height:40px}
.header_top ul li.logo p span{font-size:16px; color:#999999; font-weight:100; line-height:25px; font-family:Arial, Helvetica, sans-serif}
.header_top ul li.logo em{font-style:normal; position:absolute; left:458px; top:46px; font-size:24px; color:#003672; font-weight:bold; line-height:30px}
.header_top ul li.logo em span{
	font-size: 18px;
    color: #666666;
    font-weight: 100;
    line-height: 30px;
	}

.header_top ul li.tel{ height:100px; display:block; float:right; background:url(../images/tel.png) left center no-repeat; padding-left:58px; padding-top:50px;font-size:16px; color:#666666; line-height:20px}
.header_top ul li.tel p{font-size:26px; color:#0651a2; font-family: Arial, Helvetica, sans-serif ; font-weight:bold; line-height:34px}

/*nav*/
.header_nav{width:100%; height:56px; margin:0 auto; background:#0651a2; border-bottom:4px solid #003672}
.header_nav  ul { width:1200px; height:56px; margin:0 auto;}
.header_nav  ul li{float: left;position:relative;}
.header_nav  ul li a{ width:150px; height:56px; display:block; text-align:center; line-height:56px; color:#fff; font-size:16px;} 
.header_nav  ul li a:hover{color: #fff; font-size:16px; line-height:56px; background:#003672}
.header_nav  ul li:hover{line-height:56px; font-size:16px;color: #fff !important;background:#003672}
.header_nav  ul li:hover a{color:#fff;}
.header_nav  ul li dl{position:absolute; left:0px; top:56px; z-index:99999; background:#FFF; display:none; width:150px;}
.header_nav  ul li:hover dl{ position:absolute; left:0px; top:56px; z-index:99999; background:#fff; display:block;}
.header_nav  ul li dl dt a{ width:150px;height:44px;line-height:44px;color:#fff !important; font-size: 14px !important; font-weight:100;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; background:#003672; border-bottom:1px solid #fff;}
.header_nav  ul li dl dt a:hover{background:#0651a2; color:#fff !important; line-height:44px; font-size:14px !important; font-weight:100}
.header_nav .nav_on{color: #fff; font-size:16px; line-height:56px; background:#003672}

.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background:#0651a2}

/*搜索*/
.link{ width:100%; height:80px; margin:0 auto; background:#fff; border-bottom:1px solid #dedede}
.link ul{ width:1200px; height:80px; margin:0 auto;}
.link ul li{ float:left; height:80px}
.link ul li p{line-height:80px;width:720px; height:80px; color:#666666;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; font-size:14px;}
.link ul li p span{line-height:80px; color:#1244a3; font-weight:bold;font-size:14px; margin-right:5px}
.link ul li a{line-height:80px; color:#666666; font-weight:100; margin-right:15px}

.bannerfo{ width:429px;height:44px; border:1px solid #dedede; border-radius:25px;position:relative; margin-top:17px}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:370px; height:44px;}
.bannerfo dl .inputbox input{ width:340px; height:44px; padding:0 15px;color:#666666; line-height:44px; font-size:14px; background:none}

.bannerfo dl .menuser{ position:absolute; left:370px; top:0; width:57px; height:44px; display:block;background: url(../images/search2.jpg) center center no-repeat; }
.bannerfo dl .menuser input{width:57px; height:44px;background: url(../images/search2.jpg) center center no-repeat;}

/*子页面大图*/
.nban{ width:100%; height:400px; margin:0 auto; background:#dfdfdf;}

/*footer*/
.foot{ width:100%; height: 285px; margin:0 auto; background:#292c31; padding-top:45px; padding-bottom:45px; }
.foot .maina{ width:1200px; height: auto; margin:0 auto;}

.botlx{ display:block; float:left; width:430px; height:285px; border-right:1px solid #6b6c70}
.botlx .titlea{ font-size:16px; color:#abacad; line-height:30px}
.botlx .titlea p{ font-size:20px; color:#abacad; line-height:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.botlx .contenta{ margin-top:24px; background:url(../images/bot_tel.jpg) no-repeat 0 0; min-height:200px; padding-left:46px;}
.botlx .contenta p{ font-size:14px; line-height:28px; color:#abacad; padding-top:40px}

.botcplist{ display:block; float:left; margin-left:50px; width:460px; height:285px;border-right:1px solid #6b6c70}
.botcplist .titlea{ font-size:16px; color:#abacad; line-height:30px}
.botcplist .titlea p{ font-size:20px; color:#abacad; line-height:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.botcplist .contenta{ margin-top:12px;}
.botcplist .contenta a{width:50%; height:36px; display:block; float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; font-size:14px; line-height:36px; color:#abacad}

.botewm{ width:183px; height:auto; display:block; float:right}
.botewm .titlea{ font-size:16px; color:#abacad; line-height:30px}
.botewm .titlea p{ font-size:20px; color:#abacad; line-height:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.botewm .contenta{ display:block; text-align:center; margin-top:24px; font-size:14px; color:#abacad; line-height:28px;}
.botewm .contenta img{ width:183px; height:183px}

.footer{ width:100%; height:45px; margin:0 auto; background:#242527; text-align:center}
.footer li{
	display: inline-block;
    height:45px;
    line-height:45px;
    margin: 0 45px;
    color: #626364;
    font-size: 14px;
	}
.footer li a{line-height:45px;color: #626364;font-size: 14px;}