123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251 |
- @charset "utf-8";
- @import url('./common.css');
- @import url('./icon/iconfont.css');
- /*重置*/
- body,h2,h3,dl,dd,dt,p,ul,li,ol{
- margin:0;
- padding:0;
- }
- h1{
- margin:48px;
- font-weight: bold;
- color:#fff
- }
- button,input,select,textarea{
- border:none;
- margin:0;
- outline:none;
- padding:0;
- background: none;
- }
- table,tr,td,th,thead,tbody,video{
- border:none;
- margin:0;
- outline:none;
- padding:0;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- /*合并初始表格边框*/
- h1,h2,h3{
- font-weight:normal;
- }
- img{
- border:none;
- }
- a{
- text-decoration:none;
- outline:none;
- }
- body{
- font:14px/1.5;
- font-family:"Microsoft YaHei";
- }
- li{
- list-style-type:none;
- }
- html,body{
- background-color:#eee;
- }
- .header_con {
- margin:0 auto;
- display: block;
- text-align: left;
- color: #fff;
- font-size: 18px;
- font-weight: bold;
- border-bottom:1px solid #dddddd;
- background-color:#005389
- }
- .header{
- width: 1220px;
- margin:0 auto;
- }
- .welcome,.login_info,.login_btn,.user_link{
- line-height:29px;
- }
- .login_info{
- display:none;
- }
- .login_info em{
- color:#ff8800
- }
- .login_info .quit{
- color:#fff;
- padding-left:10px;
- }
- .login_info .quit:hover{
- color:#fff;
- }
- .login_btn a,.user_link a{
- color:#fff;
- }
- .login_btn a:hover,.user_link a:hover{
- color:#ff8800;
- }
- .login_btn span,.user_link span{
- color:#cecece;
- margin:0 10px;
- }
- /*公共css部分*/
- /*清除浮动*/
- .fix{
- *zoom:1;
- }
- .fix:after{
- display:table;
- content:'';
- clear:both;
- }
- .l{
- float: left;
- }
- .r{
- float: right;
- }
- .db{
- display:block;
- }
- .dib{
- display:inline-block;
- }
- .vm{
- vertical-align:middle;
- }
- .bdb_d{
- border-bottom:1px solid #ddd;
- }
- .fc{
- color: #005389;
- }
- .bg{
- background-color: #005389;
- }
- .b{
- font-weight:bold;
- }
- .bora_5{
- border-radius: 15px;
- }
- .ovh{
- overflow: hidden;
- }
- /*top*/
- .wid_main{
- width: 1220px;
- margin:0 auto;
- }
- .topbox{
- height: 150px;
- }
- .topbox .logo{
- margin-top: 24px;
- }
- .topbox.intro{
- margin-top: 30px;
- }
- .topbox h1{
- font-size: 22px;
- }
- .topbox.intro11{
- margin-top: 10px;
- }
- .topbox a{
- margin: 58px;
- display: block;
- text-align: center;
- color: #fff;
- font-size: 18px;
- font-weight: bold;
- }
- .topbox a:hover{
- color:#f5f5f5
- }
- .topbox span{
- margin:58px;
- display: block;
- text-align: center;
- color: #fff;
- font-size: 18px;
- }
- .search_box{
- width: 320px;
- overflow: hidden;
- margin-top: 43px;
- background-color: white;
- }
- .search_box div{
- width: 320px;
- }
- .search_box input{
- float: left;
- width: 255px;
- padding:0 10px;
- height: 44px;
- color: #333;
- font-size:14px;
- font-family: "微软雅黑";
- }
- .search_box button{
- float: left;
- width: 44px;
- height: 44px;
- cursor: pointer;
- background: url(../images/search.png) no-repeat center center;
- }
- /*内容框*/
- .contentbox{
- background-color: #fff;
- margin:20px auto;
- padding: 10px 0;
- position: relative;
- }
- .content{
- min-height: 520px;
- margin:0 10px;
- }
- /*导航*/
- .top_nav{
- height: 60px;
- }
- .top_nav ul{
- background: url(../images/nav_line.png) no-repeat center right;
- }
- .top_nav ul li{
- float: left;
- line-height: 60px;
- position: relative;
- width:240px;
- background: url(../images/nav_line.png) no-repeat center left;
- }
- .top_nav ul li.cur{
- background: #1a83da;
- }
- .top_nav ul li.cur+li{
- background: none;
- }
- .top_nav ul li a{
- display: block;
- text-align: center;
- color: #fff;
- font-size: 18px;
- font-weight: bold;
- }
- /*公告滚动*/
- .gonggao{
- padding:15px 0;
- }
- .gonggao .tit{
- font-size: 16px;
- color: #005389;
- line-height: 30px;
- }
- .gonggao .tit img{
- vertical-align: middle;
- margin-right:8px;
- }
- .txtScroll-top{
- overflow:hidden;
- width: 850px;
- }
- .txtScroll-top .bd{
- width:720px;
- }
- .txtScroll-top .tempWrap{
- height: 32px;
- }
- .txtScroll-top .infoList{
- height:32px;
- line-height:32px;
- overflow: hidden;
- }
- .txtScroll-top .infoList li{
- height: 32px;
- }
- .txtScroll-top .infoList li a{
- color: #333;
- font-size: 14px;
- float: left;
- max-width: 580px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .txtScroll-top .infoList li .date{
- margin-left: 30px;
- color:#999;
- font-size: 12px;
- }
- .txtScroll-top .infoList li .date:before{
- content: "—— ";
- }
- .txtScroll-top .infoList li a:hover{
- color: #005389;
- text-decoration: underline;
- }
- .timebox{
- font-size: 14px;
- line-height: 32px;
- }
- .important_news{
- line-height: 32px;
- padding:30px 0;
- }
- .important_news .tit{
- color: #f00;
- }
- .important_news h1{
- font-size: 30px;
- margin-left: 10px;
- display: inline-block;
- vertical-align: middle;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- max-width: 1050px;
- }
- .important_news h1 a{
- color: #005389;
- }
- .conbox{
- margin-bottom: 30px;
- margin-top:50px
- }
- /*新闻轮播图*/
- .news_banner{
- overflow:hidden;
- position:relative;
- width: 100%;
- height: 420px;
- }
- .news_banner .hd{
- overflow:hidden;
- position:absolute;
- bottom:26px;
- right: 0;
- z-index:1;
- width: 160px;
- text-align: right;
- }
- .news_banner .hd ul{
- overflow:hidden;
- zoom:1;
- text-align: center;
- display: inline-block;
- margin-right: 15px;
- font-size: 0;
- }
- .news_banner .hd ul li{
- display: inline-block;
- margin:0 2px;
- width:18px;
- height:18px;
- background:#fff;
- cursor:pointer;
- font-size: 12px;
- font-weight: bold;
- }
- .news_banner .hd ul li.on{
- background:#e0620d;
- color: #fff;
- }
- .news_banner .bd{
- position:relative;
- z-index:0;
- }
- .news_banner .bd li{
- zoom:1;
- }
- .news_banner .bd li>a{
- display:block;
- transform: rotate(0deg);
- -webkit-transform:rotate(0deg);
- overflow: hidden;
- border-radius: 5px;
- width: 720px;
- height: 420px;
- overflow: hidden;
- }
- .news_banner .bd img{
- width:100%;
- height:420px;
- display:block;
- }
- .news_banner .bd li h2{
- line-height: 60px;
- height: 60px;
- background-color: rgba(0,0,0,.4);
- position: absolute;
- bottom: 10px;
- width: 690px;
- padding: 0 15px;
- }
- .news_banner .bd li h2 a{
- color: #fff;
- font-size: 18px;
- display: block;
- max-width: 540px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- /* 下面是前/后按钮代码,如果不需要删除即可 */
- .news_banner .prev,.news_banner .next{
- position:absolute;
- left:10px;
- top:160px;
- display:block;
- width:32px;
- height:40px;
- background:url(../images/slider-arrow.png) -110px 5px no-repeat;
- filter:alpha(opacity=60);
- opacity:0.6;
- }
- .news_banner .next{
- left:auto;
- right:10px;
- background-position:8px 5px;
- }
- .news_banner .prev:hover,.news_banner .next:hover{
- filter:alpha(opacity=100);
- opacity:1;
- }
- .news_banner .prevStop{
- display:none;
- }
- .news_banner .nextStop{
- display:none;
- }
- /*部分快捷入口*/
- .about_enter1{
- width: 850px;
- }
- .about_enter1 textarea{
- width: 850px;
- height:420px;
- font-family:"楷体";
- font-size:22px ;
- line-height: 1.5;
- color:#000000;
- margin-left:20px
- }
- .about_enter{
- width: 460px;
- }
- .about_enter textarea{
- width: 410px;
- height:420px;
- font-size:14px ;
- line-height: 1.5;
- color:#000000;
- margin-left:20px
- }
- .about_enter ul{
- margin-bottom: 40px;
- }
- .about_enter ul li{
- float: left;
- margin-left: 17px;
- text-align: center;
- border-radius: 5px;
- border:#ddd solid 1px;
- background-color: #f8f9fb;
- }
- .about_enter ul li:first-child{
- margin-left: 0;
- }
- .about_enter ul li a{
- display: block;
- width: 98px;
- height: 98px;
- }
- .about_enter ul li img{
- display: block;
- margin: 0 auto 8px;
- width: 48px;
- height: 48px;
- padding-top: 12px;
- transition: all .3s;
- }
- .about_enter ul li span{
- color: #005389;
- font-size: 18px;
- }
- .about_enter ul li:hover{
- border-color: #005389;
- }
- .about_enter ul li:hover img{
- padding-top: 8px;
- padding-bottom: 4px;
- }
- .about_enter dl dd{
- border:#6fa4d0 solid 1px;
- background-color: #f0f7ff;
- border-radius: 5px;
- height: 78px;
- line-height: 78px;
- margin-top: 20px;
- }
- .about_enter dl dd img{
- margin:0 20px;
- vertical-align: middle;
- }
- .about_enter dl dd a{
- color: #005389;
- font-size: 22px;
- display: block;
- }
- .about_enter dl dd span{
- display: inline-block;
- transition: all .3s;
- }
- .about_enter dl dd:hover span{
- text-indent: .5em;
- }
- .about_enter dl dd:hover{
- border-color: #005389;
- }
- /*执法动态切换部分*/
- .slideTxtBox{
- width:720px;
- height: 362px;
- text-align:left;
- }
- .slideTxtBox .hd ul{
- margin-top: -1px;
- }
- .slideTxtBox .hd ul li{
- cursor:pointer;
- width: 195px;
- height: 120px;
- text-align: center;
- background-color: #eee;
- border-top: #fff solid 1px;
- }
- .slideTxtBox .hd ul li:first-child{
- border-top: 1px solid transparent;
- }
- .slideTxtBox .hd ul li i{
- display: block;
- width: 48px;
- height: 48px;
- overflow: hidden;
- margin:20px auto 0;
- margin-bottom: 10px;
- }
- .slideTxtBox .hd ul li img{
- transition: all .3s;
- }
- .slideTxtBox .hd ul li.on{
- background:#005389;
- }
- .slideTxtBox .hd ul li.on img{
- margin-top: -48px;
- }
- .slideTxtBox .hd ul li.on a{
- color: #fff;
- }
- .slideTxtBox .hd ul li a{
- color: #005389;
- }
- .slideTxtBox .box {
- border:#ddd solid 1px;
- border-left: 0;
- width: 524px;
- height: 360px;
- overflow: hidden;
- }
- .slideTxtBox .bd ul{
- padding:10px 10px 10px 15px;
- zoom:1;
- }
- .slideTxtBox .bd li{
- height:42px;
- line-height:42px;
- }
- .slideTxtBox .bd li a{
- display: inline-block;
- width: 370px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- color: #333;
- transition: all .3s;
- }
- .slideTxtBox .bd li .date{
- float:right;
- color:#999;
- font-size: 12px;
- }
- .slideTxtBox .bd li .date:before{
- content: "—— ";
- }
- .slideTxtBox .bd li a:hover{
- color: #005389;
- text-indent: .3em;
- text-decoration: underline;
- }
- /*首页公共标题*/
- .sy_title{
- padding-bottom: 10px;
- }
- .sy_title h2{
- float: left;
- }
- .sy_title img{
- vertical-align: middle;
- margin-right: 10px;
- }
- .tender .sy_title a{
- font-size: 14px;
- color: #999;
- margin-top: 15px;
- }
- .tender {
- width: 460px;
- }
- .tender .sy_title a:hover{
- color: #005389;
- }
- .tender ul{
- margin-top: 5px;
- overflow: hidden;
- height: 300px;
- }
- .tender ul li{
- line-height: 42px;
- }
- .tender ul li span{
- color: #333;
- transition: all .3s;
- display: inline-block;
- vertical-align: middle;
- max-width: 400px;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .tender ul li b{
- color: #666;
- display:inline-block;
- margin-right: 7px;
- vertical-align: middle;
- }
- .red_news{
- color: #f00;
- display: inline-block;
- margin-left: 5px;
- font-style: normal;
- }
- .tender ul li:hover span{
- color: #005389;
- text-indent: .3em;
- text-decoration: underline;
- }
- .tender ul li:hover b{
- color: #005389;
- }
- /*专题轮播*/
- .zhuanti_pic{
- overflow:hidden;
- position:relative;
- margin-top: 10px;
- }
- .zhuanti_pic .hd{
- overflow:hidden;
- position:absolute;
- bottom:5px;
- z-index:1;
- width: 100%;
- text-align: center;
- }
- .zhuanti_pic .hd ul{
- overflow:hidden;
- zoom:1;
- text-align: center;
- display: inline-block;
- font-size: 0;
- }
- .zhuanti_pic .hd ul li{
- display: inline-block;
- margin:0 3px;
- width:10px;
- height:10px;
- background:#fff;
- border-radius: 100%;
- }
- .zhuanti_pic .hd ul li.on{
- background-color: #f00;
- }
- .zhuanti_pic .bd ul{
- width: 1200px;
- height: 110px;
- overflow: hidden;
- }
- .zhuanti_pic .bd ul img{
- width: 1200px;
- height: 110px;
- }
- /*双公示*/
- .public_list .sy_title{
- background-color: #f5f5f5;
- padding: 0 0 0 10px;
- }
- .public_list .sy_title h2{
- margin-top: 10px;
- }
- .public_list .sy_title .more{
- line-height: 54px;
- padding-right: 10px;
- }
- .public_list .sy_title .more a{
- font-size: 14px;
- color: #999;
- display: none;
- }
- .public_list .sy_title .more a:hover{
- color: #005389;
- }
- .public_list .hd{
- border-bottom:2px solid #005389;
- }
- .public_list .hd ul{
- height: 54px;
- line-height: 54px;
- margin-left: 36px;
- }
- .public_list .hd ul li{
- float:left;
- padding:0 30px;
- cursor:pointer;
- }
- .public_list .hd ul li a{
- color: #333;
- font-size: 20px;
- }
- .public_list .hd ul li.on{
- background:#fff;
- border:2px solid #005389;
- border-bottom:3px solid #fff;
- line-height: 50px;
- }
- .public_list .hd ul li.on a{
- font-weight: bold;
- color: #005389;
- }
- .public_list .bd{
- border:#ddd solid 1px;
- margin-top: 10px;
- }
- .public_list .bd ul{
- zoom:1;
- }
- .public_list .bd li{
- height:24px;
- line-height:24px;
- }
- /*查询*/
- .search_list{
- background-color: #f5f5f5;
- padding: 8px 10px 8px 5px;
- }
- .search_list .box{
- height: 32px;
- line-height: 32px;
- color: #333;
- margin-left: 10px;
- }
- .search_list input{
- background-color: #fff;
- border:#eee solid 1px;
- height: 32px;
- border-radius: 3px;
- text-indent: 10px;
- font-size: 14px;
- color: #333;
- width: 120px;
- }
- .search_list input:focus{
- border-color: #005389;
- }
- .search_list button{
- width:80px;
- height: 32px;
- border-radius: 3px;
- background-color: #005389;
- font-size: 16px;
- color: #fff;
- cursor: pointer;
- vertical-align: middle;
- margin-left: 5px;
- margin-top: 2px;
- }
- .search_list button:hover{
- background-color: #005eac;
- }
- .search_list .laydate-icon{
- border:#eee solid 1px;
- height: 32px;
- border-radius: 3px;
- font-size: 14px;
- color: #333;
- width: 100px;
- line-height: 32px;
- text-indent:5px;
- }
- .open_list .search_list input{
- width: 580px;
- }
- /*列表表格*/
- .table_list{
- width: 100%;
- display: block;
- color: #333;
- background-color: #fafafa;
- }
- .table_list thead{
- display:table;
- width:1180px;
- table-layout:fixed;
- /*以均匀地喷射单元格,使用 table-layout:fixed;
- */
- text-align: center;
- padding-right: 20px;
- height: 42px;
- line-height: 42px;
- }
- .table_list tbody{
- height:336px;
- display:block;
- overflow-y:scroll;
- background-color: #fff;
- }
- .table_list tbody tr {
- display:table;
- width:100%;
- table-layout:fixed;
- text-align: center;
- height: 42px;
- line-height: 24px;
- }
- .table_list tbody tr a{
- color: #333;
- }
- .table_list tbody tr:hover{
- background-color: #eee;
- }
- .table_list .item{
- width: 400px;
- white-space: nowrap;
- overflow:hidden;
- text-overflow: ellipsis;
- }
- .table_list .item01{
- width: 200px;
- white-space: nowrap;
- overflow:hidden;
- text-overflow: ellipsis;
- }
- /*友情链接*/
- .link_morehh{
- width:100%;
- float:left
- }
- .link_morehh h3{
- color: #005389;
- font-weight: bold;
- font-size: 15px;
- display: block;
- }
- .link_more{
- padding:10px 0 15px;
- }
- .link_more h3{
- color: #005389;
- line-height: 42px;
- font-weight: bold;
- font-size: 16px;
- display: inline-block;
- }
- .link_more span{
- width: 48px;
- height: 21px;
- }
- .link_more select{
- border:#ddd solid 1px;
- background-color: #fff;
- width: 100px;
- padding: 0 5px;
- height: 34px;
- color: #666;
- margin-left:0px;
- border-radius: 3px;
- margin-bottom: 0px;
- margin-right:10px;
- }
- .link_more button{
- min-width:80px;
- height: 32px;
- line-height: 1;
- border-radius: 3px;
- background-color: #005389;
- font-size: 16px;
- color: #fff;
- cursor: pointer;
- vertical-align: middle;
- margin-left: 25px;
- margin-top: 0px;
- padding: 4px 16px;
- box-sizing: border-box;
- }
- .link_more button:hover{
- background-color: #005eac;
- }
- .link_more a{
- width:80px;
- height: 32px;
- border-radius: 3px;
- background-color: #005389;
- font-size: 16px;
- color: #fff;
- cursor: pointer;
- vertical-align: middle;
- margin-left: 25px;
- margin-top: 0px;
- }
- .link_more a:hover{
- background-color: #005eac;
- }
- .link_more input{
- background-color: #fff;
- border:#eee solid 1px;
- height: 32px;
- border-radius: 3px;
- text-indent: 10px;
- font-size: 14px;
- color: #333;
- width: 100px;
- margin-right: 10px;
- box-sizing: border-box;
- }
- .link_more input:focus{
- border-color: #005389;
- background-color:rgba(6, 115, 187, 0.1) ;
- color: #666;
- }
- /*返回顶部*/
- .side_box{
- position: fixed;
- bottom: 15%;
- right: 15px;
- display: none;
- }
- .side_box ul li{
- width: 48px;
- height: 48px;
- opacity: .4;
- }
- .side_box ul li span{
- width: 48px;
- height: 48px;
- display: block;
- background:url(../images/back_top.png) no-repeat center center;
- cursor:pointer;
- }
- .side_box ul li:hover {
- opacity: .6;
- }
- /*底部信息*/
- .footerbox{
- padding:24px 0;
- }
- .footerbox .txt{
- font-size: 14px;
- color: #fff;
- line-height: 30px;
- margin-left: 24px;
- }
- .footerbox .txt img{
- vertical-align: middle;
- margin-top: -3px;
- margin-right:5px;
- }
- .footerbox .other li{
- float: left;
- color:#fff;
- font-size: 14px;
- }
- .footerbox .other li:before{
- content: "丨";
- margin:0 3px;
- }
- .footerbox .other a{
- color: #fff;
- font-weight: bold;
- font-size: 14px;
- text-decoration: underline;
- }
- .footerbox .other a:hover{
- color: #99bbd7;
- }
- .xinxibox{
- position:absolute;
- width:300px;
- left:50%;
- height:auto;
- z-index:100;
- background-color:#fff;
- border:1px #ddd solid;
- padding:1px;
- }
- .xinxibox h2{
- height:25px;
- font-size:14px;
- background-color:#aaa;
- position:relative;
- padding-left:10px;
- line-height:25px;
- color:#fff;
- }
- .xinxibox h2 a{
- position:absolute;
- right:5px;
- font-size:12px;
- color:#fff;
- }
- .xinxibox .list{
- padding:10px;
- }
- .xinxibox .list li{
- height:24px;
- line-height:24px;
- }
- .xinxibox .list li span{
- margin:0 5px 0 0;
- font-family:"宋体";
- font-size:10px;
- font-weight:400;
- color:#ddd;
- }
- .xinxibox .list span{
- margin-left:15px;
- margin-right:10px;
- font-size:14px;
- font-weight:400;
- color:#000;
- }
- .xinxibox .list input{
- background-color: #fff;
- border:#eee solid 1px;
- height: 20px;
- border-radius: 3px;
- font-size: 14px;
- color: #333;
- width: 170px;
- margin-right: 10px;
- margin-top:5px
- }
- .xinxibox .list button{
- width:60px;
- height: 25px;
- border-radius: 3px;
- background-color: #ddd;
- font-size: 10px;
- cursor: pointer;
- vertical-align: middle;
- margin-left: 110px;
- margin-top: 20px;
- }
- .xinxibox .list select{
- border:#ddd solid 1px;
- background-color: #fff;
- width: 170px;
- padding: 0 5px;
- height: 20px;
- color: #666;
- margin-left:0px;
- border-radius: 3px;
- margin-bottom: 0px;
- margin-right:10px;
- }
- .showbtn {
- font:bold 24px '微软雅黑';
- }
- #bg{
- background-color:#666;
- position:absolute;
- z-index:99;
- left:0;
- top:0;
- display:none;
- width:100%;
- height:100%;
- opacity:0.5;
- filter: alpha(opacity=50);
- -moz-opacity: 0.5;
- }
- .link_more1{
- border-bottom: #005389 solid 1px;
- }
- .link_more1 button{
- width:80px;
- height: 32px;
- border-radius: 3px;
- background-color: #005389;
- font-size: 16px;
- color: #fff;
- cursor: pointer;
- vertical-align: middle;
- margin-left: 100px;
- margin-top: 0px;
- margin-bottom:15px
- }
- .link_more1 button:hover{
- background-color: #005eac;
- }
- #loadingDiv {
- filter: alpha(opacity=50);
- /* <!--IE的透明度--> */
- opacity: 0.1;
- /* <!--透明度,数值越大越透明,不要调太小,不然gif图片会特别模糊--> */
- display: none;
- position: fixed;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- z-index: 100;
- /* <!--此处的图层要大于页面--> */
- display:none;
- }
- .ball{
- width:10px;
- height: 10px;
- background: red;
- border-radius: 50%;
- position: absolute;
- }
- /*version2.0*/
- /* 首页 */
- .banner{
- width: 100%;
- position: relative;
- background-color: #ccc;
- }
- .banner img{
- display: block;
- width: 100%;
- height: 800px;
- object-fit: fill;
- }
- .banner .hd{
- position: absolute;
- right: 20px;
- bottom: 10px;
- z-index: 999;
- }
- .banner .hd ul::after{
- display: block;
- clear: both;
- content: "";
- }
- .banner .hd ul li{
- display: inline-block;
- margin:0 2px;
- width:18px;
- height:18px;
- background:#005389F5;
- cursor:pointer;
- font-size: 12px;
- font-weight: bold;
- text-align: center;
- color: #fff;
- }
- .banner .hd ul li.on{
- background:#e0620d;
- color: #fff;
- }
- .banner .bd ul li{
- position: relative;
- }
- .banner .bd ul li h2{
- position:absolute;
- bottom: 87px;
- left: 50%;
- width: 100%;
- max-width: 1200px;
- transform: translateX(-50%);
- z-index: 999;
- }
- .banner .bd ul li h2 a{
- font-size: 24px;
- color: #fff;
- font-family: ' Microsoft YaHei';
- font-weight: 400;
- line-height: 28px;
- background-color: rgba(0,0,0,0.06);
- }
- /*按钮*/
- .handle{
- position:absolute;
- bottom: 87px;
- left: 50%;
- width: 100%;
- max-width: 1200px;
- transform: translateX(-50%);
- z-index: 999;
- text-align: right;
- }
- .handle-container{
- position: relative;
- width: 140px;
- height: 50px;
- background-image: url(../images/banner/prev.png), url(../images/banner/next.png);
- background-position: left bottom, right top;
- background-repeat: no-repeat, no-repeat;
- display: inline-block;
- }
- .banner .prev,.banner .next{
- position:absolute;
- left:0;
- top:0;
- width: 50%;
- height: 100%;
- line-height: 50px;
- color: #fff;
- font-size: 12px;
- display: block;
- text-align: center;
- }
- .banner .next{
- left:auto;
- right:0;
- }
- .banner .prev:hover,.banner .next:hover{
- filter:alpha(opacity=100);
- opacity:1;
- color: #E0620D;
- }
- .banner .prevStop{
- display:none;
- }
- .banner .nextStop{
- display:none;
- }
- .footerbox a{
- position: relative;
- padding-right: 40px;
- }
- .footerbox a.dib.vm::after{
- content: "";
- display: block;
- position: absolute;
- right: 10px;
- top: 50%;
- width: 1px;
- height: 92%;
- background-color: #15A3FF;
- transform: translateY(-50%);
- }
|