/*banner效果*/
.banner { position:relative; width:100%; height:500px; min-width:1050px; overflow:hidden;}
.banner_list{ width:100%; height:500px; overflow:hidden;}
.banner_list li { height:500px; position:absolute; width:100%; display:none; }
.banner_list li img{ position:absolute; left:50%; top:0; margin-left:-960px; width:1920px; height:500px;}
.banner_owd{ position:absolute; width:1050px; left:50%; bottom:0; z-index:800; margin-left:-525px; height:22px;}
.banner_btn{ width:100%; height:4px; text-align:center;}
.banner_btn span{ display:inline-block; background-color:#FFF; width:35px; height:4px; margin:0 3px; cursor:pointer;}
.banner_btn span.on{ background-color:#009aee;}

/*body*/
.body{ width:100%; height:auto; overflow:hidden; min-width:1000px;}
/*parter*/
.parter{ width:100%; height:480px; border-top:1px solid #FFF; background-color:#f2f0ee; padding-top:10px;}
.parter_cen{ background:url(../images/parter_bd.jpg) no-repeat top; padding-top:26px;}
.top{ padding:12px 0 20px; text-align:center;}
.top_name{ color:#333; font-size:28px; line-height:normal; padding-bottom:2px; text-align:center;}
.top_en{ width:230px; height:24px; margin:0 auto; background:url(../images/top_enbd.png) repeat-x;}
.top_en p{ font-family:Arial; color:#888; font-size:18px; padding:0 10px; background-color:#f2f0ee; display:inline-block; letter-spacing:0.1em;}

/*news*/
.news{ padding-top:24px; padding-bottom:60px;}
.news .top_en p{ background-color:#FFF;}
.news_adList{ height:auto; overflow:hidden; padding:10px 0 6px;}
.news_add{ width:220px; height:196px;}
.news_list{ width:768px; height:228px; overflow:hidden;}
.news_list ul{ width:804px;}
.news_list li{ float:left; width:366px; height:84px; margin-right:36px; margin-bottom:30px; display:inline;}
.news_time{ width:68px; height:78px; text-align:center; border-right:1px solid #dadada;}
.news_day{ font-family:Arial; color:#e6791d; font-size:36px; font-weight:bold; line-height:normal;}
.news_year{ font-family:Arial; color:#bfbfbf; font-size:18px; font-weight:bold; line-height:20px;}
.news_infor{ width:280px;}
.news_inftitle a{ display:block; font-size:14px; width:280px; height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.news_infintro{ font-size:13px; height:48px; overflow:hidden; padding-top:12px;}
.news_more{ background:url(../images/news_Mbd.png) repeat-x; height:24px; text-align:right;}
.news_more a{ display:inline-block; background:url(../images/new_Micon.png) no-repeat left; padding-left:26px; font-family:Arial; color:#e6791d; font-size:13px; background-color:#FFF;}
