


/*reset.css*/
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: none; 
/*	-webkit-user-select: none;-ms-user-select: none;user-select: none;*/
 font-family: Arial, 'Microsoft YaHei';}
img { vertical-align: top;  border: none;}
input,textarea {-webkit-user-select: text; -ms-user-select: text;user-select: text; -webkit-appearance: none;}
input:focus,select:focus,textarea:focus,button:focus {outline: none;}
input[type="text"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],input[type="email"],input[type="url"],textarea { -webkit-appearance: none;  border: 1px solid #c6c6c6;  -webkit-border-radius: 0; border-radius: 0;}
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none;}
a { text-decoration: none;-webkit-touch-callout: none;}
em,i { font-style: normal;}
li { list-style: none;}
html { font-size: 14px;}
html,body{height:100%;}


.center{width: 1200px; margin: 0 auto; overflow: hidden; }



#header{width: 100%; height: 85px;/* border-bottom: 3px solid #009344;*/}
#header .left{ padding-top:15px; float: left;}
#header .left .logo{}
#header .left .text{font-size:18px; padding-left:15px; font-weight:bold; padding-top:30px; color:#666666;  display:inline-block; }
#header .right{float: right ;}
#header .right .l1{ width: 100%; padding-top: 12px; color: #aaaaaa;  text-align: right;}
#header .right .l1 span{ margin-left: 12px; }
#header .right .l1 span.mark{cursor: pointer;}
#header .right .l1 .textboxouter{ border:1px solid #d9d9d9; padding: 2px 24px 2px 5px; border-radius: 3px; background: url(../images/icon_search.jpg);
 background-repeat: no-repeat; background-position: right center; display: inline-block;}
#header .right .l1 .textboxouter input{ width: 110px; height: 20px; color: #aaaaaa; background: none; border: none;}
#header .right .l2{ width:100%; padding-top: 15px; font-size: 16px; text-align:right;}
#header .right .l2 a{color: #666666; padding-bottom: 5px; font-size: 16px; margin-left: 25px; display: inline-block;}
#header .right .l2 a.on{color:#0c984d; border-bottom: 2px solid #0c984d;}
#header .right .l2 a:hover{color:#0c984d; }


#indexbanner{width: 100%; height: 330px; margin-top: 8px; position: relative; overflow: hidden;}
#indexbanner .innerbox{width: 100%; height: 330px; float: left; position: relative; overflow: visible;}
#indexbanner .innerbox .scroller{position: absolute; top: 0; transition-duration: 0.5s; -webkit-transition-duration:0.5s;;}
#indexbanner .innerbox .boxitem{ float: left; }
#indexbanner .leftbtn{width: 70px; height: 100px; border-radius: 5px; position: absolute; top: 115px; left: 160px; z-index: 9; cursor:pointer; }
#indexbanner .leftbtn::after{width: 30px; height: 30px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; 
left: 28px; top:30px; position: absolute; transform: rotate(45deg);}
#indexbanner .leftbtn:hover{}

#indexbanner .rightbtn{width: 70px; height: 100px; border-radius: 5px; position: absolute; top: 115px; right: 160px; z-index: 9;cursor:pointer;}
#indexbanner .rightbtn::after{width: 30px; height: 30px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; content: ""; 
right: 28px; top:30px; position: absolute; transform: rotate(-135deg);}
#indexbanner .rightbtn:hover{ }
#indexbanner .sliderbox{width: 100%; text-align: center; position: absolute; left: 0; top: 300px; z-index: 9;}
#indexbanner .sliderbox span{width: 60px; height: 6px; margin: 0 5px; background: rgba(255,255,255,0.8); border: 1px solid #ccc; display: inline-block;}
#indexbanner .sliderbox span.on{background: rgba(245,125,8,0.8);}





#indexmiddle{width:100%; margin-top: 10px; overflow: hidden;}
#indexmiddle .c1{width: 100%; float: left;}
#indexmiddle .c1 .left{width: 530px;  padding: 5px; float: left;}
#indexmiddle .c1 .left .h1{width: 100%; height: 30px; border-bottom:1px solid #cccccc; overflow:visible; }
#indexmiddle .c1 .left .h1 .htitle{color: #666666; height:26px; line-height:26px; padding:0px 5px 3px 5px; margin-right:15px;  font-size: 16px;  font-weight:bold; cursor:pointer; float: left;}
#indexmiddle .c1 .left .h1 .htitle.on {border-bottom:2px solid #0060a6; color: #0060a6; }


#indexmiddle .c1 .left .h1 .more{ float: right; color: #aaaaaa;}
#indexmiddle .c1 .left .focusnews{width: 100%; height: 50px; line-height: 50px; color:red; text-align: center;}
#indexmiddle .c1 .left .focusnews a{font-size: 24px; color: #0060a6;}
#indexmiddle .c1 .left .newslist{width: 100%; overflow: hidden; }
#indexmiddle .c1 .left .newslist .li{width: 100%; padding: 6px 0 5px 0; border-bottom: 1px dotted #aaaaaa; color: #666666;  float: left;}
#indexmiddle .c1 .left .newslist .li dd{ padding-left: 12px; float: left; position: relative;}
#indexmiddle .c1 .left .newslist .li dd::after{width: 6px; height: 6px; content: ""; background: #aaaaaa; border-radius: 50%; position: absolute; left: 0; top: 7px;}
#indexmiddle .c1 .left .newslist .li dt{ float: right;}
#indexmiddle .c1 .right{width: 570px; height: 323px;  float: right;}



#indexmiddle .c2{width: 100%; margin-top: 20px; float: left; overflow: hidden;}
#indexmiddle .c2 .citem{width: 570px; height: 165px; margin: 15px 15px; float: left;}
#indexmiddle .c2 .citem dd{width:280px; height: 165px; float: left;}
#indexmiddle .c2 .citem dt{width:260px; height: 165px; padding-left: 20px; float: left;}
#indexmiddle .c2 .citem dt .ptitle{width: 100%; height: 24px; font-size: 24px; color: #000;}
#indexmiddle .c2 .citem dt .pcont{width: 100%; height: 100px; padding-top: 10px; font-size: 14px; line-height: 20px; color: #939394;}
#indexmiddle .c2 .citem dt .pmore{width: 100%; height: 20px; text-align: right; }
#indexmiddle .c2 .citem dt .pmore a{color: #939394;font-size: 14px;}
#indexmiddle .c3{width: 100%; float: left;}
#indexmiddle .c3 .ctitle{width: 100%; text-align: center; font-size: 24px; color: #000;}
#indexmiddle .c3 .logopanel{width:100%; padding: 15px 0; overflow: hidden; }
#indexmiddle .c3 .logopanel .item{width: 180px;  margin: 10px; float: left;}
#indexmiddle .c3 .logopanel .item dd{width: 100%; text-align: center; }
#indexmiddle .c3 .logopanel .item dt{width: 100%; text-align: center; }


.pageheader{width: 100%; height: 280px; margin-top: 10px; background-position: center;}
.pageheader .center{ height: 280px; position: relative;}
.pageheader .ntitle{ width: 300px; height: 100px; line-height: 100px; background: rgba(0,0,0,0.2); color: #fff; font-size: 40px;
 text-align: center;  position: absolute; left: 0; bottom: 0;}

.pagecontent{width: 100%; margin-bottom: 20px;  }
.pagecontent .pleft{width: 300px; min-height: 600px; background: #eeeeee; float: left; position: relative;}
.pagecontent .pleft .menus{width: 100%; height: 300px; }
.pagecontent .pleft .menus a{width: 100%; height: 40px; line-height: 40px; font-size: 16px; color: #666; background: #cccccc; border-bottom: 1px dotted #aaa;  position: relative; text-align: center; display: inline-block;}
.pagecontent .pleft .menus a.on{background: #eefef0; color: #018b0e;}
.pagecontent .pleft .menus a.on::after{width: 6px; height: 40px; content: ""; background: #018b0e; position: absolute; left: 0; top: 0;}




.pagecontent .pleft .dcontact{width: 100%; position: absolute; left: 0; bottom: 0; display:none;}
.pagecontent .pleft .dcontact .cttitle{height: 36px; line-height: 36px; background: #018b0e; color: #fff; font-size: 16px;   }
.pagecontent .pleft .dcontact .cttitle .icon{width: 36px; height: 36px; background: url(../images/phone.gif); 
 background-repeat: no-repeat; background-position: center; display: inline-block; float: left;}
.pagecontent .pleft .dcontact .cttitle .txt{float: left;}
.pagecontent .pleft .dcontact .ctdesc{  font-size: 16px;  padding: 20px 26px; color: #018b0e; }
.pagecontent .pleft .dcontact .ctdesc p{margin: 12px 0;}

.pagecontent .pright{width:880px; padding-top: 20px; float: right; }
.pagecontent .pright .navigation{width: 100%; height: 30px; font-size: 16px; color: #666; line-height: 30px; border-bottom: 1px solid #ccc; text-align: right;}
.pagecontent .pright .navigation a{color: #666}
.pagecontent .pright .content{width: 100%; padding-top: 20px;}
.pagecontent .pright .content .listpanel{width:100%; padding: 10px 0; overflow: hidden;}
.pagecontent .pright .content .newsItem{width: 100%; line-height: 24px; padding: 10px 0;  color: #666666; border-bottom: 1px dotted #cccccc; font-size: 14px; float: left;}
.pagecontent .pright .content .newsItem a{color: #666666;}
.pagecontent .pright .content .newsItem dd{ padding-left: 20px; float: left; position: relative; }
.pagecontent .pright .content .newsItem dd::after{width: 8px; height: 8px; left: 8px; top: 8px; position: absolute; background: #666; content: "";}
.pagecontent .pright .content .newsItem dt{ width: 120px; float: right;}

.pagecontent .pright .content .bizItem{width: 100%; line-height: 24px; padding: 2px 0;  color: #666666; 
	 transition-duration: 0.5s; -webkit-transition-duration:0.5s; font-size: 16px;  float: left; position:relative; }
.pagecontent .pright .content .bizItem a{color: #666666;}
.pagecontent .pright .content .bizItem .l1{width: 100%; text-align:center; float: left;  }
.pagecontent .pright .content .bizItem .l1 dd{width:300px; height: auto; padding:15px 0; cursor:pointer; background:#eee;  border:1px solid #ccc; border-radius:5px; display:inline-block; position: relative;  }

.pagecontent .pright .content .bizItem .l1 dd::after{width:16px; height: 24px; right: 15px; top: 15px; position: absolute; background-position: center;
 background-repeat: no-repeat; background-image: url(../images/icon_down.png); content: "";}

.pagecontent .pright .content .bizItem dt{ height: 24px; width: 120px; float: right;}
.pagecontent .pright .content .bizItem .l2{width: 100%; float: left; position: relative; display: none;}
.pagecontent .pright .content .bizItem .l2 dl{padding: 5px 0 16px 0; color: #999; font-size: 12px; background:#f5f5f5}
.pagecontent .pright .content .bizItem .l2 dd{ height:auto; font-size:12px; }
.pagecontent .pright .content .bizItem .l2 .more{position: absolute; font-size: 14px; right: 0; bottom: 0;}
.pagecontent .pright .content .bizItem.on .l2{display: block;}
.pagecontent .pright .content .bizItem.on .l1 dd::after{ background-image: url(../images/icon_down2.png?1);}
.pagecontent .pright .content .bizItem.on .l2 .more{display:none;}

.pagecontent .pright .content .article{width:100%;}
.pagecontent .pright .content .article .atitle{width: 100%; font-size: 24px; color: #666666; text-align: center;}
.pagecontent .pright .content .article .ainfo{width: 100%; font-size: 14px; padding: 10px 0;  color: #999999;  text-align: center;}
.pagecontent .pright .content .article .acont{padding: 15px 20px; font-size: 14px; line-height: 24px; font-family:"initial"; color: #666666; overflow: hidden;}
    .pagecontent .pright .content .article .acont * { line-height: 24px; font-family:"initial";
    }










#footer{width: 100%; border-top: 3px solid #009344; padding: 20px 0; color: #aaaaaa; }
#footer .left{ font-size: 14px;  padding-left: 60px; line-height: 24px; float: left;}
#footer .left p{}
#footer .right{ font-size: 14px;  padding-top: 10px; padding-right: 60px; line-height: 24px; float: right;}
#footer .right a{color: #aaaaaa; margin: 0px 5px;}




.pager{width:100%; padding-top: 20px;}

.pager a{ height: 24px; line-height: 24px; display: block; text-decoration: none; color: #666666 }
.pager a:hover{text-decoration: none; background: #333333 !important; color: #eeeeee !important;}

.pager ul{list-style: none; list-style-type: none; }
.pager li{list-style: none; margin: 0px 2px; list-style-type: none; display: inline-block;  height:24px; line-height: 24px; }
.pager .btnpager{ padding: 0 7px; border:  1px solid #666666;  color: #666666}
.pager .pageli{padding: 0 7px;  border:  1px solid #666666;  color: #666666}
.pager .pageon{background:#333333; color: #fff;}
.pager .btnpager{ padding: 0 7px; border:  1px solid #666666;  color: #666666}
.pager .span{display: inline-block; padding: 0 7px; border:  1px solid #666666;  color: #666666 }
.pager .red{ font-weight: bold;}




div.slideBox{ position:relative; width:570px; height:323px; overflow:hidden;}
div.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important; display:block; border:none/*For IE.ADD.JENA.201206300844*/;}
div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; background-color:#000; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
div.slideBox div.tips div.title a{ color:#FFF; font-size:18px; line-height:50px; margin-left:10px; text-decoration:none;}
div.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
div.slideBox div.tips div.nums{ position:absolute; right:0px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{ display:inline-block;  float:left/*For IE.ADD.JENA.201206300844*/; width:20px; height:20px; background-color:#FFF; text-indent:-99999px; margin:15px 10px 0px 0px;}
div.slideBox div.tips div.nums a.active{ background-color:#093;}



.newslist a:hover {
    color: #000 !important;
}
