
/*特殊字体引入 start */
@font-face {
    font-family: Oswald-Medium;
    src: url('fonts/Oswald-Medium.ttf');
}
@font-face {
    font-family: TTTGBMedium;
    src: url('fonts/TTTGB-Medium.ttf'),
         url('fonts/TTTGB-Medium.otf');
}
/*特殊字体引入 end */
/*common start 公共声明文件 */
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}
ol, ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle
}
caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}
a img {
    border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}
audio, canvas, video {
    display: inline-block;
    *display:inline;
    *zoom:1
}
[hidden], audio:not([controls]) {
    display:none
}
*, :after, :before {
    box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit
}
input, textarea {
    -webkit-appearance: none;
    border-radius: 0
}
body, html {
    height: 100%
}

.warpper {
    
    
}
.zaxx{
    
    height: 100%;
    background: url(../images/bg.png) top center no-repeat;
    background-size: 100% 100%;
}
.footer, .footer-tiny {
    flex-shrink: 0
}
body {
    background-color: #73C8FF;
    min-width: 1024px;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size:.7rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-break: break-all
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI Light", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}
.ico-font{
    font-family: "iconfontCSDSJ" !important;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.container {
    *zoom:1;
    width: 72rem;
    margin-left: auto;
    margin-right: auto;
    min-width:1024px;
    position: relative;
}
.container:after, .container:before {
    display: table;
    content: ""
}
.container:after {
    clear: both
}
.statistics {
    *zoom:1;
    width: 60rem;
    margin-left: auto;
    margin-right: auto
}
.statistics:after, .statistics:before {
    display: table;
    content: ""
}
.statistics:after {
    clear: both
}
.main {
    position: relative;
    margin-top: .9rem;
    margin-bottom: 3.86rem
}
@media screen and (max-width:767px) {
    .main {
        margin-top: 1rem;
        margin-bottom: 2.5rem
    }
}
.main>.container:first-child>div:first-child {
    margin-top: 0
}
.main>.container:last-child>div:last-child {
    margin-bottom: 0
}
.main>.filter-panel:first-child {
    margin-top: -1.9rem
}
a {
    color: #226FC3;
    text-decoration: none
}
a:hover {
    color: #226FC3;
    cursor: pointer
}
a:active, a:focus {
    outline: 0
}
a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent
}
input {
    outline: 0
}
.fl {
    float: left
}
.fr {
    float: right
}
.link-underline {
    color: #226FC3;
    font-weight: 700;
    text-decoration: underline
}
.link-underline:hover {
    color: #226FC3;
    text-decoration: none
}
::-ms-clear {
    display:none
}

/* common end 公共声明文件 */
.header-box { width:100%; position:fixed; z-index:999;}
.header {
    line-height: 1;
    color: #4B5D6C;
    font-size: .8rem;
    /*background-color:#FFF;*/
    background-image: url(../images/banner.png);
}

.header-tiny .header-main {
    height: 3rem;
    float:left;
}
.header-tiny .header-aside {
    margin-top: 1.15rem
}

.header-logo {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2rem;
    display: inline-block;
    margin-right: .5rem
}
.header-logo a {
    display: block;
    height: 3rem;
    text-decoration: none;
    background: url(../images/logo1.png) no-repeat left center transparent;
    font-family:TTTGBMedium;
}
.header-logo a span { float:left; margin:0px 0 0 30px; font-size:20.5px; line-height:3rem; /*color: #1D1F24;*/color: #FFFFFF;}

.header-aside {
    margin-top: 1.1rem;
    float: right;
    list-style: none;
    line-height: 1;
    font-size: .75rem;
}
.header-aside li {
    float: left;
    padding:0 .75rem;
    border-left: 1px solid #E8E8E8 !important;
}
.header-aside li a {
    color: #1D1F24;
    text-decoration: none;
    display: inline-block;
    font-style: initial;
    position: relative;
}

.header-aside li.cs-login-btn a{
    color: #226FC3;
}
.header-aside li a:hover { color:#226FC3;}
.header-aside li:last-child {
    padding-right: 0;
    /*border-right: none*/
}
.header-aside li:first-child {
    border-left: none !important;
}
.header-aside .avatar {
    height:.86rem;
    vertical-align: middle;
}
.header-aside .avatar img {
    max-height: 1.29rem;
    vertical-align: middle;
    margin-right: .5em;
    float: left;
    margin-top: -.3rem;
}
.size-notices{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .32rem;
    width: .86rem;
    height: .86rem;
    color: #1D1F24;
    font-size: .86rem;
    cursor:pointer;
    vertical-align: middle;
}
.size-notices i:hover  { color:#226FC3;}
.size-notices:before{
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 99;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background-color: #D94242;
}
.header-aside .dropdown-toggle {
    font-size: .75rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
}
.header-aside .dropdown-menu {
    left: auto;
    right: 0;
    top: 1.6rem;
    padding: .43rem 0;
    width: 7rem;
    border-radius: 4px;
}
.header-aside .dropdown-menu li {
    border: none;
    padding: 0;
    width: 100%;
}
.header-aside .dropdown-menu li a {
    width: 100%;
    padding: 0 .8rem;
    color: #1D1F24;
}
.header-aside .dropdown-menu>li>a:focus, .header-aside .dropdown-menu>li>a:hover {
    background-color:#E8F0F9;
    color: #226FC3;
}
.head-box{
    display: inline-block;
    vertical-align: middle;
    width: 1.18rem;
    height: 1.18rem;
    border-radius: .59rem;
    overflow: hidden;
    margin-top: -.1rem;
    vertical-align:middle;
}

.head-pic{
    font-family: "iconfontCSDSJ" !important;
    display: block;
    width: 1.18rem;
    height: 1.18rem;
    font-size: 1.18rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
.header-nav {
    height: 3rem;
    border-bottom:solid 1px rgba(255, 255, 255, 0.1);
    background-color:#FFF;
    box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.menu-box{
      float: left;
      height: 3rem;
      line-height: 3rem;
      margin: 0px 40px;
}
.menu-box a{
     display: inline-block;
     color: #FFFFFF;

}
.menu-box a .ico-home{
    width: 16px;
    height: 16px;
    background:url("../images/icon-home.png"); 
    display: inline-block;
     margin: -3px 8px;
    
}

/*下拉悬浮窗*/
.dropdown, .dropup {
    display: inline-block;
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-toggle {
    border: none;
    font-size:.8rem;
    line-height: 1;
    background: 0 0;
    color:#0A1822;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 5rem;
    padding:.6rem 0;
    margin:.1rem 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    box-shadow:0 .1rem .75rem 0 rgba(13,28,40,.1);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu>li>a {
    position: relative;
    display: block;
    clear: both;
    line-height: 2.14rem;
    white-space: nowrap;
    font-size:.7rem;
    padding: 0 1.25rem;
    color: #707274;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #F0F3F5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    text-decoration: none;
    outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #ccc
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: pointer
}
.open>.dropdown-toggle>.caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding:.15rem 1rem;
    font-size: 12px;
    line-height: 2.5rem;
    color: #000;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom:.2rem dashed;
    border-bottom:.2rem solid\9;
    content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom:.1rem
}


.caret-help { float:right; font-weight:normal; color:#707274;}



/* layout  start 布局 */
.cs-row {
    *zoom:1;
    position: relative
}
.cs-row:after, .cs-row:before {
    display: table;
    content: ""
}
.cs-row:after {
    clear: both
}
.cs-row-gutter-24 {
    margin-left:-12px;
    margin-right:-12px
}
.cs-row-gutter-24 .cs-col {
    padding-left:24px;
    padding-right:24px
}
.cs-col-4 {
    float: left;
    box-sizing: border-box;
    width: 25%
}

.platformservices-title { margin:3.6rem 0 !important;}
.platformservices-img {
    background: url("../images/banner/banner-platformservices.png") #0B2021 left no-repeat;
    background-size: cover;
}

.platformservices { }
.platformservices ul { display:block; margin-top: 1.96rem;}
.platformservices-list li { display:inline-block; margin-bottom:1.2rem;}
.platformservices-list li b { display: block;}
.platformservices-list a { display:block; padding:0 40px; height:278px;  border-radius:8px; box-shadow:0 4px 16px 0 rgba(33,62,83,.12); color:#1D1F24; text-align:center; }
.platformservices-list a:hover { background-image:linear-gradient(90deg, #226FC3 0%, #4293EC 100%);}
.platformservices-list i { display:inline-block;  font-size:22px; margin:50px auto 27px auto; }
.platformservices-list b { font-size:24px; font-weight:bold; line-height:33px; color:#fff; margin-bottom:8px;}
.platformservices-list p {font-size:16px; line-height:22px; display:block; color:#919EAB;}
.platformservices-list .icon_houses { width:72px; height:72px; background:url("../images/ico-fwxx.png") no-repeat}
.platformservices-list .icon_resident { width:72px; height:72px; background:url("../images/icon-jzxx.png") no-repeat}
.platformservices-list .icon_unit {width:72px; height:72px; background:url("../images/icon-cyxx.png") no-repeat}
.platformservices-list .icon_practitioners {width:72px; height:72px; background:url("../images/icon-dwxx.png") no-repeat}
.platformservices-list .gsd-icon-job1 {width:88px; height:88px; background-image:url("../images/gsd-icon-job1.svg")}
.platformservices-list .gsd-icon-job2 {width:88px; height:88px; background-image:url("../images/gsd-icon-job2.svg")}
.platformservices-list .gsd-icon-job3 {width:88px; height:88px; background-image:url("../images/gsd-icon-job3.svg")}
.platformservices-list .gsd-icon-job4 {width:88px; height:88px; background-image:url("../images/gsd-icon-job4.svg")}
.platformservices-list .gsd-icon-job5 {width:88px; height:88px; background-image:url("../images/gsd-icon-job5.svg")}
.platformservices-list .gsd-icon-job6 {width:88px; height:88px; background-image:url("../images/gsd-icon-job6.svg")}
.platformservices-list .gsd-icon-job7 {width:88px; height:88px; background-image:url("../images/gsd-icon-job7.svg")}
.platformservices-list span { display:inline-block;  border:solid 1px #FFF; border-radius:4px; font-size:14px; line-height:22px; color:#FFF; padding:7px 16px; }
.platformservices-list a span { display:none;}
.platformservices-list a:hover span { display:inline-block; margin-top:53px;}
.platformservices-list a:hover i { display:none;}
.platformservices-list a:hover b { display: inline-block; color:#fff; margin:56px auto 24px auto; }
.platformservices-list a:hover p { color:#fff;}

.platformservices-list li .houses{
    background-color:#E79C37;
}
.platformservices-list li .resident{
    background-color:#57B5F0;
}
.platformservices-list li .unit{
    background-color:#E17F86;
}
.platformservices-list li .practitioners{
    background-color:#8DD493;
}

.tip{
	padding: 0 0 0 20%;
    font-size: 20px;
    line-height: 34px;
	color: #FFF;
	
}
.tip-title{
	font-size: 26px;
}
