@charset "utf-8";
/* CSS Document */
/*banner图*/
.banner{ width:1120px; height:160px; margin:28px auto 0 auto;}
#full-screen-slider { width:1120px; height:160px; position:relative}
#slides { display:block; width:1120px; height:160px; list-style:none; padding:0; margin:0; position:relative}
#slides li{ display:block; width:1120px; height:160px; list-style:none; padding:0; margin:0; position:absolute}
#slides li img{ border:0; width:1120px; height:160px;}
#slides li a{ display:block; width:1120px; height:160px;}

#pagination { display:none; list-style:none; position:absolute; left:50%; top:320px; z-index:9;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;}
#pagination li.current { background:#0092CE}

/*位置*/
.cour_tit{ height:28px; line-height:28px; padding:6px 6px 6px 20px; background:#eff4f6; color:#666; font-size:14px;}
.cour_tit .leftF a{ color:#333;}
.cour_tit .leftF a:hover,.cour_tit a.cur{ color:#00b0e1;}
.cour_tit .rightF{ background:url(../images/course_ico.png) no-repeat 0 -85px; width:155px; padding:4px 0 4px 5px; height:20px;  line-height:20px;}
.cour_tit .rightF .txt{ width:124px; height:20px; border:0; background:none; float:left;}
.cour_tit .rightF .bnt{ width:20px; height:20px; float:left; border:0 none; background:none; margin-left:4px; cursor:pointer;}
.cour_tit a.more{ float:right; color:#3f9ee1; font-size:14px; margin-right:14px;}
.cour_tit a.more:hover{ float:right; color:#c60000;}


