@charset "utf-8";
/* CSS Document */


body{ font-size:12px; font-family:'微软雅黑';}

/*===============================最大的父元素===============================*/
.wrapper{ width:1200px; height:auto; margin:0 auto; border-top:6px solid #3a7fc1; border-bottom:6px solid #3a7fc1; } 

/*===============================头部===============================*/
.header { width:980px; height:96px; margin:0 auto;}
.logo{ display:block; width:158px; height:51px; background:url(../images/logo.jpg) no-repeat; float:left; margin-top:20px;}
.header_rs{ width:360px; height:96px; float:right;} /* width :464px  */
.header_rs div{height:24px; line-height:24px; text-align:right;}
.header_rs div a,.header_rs div span{ color:#0000cc; text-decoration:underline;margin-left:7px;}
.header_rs div span{ color:#b299b2; text-decoration:none;} 
.header_rs .nav{ width:480px; height:67px; line-height:67px;}
.nav li{ float:left;width:70px; text-align:center; margin-right:9px;}
.nav li a{color:#1d1d1d; font-size:16px;}
.nav .li_cur{ border-bottom:3px solid #3a7fc1;}
.nav .li_cur a{ color:#0064c4;}


/*===============================main部分===============================*/
.main{ width:100%;}
.main_box { width:980px; margin:0 auto; padding-top:70px;}



/*===============================banner部分===============================*/
.banner{ width:100%; overflow:hidden; position:relative;}
.banner ul{ width:10000px;}
.banner li{float:left;}
.banner li img{ display:block; width:100%;} 
.banner_btn{ position:absolute; left:50%; bottom:10px;}
.banner_btn li{ width:10px; height:10px; padding:2px; background:#fff; margin-right:5px; border-radius:6px; cursor:pointer;}
.banner_btn .li_cur{width:14px; height:14px; padding:0;  border-radius:10px; background:none; border:2px solid #fff; margin-top:-2px; }

 
/*=================================页脚部分===============================*/
.fotter{ width:980px; margin:0 auto; text-align:center;padding:10px 0 5px 0;}
.fotter p{ height:24px; line-height:24px;color:#505050;}
.fotter p a{ color:#2f2f2f; margin-right:32px;}























