﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,img{margin:0;padding:0;}
body{font-size:14px; color:#000; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; background:#fff; min-width:1200px;}
body a{text-decoration:none; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
a:link,a:visited{color:#000;}
a:hover{color:#efc001;}
/*去掉图形热点的点击时出现的边线*/
a,area{blr:expression(this.onFocus=this.blur());}  /*for IE*/   
:focus{-moz-outline-style:none; outline:none;}     /* for Firefox*/
img{border:0;}
ul,li{ list-style-type:none;}
.clear{clear:both; height:0;}

.head{width:100%; min-width:1200px; height:171px;}
.logo{width:1200px; height:120px; background:url(../images/logo20250226.jpg) no-repeat left center; margin:0 auto;}

.menu{height:50px; border-top:#492f17 1px solid;}
.menu ul{width:1200px; height:50px; margin:0 auto;}
.menu ul li{float:left; width:152px; height:50px; line-height:50px;}
.menu ul li:first-of-type{width:136px;}
.menu li a:link,.menu li a:visited{display:block; height:50px; line-height:50px; font-size:16px; text-align:center;}



.indTop{min-width:1200px; height:500px; background:url(../images/bannerBg.jpg) no-repeat center center;}
.indTopWrap{width:1200px; height:435px; margin:0 auto; padding-top:65px;}

.search{width:840px; height:50px; background:#fff; margin:0 auto; position:relative;}
.search select{display:none;}
.search .select_box{font-size:14px; width:126px; line-height:50px; float:left; position:relative;}
.search .select_showbox{width:112px; height:42px; background:#e1b500 url(../images/search_ico.png) no-repeat 104px center; padding-left:10px; border:#fff 4px solid; border-right:0; color:#fff; font-size:16px; line-height:42px;}
.search .select_showbox.active{background:#fff url(../images/search_ico_hover.png) no-repeat 104px center; color:#efc001; border:#efc001 4px solid; width:108px;}
.search .select_option{border:4px solid #efc001;border-top:none;display:none;left:0;top:46px;position:absolute;z-index:99;background:#fff;}
.search .select_option li{text-indent:10px;width:118px;cursor:pointer;}
.search .select_option li.selected{background-color:#f1f1f1; color:#999;}
.search .select_option li.hover{background:#604226; color:#fff;}
.search input.inp_srh,.search input.btn_srh{border:none; background:#fff; height:42px; line-height:42px; float:left; margin-top:4px; font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif;}
.search input.inp_srh{outline:none; width:333px; padding:0 10px; font-size:14px;}
.search input.btn_srh{background:#492f17;color:#FFF; font-size:16px; width:105px; cursor:pointer;}
.search input.inp_srh::placeholder{font-size:14px;}

.indTopB{width:1200px; height:320px; padding-top:65px;}
.picLink{width:362px; height:320px; overflow:hidden; float:left; display:none;}
.picLink ul{width:363px; height:320px;}
.picLink ul li{width:120px; height:160px; border-right:#7a5929 1px solid; border-bottom:#7a5929 1px solid; float:left; background:#492f17; text-align:center;}
.picLink ul li.even{background:#604226;}
.picLink ul li a{display:block; width:120px; height:114px; padding:23px 0;}
.picLink ul li a span{display:table-cell; width:120px; height:80px; line-height:80px; vertical-align:middle;}
.picLink ul li a p{height:34px; line-height:34px; color:#ffe698;}
.picLink ul li a span img, .picLink ul li a p{-webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.picLink ul li a:hover span img, .picLink ul li a:hover p{filter:alpha(opacity=80);opacity:0.8;}

.banner{width:1200px; height:320px; position:relative; overflow:hidden; background:#fff;}
.banner .bd{position:relative; z-index:0; overflow:hidden; height:320px;}
.banner .bd ul{overflow:hidden; zoom:1; float:left;}
.banner .bd li{width:1200px; height:320px; position:relative;}
.banner .bd li img{display:block; width:1200px; height:320px;}
.banner .bd li p{color:#fff; font-size:18px; height:50px; line-height:50px; width:1180px; padding:0 10px; position:absolute; left:0; bottom:0; z-index:10; text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.banner .bd li i{display:block; width:1200px; height:50px; background:#000; filter:alpha(opacity=44); opacity:0.44; position:absolute; left:0; bottom:0; z-index:1; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.banner .hd{width:570px; height:12px; overflow:hidden; position:absolute; left:0; bottom:20px; z-index:1; text-align:center; display:none;}
.banner .bd li a:hover i{filter:alpha(opacity=60); opacity:0.6;}
.banner .prev, .banner .next{position:absolute; left:0; top:50%; margin-top:-24px; display:block; width:24px; height:48px; background:url(../images/left.png) no-repeat center center; filter:alpha(opacity=0); opacity:0; background-size:cover; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.banner:hover .prev, .banner:hover .next{filter:alpha(opacity=40); opacity:0.4;}
.banner .next{left:auto; right:0; background-image:url(../images/right.png);}
.banner .prev:hover, .banner .next:hover{filter:alpha(opacity=100); opacity:1;}

.dzfw{width:268px; height:320px; background:#003346; text-align:center; color:#fff; float:left; position:relative; display:none;}
.dzfw h1{height:42px; line-height:42px; padding-top:48px; font-size:32px; color:#ffd21c;}
.dzfw h2{height:18px; line-height:18px; font-weight:normal; text-transform:uppercase; font-size:14px;}
.dzfw h3{height:30px; line-height:30px; padding-top:20px; font-weight:normal; font-size:14px;}
.dzfw h4{height:38px; padding-top:40px; font-weight:normal; font-size:14px;}
.dzfw h4 a:link, .dzfw h4 a:visited{display:block; width:108px; height:34px; line-height:34px; border:#fff 2px solid; margin:0 auto; color:#fff;}
.dzfw h4 a:hover{border-color:#ffd21c; color:#ffd21c;}
.dzfw p{width:204px; height:50px; line-height:50px; color:#2c374d; padding-left:64px; background:#efc001 url(../images/nl.png) no-repeat 18px center; text-align:left; position:absolute; bottom:0; left:0;}

.indNews{width:1200px; height:290px; margin:30px auto 0;}
.indNewsList{width:418px; height:288px; border:#ddd 1px solid; margin-right:20px; float:left;}
.indNewsList h1{height:48px; line-height:48px; border-bottom:#ddd 1px solid; font-size:22px; background:#f5f5f5; padding:0 15px; font-weight:normal;}
.indNewsList h1 a:link, .indNewsList h1 a:visited{float:right; font-family:"宋体"; font-size:12px; color:#bebbb3;}
.indNewsList h1 a:hover{color:#efc001;}
.indNewsList ul{padding:14px 15px 15px;}
.indNewsList ul li{height:35px; line-height:35px; padding-left:16px; background:url(../images/a01.jpg) no-repeat left center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.indNewsList ul li span{float:right; color:#b9b9b9; padding-left:20px;}
.indNewsList ul li a:hover{color:#97cd57;}

.indNewsRT, .indNewsRB{height:279px; border:#ddd 1px solid; border-top:#e4ae6f 3px solid; margin-left:880px;_margin-left:877px; padding-top:9px;}
.indNewsRB{border-top-color:#efc001;}
.indNewsRT h1, .indNewsRB h1{height:38px; line-height:38px; background:url(../images/xxggH.jpg) no-repeat 15px center; padding:0 15px 0 60px; font-size:22px; font-weight:normal;}
.indNewsRB h1{background-image:url(../images/fwznH.jpg);}
.indNewsRT h1 a:link, .indNewsRT h1 a:visited, .indNewsRB h1 a:link, .indNewsRB h1 a:visited{float:right; font-family:"宋体"; font-size:12px; color:#bebbb3;}
.indNewsRT h1 a:hover{color:#e4ae6f;}
.indNewsRB h1 a:hover{color:#efc001;}
.indNewsRT ul{padding:14px 15px 15px;}
.indNewsRT ul li{height:35px; line-height:35px; padding-left:16px; background:url(../images/a02.png) no-repeat left center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.indNewsRT ul li span{float:right; color:#b9b9b9; padding-left:20px;}
.indNewsRT ul li a:hover{color:#e4ae6f;}
.indNewsRB ul{padding:14px 0 15px;}
.indNewsRB ul li{width:130px; height:35px; line-height:35px; padding-left:29px; float:left; background:url(../images/a03.jpg) no-repeat 18px center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.foot{width:100%; min-width:1200px; text-align:center; font-size:12px; background:#585858; color:#fff; padding:30px 0; font-family:"宋体";}
.foot p{width:1200px; line-height:25px; margin:0 auto;}
.foot p span{font-family:Arial, Helvetica, sans-serif;}
.foot a:link, .foot a:visited{color:#fff;}
.foot a:hover{color:#ff0;}

.nyCon{min-width:1200px; border-top:#ebebeb 1px solid; background:#f0f0f0; padding:30px 0 80px;}
.nyTitle{width:1200px; height:50px; line-height:40px; font-size:26px; margin:0 auto;}
.nyWrap{width:1200px; margin:0 auto;}

.left{width:230px; float:right; padding:15px 20px 30px; background:#fff;}
.left h1{height:45px; border-bottom:#e4e9f0 1px solid; font-weight:normal; font-size:22px;}
.left h1 p{display:block; height:44px; line-height:44px; padding:0 3px; border-bottom:#efc001 2px solid; position:relative; bottom:0;_bottom:-1px; float:left;}
.left ul li{height:40px; line-height:40px; border-bottom:#e4e9f0 1px dotted; padding-left:18px; background:url(../images/a02.png) no-repeat 5px center;}
.left ul li.on a{color:#efc001;}

.right{background:#fff; min-height:521px; margin-right:300px; padding:18px 30px 30px; position:relative;}
.right:before{display:block; content:""; width:0; height:3px; background:#efc001; position:absolute; left:0; top:0; -webkit-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
.right:hover:before{width:100%;}

.rightTitle span{color:#0582d6; font-weight:bold;}
.list01{padding-top:10px;}
.list01 ul li{height:38px; line-height:38px; border-bottom:#e0e0e0 1px dashed; padding-left:15px; background:url(../images/a03.jpg) no-repeat 5px center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list01 ul li span{float:right; color:#888; padding-left:20px;}

.page01{line-height:30px; text-align:center; margin-top:30px !important;}

.articleTitle{padding:30px 30px 15px; line-height:36px; text-align:center;font-size:24px;font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; font-weight:bold;}
.articleInfo{text-align:center; background:#F4F4F4; font-size:12px; margin:0 100px; height:32px; line-height:32px; color: #666; font-family:"宋体";}
.articleInfo span{padding:0 15px;}
.articleCon{font-size:14px; line-height:30px;padding:16px;text-justify:inter-ideograph;text-align:justify;}
.articleCon img{max-width:800px; margin:0 auto;_width:expression(document.body.clientWidth > 800 ? "800px" : "auto");}
.article2 .articleCon img{max-width:1000px;_width:expression(document.body.clientWidth > 1000 ? "1000px" : "auto");}


.pdfContainer{width:1200px;margin:10px auto; border:2px solid #AD5A5A; height:900px;}
.eBootTitle{ width:1200px;margin:0px auto;}
.eBootTitle{font-size:18px;font-family:"Microsoft YaHei","微软雅黑","黑体",sans-serif; line-height:30px;}
.eBootTitle span{font-size:12px;float:right;}

/*-----------------------下拉部分样式----------------------*/
.dropMenu{
position:absolute;
top:0;
border-top:1px #fff solid;
z-index:100;
background-color:#604226;
filter:alpha(opacity=96);opacity:0.96;
width:152px;
display:none;  
margin-left:1px;
margin-top:0;
}
.dropMenu a:link,.dropMenu a:visited{
width:auto;
display:block;
text-indent:0;
border-top:0 solid #FFF;
border-bottom:1px solid #FFF; /*THEME CHANGE HERE*/
padding:2px 0;
text-decoration:none;
color:#fff;
text-align:center;
font-size:14px;
line-height:30px;
height:30px;
font-weight:normal;
}
.dropMenu.dropMenuIcon a{padding-left:20px; background-image:url(../images/arrow00.gif); background-repeat:no-repeat; background-position:8px center; text-align:left;}

/*鼠标移动上面的样式 a:hover 以及 打开了下一级的aLink*/
.dropMenu_a_cur{background-color:#604226;color:#fff;}
.dropMenu a:hover{color:#ffe698;}
.mainMenu_a_cur{color:#fff!important; background-color:#604226;}

/*-----------------------------弹出部分样式----------------------- */
.popMenu{
position:absolute;
top: 0px;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width:0px;
border-top-width:1px;
z-index:100;
background-color:#e1b500;
filter:alpha(opacity=96);opacity:0.96;
width:112px;
display:none;  
margin-left:0px;
margin-top:-1px;
}
.popMenu a:link,.popMenu a:visited{
width:auto;
display: block;
text-indent: 2px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
text-align:center;
font-size:13px;
line-height:30px;
height:30px;
font-weight:normal;

}

/*鼠标移动上面的样式 a:hover 以及 打开了下一级的aLink */
.popMenu_a_cur{background-color:#f60;color:#FF0;}


/*---------------------有弹出菜单的  菜单项的样式-------------------------*/
.hasPopMenu_a{
/*向右箭头*/
background-image:url(../images/arrow00.gif);  
background-repeat:no-repeat; 
background-position:right center;
}

table,table td{border-collapse:collapse;}
