@charset "utf-8"; /* CSS Document */ /*重置*/ html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td,a,div,span { margin: 0; padding: 0; transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease; } body{ font-family:'微软雅黑' !important;font-size: 14px;color: #333; cursor:default;background-color: #fff!important;} em,i{ font-style:normal;} ul{list-style:none;} img{border:0 none;max-width: 100%;display: block;transition: all .3s ease;-o-transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;} a{text-decoration:none;outline:none;} a:link{text-decoration: none;} a:visited{text-decoration: none;} a:hover{text-decoration: none;} a:active {text-decoration: none;} .ml0{margin-left:0!important;} /*页面样式*/ .slideBox{width: 100%;max-width:1440px;margin: auto;overflow: hidden;position: relative;} .slideBox .prev,.slideBox .next{position: absolute;top:0;bottom: 0;margin: auto;color: #e6ecef;font-size:60px;z-index:10;display: block;width:65px;text-align:center;height:65px;line-height:65px;border-radius:10px;opacity: 0.5;background: #000;font-weight:bold;font-family:"simsun";} .slideBox .prev:hover,.slideBox .next:hover{opacity:1;} .slideBox .prev{left: 30px;} .slideBox .next{right: 30px;} .slideBox .bd>ul>li>a{display: block;cursor: pointer;} .slideBox .hd{position: absolute;left: 0;right: 0;margin: auto;bottom:10px;z-index:10;height: 20px;text-align: center;} .slideBox .hd span{display: inline-block;width: 60px;height: 5px;background: #c9e7fb;opacity: 0.6;margin: auto 10px;cursor: pointer;} .slideBox .hd span.on{background: #39a346;opacity: 1;} #header-top{ width: 100%; height:30px; line-height:30px; font-size: 16px; background: #004098; color: #fff; overflow: hidden; } .ht-son{ width: 1100px; margin: auto; height: 30px; line-height: 30px; overflow: hidden; } .ht-son-left{ float: left; } .ht-son-right{ float: right; } #header{ width: 1100px; margin: auto; overflow: hidden; } #header>.logo{ width: 412px; height: 119px; float: left; } #header>.nav{ position: relative; width: 688px; float: right; height: 119px; line-height: 150px; } #header>.nav>a{ display: inline-block; text-align: center; color: #004098; font-size: 19px; width: 82px; z-index:1; font-weight: 300; } #header>.nav>a:hover{ color: #000; } #header>.nav>span{ position: absolute; left: -200px; bottom: 0; display:block; width: 82px; height:4px; background: #004098; z-index:-1; } .foot{ width: 100%; margin:100px auto auto; background: #022c80; overflow: hidden; } .foot-top{ width: 1100px; margin: 40px auto; overflow: hidden; } .foot-top>div{ float: left; } .foot-top>div>p{ margin-top: 20px; } .foot-1{ width: 298px; color: #fff; text-align: center; } .foot-1>img{ margin: auto; } .foot-2{ width: 206px; color: #fff; text-align: center; } .foot-2>img{ margin: auto; } .foot-bottom{ text-align: center; color: #000; background: #fff; font-size: 16px; padding: 10px 0; }