@charset "utf-8"; /* CSS Document */ /*重置 开始*/ html,body,ul,li,div,p,h1,h2,h3,h4,h5,h6,input{ margin:0; padding:0; } li{ list-style:none;} a{ text-decoration:none;} .clearfix{ clear:both;} img{ border:none;} *{ font-family:"Microsoft Yahei";} body{ background-color:#f8f8f8;} /*重置 结束*/ /*logo&&搜索*/ .headerbg{ width:100%; background-color:#f8f8f8; min-width:1200px; padding:40px 0;} .header{ width:1200px; margin:0 auto;} .logo{ float:left; width:598px; height:68px;} .search{ float:right; margin-top:20px;} .searchtext{ float:left; background:url(../images/search_txt.png) no-repeat left center; width:228px; height:42px; padding-left:20px; border:none; color:#333; font-size:14px; } .searchbtn{ float:right; width:68px; height:42px;} /*logo&&搜索*/ /*导航*/ .nav_bg{ background-color:#05508c;} .nav{ width:1200px; margin:0 auto; height:60px; line-height:60px; position:relative; z-index:1; } .nav a{ color:#fff; } .nav .nLi{ float:left; position:relative; display:inline;} .nav .nLi h3{ float:left; text-align:center; font-weight:normal;} .nav .nLi h3 a{ display:block; width:120px; line-height:60px; font-size:18px; text-align:center; } .nav .sub{ display:none; width:154px; left:0; top:60px; position:absolute; background:#05508c; line-height:50px; } .nav .sub li{ zoom:1;} .nav .sub a{ display:block; width:154px; font-size:16px; text-align:center; text-align:center;} .nav .sub a:hover{ background:#0561aa; color:#fff;} .nav .on{ background-color:#0561aa;} .nav .on h3 a{ background:#0561aa; color:#fff; } /*导航*/ /*banner*/ .bannerbg{ width:100%; height:450px;} .slideBox{ width:100%; height:450px; overflow:hidden; position:relative; margin:0 auto;} .slideBox .hd{ height:10px; overflow:hidden; position:absolute; left:50%; bottom:30px; z-index:1; margin:0 auto; margin-left:-60px; } .slideBox .hd ul{ overflow:hidden; zoom:1; float:left; } .slideBox .hd ul li{ float:left; margin-right:20px; width:10px; height:10px; border-radius:50%; background-color:#b5b5b5; cursor:pointer; z-index:99; } .slideBox .hd ul li.on{ background:#323232; } .slideBox .bd{ position:relative; height:100%; z-index:0; width:100%;} .slideBox .bd li{ zoom:1; vertical-align:middle; } .slideBox .bd img{ width:100%; height:450px; display:block; } .slideBox .prev{ position:absolute; left:5%; top:50%; margin-top:-50px; display:block; width:50px; height:50px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; } .slideBox .next{ position:absolute; left:5%; top:50%; margin-top:-50px; display:block; width:50px; height:50px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; } .slideBox .next{ left:auto; right:3%; background-position:8px 5px; } /*.slideBox .prev{ background:url() no-repeat center center; left:520px; top:50%; margin-top:-200px; display:block; width:50px; height:50px; filter:alpha(opacity=50); opacity:0.5;} .slideBox .next{ background:url() no-repeat center center; right:520px; top:50%; margin-top:-200px; display:block; width:50px; height:50px; filter:alpha(opacity=50); opacity:0.5;}*/ .slideBox .prev:hover, .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;} .slideBox .prevStop{ display:none;} .slideBox .nextStop{ display:none;} /*banner*/ /*版权*/ .footerbg{ width:100%; min-width:1200px; background-color:#05508c;} .footer{ width:1200px; margin:0 auto; padding:20px 0;} .copyright p{ font-size:14px; color:#fff; text-align:center; line-height:30px;} .copyright p a{color:#fff;display:inline-block;} .copyright p a.a1{padding-left:26px;background:url(../images/police.png) no-repeat left center;background-size:auto 20px;} /*版权*/