﻿@charset "utf-8";
/* Eric Meyer’s CSS RESET */
html, body, div, span, applet, object, iframe,table,  caption, 
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend { font-family: "微软雅黑";
    /*vertical-align: baseline;*/ 
    font-family: inherit; 

    font-style: inherit; 
    font-size: 100%; 
    outline: 0; 
    padding: 0; 
    margin: 0; 
   
} 
 
body {background: white; 
    line-height: 1; 
    color: black; 
} 
ol, ul, li { 
    list-style: none; 
} 
table { 
    border-collapse: separate; 
    border-spacing: 0; 
} 
caption, th, td { 
    font-weight: normal; 
   
} 
blockquote:before, blockquote:after, q:before, q:after { 
    content: “”; 
} 
blockquote, q { 
    quotes: “” “”; 
}

::-webkit-input-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#ccc; } /* ie */
input:-moz-placeholder { color:#ccc; }

/* CSS RESET END */

/*  Base */
#floor {margin:auto; width:100%; min-width:1200px;background: #fff;  }
.floor {margin:auto; width:1200px;min-width:1200px;background: #fff;}
.fullscr{width:100%; min-width:1200px; margin:auto;}
.stand{width:1200px; margin:auto;}
.bg{float: left; width:1200px;min-width:1200px;background: #fff; padding-bottom: 10px;}



body{ font-size:14px; color:#999;font-family:"微软雅黑";background:#e2eaef url("body_bg.jpg")repeat-x;}
cite{font-style:normal; font-weight:normal;}
a{color:#333; text-decoration:none;
transition: color 0.5s; -moz-transition: color 0.5s; /* Firefox 4 */ -webkit-transition: color 0.5s; /* Safari and Chrome */ -o-transition: color 0.5s; /* Opera */
 }
a:hover{ color:#333; text-decoration:none;}
.clear{clear:both;}



/*  头部菜单01 *********************************/
#topmenu {margin:auto; width:100%; min-width:1200px;background: #fff url("head_bg01.jpg");  }
.topmenu {margin:auto; width:1200px;min-width:1200px;height:40px; }

.topmenu .ver{float:left;margin-left:20px; }
.topmenu .ver a {float:left; margin-left:10px; border: 1px #065787 solid; padding: 0px 5px; margin-top: 10px;  height:27px; line-height: 27px; color: #ccc;}

.topmenu .ver a:hover {border: 1px #1f95cc solid; color: #fff;}

.topmenu .nblogo {float:right; height:27px; margin: 5px 20px 0px 0px;}
.topmenu .nblogo a {float:right; margin-left:20px;}




/*  头部01 *********************************/
#header{ background:#FFF;  background:url("head_bg01.jpg") top center }
.header{width:1200px;height:132px; margin:auto;overflow:hidden; }


/* logo01 */
.header .weblogo {float:left; margin-left: 20px;}
.header .logo{float:left; margin:20px 0 0 24px;}



/* 搜索01 */
.header .search {  float: right; width: 530px; height:40px; margin:60px 0 0 0px; }
.header .search .logo {margin:0px 0px 10px 20px; }
/* 输入框样式 */
.header .search .keyword{ float:left; width:280px; height:36px; line-height:36px; font-size:17px; padding-left:40px; font-family:"微软雅黑";color:#ccc; background:#fff url(search_bg01.png) no-repeat 10px center;  border:#ccc 1px solid; margin: 0px 0 0 20px; }
/* 按钮样式 */
.header .search .ok{ cursor:pointer;margin: 0px 0 0 0px;  float:left; font-family:"微软雅黑"; color:#fff; width:60px; height:40px; line-height:36px; font-size:18px;  background:#067ac2; border:0px ;transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}
.header .search .ok:hover{background:#07407a;}

.header .search .login{ margin-left:5px; float: left; cursor:pointer; float:left; font-family:"微软雅黑"; color:#fff; width:100px; height:40px; line-height:40px; font-size:18px; text-align: center; background:#ff5400; border:0px ; transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}

.header .search .login:hover{background:#d53120;}




/* 竖项主菜单 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#nav{background:#316ace; width:100%; margin:0 auto; height:49px; min-width:1200px;}
#menunav{ width:1200px; margin:0 auto; padding-left:0px;}
.menunav{ height:49px; line-height:49px; background:#316ace; position:relative; z-index:99; font-size:26px; /*padding-left:356px; width:844px;*/}
.menunav a{ color:#fff; transition: background-color 0.3s; -moz-transition: background-color 0.3s; /* Firefox 4 */ -webkit-transition: background-color 0.3s; /* Safari and Chrome */ -o-transition: background-color 0.3s; /* Opera */}
.menunav .nLi{ float:left; position:relative; display:inline; }
.menunav .nLi h3{ float:left;}
.menunav .nLi h3 a{ display:block; padding:0 30px; font-size:18px; font-weight:normal;background:#316ace;margin-right:30px;}
.menunav .sub{ display:none; width:160px; left:0; top:49px; position:absolute; background:#022055; line-height:22px; padding:3px 0; font-size:15px; }
.menunav .sub li{ zoom:1;}
.menunav .sub a{ display:block; padding:5px 10px; text-indent:1.5em;
transition: background-color 0.5s; -moz-transition: background-color 0.5s; /* Firefox 4 */ -webkit-transition: background-color 0.5s; /* Safari and Chrome */ -o-transition: background-color 0.5s; /* Opera */ color:#fff; }
.menunav .sub a:hover{ background:#316ace; color:#fff;}
.menunav .on h3 a{ background:#022055; color:#fff;}

.menunav .all h3 a{float:left;  position:relative; display:inline; padding:0 30px; font-size:18px; font-weight:normal; color:#fff; width: 170px; margin-right: 0px; background:url("all_bg01.png") 190px 15px no-repeat; background-color:#ed586f;}
.menunav .all h3 a:hover{background-color:#d9213e;}



/* 横项主菜单 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{ position:relative; z-index:99;  background:#028feb; color:#fff; height:50px; line-height:50px; font-weight: 500; width:100%; min-width: 1200px;}
.nav{ width:1200px; margin:0 auto; font-family:"微软雅黑";}
.nav a{ color:#fff;  }
.nav h3{ float:left;  font-size:100%; font-weight:normal; font-size:20px;  }
.nav .m{/*float:left; position:relative;*/ /*跟随定位*/ float:left;}
.nav .gps{ float:left; position:relative; }
.nav .s{ float:left; width:8px; text-align:center; color:#eee; }
.nav h3 a{ display:block; padding:0 70px; margin-right:0px;}
.nav .on a{ background:#0762b7;  }


.nav .sub{ display:none ; /*默认隐藏*/ width:100%; position:absolute; left:50%; top:50px; margin-left: -50%; height:40px; line-height:40px; padding:7px 0;  ;background:#e2eaf8;background:rgba(226, 234, 248, 1);font-size: 19px;  border-bottom: #bbb 1px solid;
height:40px; line-height:40px;
height:45px \9; line-height:45px \9;/*IE8*/
*height:45px; *line-height:45px;/*IE7 */
}

.subtab {width:1200px; margin: 0 auto;}
.nav .sub li{ float:left;  }
.nav .sub li a{display:block; padding:0 15px; margin:0 0 0 25px; background:none;color: #022055; }
.nav .sub li a:hover{ border-bottom: 2px #022055 solid;color:#ff6316; margin-top: -2px;   }

 /************跟随定位************
.nav .t1{left:0px; }
.nav .t2{left:-166px; }
.nav .t3{left:-316px; }
.nav .t4{left:-466px; }
.nav .t5{left:-588px; }
.nav .t6{left:-766px; }

***********跟随定位*************/


/* 横项主菜单 */


.weibo{ float:right;  height:50px; line-height:50px; padding: 0 12px;  font-size: 20px; font-weight: 100; margin-right: 0px; }
.weibo span{float:left; margin: 4px 10px 0 0px; }
.weibo:hover{ background:#21AEB5  }



.banner { float: left; width: 1200px; height: 100px; margin: 10px 10px 0px 10px; }



/* 新闻图片切换 */
.news_pic_tab01 { position: relative; width: 580px; height: 350px; overflow: hidden; text-align: left;font: 12px/1.5 Verdana, Geneva, sans-serif;  background: white; float:left; margin: 15px 0 0 15px;}
.news_pic_tab01 .pic img { width: 580px; height: 350px; display: block; }
.news_pic_tab01 .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #000; filter: alpha(opacity=60); opacity: 0.6; overflow: hidden; }
.news_pic_tab01 .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.news_pic_tab01 .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.news_pic_tab01 .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px; font-weight: bold; text-decoration: none; }
.news_pic_tab01 .num { position: absolute; z-index: 3; bottom: 7px; right: 7px; }
.news_pic_tab01 .num li{ float: left; position: relative; width: 25px; height: 22px; line-height: 22px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.news_pic_tab01 .num li a,.news_pic_tab01 .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.news_pic_tab01 .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.news_pic_tab01 .num li.on a,.news_pic_tab01 .num a:hover{ background:#8f0000;  }


/* 新闻动态 */
.news_tab00 { width:580px; border:0px solid #ccc; float:left; margin: 5px 0 0 15px; }
.news_tab00 .hd{ line-height:40px; height:40px; border-bottom:#d9d9d9 1px solid; }
.news_tab00 .hd .more{ float:right; margin-right:10px; }
.news_tab00 .hd ul{ z-index:5; position:absolute; height:40px;  overflow:hidden; zoom:1;}
.news_tab00 .hd li{ float:left;  margin-left:10px;margin-right: 20px; cursor:pointer;  background:#fff; font-size:20px;  color:#747474; }
.news_tab00 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab00 .hd li.on{ color:#0191ea;  background:#fff;  }



.news_tab00 .bd{padding:5px 10px; clear:both; position:relative; font:normal 16px/48px "微软雅黑"; }
.news_tab00 .bd ul li{line-height:26px; height:26px; }
.news_tab00 .bd ul a{ color:#666;float:left; display:inline; width:500px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab00 .bd ul a:hover{ color:#018feb;  }
.news_tab00 .bd ul span{ color:#666; float:right;  }
.news_tab00 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}





/* 新闻动态 */
.news_tab01 { width:580px; border:0px solid #ccc; float:left; margin: 5px 0 0 15px; }
.news_tab01 .hd{ line-height:40px; height:40px; border-bottom:#d9d9d9 1px solid; }
.news_tab01 .hd .more{ float:right; margin-right:10px; }
.news_tab01 .hd ul{ z-index:5; position:absolute; height:40px;  overflow:hidden; zoom:1;}

.news_tab01 .hd li{ float:left; margin: 5px 5px; cursor:pointer;  background:#fff; font-size:16px;  color:#ed5c4d;  border-radius: 5px; height: 32px;line-height: 32px;padding: 0px 5px; }
.news_tab01 .hd li.on a{background:#ed5c4d;color:#fff;}
.news_tab01 .hd li a{background:#fff;color:#ed5c4d;}

.news_tab01 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab01 .hd li.on{ color:#fff;  background:#ed5c4d;  }

.news_tab01 .hd .titel{ float:left; font-size:20px;  color:#747474;  display: inline;  width: 150px; color: #0191ea; font-weight: 600px;}


.news_tab01 .bd{padding:5px 10px; clear:both; position:relative; font:normal 16px/48px "微软雅黑"; }
.news_tab01 .bd ul li{line-height:28px; height:28px; }
.news_tab01 .bd ul a{ color:#666;float:left; display:inline; width:500px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab01 .bd ul ac{ color:#018feb;  }
.news_tab01 .bd ul span{ color:#666; float:right;  }
.news_tab01 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}





/* 新闻动态 */
.news_tab02 { width:1180px; border:0px solid #ccc; float:left; margin: 20px 0 10px 15px; border-top: 2px solid #ddd;border-bottom: 2px solid #ddd; padding: 5px 0px 15px 0px}
.news_tab02 .hd{ line-height:40px; height:40px; border-bottom:#d9d9d9 1px solid; }
.news_tab02 .hd .more{ float:right; margin-right:10px; }
.news_tab02 .hd ul{ z-index:5; position:absolute; height:40px;  overflow:hidden; zoom:1;}
.news_tab02 .hd li{ float:left;  margin-left:10px;margin-right: 20px; cursor:pointer;  background:#fff; font-size:20px;  color:#747474; }
.news_tab02 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab02 .hd li.on{ color:#0191ea;  background:#fff;  }


.news_tab02 .bd{padding:5px 10px; clear:both; position:relative; font:normal 16px/48px "微软雅黑"; }
.news_tab02 .bd ul li{line-height:28px; height:28px; }
.news_tab02 .bd ul a{ color:#666;float:left; display:inline; width:960px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab02 .bd ul a:hover{ color:#018feb;  }
.news_tab02 .bd ul span{ color:#ed5c4d; float:left;  margin-left: 25px; }
.news_tab02 .bd ul .ok{float:right; width:80px; background: #6bb7fd; color: #fff; text-align: center; border-radius: 5px; line-height:24px; height:24px; font-size: 14px; margin-top: 2px; margin-right: 5px;}
.news_tab02 .bd ul .ok:hover{ color:#fff;background: #0191ea; }
.news_tab02 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}





/* 新闻动态 */
.news_tab03 { width:520px; border:0px solid #ccc; float:left; margin: 15px 0 0 15px; }
.news_tab03 .hd{ line-height:36px; height:36px; border-bottom:#d9d9d9 1px solid; }
.news_tab03 .hd .more{ float:right; margin-right:10px; }
.news_tab03 .hd ul{ z-index:5; position:absolute; height:36px;  overflow:hidden; zoom:1;}
.news_tab03 .hd li{ float:left;  margin-left:10px;margin-right: 20px; cursor:pointer;  background:#fff; font-size:20px;  color:#747474;  }
.news_tab03 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab03 .hd li.on{ height:36px; line-height:36px; color:#316ace;  background:#fff;  }

.news_tab03 .bd{padding:10px; clear:both; position:relative; font:normal 16px/36px "微软雅黑"  }
.news_tab03 .bd ul a{ color:#333;float:left; display:inline; width:435px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab03 .bd ul a:hover{ color:#018feb;  }
.news_tab03 .bd ul span{ color:#888888; float:right;  }
.news_tab03 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}




/* 新闻动态 */
.news_tab04 { width:1080px; border:0px solid #ccc; float:left; margin: 15px 0 0 15px; }
.news_tab04 .hd{ line-height:36px; height:36px; border-bottom:#d9d9d9 1px solid; }
.news_tab04 .hd .more{ float:right; margin-right:10px; }
.news_tab04 .hd ul{ z-index:5; position:absolute; height:36px;  overflow:hidden; zoom:1;}
.news_tab04 .hd li{ float:left;  margin-left:10px;margin-right: 20px; cursor:pointer;  background:#fff; font-size:20px;  color:#747474;color:#0191ea;  }
.news_tab04 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab04 .hd li.on{ height:36px; line-height:36px; color:#316ace;  background:#fff;  }

.news_tab04 .bd{padding:10px; clear:both; position:relative; font:normal 16px/36px "微软雅黑"  }
.news_tab04 .bd .con { width: 477px;; float: left;}
.news_tab04 .bd .con1 { width: 552px; float: left;margin-left: 30px;}
.news_tab04 .bd ul a{ color:#888;float:left; display:inline; width:405px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab04 .bd ul a:hover{ color:#333;  }
.news_tab04 .bd ul span{ color:#888888; float:right;  }
.news_tab04 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}





/* 搜索结果 */
.news_tab05 { width:1120px; border:0px solid #ccc; float:left; margin: 5px 0 0 15px; }
.news_tab05 .hd{ line-height:40px; height:40px; border-bottom:#d9d9d9 1px solid; }
.news_tab05 .hd .more{ float:right; margin-right:10px; }
.news_tab05 .hd ul{ z-index:5; position:absolute; height:40px;  overflow:hidden; zoom:1;}

.news_tab05 .hd li{ float:left; margin: 5px 5px; cursor:pointer;  background:#fff; font-size:16px;  color:#ed5c4d;  border-radius: 5px; height: 32px;line-height: 32px;padding: 0px 5px; }

.news_tab05 .hd span{ float:right; font-size:16px;  color:#747474; }
.news_tab05 .hd li.on{ color:#fff;  background:#ed5c4d;  }
.news_tab05 .hd .titel{ float:left; font-size:20px;  color:#747474;  display: inline;  width: 150px; color: #0191ea; font-weight: 600px;}


.news_tab05 .bd{padding:5px 10px; clear:both; position:relative; font:normal 16px/48px "微软雅黑"; }
.news_tab05 .bd ul li{line-height:26px; height:26px; }
.news_tab05 .bd ul a{ color:#666;float:left; display:inline; width:500px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }
.news_tab05 .bd ul a:hover{ color:#018feb;  }
.news_tab05 .bd ul span{ color:#666; float:right;  }
.news_tab05 .bd ul em{background:url(dot01.jpg) no-repeat 0px 13px ; width:10px; height:20px; float:left;}


/* 按钮群 */

.weboffice {float: left;width: 1180px; height: 190px; margin: 0px 0 0px 15px; }
.weboffice ul{float: left;width: 1180px;margin:0px 0 0 0px; background: #fff; height: 180px;} 

.weboffice .ti {float: left; margin: 15px 0 0 0px;}

.weboffice .ok  {float: left; width: 275px; height: 75px; line-height: 75px; font-size:16px;  border: #d0deec 1px solid; background: #82c2e9; color:#4f74b3; margin:10px 10px 0px 7px;text-align: center; border-radius: 8px;}

.weboffice .ok .pic {float: left;  margin:2px 15px 0px 20px;}
.weboffice .ok .zz {float: left; color:#fff; font-size: 18px;  }
.weboffice .ok .zz02 {float: left; color:#fff; font-size: 18px; margin-top: 5px; line-height: 30px;  }

.weboffice .ok:hover {background:#0191ea;}



/* 办事服务 */

.zfinfo {float: left;width: 1160px; height: 240px; margin: 10px 0 0px 15px; }
.zfinfo ul{float: left;width: 1160px;margin:0px 0 0 0px; background: #e2ebef; height: 240px; } 

.zfinfo .ti {float:left;margin: 15px 0 0 15px;}

.zfinfo .box { float: left; width:350px; height: 200px;margin: 15px 0 0 30px;  }
.zfinfo .box .cg01 {  float: left;width:140px; height: 140px; background: #3d94ad; border-radius: 80px; border: 10px #b8dadc solid; text-align: center; line-height: 140px; color: #fff; font-size:26px; }
.zfinfo .box .cg01:hover { background: #278099;  }

.zfinfo .box .cg02 {  float: left;width:140px; height: 140px; background: #9a65c0; border-radius: 80px; border: 10px #cabddc solid; text-align: center; line-height: 140px; color: #fff; font-size:26px; }
.zfinfo .box .cg02:hover { background: #753d9d;  }

.zfinfo .box .cg03 {  float: left;width:140px; height: 140px; background: #f5a008; border-radius: 80px; border: 10px #d5d1b5 solid; text-align: center; line-height: 140px; color: #fff; font-size:26px; }
.zfinfo .box .cg03:hover { background: #f25e05;  }

.zfinfo .box .box01 { float: left; width:140px; height: 140px;  line-height: 40px; margin-left: 15px; }
.zfinfo .box .box01 a { float: left; width:100%; border-bottom: 1px #ccc solid; text-indent: 15px;color:#3d94ad;}
.zfinfo .box .box01 a:hover {color:#000;}

.zfinfo .box .box02 { float: left; width:140px; height: 140px;  line-height: 40px; margin-left: 15px; margin-top: 30px; }
.zfinfo .box .box02 a { float: left; width:100%; border-bottom: 1px #ccc solid; text-indent: 15px;color:#9a65c0;}
.zfinfo .box .box02 a:hover {color:#000;}

.zfinfo .box .box03 { float: left; width:140px; height: 140px;  line-height: 40px; margin-left: 15px; margin-top: 15px;  }
.zfinfo .box .box03 a { float: left; width:100%; border-bottom: 1px #ccc solid; text-indent: 15px;color:#967334;}
.zfinfo .box .box03 a:hover {color:#000;}


/* 互动交流 */

.icon_bg{float: left;width: 1060px; height: 189px; background:#e8effa; margin: 15px 0 0 20px;}
.icon_bg .cg{float: left; width: 200px; margin:35px 0 0 40px; }


.icon_bg .ok {float:left;width: 108px; height: 108px; border-radius:54px; border: 1px #fff solid;background: #316ace; margin:38px 0 0 20px; }

.icon_bg .ok .pic {text-align: center; margin-top: 10px; }
.icon_bg .ok .zz {text-align: center; margin-top: 0px; color: #fff; font-size: 16px;}

.icon_bg .ok:hover {background: #5085e1;box-shadow: 5px 5px 5px #ccc; }




/* 专题专栏 */

.ztzl{ margin: auto;width: 1200px; }
.ztzl a img { border: 1px #fff solid;float:left;margin: 10px 0px 10px 6px;}
.ztzl a:hover img {}






.titel{width:100%;color:#316ace;  float: left; font-size:20px; line-height:40px; height:40px; font-weight:500; border-bottom: 1px #ddd solid; text-indent:15px; margin-bottom: 5px; } 
.titel span a {float: right; margin-right: 10px; font-size:16px; } 
.titel span a:hover{ }




.new_move{float: left; width:1070px;  margin-left: 10px; }
.picScroll{ position:relative;  border:1px solid #eee; width:1070px; background:#fff; overflow:hidden;   }
.picScroll .prev,
.picScroll .next{ display:block; position:absolute; top:86px; left:5px; width:23px; height:23px; background:url(images/btns.png) no-repeat;   }
.picScroll .next{ left:auto; right:5px; background-position:-25px 0; }
.picScroll .prev:hover{ background-position:0 -30px; }
.picScroll .next:hover{ background-position:-25px -30px; }
.picScroll ul{ overflow:hidden; zoom:1; }
.picScroll ul li{ width:246px; float:left; overflow:hidden; padding:0 10px;     }
.picScroll ul li img{width:246px; height:170px; display:block; background:url(loading.gif) center center no-repeat; border: 1px #ddd solid;}
.picScroll ul li .zz{ text-align: center; height: 40px; line-height: 40px; font-size: 16px; }









.mainbox{ overflow:hidden; width:1200px; margin:0px auto 0 auto;}
.mainbox_L{ float:left; width:230px; background-color:#6db6e9; height: 480px; }
.mainbox_M{float:left; width:970px; background-color:#fff;height: 480px; }
.mainbox_R{ float:right; width:327px;}



/* 左侧菜单*/
.bgcolor01 {  background: #028feb;}

.left_nav01{ float:left; width:280px; margin: 10px 0px 15px 10px;}
.left_nav01 .titel{ float:left;font-size:20px; color:#fff; width:280px; height:50px; line-height:50px; text-indent:1em;}
.left_nav01 .titel em{float:right; background:url(triangle.png) no-repeat; width:13px; height:13px;}


/* 右侧框架*/
.if_frame{float:left; width:880px; margin-left:15px; margin-bottom:0px;}
.cont_frame{float:left; width:880px; /* width:920px;*/margin-left:15px;margin-bottom:15px;}
.cont_frame1{float:left;  margin-left:15px;margin-bottom:15px;}
.article01{ margin:auto; width:1100px; margin-bottom:15px;padding-top: 10px;}


/* 内页标题01*/
.color01{color: #028feb;}
.frame_titel01{float:left; width:100%; height:45px; line-height:45px; margin-bottom:15px; font-size:22px; border-bottom:#ddd 1px solid; font-weight:700; margin-top: 10px;}
.frame_titel01 b{float:left;  height:45px; line-height:45px; font-size:22px; padding:0px 25px; font-weight:bold;}

.sm_titel01{width:98%;}


/* 内页标题02*/
.frame_titel02{float:left; width:100%; height:45px; line-height:45px; margin-bottom:15px; font-size:22px; border-bottom:#eee 1px solid; font-weight:700;}
.frame_titel02 b{float:left;  height:45px; line-height:45px; font-size:22px; padding:0px 25px; font-weight:bold; color:#FFFFFF;}



/* 内页列表样式01*/

.frame_list01 {float:left; width:100%; margin-bottom:15px; font-size:15px; line-height:30px;color:#666; min-height:400px; }
.frame_list01 ul{float:left;}
.frame_list01 ul li {float:left; line-height:38px; height:38px;width:100%;}
.frame_list01 ul li:hover {background:#f5f7f8;}
.frame_list01 ul li a{float:left; display:inline; width:730px;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */color:#666; }
.frame_list01 ul li a:hover{color:#316ace; }
.frame_list01 ul li span{float:right; padding:0px 10px; }

.frame_list01 ul li em{float:left; background:url(dot01.jpg) no-repeat 10px 17px; width:20px; height:34px;}




/* 文章头部样式01*/
.content_head01 {float:left; width:100%; border-bottom:#ccc 1px dashed; margin-bottom:10px;}
.content_head01 .z_title {float:left; font-size:20px; line-height:60px; width:100%; text-align:center; font-weight:bold; color:#c40512; }
.content_head01 .f_title {float:left; font-size:16px; line-height:28px; width:100%; text-align:center; color:#666;}
.content_head01 .voice {float:left;text-align:center;width:100%; padding:15px 0px;}
.content_head01 .read{text-align:center;width:100%;  padding:15px 0px;;line-height: 20px;color:#333;}




/*保护视力色*/
.vision_color{ float:right; width:350px; height:20px; line-height:20px; font-size:12px; margin-top:-42px;}
.vision_color b{float:left; font-size:12px; color:#aaa; margin:0px 10px 0px 0px;}
.vision_color a{float:left; }
.vision_color .font {margin-right:8px;}

.vision_color .colors {width: 10px; height:10px; float:left; border:#fff 1px solid; margin:0px 2px; margin-top:4px;}
.vision_color .colors:hover {border:#999 1px solid;}

.vision_color .colors00 {background:#ffffff;border:1px solid #666;}
.vision_color .colors01 {background:#f1f2c6;border:1px solid #666;}
.vision_color .colors02 {background:#efe1c4;border:1px solid #666;}
.vision_color .colors03 {background:#f0dcd3;border:1px solid #666;}
.vision_color .colors04 {background:#c4e86a;border:1px solid #666;}
.vision_color .colors05 {background:#c5ecf3;border:1px solid #666;}
.vision_color .colors06 {background:#d1c9ee;border:1px solid #666;}
.vision_color .colors07 {background:#e6e7eb;border:1px solid #666;}
.vision_color .colors08 {background:#ededea;border:1px solid #666;}






/* 文章内容*/
.article_cont {width:100%;font-size:15px; line-height:30px; margin-bottom:10px; color:#666;}
.article_cont img{ margin:10px 0px;}
.article_cont .read{padding:15px 0px; color:#666; font-weight:bold;}
.article_cont .read li{width:100px;font-size:15px;line-height:28px;  float:left;}
.article_cont .read .file{float:left;font-size:15px;line-height:28px; width:800px; font-weight:100}


/* 分享样式*/
.articl_share { width:100%; font-size:16px; line-height:30px; height:60px; margin-bottom:30px;}
.articl_share .app{float:left; margin-top:30px;}
.articl_share .app a{margin-left:1px;}
.articl_share .print{float:right; margin-top:30px;}
.articl_share .print a{margin-left:1px;}


/* 相关信息列表样式01*/
.same_list01 {float:left;min-height:150px;margin-bottom:0px; line-height:20px; width: 98%;  }
.same_list01 ul li{line-height:30px;height:30px;}
.same_list01 ul li em{float:left; background:url(dot01.jpg) no-repeat 10px 15px; width:20px; height:30px;}




/* ==============树型菜单样式01 start============== */
.tree_menu{ width:278px; border:#ddd 1px solid; float:left; font-family:"微软雅黑"; }
#tree_nav01 {width:100%;  margin:auto; margin-top:0px; margin-bottom:15px;list-style: none;}
#tree_nav01 ul {margin:0px;padding:0px; vertical-align:text-top; display: none;}
/***一级菜单***/
#tree_nav01 li {padding-left:15px; padding-right:15px;}
#tree_nav01 li a {font-size:18px; margin-top:5px; text-indent:1em;line-height:35px;display:block;text-decoration:none;outline:0; border-bottom:1px solid #ddd; color:#333;}
#tree_nav01 li a:hover { color:#ff4200;}
#tree_nav01 li a.on {background: #d0deec;color:#316ace;}
/***二级菜单***/
#tree_nav01 ul li {margin:0;padding:0; padding-left:15px;}
#tree_nav01 ul li a {font-size:14px;color:#0191ea;line-height:30px; outline:0;background:none; border-bottom: 1px dotted #CCC;}
#tree_nav01 ul li a:hover {color:#ff4200; border-bottom:1px dotted #CCC;}
/***三级菜单***/
#tree_nav01 ul ul li a {font-size:14px;color:#ff7200;background:none;}
#tree_nav01 ul ul li a:hover {color:#ff4200;}
#tree_nav01 span{float:right;}

/* ==============树型菜单样式01 start============== *




/* 路径**条件*/
.path01{ float: left; margin:0px 0px; width:1180px; height:45px; border-bottom:#ddd 1px solid; font-size:16px; line-height:45px;background: #fff; margin-left: 10px;}
.path01 cite{float:left; width:30px; height:45px; margin:5px 0 0 20px;}
.path01 em{float:left; height:45px; text-align:center; }
.path01 strong{float:left;}
.path01 a{float:left; padding:0px 8px;color:#777;}
.path01 a:hover{color:#333;}


/* 翻页样式01*/
.nextpage {font-size:14px; font-family:Arial;width:100%; margin-top:10px; margin-bottom:10px;}
.nextpage ul{float:left;margin-left:15px;}
.nextpage a{float:left;padding:10px 10px; min-width:15px; background:#f5f7f8; color:#454545; margin-right:10px;text-align:center; border:#c3c9cd 1px solid; border-radius:2px;}
.nextpage a:hover{background:#ddd; color:#000; }
.nextpage a.on01 {background:#316ace; color:#fff; }
.nextpage a.on02 {background:#5186b9; color:#fff; }
.nextpage a.on03 {background:#e8a043; color:#fff; }
.nextpage a.on04 {background:#7eb876; color:#fff; }
.nextpage .keyword{float:left; width:40px; height:30px; line-height:25px; font-size:14px; font-family:"微软雅黑";color:#333; background:#fff;  border:#c3c9cd 1px solid; text-indent:5px; margin:0px 10px; }
.nextpage .ok{float:left;font-family:"微软雅黑";color:#fff;width:40px; height:33px; line-height:30px; font-size:14px; border:#c3c9cd 1px solid;}






/* 更多MORE样式 */
.more{float:right; margin-right:10px; margin-top: -1px;}
.more a{float:left;background:#0191ea; width:20px; height:20px;line-height:18px; border-radius:12px; text-align:center; color:#FFF; margin-top:16px; font-size:16px; font-weight:bold;-webkit-transition: -webkit-transform 0.5s ease-out;-moz-transition: -moz-transform 0.5s ease-out;-o-transition: -o-transform 0.5s ease-out;-ms-transition: -ms-transform 0.5s ease-out; 
}
.more a:hover{-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);}






.lead_list03{float:left;  font-size:16px; line-height:45px; }
.lead_list03 h3{float:left; height:32px; line-height:32px; padding-left:10px; background:#f4f4f4; cursor:pointer; line-height:55px; height:55px;border-bottom:1px solid #ccc; width:770px; display: block; color:#000; }
.lead_list03 h3 em{ float:right; display:block; width:40px; height:32px; background:url(icoAdd.png) 20px 22px no-repeat; cursor:pointer; }
.lead_list03 h3.on em{background-position:20px -45px;}
.lead_list03 h3 .name {float:left;width:200px; font-size:20px;  display:inline; font-weight:bold; text-indent:1em;color:#333;}
.lead_list03 h3 .job {float:left;width:420px; display:inline;color:#333;}
.lead_list03 ul{ padding:8px 0px; color:#888; display:none; /* 默认都隐藏 */ }


.lead_list03 h3 {background-color: #fff;}
.lead_list03 h3 a { height:55px; float:left; width:750px;background: url("sprite.png") 725px 23px no-repeat;display: block;margin:0;color:#888888;text-decoration: none;}
.lead_list03 h3:hover {background: #f3f1f1;}
.lead_list03 h3.open {background: #d0deec; background:#d0deec;}
.lead_list03 h3.open a {background-position: 720px -15px;}
.lead_list03 h3 + div {padding: 0px;}
.lead_list03 h2 + div, .lead_list03 .example {background: #fff;	overflow: hidden;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;	margin-bottom: 20px;}




.lead_intro01 {float:left; width:100%; margin-bottom:15px; font-size:20px; line-height:45px;color:#666; background:#e2ebf4; height: auto; margin-top: 10px; }

.lead_intro01 ul{float:left; padding:10px; border-bottom:1px solid #ddd; }
.lead_intro01 .intro {float:left;width:500px;line-height:48px;  }
.lead_intro01 .pic {float:left;width:220px; text-align:center; margin-top:25px; margin-left:-10px;}


.lead_intro01 .name {float:left;width:100px; font-size:18px;  display:inline; font-weight:bold;line-height:48px;line-height:48px; margin-top: 15px;}

.lead_intro01 .job {float:left;width:370px;height:48px;line-height:48px; display:inline;font-size:16px;margin-top: 15px;}

.lead_intro01 .c_intro {float:left;width:720px; font-size:16px; line-height:48px;}



.a_intro {float:left;width:740px; font-size:16px; line-height:26px; border-bottom:1px solid #ddd;  padding: 10px 20px; margin-top: 0px; background:#e2ebf4;color:#666; margin-bottom: 15px;  }
 .b_intro {float:left;width:740px; font-size:16px; line-height:26px; border-bottom:1px solid #ddd;   padding: 10px 20px; margin-bottom: 30px; background:#e2ebf4; color:#666; }






/* 底部版权========================================================================== */

#copyright_menu {margin:auto; width:100%; background:#028feb; height:8px; min-width:1200px; margin-top:0px;}
.copyright_menu {margin:auto; width:1200px; color:#fff;height:8px;line-height:45px;font-size: 16px;}
.copyright_menu a{float:left;color:#028feb; height:45px;font-size:16px;}
.copyright_menu a:hover{color:#333;}
.copyright_menu span{float:left;color:#0191ea; width: 35px; text-align: center;}

.copyright_menu em{float:left; width:40px; height:45px;text-align:center;}
.copyright_menu cite {float:left;margin-left:50px;font-size:14px; }
.copyright_menu cite b{color:#ff2a00; padding:0px 5px;font-size:12px;}
.copyright_menu select {float:left;width:200px; height:25px; color:#999; margin-top:10px; font-size:15px; font-family:"微软雅黑"; margin-left:55px; border:#ccc 1px solid;}






.friend_link {margin:auto; width:1200px; color:#fff;height:45px;line-height:45px;font-size: 16px;}

.friend_link .popsel{float: left; position:relative; color: #333; width: 318px; border: #ccc 1px solid; height: 30px;line-height:30px; margin-top: 7px; background: #d0deec; text-align: center; margin-right: 25px;}

.friend_link .popsel .sub {display: none; border: 1px #ccc solid; position: absolute; bottom: 30px; left: -1px; width: 298px;background: #fff; color:#000; padding: 10px; text-align: left; text-indent: 20px;}

.friend_link .popsel:hover {background: #4d81de;color: #fff;}		

.friend_link .popsel:hover .sub{display:block;color: #000; max-height: 205px; overflow:auto;}		
	
.friend_link .popsel .sub li:hover{background: #c7d3e9;}		
		
.friend_link .popsel .sub a {display:block;}
	
.friend_link .popsel .sub a:hover {background: #c7d3e9;}


.line001{margin:0 auto; width:100%;background:#316ace; height: 5px; }

#copyright_floor {margin:0 auto; width:100%; background:#f8f8f8; font-size:18px; color:#666;min-width:1200px; }
.copyright_floor {margin:0 auto; width:1200px; height: 140px; padding-bottom: 10px; line-height:30px; padding-top:10px;font-size:16px;text-align:center; }
.copyright_floor a{ color:#666;}
.copyright_floor a:hover{ color:#00b3b3;}
.copyright_floor p{font-size:16px; margin-left: 30px;float:left;text-align:center; }
.copyright_floor cite{ float: left; margin-left: 150px; }

