@charset "utf-8";
/* CSS Document */
/* 全局样式 */
body{margin:0 auto; padding:0; font-size:14px; color:#454545; font-family:'微软雅黑','microsoft yahei'; }
body > div{margin-right:auto; margin-left:auto} 
div,form,ul,ol,li,span,p,img,a img,h1,h2,h3,h4,h5,h6{margin:0; padding:0; border:0}
h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:12px}
ul,ol,li{list-style:none} 
em{font-style:normal}
.mauto{margin:0 auto}/*居中*/
.left{float:left}/*左浮动*/
.right{float:right}/*右浮动*/
.clear{clear:both; font-size:1px; visibility:hidden}/*清除浮动*/
.textr{text-align:right}
.textl{text-align:left}
.textc{text-align:center}
a{text-decoration:none; color: #454545;}
a:hover{text-decoration:none;color: #da3601; }
.w{ width:1200px; margin:auto;}

/* 头部  */
.top{height:136px; min-width:100%;position:absolute;z-index:110;left:0px;top:0px;}
.top-bj{ background:url(../images/top1.png) repeat-x; height:136px; min-width:1200px;}
.logo{ padding-top: 38px;}
.nav{ padding-top:20px}
.nav li{ width:120px; line-height:110px; float:left}
.nav li a{ display:block; text-align:center; font-size:18px; color:#333;}
.nav li a:hover{ background:#e6e6e6;color:#005798; border-bottom:3px solid #005798;text-decoration:none;}


/* banner */
.banner_box{ position:relative;min-width:1200px;}
.banner{height:560px;overflow:hidden;;position:absolute;left:0px;top:130px; width:100%}
.banner .d1{width:100%;height:560px;display:block;position:absolute;left:0px;top:0px;}
.banner .d2{width:100%;height:30px;clear:both;position:absolute;z-index:100;left:0px;top:480px;}
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;margin:0 0 0 -96px;display:inline;}
.banner .d2 li{width:17px;height:15px;overflow:hidden;cursor:pointer;background:url(../images/img1.png) no-repeat center;float:left;margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:url(../images/img1_1.png) no-repeat center;}

/* 内容 */
.con{ background:url(../images/con_bj.png) bottom center no-repeat; position:absolute;z-index:120; top:635px; padding-bottom:20px;min-width:1200px;}
.conL{ width:400px; height:168px; background:#f8b624;}
.conLR{ width:222px; padding:10px; color:#fff;}
.conLR h3{ font-size:22px; font-weight:bold; padding-bottom:8px}
.conLR p { line-height:26px}
.moer,.moer2,.moer3{ padding:3px 8px; border:1px solid #fff; font-size:14px; color:#fff; cursor:pointer; background:url(../images/con1.png);}
.moer:hover{ color:#f8b624;background:#fff;}
.moer2:hover{ color:#009fd6;background:#fff;}
.moer3:hover{ color:#133a5b;background:#fff;}
.conC{width:400px; height:168px; background:#009fd6;}
.conR{width:400px; height:168px; background:#133a5b;}
.foot{  position:absolute;z-index:120; top:835px; width:100%;}


/* 内页 */
.ny-banner{ background:url(../images/ny-banner.jpg) no-repeat bottom center;height:400px;overflow:hidden; margin-top:130px;min-width:1200px;}
.footer{ border-top:3px solid #ddd; text-align:center; padding:20px 0; line-height:26px; margin-top:20px;min-width:1200px;}
.ny-con{ border:1px solid #ddd; padding:0 20px; margin-top:20px}
.ny-conh3{ font-size:40px; color:#333; padding:20px 0; border-bottom:2px solid #ddd; margin-bottom:20px; text-align:center;}
.ny-con1{ background:url(../images/ny_con1.jpg) repeat-y left;font-size:16px; line-height:30px;}
.ny-conC{ padding-left:110px;padding-bottom:40px; }
.ny-con2{font-size:16px; line-height:30px; padding-bottom:40px;padding-right:30px;padding-left:30px;}
.ny-con2 img{ max-width:1100px}

/* 列表页 */
.list-con ul li{ border-bottom:1px dashed #ddd; margin-bottom:10px}
.list-con ul li h3{ font-size:20px; font-weight:bold; color:#333}
.list-con ul li p{ font-size:14px;  color:#888; line-height:24px}
.list-con ul li .list-t{ text-align:right}
.list-con ul li a:hover{ color:#005798;}


