| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489 |
- body {
- line-height: 1.6;
- font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
- "\9ED1\4F53", Arial, sans-serif;
- color: #222;
- font-size: 14px;
- background-color: #f5f5f5;
- }
- #top, #header, #footer {
- min-width: 1170px;
- }
- #top>.container, #header>.container, #footer>.container {
- width: 1170px;
- margin: 0 auto;
- /*padding: 0 15px;*/
- padding: 0;
- }
- h1,h2,h3 {
- font-size: 20px;
- font-weight: 400;
- font-style: normal;
- }
- a {
- color: #333;
- text-decoration: none;
- }
- a.none:hover {
- text-decoration: none;
- }
- .block {
- background-color: #fff;
- width: 100%;
- position: relative;
- }
- .f12 {
- font-size: 12px !important;
- }
- .f14 {
- font-size: 14px !important;
- }
- .f16 {
- font-size: 16px !important;
- }
- [ng-click] {
- cursor: pointer;
- }
- .br-r {
- border-right: 1px solid #e6e6e6;
- }
- .bs-r {
- border-right: 1px dashed #e6e6e6;
- }
- .br-l {
- border-left: 1px solid #e6e6e6;
- }
- .br-b {
- border-bottom: 1px solid #e6e6e6;
- }
- /*inverse*/
- .text-default {
- color: #3f84f6;
- }
- .text-inverse {
- color: #f40 !important
- }
- .text-muted {
- color: #888 !important;
- }
- .text-light {
- color: #666;
- }
- .text-simple {
- color: #aaa;
- }
- .text-num {
- font-style: normal;
- font-family: verdana;
- }
- .text-small {
- font-size: 10px;
- font-family: "microsoft yahei";
- -webkit-transform: scale(0.83);
- -o-transform: scale(0.83);
- transform: scale(0.83);
- }
- .text-bold {
- font-weight: 700;
- }
- .text-border-success {
- border: 1px solid #f40;
- color: #f40;
- background-color: #fff;
- padding: 2px 4px;
- }
- .text-trans {
- position: absolute;
- top: 5px;
- right: 5px;
- background-color: #fff;
- border: 1px solid;
- padding: 3px 14px;
- font-size: 16px;
- font-family: "LiShu";
- border-radius: 10px;
- -moz-transform: rotate(-10deg);
- -webkit-transform: rotate(-10deg);
- -o-transform: rotate(-10deg);
- transform: rotate(-10deg);
- border-radius: 10px;
- opacity: 0.7;
- white-space: nowrap;
- }
- .text-trans.success {
- color: #ffb433;
- border-color: #ffb433;
- }
- .text-trans.error {
- color: #d44950;
- border-color: #d44950;
- }
- .text-trans.warning {
- color: #7f64b5;
- border-color: #7f64b5;
- }
- .form-control {
- border-color: #e1e1e1;
- }
- .btn-default {
- border-color: #dcdcdc;
- }
- .btn-line {
- border-color: #fff;
- }
- .btn-circle {
- border-radius: 50%;
- }
- .btn-info.btn-line {
- background-color: #fff;
- color: #56a022;
- border-color: #56a022;
- }
- .btn-info.btn-line:hover{
- background-color: #56a022;
- color: #fff;
- border-color: #56a022;
- }
- /*dropdown*/
- .dropdown-menu {
- min-width: 100%;
- }
- .dropdown>.dropdown-toggle {
- border-style: solid;
- border-width: 0 1px;
- border-color: transparent;
- }
- .dropdown:hover>.dropdown-toggle {
- position: relative;
- background-color: #ffffff;
- border: 1px solid #eee;
- border-top: 0;
- border-bottom: 0;
- z-index: 1001;
- }
- .dropdown:hover>.dropdown-menu {
- display: block;
- position: absolute;
- border-color: #eee;
- webkit-box-shadow: none;
- box-shadow: none;
- margin-top: -1px;
- min-width: 100%;
- font-size: 12px;
- }
- .dropdown-submenu {
- position: relative;
- }
- .dropdown-submenu>.dropdown-menu {
- top: 0;
- left: 100%;
- margin-top: 0;
- -webkit-border-radius: 0 6px 6px 6px;
- -moz-border-radius: 0 6px 6px 6px;
- border-radius: 0 6px 6px 6px;
- }
- .dropdown-submenu:hover>.dropdown-toggle {
- position: relative;
- background-color: #ffffff;
- border-color: transparent;
- z-index: 1001;
- }
- .dropdown-submenu:hover>.dropdown-menu {
- display: block;
- min-width: 120px;
- font-size: 12px;
- }
- .dropup .dropdown-submenu>.dropdown-menu {
- top: auto;
- bottom: 0;
- margin-top: 0;
- margin-bottom: -2px;
- -webkit-border-radius: 5px 5px 5px 0;
- -moz-border-radius: 5px 5px 5px 0;
- border-radius: 5px 5px 5px 0;
- }
- .dropdown-submenu.pull-left {
- float: none;
- }
- .dropdown-submenu.pull-left>.dropdown-menu {
- left: -100%;
- margin-left: 10px;
- -webkit-border-radius: 6px 0 6px 6px;
- -moz-border-radius: 6px 0 6px 6px;
- border-radius: 6px 0 6px 6px;
- }
- .navbar {
- margin-bottom: 0;
- border-radius: 0;
- }
- .icon-left {
- margin-right: 5px;
- }
- /* top css stylesheet*/
- #top {
- background-color: #f5f5f5;
- height: 35px;
- line-height: 35px;
- z-index: 5;
- font: 12px/23px Tahoma, Arial, "\5B8B\4F53", sans-serif;
- color: #6c6c6c;
- }
- #top.navbar {
- min-height: 35px;
- border-bottom: 1px solid #eee;
- }
- #top ul>li>a {
- color: #6c6c6c;
- }
- #top .navbar-nav>li>a,#top .navbar-nav>li.brand {
- padding-top: 0;
- padding-bottom: 0;
- line-height: 35px;
- }
- #top ul.navbar-nav>li>a:hover,#top ul.navbar-nav>li>a:focus,#top ul.navbar-nav>li>a:hover *,#top ul.navbar-nav>li>a:focus *
- {
- color: #f40;
- }
- #top .dropdown .fa-angle-down {
- transition: transform .2s ease-in 0s;
- -webkit-transition: -webkit-transform .2s ease-in 0s;
- }
- #top .dropdown:hover .fa-angle-down {
- transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
- }
- #top .dropdown:hover>.dropdown-menu {
- margin-top: -1px;
- min-width: 100%;
- font-size: 12px;
- }
- #top .dropdown-menu ul>li>h4 {
- font-size: 100%;
- font-weight: 700;
- color: #404040;
- }
- #top .dropdown-menu .nav-pills>li+li {
- margin-left: 0;
- }
- #top .dropdown-menu .nav-pills>li>a {
- padding: 5px 10px;
- }
- #top .dropdown-menu .pills>div {
- border-right: 1px solid #eee;
- padding: 5px 15px;
- }
- #top .dropdown-menu .pills>div:last-child {
- border-right: none;
- }
- #top .dropdown-menu .pills ul>li {
- padding: 2px;
- }
- #top .dropdown-menu .pills ul>li>a {
- color: #3c3c3c;
- }
- #top .dropdown-menu .pills ul>li:hover a {
- color: white;
- text-decoration: none;
- }
- #top .dropdown-menu .pills>div>h4 {
- font-family: "Microsoft YaHei", "Hiragino Sans GB";
- font-weight: 700;
- font-size: 17px;
- }
- #top .dropdown-menu .pills>div:nth-child(1) h4 {
- color: #f50;
- }
- #top .dropdown-menu .pills>div:nth-child(2) h4 {
- color: #a0b959;
- }
- #top .dropdown-menu .pills>div:nth-child(3) h4 {
- color: #df61ab;
- }
- #top .dropdown-menu .pills>div:nth-child(4) h4 {
- color: #52a0e5;
- }
- #top .dropdown-menu .pills>div:nth-child(5) h4 {
- color: #52a015;
- }
- #top .dropdown-menu .pills>div:nth-child(6) h4 {
- color: #b68571;
- }
- #top .dropdown-menu .pills ul>li>a:hover {
- color: #fff;
- }
- #top .dropdown-menu .pills>div:nth-child(1) ul>li>a:hover {
- background-color: #f50
- }
- #top .dropdown-menu .pills>div:nth-child(2) ul>li>a:hover {
- background-color: #a0b959
- }
- #top .dropdown-menu .pills>div:nth-child(3) ul>li>a:hover {
- background-color: #df61ab
- }
- #top .dropdown-menu .pills>div:nth-child(4) ul>li>a:hover {
- background-color: #52a0e5
- }
- #top .dropdown-menu .pills>div:nth-child(5) ul>li>a:hover {
- background-color: #52a015
- }
- #top .dropdown-menu .pills>div:nth-child(6) ul>li>a:hover {
- background-color: #b68571
- }
- /* header css stylesheet*/
- #header {
- color: #ffffff;
- z-index: 4;
- }
- #header a {
- font-family: "\5fae\8f6f\96c5\9ed1", sans-serif;
- }
- #header .navbar-nav>li>a {
- color: #ffffff;
- font-size: 16px;
- font-weight: 500;
- }
- #header.navbar-inverse {
- position: relative;
- height: 57px;
- background-image: linear-gradient(180deg, #4392f7 0%, #366cf3 100%), linear-gradient( #0093e6, #0093e6);
- border: none;
- box-shadow: 0 0 10px #6f6f6f;
- }
- #header.navbar-inverse .navbar-brand {
- color: #ffffff;
- }
- #header.navbar-inverse .navbar-brand:hover,#header.navbar-inverse .navbar-brand:focus
- {
- color: #ffffff;
- background-color: transparent;
- }
- #header.navbar-inverse .navbar-text {
- font-size: 16px;
- color: #fff;
- }
- #header.navbar-inverse .navbar-text a{
- color: #fff;
- }
- #header.navbar-inverse .navbar-nav>li>a {
- padding: 15px 40px;
- height: 57px;
- line-height: 25px;
- color: #fff;
- border-bottom: 2px solid transparent;
- }
- #header.navbar-inverse .navbar-nav>li>a:hover,#header.navbar-inverse .navbar-nav>li>a:focus
- {
- border-bottom: 2px solid #fff;
- }
- #header.navbar-inverse .navbar-nav>.active>a,#header.navbar-inverse .navbar-nav>.active>a:hover,#header.navbar-inverse .navbar-nav>.active>a:focus
- {
- color: #fff;
- background: none;
- }
- #header.navbar-inverse .navbar-nav>.disabled>a,#header.navbar-inverse .navbar-nav>.disabled>a:hover,#header.navbar-inverse .navbar-nav>.disabled>a:focus
- {
- color: #444444;
- background-color: transparent;
- }
- #header.navbar-inverse .navbar-toggle {
- border-color: #333333;
- }
- #header.navbar-inverse .navbar-toggle:hover,#header.navbar-inverse .navbar-toggle:focus
- {
- background-color: #333333;
- }
- #header.navbar-inverse .navbar-toggle .icon-bar {
- background-color: #ffffff;
- }
- #header.navbar-inverse .navbar-collapse,#header.navbar-inverse .navbar-form
- {
- border-color: #101010;
- }
- #header.navbar-inverse .navbar-nav>.open>a,#header.navbar-inverse .navbar-nav>.open>a:hover,#header.navbar-inverse .navbar-nav>.open>a:focus
- {
- background-color: #56a022;
- color: #ffffff;
- }
- #header.navbar-inverse .navbar-link {
- color: #777777;
- }
- #header.navbar-inverse .navbar-link:hover {
- color: #ffffff;
- }
- #header.navbar-inverse .btn-link {
- color: #777777;
- }
- #header.navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link:focus
- {
- color: #ffffff;
- }
- #header.navbar-inverse .btn-link[disabled]:hover,#header fieldset[disabled] .navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link[disabled]:focus,#header fieldset[disabled] .navbar-inverse .btn-link:focus
- {
- color: #444444;
- }
- #header.navbar-inverse .dropdown-menu>li>a {
- font-size: 14px;
- }
- #header.navbar-inverse .dropdown-menu>li>a:hover {
- background-color: #56a022;
- color: #ffffff;
- }
- #header .navbar-header .navbar-brand {
- position: relative;
- background: url(../img/logo/logo01.png) no-repeat left center;
- width: 218px;
- margin: 0;
- padding: 0;
- line-height: 57px;
- height: 57px;
- }
- #header .navbar-header .navbar-brand a{
- float: left;
- display: inline-block;
- height: 57px;
- font-size: 16px;
- color: #fff;
- }
- #header .navbar-header .navbar-brand a:before{
- position: absolute;
- top: 16px;
- left: 105px;
- content: '';
- width: 2px;
- height: 28px;
- background-color: #fff;
- }
- #header .navbar-header .navbar-brand a:first-child{
- width: 56%;
- }
- #header .dropdown:hover>.dropdown-menu {
- margin-top: 0;
- }
- /*body*/
- .block {
- background-color: #fff;
- width: 100%;
- position: relative;
- }
- .body {
- width: 1170px;
- margin: 0 auto;
- /*padding: 15px;*/
- margin-top: 20px;
- }
- .body:before,.body:after {
- content: " ";
- display: table;
- clear: both;
- }
- .body .left-wrap {
- width: 218px;
- float: left;
- margin-right: 14px;
- background-color: #fff;
- border-right: 1px solid #ddd;
- }
- .body .right-wrap {
- width: 930px;
- float: right;
- font-size: 12px;
- }
- .body ul {
- margin-bottom: 0;
- }
- .icon-left {
- margin-left: 15px;
- margin-right: 10px;
- }
- .icon-right {
- float: right;
- color: #888;
- line-height: 1.6
- }
- .left-nav {
- /*margin-top: 10px;*/
- background-color: #ffffff;
- }
- .left-nav>ul>li {
- text-indent: 15px;
- }
- .left-nav>ul>li>a {
- display: block;
- padding-left:25px;
- clear: both;
- line-height: 40px;
- /*white-space: nowrap;*/
- font-size: 14px;
- border-bottom:1px dashed #e1e1e1;
- color:#666;
- }
- .left-nav>ul>li:hover,.left-nav>ul>li.active {
- background-color: #eee;
- }
- .left-nav>ul>li.active {
- text-decoration: none;
- background-color: #eee;
- }
- .left-nav>ul>li:hover *,.left-nav>ul>li.active * {
- color: #fff;
- text-decoration: none;
- background-color: #6f6f6f;
- }
- .nav-label {
- height: 50px;
- line-height: 50px;
- color: #333;
- font-weight:bold;
- cursor: pointer;
- font-size: 16px;
- padding:0 10px;
- border-bottom:1px dashed #e1e1e1;
- }
- /*.nav-label>i {*/
- /*position: absolute;*/
- /*left: 15px;*/
- /*top: 18px;*/
- /*width: 0;*/
- /*height: 0;*/
- /*border-color: transparent;*/
- /*border-style: solid;*/
- /*border-width: 5px 5px 0 5px;*/
- /*border-top-color: #9ea9c0;*/
- /*}*/
- .help-container,.contact-container,.new-container {
- padding: 15px 10px;
- font-size: 12px;
- min-height: 600px;
- }
- .icon-circle {
- width: 60px;
- height: 60px;
- line-height: 60px;
- text-align: center;
- margin: 5px auto;
- color: #3f84f6;
- font-size: 32px;
- border: 1px solid #eee;
- -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
- box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
- border-radius: 50%;
- background-color: #f3f3f4;
- display: block;
- }
- .icon-lg:hover{
- color: #fff;
- background-color: #3f84f6;
- cursor: pointer;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- a:hover .icon-circle {
- color: #fff;
- background-color: #3f84f6;
- cursor: pointer;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- a:hover span{
- text-decoration: underline;
- color: #333;
- }
- .icon-circle.icon-lg {
- width: 120px;
- height: 120px;
- line-height: 120px;
- font-size: 64px;
- margin: 15px 20%;
- }
- .headerline {
- font-size: 18px;
- font-family: Microsoft YaHei,SimHei,Verdana;
- font-weight: 500;
- line-height: 22px;
- margin: 25px 0;
- clear: both;
- zoom: 1;
- border-top: 1px solid #eee;
- position: relative;
- }
- .headerline .content {
- position: absolute;
- top: -12px;
- left: 0;
- line-height: 24px;
- padding: 0 15px 0 10px;
- background: #fff;
- z-index: 2;
- }
- .headerline .end {
- position: absolute;
- top: -12px;
- right: 0;
- line-height: 24px;
- padding-left: 15px;
- background: #fff;
- z-index: 2;
- }
- .headerdiv {
- height: 45px;
- line-height: 45px;
- margin: 15px 0;
- clear: both;
- zoom: 1;
- border-bottom: 1px solid #eee;
- position: relative;
- }
- .headerdiv .title {
- font-size: 16px;
- font-family: Microsoft YaHei,SimHei,Verdana;
- font-weight: 600;
- text-transform: uppercase;
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
- display: inline-block;
- }
- .simple-list {
- padding: 15px 20px;
- }
- .simple-list>li {
- clear: both;
- display: block;
- height: 36px;
- line-height: 36px;
- padding: 8px 10px 8px 15px;
- position: relative;
- }
- .simple-list a {
- color: #2a6496;
- }
- .simple-list>li:before {
- position: absolute;
- left: 0;
- top: 5px;
- content: "."
- }
- .self-list {
- padding: 0 20px;
- }
- .self-list>ul>li {
- float: left;
- margin-right: 47px;
- width: 90px;
- padding-bottom: 10px;
- padding-top: 31px;
- text-align: center;
- }
- .self-list>ul>li .title {
- display: block;
- padding-top: 10px;
- }
- .self-list>ul>li a {
- text-decoration: none;
- display: block;
- text-align: center;
- }
- .contact-container .inner {
- height: 500px;
- padding: 20px;
- }
- .contact-container .tel-tab {
- background: url("../img/bg/bg_serve_contact.png") no-repeat bottom center;
- background-color: #fff;
- }
- .contact-container .tel-tab .inner {
- padding: 60px;
- }
- .contact-container .tab-content {
- border: 1px solid #3f84f6;
- border-top: none;
- }
- .online-list {
- height: 260px;
- }
- .online-list .item {
- float: left;
- width: 212px;
- height: 212px;
- margin-right: 3px;
- position: relative;
- background: #e6e6e6;
- cursor: pointer;
- }
- .online-list .item .item-block {
- display: block;
- position: relative;
- width: 212px;
- height: 212px;
- margin: 0 auto;
- text-align: center;
- padding: 20px;
- background: #f6f6f6;
- -webkit-transition: all .3s ease;
- transition: all .3s ease;
- }
- .online-list .item:hover .item-block {
- margin-top: 10px;
- width: 190px;
- height: 190px;
- }
- .online-list .icon {
- display: block;
- margin-bottom: 20px;
- font-size: 60px;
- color: #3f84f6;
- }
- .online-list .title {
- font-size: 14px;
- font-weight: 500;
- }
- .online-list .help {
- color: #999;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .online-list .link {
- position: absolute;
- bottom: -10px;
- left: 50%;
- opacity: 0;
- width: 100px;
- margin-left: -50px;
- }
- .online-list .item:hover .link {
- bottom: 35px;
- opacity: 1;
- }
- .guide-container {
- -webkit-box-shadow: 0 0 7px 0 rgba(119, 119, 119, 0.2);
- box-shadow: 0 0 7px 0 rgba(119, 119, 119, 0.2);
- border-bottom: 1px solid #d9d9d9;
- }
- .new-link {
- position: relative;
- }
- .new-link .title {
- position: absolute;
- top: 5px;
- right: 15px;
- width: 20px;
- font-size: 18px;
- font-weight: 600;
- font-family: "KaiTi";
- text-transform: uppercase;
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
- }
- /*slide*/
- .slide {
- width: 930px;
- height: 695px;
- }
- .modify_slide{
- width: 930px;
- height: 430px;
- }
- .slide .carousel-inner .item {
- width: 930px;
- height: 695px;
- }
- .slide .carousel-inner .item img{
- margin: 0 auto;
- width:97%;
- }
- .slide .carousel-control {
- width: 50px;
- color: #ccc;
- }
- .slide .carousel-control:hover {
- color: #56a022;
- }
- .slide .carousel-control.left,.slide .carousel-control.right {
- background-image: none;
- }
- .slide .carousel-control:hover.left {
- background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.0001) 100%);
- background-image: -o-linear-gradient(left, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.0001) 100%);
- background-image: linear-gradient(to right, rgba(0,0,0,0.2) 0, rgba(0,0,0,0.0001) 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
- }
- .slide .carousel-control:hover.right {
- background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.2) 100%);
- background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.2) 100%);
- background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.2) 100%);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
- }
- .slide .carousel-indicators .active {
- background-color: #ff7300;
- }
- .slide .carousel-indicators li {
- width: 14px;
- height: 14px;
- margin: 1px;
- border-radius: 14px;
- background-color: rgba(0,0,0,0.3);
- }
- .slide .carousel-caption {
- bottom: 30px;
- }
- .modify_slide .carousel-caption {
- bottom: 1px;
- }
- /*footer*/
- #footer {
- color: #f1f1f1;
- background-color: #333333;
- margin-top: 20px;
- padding: 20px 0;
- font-size: 14px;
- }
- #footer a {
- color: #f1f1f1;
- }
- #footer ul {
- margin: 0;
- }
- #footer .list-inline>li:not(:last-child):after {
- margin-left: 15px;
- content: "|"
- }
- #footer .qrcode-text {
- padding: 32px 0 0 20px;
- font-size: 14px;
- }
- .back-home {
- width: 100px;
- height: 30px;
- display: inline-block;
- background: #05acd1;
- font-size: 14px;
- color: #fff;
- text-align: center;
- line-height: 30px;
- border-radius: 5px;
- float: right;
- bottom: 40px;
- position: relative;
- }
- #footer .col-sm-4 {
- margin-top: 30px;
- }
- #footer .col-sm-4 p {
- font-size: 14px;
- line-height: 25px;
- padding: 0;
- margin: 0;
- }
- /*loading*/
- .loading {
- display: none;
- position: absolute;
- width: 100%;
- height: 300px;
- top: 0;
- left: 0;
- }
- .loading.in {
- display: block;
- z-index: 99999;
- }
- .loading.in>i {
- position: absolute;
- top: 50%;
- left: 50%;
- margin: -33px 0 0 -33px;
- background: url("../img/all/loading.gif") no-repeat center center;
- width: 66px;
- height: 66px;
- }
- /*navtabs*/
- .nav-tabs {
- border-top: 1px solid #e2e2e2;
- }
- .nav-tabs>li {
- background: #f9f9f9;
- border-bottom: 1px solid #3f84f6;
- border-right: 1px solid #e2e2e2;
- }
- .nav-tabs>li:first-child {
- border-left: 1px solid #e2e2e2;
- }
- .nav-tabs>li>a,.nav-tabs.nav-justified>li>a {
- padding: 20px;
- border-radius: 0;
- border: none;
- font-size: 14px;
- }
- .nav-tabs>li>a:hover {
- background-color: transparent;
- color: #666;
- }
- .nav-tabs>li.active {
- border-bottom-color: #fff;
- border-top: 4px solid #3f84f6;
- border-left: 1px solid #3f84f6;
- border-right: 1px solid #3f84f6;
- }
- .nav-tabs>li.active>a {
- color: #444;
- font-weight: bold;
- }
- .nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
- color: #000;
- }
- .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus
- {
- border: none;
- cursor: pointer;
- }
- /*hover items*/
- .flip-item, .flip-item * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .flip-item.square {
- position: relative;
- width: 278px;
- height: 216px;
- margin: 0 auto;
- border: 8px solid #fff;
- box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
- overflow: hidden;
- -webkit-perspective: 900px;
- -moz-perspective: 900px;
- perspective: 900px;
- }
- .flip-item.square .display {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- text-align: center;
- background: #888;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- opacity: 1;
- }
- .flip-item.square.left_to_right .display {
- -webkit-transform: rotateY(0);
- -moz-transform: rotateY(0);
- -ms-transform: rotateY(0);
- -o-transform: rotateY(0);
- transform: rotateY(0);
- -webkit-transform-origin: 100% 50%;
- -moz-transform-origin: 100% 50%;
- -ms-transform-origin: 100% 50%;
- -o-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- }
- .flip-item.square .info {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- text-align: center;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- background: #1f7cd0;
- opacity: 0;
- -webkit-transition: all 0.35s ease-in-out 0.3s;
- -moz-transition: all 0.35s ease-in-out 0.3s;
- transition: all 0.35s ease-in-out 0.3s;
- }
- .flip-item.square.left_to_right .info {
- -webkit-transform: rotateY(90deg);
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -o-transform: rotateY(90deg);
- transform: rotateY(90deg);
- -webkit-transform-origin: 0% 50%;
- -moz-transform-origin: 0% 50%;
- -ms-transform-origin: 0% 50%;
- -o-transform-origin: 0% 50%;
- transform-origin: 0% 50%;
- }
- .flip-item.square .display h3 {
- position: absolute;
- bottom: 10px;
- left: 0;
- width: 100%;
- font-family: "KaiTi";
- color: #fff;
- }
- .flip-item.square .display .btn-circle {
- width: 120px;
- height: 120px;
- color: #fff;
- font-size: 68px;
- margin-top: 20px;
- }
- .flip-item.square .info h3 {
- text-transform: uppercase;
- color: #fff;
- text-align: center;
- font-size: 17px;
- padding: 10px;
- background: #666;
- margin: 30px 0 0 0;
- }
- .flip-item.square .info p {
- font-size: 12px;
- padding: 15px;
- }
- .flip-item.square .info a {
- color: #eee;
- margin-top: 15px;
- }
- .flip-item.square .info a:hover {
- color: #f73;
- }
- .flip-item.square:hover .display {
- opacity: 0;
- }
- .flip-item.square:hover .info {
- opacity: .9;
- }
- .flip-item.square.left_to_right:hover .display {
- -webkit-transform: rotateY(-90deg);
- -moz-transform: rotateY(-90deg);
- -ms-transform: rotateY(-90deg);
- -o-transform: rotateY(-90deg);
- transform: rotateY(-90deg);
- }
- .flip-item.square.left_to_right:hover .info {
- -webkit-transform: rotateY(0);
- -moz-transform: rotateY(0);
- -ms-transform: rotateY(0);
- -o-transform: rotateY(0);
- transform: rotateY(0);
- }
- .flip-item.square.right_to_left .display {
- -webkit-transform: rotateY(0);
- -moz-transform: rotateY(0);
- -ms-transform: rotateY(0);
- -o-transform: rotateY(0);
- transform: rotateY(0);
- -webkit-transform-origin: 0% 50%;
- -moz-transform-origin: 0% 50%;
- -ms-transform-origin: 0% 50%;
- -o-transform-origin: 0% 50%;
- transform-origin: 0% 50%;
- }
- .flip-item.square.right_to_left .info {
- -webkit-transform: rotateY(-90deg);
- -moz-transform: rotateY(-90deg);
- -ms-transform: rotateY(-90deg);
- -o-transform: rotateY(-90deg);
- transform: rotateY(-90deg);
- -webkit-transform-origin: 100% 50%;
- -moz-transform-origin: 100% 50%;
- -ms-transform-origin: 100% 50%;
- -o-transform-origin: 100% 50%;
- transform-origin: 100% 50%;
- }
- .flip-item.square.right_to_left:hover .display {
- -webkit-transform: rotateY(90deg);
- -moz-transform: rotateY(90deg);
- -ms-transform: rotateY(90deg);
- -o-transform: rotateY(90deg);
- transform: rotateY(90deg);
- }
- .flip-item.square.right_to_left:hover .info {
- -webkit-transform: rotateY(0);
- -moz-transform: rotateY(0);
- -ms-transform: rotateY(0);
- -o-transform: rotateY(0);
- transform: rotateY(0);
- }
- .flip-item.square.top_to_bottom .display {
- -webkit-transform: rotateX(0);
- -moz-transform: rotateX(0);
- -ms-transform: rotateX(0);
- -o-transform: rotateX(0);
- transform: rotateX(0);
- -webkit-transform-origin: 50% 100%;
- -moz-transform-origin: 50% 100%;
- -ms-transform-origin: 50% 100%;
- -o-transform-origin: 50% 100%;
- transform-origin: 50% 100%;
- }
- .flip-item.square.top_to_bottom .info {
- -webkit-transform: rotateX(-90deg);
- -moz-transform: rotateX(-90deg);
- -ms-transform: rotateX(-90deg);
- -o-transform: rotateX(-90deg);
- transform: rotateX(-90deg);
- -webkit-transform-origin: 50% 0;
- -moz-transform-origin: 50% 0;
- -ms-transform-origin: 50% 0;
- -o-transform-origin: 50% 0;
- transform-origin: 50% 0;
- }
- .flip-item.square.top_to_bottom:hover .display {
- -webkit-transform: rotateX(90deg);
- -moz-transform: rotateX(90deg);
- -ms-transform: rotateX(90deg);
- -o-transform: rotateX(90deg);
- transform: rotateX(90deg);
- }
- .flip-item.square.top_to_bottom:hover .info {
- -webkit-transform: rotateX(0);
- -moz-transform: rotateX(0);
- -ms-transform: rotateX(0);
- -o-transform: rotateX(0);
- transform: rotateX(0);
- }
- .modifyType-info{
- font-size:15px;
- padding:15px 0 15px 0px;
- margin-left:10px;
- }
- .notice-info {
- position: absolute;
- top: 40px;
- left: 0;
- right: 0;
- bottom: 0;
- font-size:20px;
- font-family:"Times New Roman",Georgia,Serif;
- background: url("../img/all/info.png") no-repeat;
- background-color: #fff;
- padding: 160px 120px;
- }
- .type-info {
- font-size: 14px;
- line-height: 25px;
- margin: 30px 15px 15px 35px;
- }
- .search-success {
- font-size: 20px;
- margin: 15px 0 10px 0;
- color: rgb(124, 119, 155);
- }
- .search-info {
- font-size: 15px;
- color: black;
- <!-- margin: 0 0 0 20px; -->
- }
- #log_content {
- font-size: 15px;
- text-align: center;
- width: 380px;
- height: 550px;
- background: rgb(247, 214, 246);
- position: absolute;
- top: 50px;
- right: 60px;
- }
- label {
- color: green;
- padding-left: 20px;
- padding-right: 25px;
- }
- .account-error {
- font-size: 15px;
- color: black;
- margin: 60px 0 0 60px;
- }
- #account_row {
- font-size: 12px;
- text-align: center;
- position: relative;
- top: 20px;
- left: 32px;
- }
- /*公共详情*/
- #pub-com_head {
- padding: 0;
- width: 100%;
- height: 50px;
- line-height: 50px;
- background: #3f84f6!important;
- border-radius: 5px 5px 0 0 ;
- }
- #pub-com_head span{
- margin-left: 10px;
- color: #fff;
- font-size: 18px;
- }
- #pub-com_head .p-right{
- float: right;
- }
- #pub-com_head .p-right a{
- color: #fff !important ;
- font-size: 14px;
- margin-right: 20px;
- }
- #pub-com_head .p-right a img{
- margin-right: 3px;
- }
- #pub-com_head .p-right a:hover{
- text-decoration: underline;
- }
- /*分页样式统一调整*/
- .ng-table-pager{
- height: auto;
- padding: 25px 0;
- background: #fff;
- }
- .ng-table-pager .pagination{
- height: 40px;
- margin-top: 10px;
- }
- .ng-table-pager .btn-default.active,.ng-table-pager .btn-default:hover,.ng-table-pager .pagination>.disabled>a,.ng-table-pager .pagination>li>a:hover{
- color: #fff;
- background-color: #3f84f6;
- border-color: #3f84f6;
- }
- .ng-table-pager .pagination>.disabled>a{
- box-shadow: none;
- }
- .ng-table-pager .pagination>li>a, .ng-table-pager .pagination>li>span{
- font-size: 12px;
- color: #333;
- padding: 5px 10px;
- }
- .ng-table-pager .pagination>li:first-child.disabled>a,.ng-table-pager .pagination>li:nth-last-child(2).disabled>a{
- color: #333;
- background-color: #fff;
- border: 1px solid #ddd;
- }
- .ng-table-pager .pagination>li:first-child a{
- border-bottom-left-radius: 20px;
- border-top-left-radius: 20px;
- }
- .ng-table-pager .pagination>li:nth-last-child(2) a{
- border-bottom-right-radius: 20px;
- border-top-right-radius: 20px;
- }
- .ng-table-pager .pagination>li.disabled>a[ng-switch-when="more"]{
- color: #333;
- background-color: #fff;
- border: 1px solid #ddd;
- }
- .ng-table-pager .pagination>li .page-record span input {
- width: 25px;
- height: 25px;
- border: #b8b8b8 1px solid;
- margin: 0 5px;
- text-align: center;
- }
- .pagination>li {
- display: inline-flex;
- }
- .ng-table-pager .pagination>li .page-record span button {
- width: 48px;
- height: 26px;
- text-align: center;
- color: #fff;
- background: #3f84f6;
- border: 0;
- border-radius: 5px;
- margin: 0 5px;
- }
- @keyframes spin {
- 0% { transform: rotate(360deg); }
- 100% { transform: rotate(0deg); }
- }
- .loading>.wrap { width: 64px; height: 64px; position: absolute;left: 50%;top:50%;margin-left:-32px;margin-top: -32px; }
- .outer {
- background-repeat: no-repeat;
- background-size:100%; position: absolute; width: 100%; height: 100%; background-image: url("../img/all/loading.png"); animation: spin 800ms infinite linear; }
|