123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900 |
- @charset 'UTF-8';
- html{ overflow-x:auto; overflow-y:auto;}
- *{ padding:0; margin:0;outline:none !important;}
- ul, ol,li{ list-style-type:none;}
- body, button, input, select, textarea{ font-family: 'Microsoft yahei'; font-size:12px;}
- code, kbd, pre, samp { font-family: 'Microsoft yahei';}
- a{ text-decoration:none; color:#333; cursor:pointer;
- -webkit-transition: all 0.2s ease-out 0s;
- -moz-transition: all 0.2s ease-out 0s;
- -o-transition: all 0.2s ease-out 0s;
- transition: all 0.2s ease-out 0s;}
- img{border:0; max-width:100%;max-height: 100%;vertical-align: middle;}
- li { line-height:normal; }
- table { border-collapse: collapse; border-spacing: 0; }
- h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family: 'Microsoft yahei'; }
- input,table,tr,td{ margin:0; padding:0; border:none;}
- button,table{ border:none; background:none; margin:0; padding:0;}
- body{position: relative; float:left; width:100%; overflow:hidden;}
- select{ margin:0; padding:0; font-family: 'Microsoft yahei'; border:none;}
- textarea{ resize:none;outline:none;}
- label{ margin-bottom:0; font-weight:normal;}
- input,select,textarea{ margin:0; padding:0; border:0; outline:none;
- -moz-border-radius:0px;
- -webkit-border-radius:0;
- -khtml-border-radius:0;
- border-radius:0;
- }
- .pz_top{ float:left; width:100%; min-width:1200px; z-index: 101;}
- .pz_banner{ float: left; width:100%; min-width:1200px; position:relative; overflow:hidden; min-height:260px;}
- .pz_main{ float:left; width:100%; min-width:1200px; overflow:hidden; position:relative;}
- .pz_down{ float:left; width:100%; min-width:1200px;}
- .pz_menu{ float:left; width:100%; min-width:1200px;}
- .w_0100{ float:left; width:100%;}
- .w_1200{ margin:0 auto; width:1200px;}
- .bg{
- float: left;
- background-image: url(../images/bg.jpg);
- background-size: 100% 100%;
- }
- .topDate{
- height:40px;
- line-height: 40px;
- background: #215299;
- }
- .topDateInfo{
- font-size: 14px;
- color: #fff;
- }
- .top{
- height: 245px;
- }
- .top .logo{
- float: left;
- width: 800px;
- padding: 90px 0;
- }
- .top .logo .title{
- color: #215299;
- font-size: 36px;
- font-family: cursive;
- text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
- font-weight: 600;
- }
- .top .logo .english {
- color: #215299;
- font-size: 18px;
- font-weight: bold;
- }
- .top .search{
- float: right;
- width: 340px;
- height: 40px;
- background: #2152999f;
- border-radius: 25px;
- margin: 102px 0;
- }
- .top .search .input{
- width: 274px;
- height: 40px;
- background: transparent;
- border-radius: 25px;
- color: #fff;
- padding: 0 0 0 16px;
- }
- ::-webkit-input-placeholder { /* WebKit browsers */
- color: #fff;
- }
- :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
- color: #fff;
- }
- ::-moz-placeholder { /* Mozilla Firefox 19+ */
- color: #fff;
- }
- :-ms-input-placeholder { /* Internet Explorer 10+ */
- color: #fff;
- }
- .top .search .button{
- width: 40px;
- height: 40px;
- line-height: 40px;
- }
- .menu{
- height: 70px;
- line-height: 70px;
- background-color: rgba(0,0,0,0.4);
- margin: 0 0 10px 0;
- }
- .menu ul li{
- float: left;
- width:298px;
- height: 70px;
- line-height: 70px;
- text-align: center;
- border-right: 2px solid #76bdfe;
- }
- .menu ul li:last-child{
- width:298px;
- border-right: none;
- }
- .menu ul li a{
- font-size: 22px;
- font-family: "微软雅黑";
- color: #FFFFFF;
- }
- .menu ul li:hover{
- background: #215299;
- cursor: pointer;
- }
- .menu ul .active{
- background: #215299;
- }
- /*地图+最新资讯*/
- .main_1{
- width: 1200px;
- height: 354px;
- margin: 0 0 10px 0;
- }
- .map{
- position: relative;
- float: left;
- width: 512px;
- height: 354px;
- overflow: hidden;
- margin: 0 10px 0 0;
- background: #fff;
- border: 1px solid #ccc;
- }
- .map img{
- width: 490px;
- height: 330px;
- margin: 12px;
- }
- .map span{
- position: absolute;
- bottom: 18px;
- left: 32px;
- font-size: 12px;
- color: #fff;
- font-family: "黑体";
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- width: 454px;
- }
- .zixun{
- width: 676px;
- height: 354px;
- overflow: hidden;
- background: #fff;
- }
- .zixunTop{
- width: 636px;
- height: 39px;
- line-height: 40px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .zixunTop .zixunTit{
- float: left;
- height: 38px;
- line-height: 35px;
- }
- .zixunTop .zixunTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin:0 10px -3px 0;
- }
- .zixunTop .zixunTit .span{
- font-size: 20px;
- color: #005293;
- }
- .zixunTop .more{
- float: right;
- height: 40px;
- line-height: 40px;
- }
- .zixunInfo{
- height: 254px;
- padding: 0 20px;
- overflow: hidden;
- }
- .zixunInfo ul li{
- padding: 3px 0;
- }
- .zixunInfo ul li .dian {
- display: inline-block;
- width: 4px;
- height: 4px;
- margin: 0 10px 8px 0;
- background: #ccc;
- }
- .zixunInfo ul li .title {
- display: inline-block;
- font-size: 16px;
- color: #555555;
- font-family: "微软雅黑";
- width: 490px;
- margin: 0 30px 0 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .zixunInfo ul li .date {
- display: inline-block;
- width: 90px;
- font-size: 16px;
- color: #a8abb7;
- font-family: "微软雅黑";
- text-align: right;
- }
- /*通知公告,政策法规,科技服务*/
- .main_2{
- height: 362px;
- overflow: hidden;
- margin: 0 0 10px 0;
- }
- .main_2 .notice{
- float: left;
- width: 394px;
- height: 360px;
- margin:0 10px 0 0 ;
- overflow: hidden;
- background: #fff;
- }
- .noticeTop{
- width: 354px;
- height: 39px;
- line-height: 40px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .noticeTop .noticeTit{
- float: left;
- height: 38px;
- line-height: 35px;
- }
- .noticeTop .noticeTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin: 0 10px -3px 0;
- }
- .noticeTop .noticeTit .span{
- font-size: 20px;
- color: #005293;
- }
- .noticeTop .more{
- float: right;
- height: 40px;
- line-height: 40px;
- }
- .noticeInfo{
- height: 254px;
- padding: 0 20px;
- overflow: hidden;
- }
- .noticeInfo li{
- float: left;
- height: 60px;
- line-height: 34px;
- margin: 0 0 2px 0;
- }
- .noticeInfo .dian{
- float: left;
- display: inline-block;
- width: 4px;
- height: 4px;
- margin: 15px 10px 0px 0;
- background: #ccc;
- }
- .noticeInfo .title{
- float: left;
- font-size: 16px;
- color: #444444;
- font-family: "微软雅黑";
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- word-break: break-all;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- width: 290px;
- line-height: 31px;
- }
- .noticeInfo .date{
- float: right;
- text-align: right;
- width: 50px;
- font-size: 13px;
- color: #777777;
- font-family: "微软雅黑";
- }
- .main_2 .law{
- float: left;
- width: 394px;
- height: 360px;
- margin:0 10px 0 0 ;
- overflow: hidden;
- background: #fff;
- }
- .main_2 .service{
- float: left;
- width: 392px;
- height: 360px;
- overflow: hidden;
- background: #fff;
- }
- .main_2 .service .serviceInfo{
- padding: 0 20px;
- }
- .main_2 .service .serviceInfo ul li{
- float: left;
- width: 170px;
- height: 53px;
- padding: 0 10px 10px 0;
- }
- .main_2 .service .serviceInfo ul li:nth-child(2n){
- padding: 0 0 10px 0;
- }
- /*友情链接*/
- .main_3{
- height: 100px;
- margin: 0 0 10px 0;
- overflow: hidden;
- background: #fff;
- }
- .main_3 h3{
- float: left;
- width: 130px;
- height: 100px;
- line-height: 100px;
- text-align: center;
- font-size: 22px;
- font-weight: bold;
- color: #2c3250;
- }
- .link{
- float: left;
- }
- .link ul li{
- float: left;
- margin: 25px 10px;
-
- }
- /*.link ul li:last-child{
- margin: 0;
- }*/
- .down{
- padding: 15px 0 0 0;
- height: 120px;
- text-align: left;
- background-color: rgba(14,30,59, 0.4);
- }
- .down p{
- font-size: 14px;
- color: #868f9e;
- font-family: "微软雅黑";
- padding: 5px 200px;
- }
- /*科技资讯*/
- .info{
- height: 680px;
- margin: 0 0 10px 0;
- overflow: hidden;
- }
- .info .infoLeft{
- float: left;
- width: 514px;
- height: 680px;
- margin: 0 10px 0 0;
- overflow: hidden;
- }
- .info .infoLeft .infoNews{
- position: relative;
- width: 514px;
- height: 340px;
- overflow: hidden;
- background: #fff;
- margin: 0 0 10px 0;
- }
- .info .infoLeft .infoNews span{
- position: absolute;
- bottom: 0;
- left: 0;
- font-size: 12px;
- color: #fff;
- font-family: "黑体";
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- width: 485px;
- height: 40px;
- line-height: 40px;
- padding: 0 20px;
- background-color: rgba(0,0,0,0.4);
- }
- .infoMetti{
- width: 514px;
- height:330px;
- overflow: hidden;
- background: #fff;
- }
- .info .infoRight{
- float: left;
- width: 676px;
- height: 680px;
- overflow: hidden;
- background: #fff;
- }
- .meitiTop{
- width: 474px;
- height: 39px;
- line-height: 40px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .meitiTop .zixunTit{
- float: left;
- height: 38px;
- line-height: 35px;
- }
- .meitiTop .zixunTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin: 0 10px -3px 0;
- }
- .meitiTop .zixunTit .span{
- font-size: 20px;
- color: #005293;
- }
- .meitiTop .more{
- float: right;
- height: 40px;
- line-height: 40px;
- }
- .meitiInfo{
- height: 230px;
- padding: 0 20px;
- overflow: hidden;
- }
- .meitiInfo li{
- float: left;
- height: 55px;
- line-height: 30px;
- margin: 0 0 2px 0;
- }
- .meitiInfo .dian{
- float: left;
- display: inline-block;
- width: 4px;
- height: 4px;
- margin: 15px 10px 0px 0;
- background: #ccc;
- }
- .meitiInfo .title{
- float: left;
- font-size: 16px;
- color: #444444;
- font-family: "微软雅黑";
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- word-break: break-all;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- width: 400px;
- line-height: 31px;
- }
- .meitiInfo .date{
- float: right;
- text-align: right;
- width: 60px;
- font-size: 13px;
- color: #777777;
- font-family: "微软雅黑";
- }
- .infoRightTop{
- width: 636px;
- height: 39px;
- line-height: 40px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .infoRightTop .zixunTit{
- float: left;
- height: 38px;
- line-height: 35px;
- }
- .infoRightTop .zixunTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin:0 10px -3px 0;
- }
- .infoRightTop .zixunTit .span{
- font-size: 20px;
- color: #005293;
- }
- .infoRightTop .more{
- float: right;
- height: 40px;
- line-height: 40px;
- }
- .infoRightInfo{
- height: 580px;
- padding: 0 20px;
- overflow: hidden;
- }
- .infoRightInfo ul li{
- padding: 5px 0;
- }
- .infoRightInfo ul li:nth-child(8){
- padding:0 0 20px 0;
- border-bottom: 1px solid #ccc;
- }
- .infoRightInfo ul li:nth-child(9){
- padding:20px 0 0 0;
- }
- .infoRightInfo ul li .dian {
- display: inline-block;
- width: 4px;
- height: 4px;
- margin: 0 10px 8px 0;
- background: #ccc;
- }
- .infoRightInfo ul li .title {
- display: inline-block;
- font-size: 16px;
- color: #555555;
- font-family: "微软雅黑";
- width: 490px;
- margin: 0 30px 0 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .infoRightInfo ul li .date {
- display: inline-block;
- width: 90px;
- font-size: 16px;
- color: #a8abb7;
- font-family: "微软雅黑";
- text-align: right;
- }
- /*科技培训*/
- .natural{
- height: 612px;
- overflow: hidden;
- margin: 0 0 10px 0;
- }
- .naturalLeft{
- float: left;
- width: 514px;
- height: 612px;
- margin: 0 10px 0 0;
- overflow: hidden;
- background: #fff;
- }
- .naturalLeft .naturalLeftTop{
- width:474px;
- height: 39px;
- line-height: 40px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .naturalLeftTop .noticeTit{
- float: left;
- height: 38px;
- line-height: 35px;
- }
- .naturalLeftTop .noticeTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin: 0 10px -3px 0;
- }
- .naturalLeftTop .noticeTit .span{
- font-size: 20px;
- color: #005293;
- }
- .naturalLeftTop .more{
- float: right;
- height: 40px;
- line-height: 40px;
- }
- .naturalRight{
- float: left;
- width: 676px;
- height: 612px;
- overflow: hidden;
- background: #fff;
- }
- .naturalLeftInfo{
- padding: 0 20px;
- height: 512px;
- overflow: hidden;
- }
- .naturalLeftInfo ul li{
- float: left;
- height: 80px;
- margin: 0 0 6px 0;
- }
- .naturalLeftInfo ul li .date{
- float: left;
- width: 60px;
- height: 20px;
- text-align: center;
- line-height: 20px;
- background: #005293;
- font-size: 14px;
- color: #FFFFFF;
- margin: 0 10px 0 0;
- }
- .naturalLeftInfo ul li .text{
- float: left;
- width: 404px;
- }
- .naturalLeftInfo ul li .text .title{
- float: left;
- width: 404px;
- height: 20px;
- line-height: 20px;
- font-size: 16px;
- color: #005293;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .naturalLeftInfo ul li .text .content{
- float: left;
- width: 400px;
- text-align: left;
- font-size: 14px;
- color: #929292;
- line-height: 24px;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- word-break: break-all;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- }
- .naturalRight{
-
- }
- .naturalRight .tabList{
- float: left;
- width: 636px;
- margin: 20px;
- height: 35px;
- line-height: 35px;
- border-bottom: 1px solid #ccc;
- }
- .naturalRight #tab{position:relative;}
- .naturalRight #tab .tabList ul li{
- float: left;
- width: 80px;
- height: 35px;
- text-align: center;
- font-size: 20px;
- color: #005293;
- margin: 0 20px 0 0;
- }
- .naturalRight #tab .tabCon{
- position: absolute;
- left: 20px;
- top: 76px;
- width: 634px;
- }
- .naturalRight #tab .tabCon div{
- position:absolute;
- opacity:0;
- filter:alpha(opacity=0);
- }
- .naturalRight #tab .tabList li.cur{
- border-bottom:3px solid#005293;
- }
- .naturalRight #tab .tabCon div.cur{
- opacity:1;
- filter:alpha(opacity=100);
- }
- .naturalRight .tabCon .tabConList{
- height: 511px;
- overflow: hidden;
- }
- .naturalRight .tabCon .tabConList li{
- padding: 3px 0 2px 0;
- }
- .naturalRight .tabCon .tabConList li .dian{
- display: inline-block;
- width: 4px;
- height: 4px;
- margin: 0 10px 8px 0;
- background: #ccc;
- }
- .naturalRight .tabCon .tabConList li .title{
- display: inline-block;
- font-size: 16px;
- color: #555555;
- font-family: "微软雅黑";
- width: 490px;
- margin: 0 30px 0 0;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .naturalRight .tabCon .tabConList li .date{
- display: inline-block;
- width: 90px;
- font-size: 16px;
- color: #a8abb7;
- font-family: "微软雅黑";
- text-align: right;
- }
- .cur_1 ul li:nth-child(8){
- padding: 0 0 20px 0 !important;
- border-bottom: 1px solid #ccc;
- }
- .cur_1 ul li:nth-child(9){
- padding: 20px 0 0 0 !important;
- }
- .cur_3 ul li:nth-child(8){
- padding: 0 0 20px 0 !important;
- border-bottom: 1px solid #ccc;
- }
- .cur_3 ul li:nth-child(9){
- padding: 20px 0 0 0 !important;
- }
- /*科技服务*/
- .service{
- height: 576px;
- overflow: hidden;
- margin: 0 0 10px 0;
- }
- .service_1{
- width: 100%;
- height: 330px;
- overflow: hidden;
- margin: 0 0 10px 0;
- }
- .service_1 .service_1Left{
- float: left;
- width: 595px;
- height: 330px;
- overflow: hidden;
- background: #FFFFFF;
- margin: 0 10px 0 0;
- }
- .service_1Left .zixunTop{
- width: 555px;
- height: 29px;
- line-height: 29px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .service_1Left .zixunTop .zixunTit{
- float: left;
- height: 30px;
- line-height: 30px;
- }
- .service_1Left .zixunTop .zixunTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin:0 10px -3px 0;
- }
- .service_1Left .zixunTop .zixunTit .span{
- font-size: 20px;
- color: #005293;
- }
- .zhengwu{
- padding: 0 20px;
- }
- .zhengwu ul li{
- float: left;
- width: 130px;
- height: 115px;
- margin: 0 10px 10px 0;
- }
- .zhengwu ul li:nth-child(4){
- margin: 0 0 10px 0;
- }
- .zhengwu ul li:nth-child(8){
- margin: 0 0 10px 0;
- }
- .changyong{
- padding: 0 20px;
- }
- .changyong ul li{
- float: left;
- width: 185px;
- height: 110px;
- margin: 0 0 20px 0;
- }
- .service_1 .service_1right{
- float: left;
- width: 595px;
- height: 330px;
- overflow: hidden;
- background: #FFFFFF;
- }
- .service_1right .zixunTop{
- width: 555px;
- height: 30px;
- line-height: 30px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .service_1right .zixunTop .zixunTit{
- float: left;
- height: 30px;
- line-height: 30px;
- }
- .service_1right .zixunTop .zixunTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin:0 10px -3px 0;
- }
- .service_1right .zixunTop .zixunTit .span{
- font-size: 20px;
- color: #005293;
- }
- .service_2{
- float: left;
- width: 100%;
- height: 237px;
- overflow: hidden;
- background: #FFFFFF;
- }
- .service_2 .zixunTop{
- width: 1160px;
- height: 30px;
- line-height: 30px;
- margin: 20px;
- border-bottom: 1px solid #ccc;
- }
- .service_2 .zixunTop .zixunTit{
- float: left;
- height: 30px;
- line-height: 30px;
- }
- .service_2 .zixunTop .zixunTit .shu{
- display: inline-block;
- width: 4px;
- height: 20px;
- background: #005293;
- margin:0 10px -3px 0;
- }
- .service_2 .zixunTop .zixunTit .span{
- font-size: 20px;
- color: #005293;
- }
- .gongzhong{
- padding: 0 20px;
- }
- .gongzhong ul li{
- float: left;
- width: 185px;
- height: 146px;
- overflow: hidden;
- margin: 0 10px 0 0;
- }
- .gongzhong ul li:last-child{
- margin:0;
- }
|