/* base */
*{margin:0;padding:0}
a{color:#555;text-decoration:none}
.fl{float:left;display:inline}
.fr{float:right;display:inline}
.clearfix { *zoom: 1; } 
.clearfix:after { content: ''; display: table; clear: both; }
li{list-style:none}
body{/*padding-left: calc(100vw - 100%);*/ background:url(../img/bgggg.jpg) repeat-x;}
img{border: none;}

.webkit-scroll{-webkit-overflow-scrolling: touch;}

/* framework */
.wrap{background: url(../img/water.jpg) no-repeat top center;width: 100%;margin:0 auto;padding: 0 0 20px;}

.header{width:100%;height: auto;overflow:hidden;}
.banner{width:1000px;height:630px;margin:0 auto;}

.content{width:1000px;height:auto;margin:20px auto 0;-overflow: hidden;}
.section{background:#f3f0ec;height:auto;overflow:hidden;margin-top:20px;-zoom:1;}


.hd {height: 40px;margin-bottom: 10px;}
.hd h2{font: 32px/40px 'Microsoft Jhenghei','Microsoft Yahei';float: left;color: #666;}
.hd .more {float: right;}

.bd{/*height:auto;overflow:hidden;background: #FFF;*/}
.kk{ margin-bottom:26px; border:1px #cfcfcf solid;}
.ky{ margin-bottom:26px; border:1px #cfcfcf solid;}
.sk{width:1000px;height: 40px;background:#054b90;margin:0 auto; margin-bottom:20px;}
.bd h3{height:30px;font:16px/30px 'microsoft yahei';border-bottom:2px solid #ddd;overflow: hidden;-zoom:1; background:url(../img/bggggg.jpg) no-repeat; color:#054b90;text-indent: 1.5em;}
.bd h4{height:30px;font:16px/30px 'microsoft yahei';border-bottom:2px solid #ddd;overflow: hidden;-zoom:1; background:url(../img/bgjgz.jpg) repeat-x; color:#054b90;text-indent: 1em;}
.bd a.more{font-size: 12px;float: right;display: inline;}

.col-left{width:65%;margin-right:20px;background:#EEE;height:auto;float:left;display: inline;overflow: hidden;}
.col-auto{overflow:hidden;-float:left;-clear:right;}

.col-2{background:#EEE;width:51%;margin-right:2%;float:left}
.col-3{width:37%;margin-right:2%;float:left;}
.col-4{background:#EEE;width:23.5%;margin-right:2%;float:left}

.sp{background:url(../img/wmsw2.jpg) no-repeat; margin-left:30px; padding-top:55px; padding-left:7px;height: 360px;}
.sww{ margin-top:20px;}
.sww p{ font:19px/37px "Î¢ÈíÑÅºÚ";}
.gw{ margin-top:15px; margin-bottom:50px; margin-left:45px; width:88%;}
.gw p{ font:20px/38px "Î¢ÈíÑÅºÚ";}


/* list01 */
.list01{width:1000px;zoom:1;overflow:hidden}
.list01 li{float:left;display:inline;margin:0 10px 10px 0}


/* article-list */
.article-list{background:#FFF}
.article{background:#FFF;height:auto;overflow:hidden;-zoom:1;font-family:Tahoma,simsun;border-top:1px solid #efefef;margin:-1px 0 1px;padding:10px 0}
.article h4{font: 18px/18px 'microsoft yahei';margin-bottom: 10px;}
.article h4 a:hover{color:#5d9734}
.article .thumb{width:90px;margin-right:10px;float:left}
.article .brief{height:60px;font:12px/22px 'simsun';color:#888;margin-bottom:10px;-display:inline;/*-margin-bottom: 0*/}
.article .brief p{text-indent:2em;}
.article .brief a{color:#5d9734}
.article .info{display:none}
.article .info a{margin-right:10px;font:12px/22px 'simsun';color:#999}


/* news-list */

.news-list{background:#FFF;height:auto;overflow:hidden;}
.news-list li{height:25px;font:13px/26px 'simsun';overflow:hidden;padding: 2px 0;text-indent: 10px; border-bottom:1px #CCCCCC dotted;}
.news-list li span{font:12px/26px 'simsun';color: #999;padding-right: 4px;}
.news-list a.cate{color: #0b60a0;padding-right: 4px;}




.footer {
	width: 100%;
    font: 12px/26px "simsun";
    color: #555;
    margin: 0 auto;
    text-align: center;
}


.fixA {
	background: #EEE;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop+200));
	right: 50%;
	margin-top: -50px;
	margin-right: -580px;
	display: none;
}