| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612 |
- body {
- margin: 0;
- padding: 0;
- font-size: 16px;
- /*background-color: #CDEBFB;*/
- /*-webkit-text-size-adjust: none;*/
-
- }
- .body {
- background-color: #fff;
- }
- ul,
- li {
- margin: 0;
- padding: 0;
- }
- .fl {
- float: left;
- }
- .rl {
- float: right;
- }
- li {
- list-style-type: none;
- }
- img {
- border: 0;
- }
- p {
- margin: 0;
- padding: 0;
- }
- .clearfix {
- zoom: 1;
- overflow: hidden;
- }
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
- a {
- text-decoration: none;
-
- }
- a:hover {
- color: rgb(22, 100, 162);
- }
- .s-14 {
- font-size: 14px;
- }
- .m-r {
- margin-right: 9px;
- }
- .min-wrap {
- max-width: 1280px;
- min-width: 1000px;
- margin: 0 auto;
- }
- .main-wrap {
- width: 1000px;
- margin: 0 auto;
- }
- .main-body {
- background-color: white;
- margin-bottom: 20px;
- }
- .navcon {
- width: 100%;
- background: rgb(22, 100, 162);
- padding-bottom: 8px;
- padding-top: 5px;
- height: 68px;
- line-height: 68px;
- }
- .navcon_box {
- width: 1200px;
- margin: 0 auto;
- }
- .logo_box {
- float: left;
- width: 35%;
- }
- .logo {
- float: left;
- height: 100%;
- line-height: 80px;
- font-size: 32px;
- color: #02b2b5;
- }
- .logoImg_box {
- padding-left: 76px;
- }
- .nav_right {
- width: 65%;
- float: right;
- }
- .navs .active {
- border-bottom: 2px solid #fff;
- }
- .navs {
- /* /*
- width: 70%;*/
- margin: 0;
- }
- .navs li {
- float: left;
- color: #fff;
- text-align: center;
- border-bottom: 2px solid transparent;
- cursor: pointer;
- padding: 0 10px;
- margin-right: 20px;
- height: 50px;
- }
- .navs li:hover {
- border-bottom: 2px solid #fff;
- }
- .navs .active {
- border-bottom: 2px solid #fff;
- }
- .navs a {
- color: #fff;
- }
- .nav_rightLeft {
- width: 65%;
- }
- .nav_rightRight {
- width: 35%;
- }
- .Hidens {
- display: none;
- }
- /*ul.four-links li {
- float: left;
- margin-right: 10px;
- }
- ul.version-links li {
- float: left;
- margin-left: 10px;
- }
- ul.four-links li:before,ul.version-links li:before {
- content: "·";
- color: white;
- }*/
- .Input_box {
- border: 1px solid #99b6cd;
- height: 22px;
- width: 55%;
- position: relative;
- padding: 2px;
- margin-top: 20px;
- border-radius: 5px;
- }
- .Seach_box {
- height: 18px;
- width: 140px;
- border: 0;
- background: transparent;
- outline: none;
- position: absolute;
- font-size: 14px;
- padding: 2px;
- color: #99b6cd;
- }
- .Seac_icon {
- background: url(../img/ss.png)no-repeat;
- width: 20px;
- height: 20px;
- display: block;
- position: absolute;
- right: 0;
- /* line-height: 51px; */
- top: 7px;
- }
- .login_icon {
- background: url(../img/login.png)no-repeat;
- width: 20px;
- height: 20px;
- display: block;
- margin-top: 25px;
- }
- .login_btton {
- color: #fff;
- }
- .login_box {
- padding-left: 10px;
- cursor: pointer;
- }
- .login_box a{
- color: #fff!important;
- cursor: pointer;
- }
- input::-webkit-input-placeholder,
- textarea::-webkit-input-placeholder {
- color: #99b6cd;
- }
- input:-moz-placeholder,
- textarea:-moz-placeholder {
- color: #99b6cd;
- }
- input::-moz-placeholder,
- textarea::-moz-placeholder {
- color: #99b6cd6;
- }
- input:-ms-input-placeholder,
- textarea:-ms-input-placeholder {
- color: #99b6cd;
- }
- .navcon_1 {
- margin-bottom: 10px;
- }
- .navCon {
- margin-top: 15px;
- }
- .Content_box {
- /*height: 300px;*/
- /*background-color: #03B2B7;*/
- border: 1px solid #CCCCCC;
- border-top: 5px solid rgb(22, 100, 162);
- }
- .content_title {
- padding-top: 4px;
- font-weight: bold;
- line-height: 26px;
- background: #f3f3f3;
- padding-left: 15px;
- }
- .content_moddile {
- padding: 0 15px;
- padding-top: 12px;
- }
- .cont_modtitle {
- color: rgb(22, 100, 162);
- }
- .cont_wz {
- margin-bottom: 14px;
- }
- .fx {
- border-bottom: 1px dashed #ccc;
- }
- .new_list li {
- height: 30px;
- }
- .new_title {
- height: 100%;
- line-height: 30px;
- padding: 0 15px;
- }
- .new_title h1 {
- margin: 0;
- padding: 0;
- font-weight: normal;
- line-height: 30px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- float: left;
- width: 55%;
- }
- .new_title em {
- font-style: normal;
- }
- .new_title a {
- color: #000;
- display: block;
- width: 100%;
- color: #666;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .new_title a:hover {
- color: rgb(22, 100, 162)!important;
- }
- .mores {
- font-weight: normal;
- margin-right: 20px;
- font-size: 14px;
- }
- .new_img li {
- float: left;
- width: 24%;
- }
- .content_foot_img {
- padding: 0 10px;
- }
- ._imgbox {}
- /*主体*/
- .main-bar {
- height: 80px;
- background-color: #02B2B5;
- }
- .main-bar .logo {
- float: left;
- margin-top: 19px;
- width: 408px;
- height: 53px;
- /*background: * url("") no-repeat;*/
- border: 1px solid red;
- }
- .main-bar .back {
- float: right;
- background-color: #ea544a;
- border-radius: 20px;
- font-family: "Microsoft Yahei";
- height: 30px;
- line-height: 30px;
- width: 92px;
- text-align: center;
- margin-top: 28px;
- color: white;
- }
- .main-bar .back a {
- color: white;
- font-size: .93em;
- }
- .main-bar .back a:hover {
- color: white;
- text-decoration: underline;
- }
- .main-bar .nav {
- /*float: left;*/
- font-family: "Microsoft Yahei";
- }
- .nav>a {
- float: left;
- display: block;
- color: #fff;
- height: 100%;
- line-height: 80px;
- text-align: center;
- width: 105px;
- }
- .nav>a:hover,
- a.focus {
- background: #fff;
- color: #02B2B5;
- }
- .Foots {
- border: 1px solid #ccc;
- }
- .foot_ul li {
- float: left;
- width: 20%;
- margin-bottom: 15px;
- cursor: pointer;
- }
- .FootBox {
- text-align: center;
- padding: 50px;
- }
- .index-banner {
- line-height: 0;
- height: 300px;
- }
- .index-banner img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .col-wide {
- float: left;
- width: 650px;
- }
- .col-narrow {
- margin-left: 700px;
- }
- .box-01 .box-title {
- padding: 16px 10px 16px 0;
- height: 16px;
- border-bottom: 1px solid #e0e0e0;
- margin-bottom: 20px;
- }
- .box-01.red-bg .box-title {
- background-color: #85c300;
- text-align: center;
- color: #fff;
- }
- .col-narrow .rt-box {
- height: 47px;
- line-height: 47px;
- border-bottom: 2px solid #000;
- position: relative;
- }
- .col-narrow .rt-box .right-title {
- float: left;
- color: #c44542;
- }
- .col-narrow .rt-box .bor-line {
- width: 50%;
- height: 2px;
- line-height: 0;
- background: #c44542;
- position: absolute;
- bottom: -2px;
- }
- .col-narrow .rt-box .right-more {
- float: right;
- }
- .col-narrow .rt-box .right-more a {
- color: #000;
- font-size: 12px;
- }
- .col-narrow .rt-box .right-more a:hover {
- color: #ac2e3b;
- }
- .col-narrow .bianmin-con {
- margin-left: -10px;
- height: 240px;
- }
- .col-narrow .bianmin-con li {
- float: left;
- width: 30%;
- height: 70px;
- margin-left: 10px;
- background: aqua;
- margin-top: 10px;
- }
- .col-narrow .bianmin-con li a,
- .col-narrow .bianmin-con li a img {
- display: block;
- width: 100%;
- height: 100%;
- }
- .col-narrow .bianmin-con li.seven,
- .col-narrow .bianmin-con li.four {
- width: 63%;
- }
- .col-narrow .sjtj-con {
- border: 1px solid #707070;
- text-align: center;
- font-size: 16px;
- border-radius: 5px;
- overflow: hidden;
- margin-top: 10px;
- padding-bottom: 15px;
- }
- .col-narrow .sjtj-con .sjtj-title {
- background: #ac2e3b;
- color: #fff;
- height: 45px;
- line-height: 45px;
- }
- .col-narrow .sjtj-con ul li {
- width: 50%;
- float: left;
- margin-top: 25px;
- }
- .box-01 .box-title-name {
- float: left;
- font-family: "Microsoft Yahei";
- line-height: 1em;
- color: #333;
- padding-left: 10px;
- border-left: 7px solid rgb(22, 100, 162);
- }
- .col-narrow .box-01.gray-bg .box-title .right-title {
- border-left: 0;
- color: rgb(22, 100, 162);
- }
- .col-narrow .box-01.gray-bg .box-title .box-title-name,
- .col-narrow .box-01.gray-bg .box-title .box-title-more a {
- /*color: #000;*/
- }
- .box-01.red-decoration .main-content {
- padding: 0px 30px 0px 20px;
- color: #333;
- font-size: .875em;
- border: 1px solid #d8d8d8;
- }
- .box-01.red-decoration .main-content .content-title {
- text-align: center;
- color: #000000;
- font-size: 20px;
- font-family: "宋体", "黑体", "新宋体";
- font-weight: bold;
- margin: 20px auto;
- }
- .box-01.red-decoration .main-content .gary-line {
- border-bottom: solid 1px #ddd;
- margin: 10px 36px;
- }
- .box-01.red-decoration .main-content .content-info {
- text-align: center;
- font-size: 12px;
- border: #dcdcdc dashed 1px;
- border-width: 0 0 1px 0;
- padding-bottom: 15px;
- }
- .box-01.red-decoration .main-content .content-text {
- margin: 15px 32px;
- line-height: 30px;
- }
- .box-01 .box-title-more {
- float: right;
- text-align: right;
- color: #999999;
- font-size: .75em;
- line-height: 1.34em;
- }
- .box-01 .box-title-more a {
- color: #333;
- }
- .box-01 .box-title-more a:hover {
- color: #ac2e3b;
- text-decoration: none;
- }
- ul.news-list.gray-line>li {
- height: 50px;
- border-bottom: 1px dashed #e0e0e0;
- padding-right: 20px;
- }
- ul.news-list.gray-line>li .news-title {
- height: 100%;
- }
- ul.news-list.gray-line>li:prev-child {
- border: none;
- padding-top: 10px;
- }
- ul.news-list.gray-line>li:after {
- content: "";
- display: block;
- clear: both;
- height: 0;
- }
- ul.news-list.gray-line .news-pic img {
- width: 120px;
- height: 90px;
- display: block;
- }
- ul.news-list.gray-line .news-title>h1 {
- margin: 0;
- padding: 0;
- font-weight: normal;
- color: #ea544a;
- font-size: .875em;
- line-height: 50px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- float: left;
- width: 55%;
- }
- ul.news-list.gray-line .news-title>h1>a {
- display: block;
- width: 100%;
- color: #666;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- ul.news-list.gray-line .news-title:hover h1>a {
- color: rgb(22, 100, 162);
- /*text-decoration: underline;*/
- }
- ul.news-list.gray-line .news-title>p {
- margin: 0;
- padding: 0;
- color: #999999;
- font-size: .75em;
- line-height: 2.4em;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- ul.news-list.gray-line .news-title>em {
- display: block;
- font-style: normal;
- font-family: Verdana;
- font-size: .75em;
- line-height: 50px;
- color: #666666;
- float: right;
- }
- .lm-table {
- table-layout: fixed;
- width: 100%;
- font-size: .75em;
- padding-bottom: 11px;
- }
- .lm-table td {
- border-bottom: 1px solid #f6f6f6;
- height: 48px;
- line-height: 48px;
- padding: 0 15px;
- text-align: center;
- font-size: 13px;
- }
- .lm-table .lm-title td {
- background-color: #f2f2f2;
- font-family: "Microsoft Yahei";
- color: #1a1a1a;
- font-size: 1.17em;
- height: 40px;
- line-height: 40px;
- }
- .lm-table .last td {
- border: none;
- }
- .lm-table .red {
- color: #f18c86;
- }
- .lm-table .date {
- color: #8c8c8c;
- font-family: Verdana;
- }
- .lm-table .organizer {
- color: #666666;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .lm-table .content a {
- font-size: 13px;
- display: block;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: #3f3f3f;
- }
- .lm-table .content a:hover {
- color: #c44542;
- }
- ul.news-list.news-r-red>li {
- border-bottom: 1px dashed #ccc;
- background-color: #F6F6F6;
- height: 50px;
- }
- ul.news-list.news-r-red>li>.m-across {
- padding: 0px 20px 0px;
- height: 100%;
- }
- ul.news-list.news-r-red>li>.m-across:hover {
- /* border-right: 2px solid #ff5256;*/
- cursor: pointer;
- }
- ul.news-list.news-r-red>li.odd {
- /*background-color: #f6f6f6;*/
- }
- ul.news-list.news-r-red>li>.m-across>a {
- display: block;
- font-size: .875em;
- line-height: 44px;
- color: #666;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- float: left;
- width: 50%;
- height: 100%;
- line-height: 50px;
- }
- ul.news-list.news-r-red>li>.m-across:hover a {
- color: #c44542;
- }
- ul.news-list.news-r-red>li>.m-across>em {
- display: block;
- font-style: normal;
- font-family: Verdana;
- font-size: .75em;
- height: 100%;
- line-height: 50px;
- color: #666;
- float: right;
- }
- .count {
- font-family: "Microsoft Yahei";
- color: white;
- }
- .count .all-count {
- background-color: #F6F6F6;
- }
- .all-count ul.acceptance {
- font-size: .875em;
- color: #666666;
- }
- .today-count ul.acceptance {
- font-size: 14px;
- color: #666;
- }
- ul.acceptance li .pl-30 {
- height: 100%;
- line-height: 50px;
- }
- ul.acceptance li {
- width: 100%;
- height: 50px;
- text-align: center;
- }
- .all-count .dcon {
- text-indent: 30px;
- color: #262626;
- font-size: 14px;
- padding: 20px 10px 10px 10px;
- line-height: 25px;
- }
- .all-count .dcan {
- width: 75%;
- margin: 0 auto;
- padding: 10px 0;
- }
- .all-count .dcan a {
- display: block;
- height: 30px;
- width: 85px;
- text-align: center;
- line-height: 30px;
- background: #03b2b7;
- border-radius: 20px;
- color: #fff;
- font-size: 15px;
- }
- .all-count .dcan a.dc {
- float: left;
- }
- .all-count .dcan a.ck {
- float: right;
- }
- ul.acceptance>li>img {
- display: block;
- float: left;
- margin-top: 3px;
- }
- .count .number {
- margin: 0 15px;
- }
- .box-content .fw-guide {
- margin-left: -20px;
- }
- .box-content .fw-guide li {
- float: left;
- width: 22%;
- height: 70px;
- margin-left: 20px;
- margin-top: 25px;
- border-radius: 3px;
- }
- .box-content .fw-guide li a {
- display: block;
- width: 100%;
- height: 100%;
- text-align: center;
- color: #fff;
- font-size: 14px;
- box-sizing: border-box;
- }
- .box-content .fw-guide li a i {
- display: block;
- height: 32px;
- width: 32px;
- margin: 0 auto;
- margin-top: 8px;
- }
- .box-content .fw-guide li.serv1 {
- background: #4b83b4;
- }
- .box-content .fw-guide li.serv1 a i {
- background: url("../img/sky .png") no-repeat 0 0;
- }
- .box-content .fw-guide li.serv2 {
- background: #cdc27c;
- }
- .box-content .fw-guide li.serv2 a i {
- background: url(../img/email.png) no-repeat 0 3px;
- }
- .box-content .fw-guide li.serv3 {
- background: #cdb49e;
- }
- .box-content .fw-guide li.serv3 a i {
- background: url(../img/chaxun.png) no-repeat 0 0;
- }
- .box-content .fw-guide li.serv4 {
- background: #9cc0e0;
- }
- .box-content .fw-guide li.serv4 a i {
- background: url(../img/tousu.png) no-repeat 0 0;
- }
- .box-content .fw-guide li.serv5 {
- background: #d0c6de;
- }
- .box-content .fw-guide li.serv5 a i {
- background: url(../img/churu.png) no-repeat 0 0;
- }
- .box-content .fw-guide li.serv6 {
- background: #88bcb7;
- }
- .box-content .fw-guide li.serv6 a i {
- width: 34px;
- height: 34px;
- background: url(../img/trade.png) no-repeat 0 0;
- }
- .box-content .fw-guide li.serv7 {
- background: #9dadc6;
- }
- .box-content .fw-guide li.serv7 a i {
- background: url(../img/cost.png) no-repeat 0 0;
- }
- .box-content .fw-guide li.serv8 {
- background: #e48b93;
- }
- .box-content .fw-guide li.serv8 a i {
- background: url(../img/pulic.png) no-repeat 0 0;
- }
- .footer {
- background: rgb(22, 100, 162);
- font-size: 14px;
- color: #fff;
- height: 100px;
- width: 100%;
- }
- .footer .footer-con {
- height: 100%;
- width: 1000px;
- margin: 0 auto;
- }
- .footerbox {
- text-align: center;
- line-height: 20px;
- padding-top: 20px;
- }
- .box-01 .sqsl_detail {
- position: relative;
- /*padding: 10px 36px 36px;*/
- }
- .box-01 .sqsl_detail table {
- width: 100%;
- border-collapse: collapse;
- }
- .box-01 .sqsl_detail table th {
- width: 15%;
- text-align: center;
- background: rgb(240, 244, 247);
- padding: 10px 15px;
- font-weight: normal;
- border: 1px solid #e6e6e6;
- font-size: 14px;
- color: #000;
- }
- .box-01 .sqsl_detail table td {
- padding: 5px 15px;
- font-size: 14px;
- line-height: 30px;
- border: 1px solid #e6e6e6;
- color: #666;
- }
- .accessible-wrap {
- display: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- -khtml-user-select: none;
- user-select: none;
- }
- .accessible-body {
- position: fixed;
- z-index: 10;
- width: 100%;
- min-width: 1000px;
- text-align: right;
- padding: 10px 0;
- font-size: .875em;
- background-color: white !important;
- border-bottom: 1px solid #ddd;
- }
- .accessible-body-fixed {
- height: 47px;
- }
- .accessible-body span {
- display: inline-block;
- padding: 0 10px;
- margin-left: 6px;
- border: 1px solid #ccc;
- border-radius: 5px;
- background-color: #f3f3f3 !important;
- line-height: 24px;
- color: #444 !important;
- cursor: pointer;
- }
- .contrast,
- .contrast * {
- background: black !important;
- color: white !important;
- }
- .pagination {
- display: block;
- width: 100%;
- margin: 20px auto;
- }
- .fixed-table-pagination {
- font-size: 14px;
- }
- .fixed-table-pagination div.pagination {
- width: 55%;
- }
- .JumpPage {
- padding: 6px 0;
- height: 18px;
- }
- .ban-bottom {
- margin: 25px 0;
- }
- .ban-bottom li {
- float: left;
- width: 16.6%;
- height: 112px;
- box-sizing: border-box;
- padding: 10px;
- border-right: 1px dashed #ccc;
- }
- .firli {
- text-align: center;
- color: #ac2e3b;
- font-size: 20px;
- }
- .firli b {
- font-size: 45px;
- }
- .ban-bottom li a {
- display: block;
- width: 100%;
- text-align: center;
- }
- .ban-bottom li a .bbtop {
- margin: 8px 0;
- }
- .ban-bottom li a p {
- font-size: 14px;
- color: #666666;
- }
- .ban-bottom li a i.icon {
- display: inline-block;
- background: url(../img/icon.png) no-repeat;
- background-size: 25px;
- height: 25px;
- width: 25px;
- vertical-align: middle;
- margin-right: 5px;
- }
- .ban-bottom li a i.icon1 {
- background-position: 0 0;
- }
- .ban-bottom li a i.icon2 {
- background-position: 0 -25px;
- height: 23px;
- }
- .ban-bottom li a i.icon3 {
- background-position: 0 -47px;
- }
- .ban-bottom li a i.icon4 {
- background-position: 0 -72px;
- height: 21px
- }
- .ban-bottom li a i.icon5 {
- background-position: 0 -93px;
- }
- .chaxun-con {
- padding: 20px;
- }
- .box-title .chaxun>div {
- float: left;
- }
- .box-title .chaxun {
- float: right;
- }
- .box-title .chaxun>div>p {
- display: inline-block;
- width: 150px;
- height: 25px;
- border: 1px solid #ccc;
- position: relative;
- margin-right: 5px;
- }
- .box-title .chaxun>div>p>input {
- border: 0;
- width: 90%;
- height: 23px;
- outline: none;
- padding-left: 5px;
- }
- .box-title .chaxun>div.zonghe {
- margin-left: 35px;
- cursor: pointer;
- line-height: 26px;
- }
- .box-title .chaxun>div.zonghe .zhank {
- display: inline-block;
- background: url(../img/zhank.png);
- height: 9px;
- width: 15px;
- margin-left: 5px;
- animation: bounce .5s ease-in-out infinite;
- }
- @keyframes bounce {
- 0% {
- -webkit-transform: translate3d(0, 0px, 0);
- transform: translate3d(0, 0px, 0);
- }
- 50% {
- -webkit-transform: translate3d(0, -3px, 0);
- transform: translate3d(0, -3px, 0);
- }
- 100% {
- -webkit-transform: translate3d(0, 0px, 0);
- transform: translate3d(0, 0px, 0);
- }
- }
- .cxr * {
- box-sizing: content-box!important;
- }
- .cxr {
- height: auto;
- }
- .cx-title {
- width: 100%;
- height: 30px;
- text-align: center;
- line-height: 30px;
- background: #02b2b7;
- color: #fff;
- margin-bottom: 20px;
- }
- .cxr p {
- font-size: 15px;
- }
- .cxr .gjcx-row1 p,
- .cxr .gjcx-row2 p {
- float: left;
- width: 33.3%;
- text-align: center;
- margin-bottom: 15px;
- }
- .cxr .gjcx-row1 input {
- padding-left: 10px;
- width: 143px;
- }
- .cxr .gjcx-row1 input.laydate-icon {
- padding-right: 0;
- }
- .cxr .gjcx-row2 select {
- height: 25px;
- line-height: 25px;
- outline: none;
- padding-left: 30px;
- width: 125px;
- }
- .gjcx-row3 {
- width: 30%;
- margin: 0 auto;
- }
- .gjcx-row3 .psw {
- outline: none;
- height: 27px;
- padding-left: 10px;
- font-size: 15px;
- cursor: pointer;
- width: 140px;
- border-radius: 5px;
- background-color: #337ab7;
- border-color: #337ab7;
- color: #fff;
- margin-top: 10px;
- border: 0;
- }
- .gjcx-row3 p span {
- display: inline-block;
- width: 300px;
- height: 25px;
- border: 1px solid #ccc;
- position: relative;
- }
- .gjcx-row3 p span input {
- height: 90%;
- border: 0;
- width: 90%;
- }
- .gjcx-row3 p span a {
- display: block;
- height: 25px;
- width: 25px;
- position: absolute;
- right: 2px;
- top: 0px;
- background: url(../img/search.png) center center no-repeat;
- background-position: center center;
- }
- .diaocha {
- color: #4c4c4c;
- font-family: "microsoft yahei";
- padding: 30px 35px;
- }
- .diaocha .diaocha-title {
- font-size: 24px;
- text-align: center;
- /*margin-top: 30px;*/
- }
- .dctle-con {
- text-indent: 32px;
- font-size: 16px;
- padding: 30px 0;
- }
- .diaocha-con h2 {
- font-weight: normal;
- font-size: 16px;
- }
- .diaocha-con .radio,
- .diaocha-con .checkbox {
- font-size: 14px;
- padding-left: 30px;
- }
- .diaocha-con .checkbox {
- width: 22.5%;
- float: left;
- margin-top: 0;
- }
- .checkbox+.checkbox {
- margin-top: 0px;
- }
- .diaocha hr {
- border-top: 4px solid #ccc;
- margin-bottom: 40px;
- }
- .tj-box {
- width: 30%;
- margin: 0 auto;
- }
- .tj-box a {
- display: block;
- height: 35px;
- width: 100px;
- text-align: center;
- line-height: 35px;
- background: #03b2b7;
- color: #fff;
- border-radius: 3px;
- }
- .tj-box .dctj {
- float: left;
- }
- .tj-box .dcck {
- float: right;
- }
- .result-con {
- padding-left: 30px;
- }
- .result-con>div {
- float: left;
- font-size: 14px;
- }
- .result-con .releft {
- width: 30%;
- }
- .result-con .remiddle {
- width: 40%;
- }
- .result-con .reright {
- width: 10%;
- margin-left: 20px;
- }
- .progress {
- height: 16px;
- }
- .progress-bar-success {
- background-color: #97c44f;
- }
- .progress-bar-warning {
- background-color: #f2d561;
- }
- .progress-bar-zise {
- background-color: #c278a9;
- }
- .progress-bar-cheng {
- background-color: #fc9765;
- }
- .progress-bar-bohe {
- background-color: #87ebf1;
- }
- .progress-bar-fen {
- background-color: #ffe6de;
- }
- .progress-bar-dousha {
- background-color: #ef9c94;
- }
- .progress-bar-qing {
- background-color: #deffde;
- }
- .lv {
- color: #97c44f;
- }
- .huang {
- color: #f2d561;
- }
- .hong {
- color: #d9534f;
- }
- .lan {
- color: #5bc0de;
- }
- .zise {
- color: #c278a9;
- }
- .cheng {
- color: #fc9765;
- }
- .bohe {
- color: #87ebf1;
- }
- .fen {
- color: #ffe6de;
- }
- .dousha {
- color: #ef9c94;
- }
- .qing {
- color: #deffde;
- }
- .return {
- display: block;
- height: 35px;
- width: 100px;
- text-align: center;
- line-height: 35px;
- background: #03b2b7;
- color: #fff;
- border-radius: 3px;
- margin: 0 auto;
- }
- .nextGo {
- display: block;
- line-height: 35px;
- width: 100px;
- text-align: center;
- line-height: 35px;
- background: rgb(22, 100, 162);
- color: #fff;
- border-radius: 3px;
- margin: 0 auto;
- outline: none;
- border-color: rgb(22, 100, 162);
- }
- .personal .table {
- width: 90%;
- margin: 20px auto;
- }
- .personal .table tr td {
- text-align: center;
- }
- .personal .table tr td img {
- margin-right: 5px;
- }
- .personal .table tr td input[type=text] {
- width: 90%;
- height: 20px;
- border: 0;
- outline: none;
- text-align: center;
- }
- .personal .table tr td:first-child {
- text-align: right;
- width: 20%;
- }
- .personal .table tr td select {
- vertical-align: middle;
- font-size: 14px;
- outline: none;
- width: 100px;
- height: 25px;
- padding-left: 5px;
- }
- .personal .table tr td button {
- color: #fff;
- background: #ac2e3b;
- border: 0;
- padding: 5px 10px;
- border-radius: 3px;
- margin: 10px auto;
- display: block;
- }
- .Input_ {
- background-color: #FFF;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 1px;
- color: inherit;
- padding: 6px 12px;
- }
- .sys-title {
- color: #990000;
- font-size: 40px;
- font-family: "宋体";
- height: 140px;
- line-height: 140px;
- padding-left: 50px;
- }
- .hr {
- border-top: 1px solid #d9d9d9;
- }
- .sys-con img {
- display: block;
- height: 295px;
- width: 340px;
- margin: 40px auto;
- }
- .sys-word .weihu,
- .sys-word .sys-time {
- color: #b10808;
- font-size: 36px;
- text-align: center;
- }
- .sys-word .sys-time {
- font-size: 25px;
- }
- .sys-word .sys-xuan {
- text-align: right;
- width: 50%;
- margin: 0 auto;
- color: #b10808;
- font-size: 24px;
- }
- .imgs a{
- color: #000000!important;
- }
- ._imgbox img{
- width: 168px;
- height: 110px;
- }
- .Sl {
- text-align: center;
- padding: 10px;
- }
- .Sl li{
- width: 50%;
- float: left;
- }
- .btn{
- text-align: center;
- background: rgb(22, 100, 162);
- color: #fff;
- border-radius: 3px;
- margin: 0 auto;
- outline: none;
- border-color: rgb(22, 100, 162);
- }
|