@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; 
    border: 0; 
} 
:focus { 
    outline: 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; 
    text-align: left; 
} 
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:#fff url("body_bg.jpg") top 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("body_bg.jpg") top center no-repeat;}
.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("body_bg.jpg") top center }
.header{width:1200px;height:235px; margin:auto;overflow:hidden; }


/* logo01 */
.header .weblogo {float:left; margin-left: 20px; width: 100%; }
.header .adlink {float:left; font-size: 16px; color:#cd2125; margin-top: 10px;}
.header .adlink a {float:left; color:#cd2125; font-weight: 600; }
.header .adlink a:hover { color:#94090d; }
.header .adlink span {float:left; width: 30px; text-align: center;}

.header .logo{float:left; margin:50px 0 0 10px;}


/* 搜索01 */
.header .search {  float: right; width: 410px; height:40px;  margin-top: -20px; margin-right: 20px; }
.header .search .logo {margin:0px 0px 10px 20px; }
/* 输入框样式 */
.header .search .keyword{ float:left; width:280px; height:30px; line-height:30px; 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:34px; line-height:30px; font-size:18px;  background:#d1111c; 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:#ad1e22;}

.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;}






.weather {margin:auto; width:1200px;min-width:1200px;background: #e8e8e8; height: 45px;}
.tips{float: left; line-height: 45px; height: 45px; width: 750px; font-size: 16px; color:#666; text-indent: 15px; }

/* 搜索01 */
.weather .search {  float: right; width: 410px; height:40px;  margin-top: 5px; }
.weather .search .logo {margin:0px 0px 10px 20px; }
/* 输入框样式 */
.weather .search .keyword{ float:left; width:280px; height:30px; line-height:30px; 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; }
/* 按钮样式 */
.weather .search .ok{ cursor:pointer;margin: 0px 0 0 0px;  float:left; font-family:"微软雅黑"; color:#fff; width:60px; height:34px; line-height:30px; font-size:18px;  background:#d1111c; 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 */}
.weather .search .ok:hover{background:#ad1e22;}

.weather .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 */}

.weather .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:#d1111c; color:#fff; height:50px; line-height:50px; font-weight: 500;  width: 100%; min-width: 1200px; margin: auto; }
.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; height:50px; }
.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 28px; margin-right:0px;}
.nav h3 a cite{float: left; margin: 4px 10px 0 -10px;}
.nav .on a{ background:#ac050f; color:#ff0;  }


.nav .sub{ display:none ; /*默认隐藏*/ width:100%; position:absolute; left:50%; top:50px; margin-left: -50%; height:40px; line-height:40px; padding:7px 0;  ;background:#f8f2e6;background:rgba(248, 242, 230, 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: #d1111c; }
.nav .sub li a:hover{ border-bottom: 2px #d1111c solid;color:#d1111c; 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: 390px; 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: 390px; 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:auto;  background:#fff; font-size:20px;  color:#747474; }
.news_tab00 .hd span{ float:righ; font-size:16px;  color:#747474; }
.news_tab00 .hd li.on{ color:#a20105;  background:#fff;  }



.news_tab00 .bd{padding:5px 10px; clear:both; position:relative; font:normal 16px/48px "微软雅黑"; }
.news_tab00 .bd ul li{line-height:36px; height:36px; }
.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:#e22627;  }
.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;}










/* 信息公开 */

.info01 {float: left;width: 580px; height: 120px; margin: 0px 0 0px 15px; }
.info01 .hd ul{float: left;width: 580px;margin:0px 0 0 0px; background: #fff; height: 20px; height: 36px; line-height: 36px;  border-bottom: 1px #ddd solid; } 
.info01 .hd ul li{float: left;font-size: 20px; color:#b31d1f; text-indent: 10px;} 

.info01 .hd .more { float: right;width: 20px; margin-top: -45px; }




.info01 .ok  {float: left; width: 109px; height: 115px; line-height: 25px; font-size:16px;  border: #e5c9c9 1px solid; background: #f8f2e6; color:#b31d1f; margin:10px 5px 0px 0px;text-align: center; border-radius: 8px; }

.info01 .ok .pic {float: left;  margin:10px 15px 0px 25px;}
.info01 .ok .zz {float: left; color:#b31d1f; font-size: 18px; text-align: center; width: 100%; }
.info01 .ok .zz02 {float: left; color:#b31d1f; font-size: 18px; margin-top: 5px; line-height: 30px; text-align: center; width: 100%; }

.info01 .ok:hover {background:#fceed2;}





/* 按钮群 */

.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: 150px; height: 150px; line-height: 30px; font-size:16px;  border: #efd2d3 8px solid; background: #cd2125; color:#4f74b3; margin:10px 10px 0px 17px;text-align: center; border-radius: 150px;}

.weboffice .ok .pic {float: left;  margin:15px 0px 0px 0px; width: 100%; text-align: center;}
.weboffice .ok .zz {float: left; color:#fff; font-size: 18px; line-height: 30px;text-align: center;width: 100%;  }
.weboffice .ok .zz02 {float: left; color:#fff; font-size: 18px; margin-top: -10px; line-height: 23px;text-align: center; width: 100%;  }

.weboffice .ok:hover {background:#b30d11;}






#movejpg {font-size: 16px; line-height: 22px;}
#movejpg  ul { margin-bottom: 20px;}
#movejpg  ul li { text-align: center;}



.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: #d1111c;}

.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: #d1111c;}
.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:17px; line-height:34px;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 #000000;}
.vision_color .colors01 {background:#f1f2c6;border:1px solid #000000;}
.vision_color .colors02 {background:#efe1c4;border:1px solid #000000;}
.vision_color .colors03 {background:#f0dcd3;border:1px solid #000000;}
.vision_color .colors04 {background:#c4e86a;border:1px solid #000000;}
.vision_color .colors05 {background:#c5ecf3;border:1px solid #000000;}
.vision_color .colors06 {background:#d1c9ee;border:1px solid #000000;}
.vision_color .colors07 {background:#e6e7eb;border:1px solid #000000;}
.vision_color .colors08 {background:#ededea;border:1px solid #000000;}






/* 文章内容*/
.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:16px;color:#d1111c;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:#666;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:#d1111c; 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:#a20105; 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);}









/* 底部版权========================================================================== */

#copyright_menu {margin:auto; width:100%;background:#cd2125;  height:45px; min-width:1200px; margin-top:0px;}
.copyright_menu {margin:auto; width:1200px; color:#fff;height:45px;line-height:45px;font-size: 16px; background:#cd2125;}
.copyright_menu01 {margin:auto; width:1200px; color:#fff;height:45px;line-height:45px;font-size: 16px;}
.copyright_menu01 a{float:left;color:#cd2125; height:45px;font-size:16px;}
.copyright_menu01 a:hover{color:#333;}
.copyright_menu01 span{float:left;color:#cd2125; 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:230px; 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:#666666;min-width:1100px; }
.copyright_floor {margin:0 auto; width:1200px; height: 55px; padding-bottom: 10px; line-height:30px; padding-top:0px;font-size:16px;text-align:center; }
.copyright_floor a{ color:#666666;}
.copyright_floor a:hover{ color:#00b3b3;}
.copyright_floor p{font-size:16px; margin-left: 280px;float:left;text-align:center; }
