@charset "utf-8";

.ad-slide,
body {
    min-width: 1170px
}

body {
    background-color: #f6f6f6
}

.main-wrapper {
    padding: 0;
    height: auto;
    overflow: hidden
}

.layout {
    width: 1170px
}

.bg-white {
    background-color: #fff
}

.line-dashed {
    border-bottom: 1px dashed #e6e6e6
}

.header-common-cks-bar {
    height: 80px;
    background-color: #fff;
    width: 100%;
    min-width: 1170px;
    box-shadow: 1px 1px 4px rgba(189, 189, 189, .4);
    position: relative;
    z-index: 11
}

.header-common-cks-bar .layout {
    width: 1170px;
    margin: 0 auto;
    position: relative
}

.header-common-cks-bar .home-logo {
    width: 300px;
    height: 80px;
    display: inline-block;
    float: left;
    background: url(images/logo-ckb.png) left center no-repeat
}

.header-common-cks-bar .header-nav {
    float: right;
    margin-right: 78px;
    height: 38px;
    position: relative;
    padding-top: 30px
}

.header-common-cks-bar .header-nav a {
    float: left;
    display: block;
    position: relative;
    margin-left: 32px;
    padding: 0 20px;
    height: 40px;
    line-height: 22px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    vertical-align: top
}

.header-common-cks-bar .header-nav a i {
    width: 0;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #ff8400;
    position: absolute;
    top: 40px;
    left: 0;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s
}

.header-common-cks-bar .header-nav a.active,
.header-common-cks-bar .header-nav a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ccc
}

.header-common-cks-bar .header-nav a.active i,
.header-common-cks-bar .header-nav a:hover i {
    width: 100%
}

.footer-cks {
    width: 100%;
    height: 220px;
    background: #333
}

.footer-cks .logo {
    margin-top: 42px;
    height: 81px;
    background: url(images/logo-ckb-gray.png) left top no-repeat
}

.footer-cks .info {
    margin-top: 18px;
    width: 450px;
    height: 68px
}

.footer-cks .info span,
.footer-cks .info span a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #f5f5f5;
    text-decoration: none
}

.footer-cks .code {
    margin-top: 60px;
    height: 118px
}

.footer-cks .code li {
    float: left;
    margin-left: 30px;
    width: 89px
}

.footer-cks .code .pic {
    display: block;
    width: 89px;
    height: 89px
}

.footer-cks .code .txt {
    display: block;
    margin-top: 10px;
    width: 89px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #666
}

.ad-slide,
.ad-slide .imgList {
    width: 100%
}

.footer-cks.home {
    background-color: #fff
}

.footer-cks.home .logo {
    background: url(images/logo-ckb.png) left top no-repeat
}

.footer-cks.home .info span,
.footer-cks.home .info span a {
    color: #333
}

.ad-slide {
    overflow: hidden;
    position: relative
}

.ad-slide .imgList li {
    float: left;
    width: 100%;
    height: 838px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -960px
}

.ad-slide .btn-join {
    width: 286px;
    height: 181px;
    background: url(images/btn-banner-home.png) no-repeat;
    position: absolute;
    z-index: 99;
    top: 448px;
    left: 50%;
    margin-left: -143px
}

.home-title {
    margin: 0 auto;
    padding: 74px 0;
    height: 110px;
    overflow: hidden
}

.home-title.title-01 {
    background: url(images/home-title-01.png) center center no-repeat
}

.home-title.title-02 {
    background: url(images/home-title-02.png) center center no-repeat #000
}

.home-title.title-03 {
    background: url(images/home-title-03.png) center center no-repeat
}

.home-title.title-04 {
    background: url(images/home-title-04.png) center center no-repeat
}

.home-title.title-05 {
    background: url(images/home-title-05.png) center center no-repeat
}

.home-title.title-06 {
    background: url(images/home-title-06.png) center center no-repeat
}

.cy-space {
    width: 1200px;
    text-align: center;
    padding-bottom: 78px
}

.cy-space ul {
    height: 466px
}

.cy-space li {
    float: left;
    margin: 70px 16px 0;
    width: 368px;
    height: 396px;
    line-height: 396px;
    position: relative;
    cursor: pointer;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.cy-space li .pic {
    display: block;
    padding: 6px;
    width: 356px;
    height: 356px;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(189, 189, 189, .4)
}

.cy-space li .title {
    display: block;
    width: 263px;
    height: 55px;
    line-height: 55px;
    background: url(images/pic-space-t.png) center center no-repeat;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    margin-left: -132px;
    text-align: center
}

.cy-space li:hover {
    transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px)
}

.cy-space li:hover .pic {
    box-shadow: 0 0 20px 10px rgba(189, 189, 189, .4)
}

.cy-space .btn-more {
    display: inline-block;
    margin-top: 70px;
    width: 260px;
    height: 42px;
    border: 1px solid #ccc;
    background: url(images/ico-more.png) center center no-repeat
}

.cy-dynamic {
    padding-top: 40px;
    height: 879px;
    background: url(images/pic-dynamic.jpg) center top no-repeat
}

.cy-dynamic .news-l {
    float: left;
    width: 540px
}

.cy-dynamic .news-l .pic {
    width: 538px;
    height: 314px;
    border: 1px solid #eee
}

.cy-dynamic .news-l .pic img {
    display: block;
    width: 538px;
    height: 314px
}

.cy-dynamic .news-l .title {
    margin: 15px 0 17px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 24px;
    color: #fff
}

.cy-dynamic .news-l .title .time {
    float: right;
    font-size: 14px;
    color: #ccc
}

.cy-dynamic .news-l .btn-view {
    float: left;
    width: 166px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center
}

.cy-dynamic .news-l .btn-more {
    float: right;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: underline
}

.cy-dynamic .news-r {
    float: right;
    width: 598px
}

.cy-dynamic .news-r li {
    margin-bottom: 38px
}

.cy-dynamic .news-r li a {
    display: block;
    width: 598px;
    height: 112px;
    background-color: #f9f9f9;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.cy-dynamic .news-r li .date {
    float: left;
    width: 112px;
    height: 112px;
    background-color: #efefef;
    text-align: center;
    color: #333
}

.cy-dynamic .news-r li .date span {
    display: block;
    line-height: 24px;
    font-size: 16px
}

.cy-dynamic .news-r li .date .day {
    margin-top: 15px;
    height: 60px;
    line-height: 60px;
    font-size: 58px
}

.cy-dynamic .news-r li .info {
    padding: 0 12px 0 124px;
    height: 112px
}

.cy-dynamic .news-r li .info span {
    display: block
}

.cy-dynamic .news-r li .info .title {
    padding-top: 12px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    color: #333;
    font-size: 18px
}

.cy-dynamic .news-r li .info .details {
    padding-top: 3px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
    font-size: 14px
}

.cy-dynamic .news-r .btn-more {
    float: right;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: underline
}

.cy-dynamic .news-r li a:hover {
    background-color: #f5f5f5;
    transform: translate(1px, 0);
    -webkit-transform: translate(1px, 0);
    -moz-transform: translate(1px, 0);
    -o-transform: translate(1px, 0);
    -ms-transform: translate(1px, 0);
    box-shadow: 1px 1px 5px rgba(189, 189, 189, .4)
}

.cy-dynamic .news-r li a:hover .date {
    background-color: #ff8400;
    color: #fff
}

.cy-community {
    position: relative;
    padding-bottom: 40px;
    height: 920px
}

.cy-community .pic {
    position: absolute;
    z-index: 10;
    top: 215px;
    width: 1920px;
    height: 700px;
    background: url(images/pic-community.jpg) center center no-repeat
}

.cy-service {
    padding-top: 40px;
    padding-bottom: 225px;
    width: 1260px
}

.cy-service .pic {
    margin-top: 115px;
    width: 1260px;
    height: 280px
}

.cy-service .pic a {
    float: left;
    display: inline-block;
    width: 420px;
    height: 280px;
    text-decoration: none;
    background: url(images/pic-service.png) no-repeat;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    text-align: center;
    color: #fff;
    line-height: 36px
}

.cy-service .pic a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    cursor: default
}

.cy-service .pic a.s-01 {
    background-position: 0 0
}

.cy-service .pic a.s-02 {
    background-position: -420px 0
}

.cy-service .pic a.s-03 {
    background-position: -840px 0
}

.cy-service .pic a h1 {
    margin-top: 161px;
    font-size: 24px;
    font-weight: 400
}

.cy-service .pic a span {
    margin-top: 13px;
    display: block;
    font-size: 14px
}

.cy-case {
    margin: 0 auto;
    width: 1200px;
    height: 885px
}

.cy-case ul {
    margin-top: 55px
}

.cy-case li {
    float: left;
    margin: 23px 52px;
    width: 196px;
    height: 165px
}

.cy-case li .pic {
    width: 194px;
    height: 108px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 16px 4px rgba(189, 189, 189, .2)
}

.cy-case li .pic img {
    display: block
}

.cy-case li .info {
    margin-top: 20px;
    width: 194px;
    height: 26px;
    line-height: 26px
}

.cy-case li .info>span {
    display: inline-block;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden
}

.cy-case li .info .txt-01 {
    margin-left: 35px;
    width: 65px;
    color: #000
}

.cy-case li .info .txt-02 {
    width: 90px;
    color: #f63
}

.cy-financing {
    padding-top: 70px;
    height: 850px;
    background: url(images/pic-financing.jpg) center top no-repeat
}

.cy-financing .pic {
    margin: 35px auto;
    height: 274px;
    background: url(images/pic-financing-logo.png) center top no-repeat
}

.space {
    padding-bottom: 95px
}

.space .banner {
    width: 100%;
    height: 157px;
    overflow: hidden;
    background: url(images/banner-space.jpg) center center no-repeat
}

.space .banner .txt {
    margin-top: 42px;
    line-height: 35px;
    color: #fff;
    font-size: 18px
}

.space .bases {
    float: left;
    width: 1200px
}

.space .base {
    height: auto;
    overflow: hidden
}

.space .base .title {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.space .base .title .txt {
    display: inline-block;
    padding-top: 30px;
    height: 35px;
    line-height: 24px;
    font-size: 18px;
    border-bottom: 1px solid #ff8400;
    position: absolute;
    z-index: 10
}

.space .cities,
.space .main-wrapper {
    position: relative
}

.space .base .title .txt i {
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 24px;
    background: url(images/ico-position.png) -1px 0 no-repeat;
    vertical-align: top
}

.space .base li {
    float: left;
    margin-top: 24px;
    width: 47%;
    /* line-height: 550px */
}

.space .base li a {
    display: block;
    width: 100%;
    /* height: 550px; */
    overflow: hidden;
    background-color: #fff
}

.mr-30 {
    margin: 0 15px;
}

.space .base .pic,
.space .base .pic img {
    display: block;
    width: 100%;
    /* height: 332px */
}

.space .base .info {
    padding: 12px;
    height: auto;
    overflow: hidden
}

.space .base .info .line {
    height: 72px;
    border-bottom: 1px solid #e6e6e6
}

.space .base .info .line h1 {
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    overflow: hidden;
    font-size: 18px;
    color: #272727
}

.space .base .info .line .address {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #666;
    font-size: 14px
}

.space .base .info .price {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #666
}

.space .cities {
    float: right;
    width: 100px
}

.space .cities .fixed,
.space .cities .fixed-2 {
    position: fixed;
    top: 325px;
    right: 50%;
    margin-right: -590px
}

.space .cities .fixed-2 {
    top: 25px
}

.space .cities a {
    display: block;
    padding-left: 30px;
    width: 65px;
    height: 18px;
    line-height: 18px;
    background: url(images/ico-dot.png) no-repeat;
    color: #666;
    font-size: 12px;
    text-decoration: none
}

.space-details .intro,
.space-details .others .bg-white,
.space-details>.title {
    background-color: #fff
}

.space .cities a.active,
.space .cities a:hover {
    background-position: 0 -30px
}

.space .cities .line {
    display: block;
    width: 8px;
    height: 15px;
    border-right: 2px solid #cdcdcd
}

.space-details>.title {
    padding-top: 42px;
    width: 100%;
    height: 106px;
    line-height: 34px;
    text-align: center
}

.space-details>.title h1 {
    font-weight: 400;
    color: #000;
    font-size: 24px
}

.space-details>.title span {
    display: block;
    color: #666;
    font-size: 14px
}

.space-details .layout {
    margin: 15px auto 90px
}

.space-details .intro {
    float: left;
    padding: 20px 20px 30px;
    width: 790px
}

.space-details .intro .title {
    margin-bottom: 8px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #000
}

.space-details .intro p {
    line-height: 24px;
    margin-bottom: 25px
}

.space-details .intro .pic {
    text-align: center
}

.space-details .intro .pic img {
    display: inline-block;
    width: 480px;
    height: 360px
}

.space-details .intro .pic h2 {
    height: 95px;
    line-height: 80px;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    text-align: center
}

.space-details .others {
    float: right;
    width: 320px
}

.space-details .others .title {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333
}

.space-details .others .container {
    padding: 0 10px 20px;
    height: auto;
    overflow: hidden
}

.space-details .others .container li {
    padding-top: 18px
}

.space-details .contact-us .tel {
    float: right;
    font-size: 12px;
    color: #666
}

.space-details .contact-us .tel i {
    display: inline-block;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    background: url(images/icons.png) 0 -50px no-repeat;
    vertical-align: middle
}

.space-details .contact-us .favicon {
    float: left;
    margin-right: 16px;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border-radius: 50%
}

.space-details .contact-us .favicon img {
    display: block;
    width: 78px;
    height: 78px
}

.space-details .contact-us .info {
    height: 78px;
    overflow: hidden
}

.space-details .contact-us .info span {
    display: block;
    width: 205px;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px
}

.space-details .contact-us .info .name {
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px
}

.space-details .contact-us .enter {
    margin-top: 25px;
    padding: 2px 0;
    width: 300px;
    height: 161px;
    background-color: #f6f6f6;
    position: relative;
    text-align: center
}

.space-details .contact-us .enter .price {
    height: 49px;
    line-height: 48px;
    overflow: hidden;
    color: #333;
    text-align: center
}

.space-details .contact-us .enter .line {
    width: 220px;
    height: 48px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 50%;
    margin-left: -110px
}

.space-details .contact-us .enter a {
    margin-top: 5px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.space-details .activity .pic {
    float: left;
    width: 90px;
    height: 60px;
    overflow: hidden
}

.space-details .activity .pic img {
    display: block;
    width: 90px;
    height: 60px
}

.space-details .activity .info {
    float: right;
    width: 200px
}

.space-details .activity .info span {
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #a0a0a0
}

.space-details .activity .info .ico-place,
.space-details .activity .info .ico-time {
    display: inline-block;
    margin-right: 6px;
    width: 13px;
    height: 13px;
    background: url(images/icons.png) no-repeat;
    vertical-align: middle
}

.space-details .activity .info .ico-place {
    background-position: 0 -15px
}

.space-details .activity .info .title-2 {
    height: 16px;
    line-height: 16px;
    color: #333;
    font-size: 16px
}

.space-details .service .info {
    float: left;
    padding: 16px 0 0;
    width: 142px;
    height: 138px;
    overflow: hidden
}

.space-details .service .info img {
    display: block;
    width: 142px;
    height: 90px
}

.space-details .service .info span {
    display: block;
    margin-top: 8px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    color: #333
}

.space-details .service .info .c-light-gray {
    color: #a0a0a0
}

.project {
    padding-bottom: 95px
}

.project .banner {
    width: 100%;
    height: 157px;
    overflow: hidden;
    background: url(images/banner-project.jpg) center center no-repeat
}

.project .banner .txt {
    margin-top: 42px;
    line-height: 35px;
    color: #fff;
    font-size: 18px
}

.project .e-business {
    margin-top: 16px;
    padding: 0 14px 15px 13px;
    height: auto;
    overflow: hidden;
    background-color: #fff
}

.project .e-business>.title {
    padding: 0 13px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #333
}

.project .e-business li {
    float: left;
    margin: 0 6px 30px 7px;
    width: 368px;
    height: 340px;
    line-height: 340px;
    overflow: hidden;
    border-bottom: 1px solid #eee
}

.project .e-business li .pic {
    display: block;
    width: 368px;
    height: 210px;
    line-height: 210px;
    background-color: #f6f6f6;
    text-align: center
}

.project .e-business li .pic img {
    display: inline-block;
    vertical-align: middle
}

.project .e-business li .title {
    margin-top: 6px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    color: #333
}

.project .e-business li .txt {
    margin-top: 6px;
    line-height: 18px;
    font-size: 12px;
    color: #666
}

.media .container {
    margin: 16px 0 25px;
    padding: 0 20px 30px;
    height: auto;
    overflow: hidden;
    background-color: #fff
}

.media .title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    position: relative
}

.media .title .txt {
    padding: 5px 5px 0;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-bottom: 1px solid #ff8400;
    position: absolute;
    z-index: 10
}

.media dd {
    display: block;
    padding: 20px 0;
    width: 100%;
    height: 157px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd
}

.media dd .pic {
    float: left;
    margin-right: 20px;
    width: 297px;
    height: 157px
}

.media dd .pic img {
    display: block;
    width: 297px;
    height: 157px
}

.media dd .info {
    margin-left: 317px;
    height: 157px;
    position: relative
}

.media dd .info h1,
.media dd .info h1 a {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    color: #000
}

.media dd .info>span {
    display: block;
    overflow: hidden
}

.media dd .info .message,
.media dd .info .txt {
    margin-top: 2px;
    max-height: 90px;
    line-height: 24px
}

.media dd .info .time,
.media dd .info .txt-2 {
    margin-top: 8px;
    height: 20px;
    line-height: 20px;
    color: #a0a0a0
}

.media dd .info .ico-media {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top
}

.media dd .info .ico-media img {
    display: block;
    width: 20px;
    height: 20px
}

.media dd .info .ico-time {
    display: inline-block;
    margin: 2px 10px 0 15px;
    width: 16px;
    height: 16px;
    background: url(images/icons.png) 0 -30px no-repeat;
    vertical-align: top
}

.media dd .info .message {
    height: 90px
}

.media dd .info .time .ico-time {
    margin: 2px 10px 0 0
}

.media dd .info .look-more {
    width: 108px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border-radius: 17px;
    border: 1px solid #ff8400;
    color: #ff8400;
    font-size: 12px;
    text-align: center;
    position: absolute;
    z-index: 9;
    right: 10px;
    bottom: 0
}

.about-us .intro-2 li .info span,
.team .founder .info span,
.team .founders .info span {
    display: block
}

.media dd .info .look-more:hover {
    background: #ff8400;
    color: #fff
}

.media dd .info .txt-1 {
    padding: 8px 0 5px;
    line-height: 26px;
    color: #999
}

.about-us {
    margin-bottom: 95px
}

.about-us .banner {
    width: 100%;
    height: 157px;
    overflow: hidden;
    background: url(images/banner-about-us.jpg) center center no-repeat
}

.about-us .banner .txt {
    margin-top: 60px;
    line-height: 35px;
    color: #fff;
    font-size: 18px
}

.about-us .intro {
    margin: 0 auto;
    width: 970px
}

.about-us .intro .title {
    margin: 48px 0;
    height: 57px;
    background: url(images/about-us/title-01.png) center center no-repeat
}

.about-us .intro p {
    margin-bottom: 20px;
    line-height: 40px;
    text-indent: 35px;
    font-size: 18px;
    color: #333
}

.about-us .intro ul {
    margin: 70px 0 90px;
    overflow: hidden
}

.about-us .intro li {
    float: left;
    margin-right: 107px;
    width: 251px;
    height: 281px
}

.about-us .intro li.ico-01 {
    background: url(images/about-us/ico-01.png) no-repeat
}

.about-us .intro li.ico-02 {
    background: url(images/about-us/ico-02.png) no-repeat
}

.about-us .intro li.ico-03 {
    background: url(images/about-us/ico-03.png) no-repeat;
    margin-right: 0
}

.about-us .intro-2 {
    background: #fff
}

.about-us .intro-2 ul {
    margin: 0 auto;
    padding: 40px 0;
    width: 1130px;
    overflow: hidden
}

.about-us .intro-2 li .pic {
    float: left;
    width: 565px;
    height: 360px
}

.about-us .intro-2 li .block {
    float: left;
    width: 40px;
    height: 360px
}

.about-us .intro-2 li .info {
    float: left;
    width: 525px;
    height: 360px
}

.about-us .intro-2 li .info .txt-01 {
    margin-top: 70px;
    line-height: 34px;
    font-size: 20px;
    color: #333
}

.about-us .intro-2 li .info .txt-02 {
    margin-top: 5px;
    line-height: 26px;
    color: #999
}

.about-us .intro-2 li .info .txt-03 {
    margin-top: 18px;
    width: 405px
}

.about-us .intro-2 li .info .txt-03 dd {
    float: left;
    padding-left: 12px;
    width: 123px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #666;
    background: url(images/about-us/ico-arrow.gif) 2px center no-repeat
}

.about-us .intro-2 li .info .txt-03 dd.no-arrow {
    background: 0 0
}

.mt-40 {
    margin-top: 40px
}

.team .title {
    margin: 48px 0;
    height: 57px;
    background: url(images/about-us/title-02.png) center center no-repeat
}

.team .founder,
.team .founders {
    margin: 0 auto;
    padding: 25px 0;
    width: 970px
}

.team .founder .pic {
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 50%
}

.team .founder .info {
    padding-left: 240px
}

.team .founder .info .name {
    height: 42px;
    line-height: 30px;
    font-size: 28px;
    color: #333
}

.team .founder .info .txt-01 {
    height: 38px;
    line-height: 22px;
    font-size: 20px;
    color: #333
}

.team .founder .info .txt-02 {
    line-height: 28px;
    color: #666
}

.team .line {
    margin-bottom: 35px;
    width: 100%;
    height: 32px;
    background: url(images/about-us/line.png) center center no-repeat
}

.team .founders {
    margin-bottom: 35px;
    overflow: hidden
}

.team .founders li {
    float: left;
    width: 343px
}

.team .founders li.last {
    width: 283px
}

.team .founders .pic {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%
}

.team .founders .info {
    padding-top: 22px;
    width: 100%
}

.team .founders .info .name {
    height: 40px;
    line-height: 30px;
    font-size: 24px;
    color: #333
}

.team .founders .info .txt-01 {
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    color: #333
}

.team .founders .info .txt-02 {
    line-height: 28px;
    color: #666
}

.code-cks-img {
    width: 218px;
    height: 218px;
    background: url(images/code-cks.png) no-repeat
}

.main-wrapper-common {
    width: 100%
}

.main-wrapper-common .layout.news-pd {
    width: 1100px;
    margin: 0 auto
}

.news-pd {
    padding-bottom: 80px
}

.news-pd .layout {
    width: 1100px
}

.news-containt {
    background: #fff;
    position: relative;
    min-height: 500px;
    padding: 30px 0;
    margin-top: 20px
}

.news-containt .doitphp_pagelist_box {
    padding-right: 60px;
    width: auto
}

.main-wrapper .news-pd .doitphp_pagelist_box {
    width: 94%
}

.news-detail {
    width: 760px;
    margin: 60px auto
}

.news-detail .news-title {
    font-size: 22px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news-detail .news-tips {
    padding: 10px 0 30px;
    color: #999;
    font-size: 14px;
    text-align: left;
    height: 24px;
    line-height: 24px;
    position: relative
}

.news-detail .news-tips .type-icon {
    height: 18px;
    line-height: 20px;
    padding: 0 2px;
    display: inline-block;
    border: 1px solid #0095d9;
    color: #0095d9;
    border-radius: 3px;
    font-size: 12px;
    min-width: 30px;
    text-align: center
}

.news-detail .news-tips .font-absr {
    position: absolute;
    right: 0;
    top: 10px
}

.news-detail .news-tips .size-change {
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #f4f4f4;
    width: 84px;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.news-detail .news-tips .size-change .add,
.news-detail .news-tips .size-change .minus {
    width: 21px;
    height: 22px;
    line-height: 22px;
    color: #666;
    display: inline-block
}

.news-detail .news-tips .size-change .minus {
    border-right: 1px solid #ccc;
    float: left
}

.news-detail .news-tips .size-change .add {
    border-left: 1px solid #ccc;
    float: right
}

.news-detail .news-tips .size-change .cont {
    height: 22px;
    line-height: 22px;
    width: 40px;
    color: #666;
    float: left;
    background: #fff;
    display: inline-block
}

.news-detail .abstract,
.news-detail .article-14 {
    font-size: 14px;
    line-height: 25px
}

.news-detail .news-tips .size-change .add.none,
.news-detail .news-tips .size-change .minus.none {
    color: #bdbdbd;
    background: #eee;
    cursor: default
}

.news-detail .abstract {
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee
}

.news-detail .article {
    padding: 0
}

.news-detail .article p,
.news-detail .news-detail-txt p {
    padding: 0 0 20px;
    text-indent: 2em
}

.news-detail .article-16 {
    font-size: 16px;
    line-height: 28px
}

.news-detail .article-18 {
    font-size: 18px;
    line-height: 30px
}

.news-detail .article-20 {
    font-size: 20px;
    line-height: 32px
}

.news-detail .article img,
.news-detail .news-detail-txt img {
    display: block;
    margin: 20px auto;
    max-width: 760px
}

.news-share {
    height: 53px;
    line-height: 53px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f1f1f1;
    font-size: 12px;
    padding: 0 10px
}

.news-share .share-t {
    font-weight: 700;
    color: #333;
    float: left
}

.news-share .share-box {
    float: left;
    max-width: 350px
}

.news-share .share-box img {
    vertical-align: middle;
    margin-left: 5px
}

.bread-02 {
    height: 50px;
    line-height: 50px
}

.bread-02 a {
    color: #555
}

.bread-02 a:hover {
    color: #0095d9
}

.bread-02 span {
    color: #a0a0a0
}

.details-content {
    margin-bottom: 30px;
    padding: 30px;
    width: 1110px;
    background: #fff
}

.news-infos {
    position: relative;
    z-index: 9
}

.news-infos .news-pic {
    float: left;
    width: 505px;
    height: 295px;
    position: relative
}

.news-infos .news-pic .news-big-pic {
    display: block;
    width: 500px;
    height: 290px
}

.news-infos .news-details {
    position: relative;
    float: left;
    width: 545px;
    height: 290px;
    margin-left: 40px
}

.news-infos .news-details .news-title {
    margin-bottom: 12px;
    font-size: 22px;
    color: #333
}

.news-details span.title {
    display: block;
    width: 600px;
    line-height: 30px;
    overflow: hidden
}

.news-details span.publisher {
    display: block;
    margin-top: 8px;
    padding-left: 2px;
    width: 600px;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #aaa
}

.news-infos .news-details .news-txt {
    line-height: 35px;
    font-size: 14px;
    color: #aaa;
    height: 155px;
    padding: 30px 0 20px
}

.news-infos .news-details .news-txt2 {
    line-height: 35px;
    font-size: 16px;
    height: 155px;
    padding: 0 0 10px 2px
}

.news-infos .news-details .news-btn {
    height: 55px
}

.news-infos .news-details .btn-apply {
    float: left;
    margin-right: 45px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #0095d9
}

.news-infos .news-details .share {
    float: left;
    margin-top: 13px;
    width: 280px
}

.news-infos .news-details .share .s-title {
    display: inline-block;
    float: left;
    margin-right: 6px;
    font-size: 14px;
    color: #999
}

.news-infos .news-details .share .s-title i {
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(images/icons-share.png) -34px 0 no-repeat
}

.news-infos .news-details .share .jiathis_style_24x24 a {
    display: inline-block;
    float: left;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    overflow: hidden
}

.news-infos .news-details .share .jtico {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: url(images/icons-share.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden
}

.news-infos .news-details .share .jtico_tsina {
    background-position: 0 0
}

.news-infos .news-details .share .jtico_tqq {
    background-position: 0 -32px
}

.news-infos .news-details .share .jtico_renren {
    background-position: 0 -64px
}

.news-infos .news-details .share .jtico_douban {
    background-position: 0 -96px
}

.news-infos .news-details .share .jtico_weixin {
    background-position: 0 -128px
}

.detail-inner {
    line-height: 30px;
    background: #fff;
    position: relative;
    min-height: 500px;
    padding: 30px 0;
    width: 1100px;
    margin: 20px auto
}

.detail-inner .title {
    font-size: 20px;
    color: #333;
    float: left
}

.detail-inner .line {
    background: #eee;
    height: 1px;
    margin: 14px 0;
    display: inline-block
}

.detail-inner .line-01 {
    width: 1000px;
    margin-left: 10px
}

.detail-inner .article {
    width: 760px;
    margin: 40px auto
}