﻿@charset "utf-8";
/* index首页 */
/*banner*/
.banner{
    margin: 70px auto 0;
    width: 100%;
    height:540px;
    overflow: hidden;
    position: relative;
}
.carousel{
    margin: 70px auto 0;
}
@media (max-width: 767px){
    .banner{
        margin: 50px auto 0;
    }
    .carousel{
        margin: 50px auto 0;
    }
}
.banner .ban-img {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}
.banner .ban-img .pic {
    width: 100%;
    height:100%;
    padding-left: 0;
    position: relative;
}
.banner .ban-img .pic li {
    width: 100%;
    height:100%;
}
.banner .ban-img .pic li a {
    display: block;
    text-align: center;
    width:100%;
    height:100%;
    position: relative;
}
.banner .ban-img .pic li a img{
    position: absolute;
    left:50%;
    margin-left:-960px;
}
.banner .ban-img .dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90px;
    margin-left: -37px;
    padding-left: 0;
    z-index: 10;
}
.banner .ban-img .dots .dot {
    width: 13px;
    height: 13px;
    border-radius:13px;
    background: #fff;
    float: left;
    margin-right:10px;
    cursor: default;
}
.banner .ban-img .dots .dot.active {
    width: 26px;
}
.carousel .ban-btn{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.carousel .ban-btn .ban-more{
    width: 100%;
    position: absolute;
    bottom: 20%;
}
.carousel .ban-btn .a-more{
    display: block;
    margin: 390px auto 0;
    text-align: center;
    border:2px solid #fff;
    width: 209px;
    height: 47px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border-radius: 47px;
}
.carousel .ban-btn .a-more:hover{
    background: #1362a4;
    border-color:#1362a4;
}
@media (max-width: 768px){
    .carousel .ban-btn .a-more{
        width: 167px;
        height: 37px;
        line-height: 35px;
        border-radius: 37px;
        font-size: 14px;
    }
}
@media (max-width: 640px){
    .carousel .ban-btn .a-more{
        /*width: 125px;
        height: 28px;
        line-height: 25px;
        border-radius: 28px;
        font-size: 12px;*/
    }
}
@media (max-width: 480px){
    .carousel .ban-btn .a-more{
        /*width: 90px;
        height: 25px;
        line-height: 22px;
        border-radius: 25px;*/
    }
}
.carousel-inner>.item{
    cursor: pointer;
}
.carousel-indicators li{
    border:0;
    width: 13px;
    height: 13px;
    border-radius:13px;
    background: #fff;
    margin:0 10px 0 0;
    cursor: pointer;
}
.carousel-indicators .active{
    width: 26px;
    height: 13px;
    margin:0 10px 0 0;
}
@media (max-width: 413px){
    .carousel-indicators{
        /*bottom: 0;*/
    }
    .carousel-indicators li{
        width: 10px;
        height: 10px;
        border-radius:10px;
        margin:0 4px 0 0;
    }
    .carousel-indicators .active{
        width: 16px;
        height: 10px;
        margin:0 4px 0 0;
    }
}
@media (max-width: 640px){
    .banner .ban-img .dots .dot{
        width: 10px;
        height: 10px;
        border-radius:10px;
    }
    .banner .ban-img .dots .dot.active {
        width: 20px;
    }
}
/*c-feature*/
.c-feature{
    background: #fff;
}
.c-feature .cf-title {
    padding-top: 50px;
    text-align: center;
}
.c-feature .cf-title h1{
    font-size: 30px;
    color: #222;
}
.cf-pics {
    width: 100%;
    height: auto;
    position: relative;
    margin: 58px auto;
    padding: 0;
}
.cf-pics ul {
    width: 100%;
    height: inherit;
    display: block;
    padding-left: 0;
}
.cf-pics ul li {
    /*padding: 0;*/
    float: left;
}
.pics-inner {
    width: 100%;
}
.pics-inner .pics-img {
    overflow: hidden;
}
/*.c-feature .pics-inner .pics-img{
    width: 86px;
    height: 86px;
}*/
.pics-inner .pics-img img{
    width:100%;
}
.pics-inner .pics-info{
    padding-left: 15px;
    width: 68%;
}
.pics-inner .pics-info h3{
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.pics-inner .pics-info p{
    font-size: 14px;
    color: #666;
}
@media (max-width: 992px){
    .cf-pics ul li{
        margin-bottom: 10px;
        /*padding-left: 5px;*/
    }
}
@media (max-width: 767px){
    .c-feature .cf-title{
        padding-top: 30px;
    }
    .cf-pics{
        margin: 30px auto;
    }
    /*.c-feature .pics-inner .pics-img{
        width: 60px;
        height: 60px;
    }*/
}
@media (max-width: 480px){
    .c-feature .cf-pics ul li{
        padding-right: 5px;
        padding-left: 5px;
    }
    .c-feature .cf-title h1{
        font-size: 24px;
    }
    /*.c-feature .pics-inner .pics-img{
        width: 43px;
        height: 43px;
    }*/
    .pics-inner .pics-info {
        padding-left: 6px;
        width: 76%;
    }
    .pics-inner .pics-info h3{
        font-size: 14px;
        line-height: 22px;
    }
    .pics-inner .pics-info p{
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 320px){
    .pics-inner .pics-info{
        padding-left: 0;
        width: 96%;
    }
}
/*c-member*/
.c-member{
    background: #f3f3f3;
}
.c-member .cm-title {
    padding-top: 50px;
    text-align: center;
}
.c-member .cm-title h1{
    font-size: 30px;
    color: #222;
}
.c-member .cm-title h2{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}
.c-member .cf-pics ul li{
    padding:0;
    margin-bottom: 0;
}
.c-member .pics-inner{
    padding: 0 20px;
}
.c-member .pics-inner .pics-info{
    width:100%;
    text-align: center;
    padding:0;
}
.c-member .pics-inner .pics-info h3{
    font-size: 24px;
    color: #1362a4;
    font-weight: bold;
    padding-top: 20px;
}
.c-member .pics-inner .pics-info p{
    color: #333;
    padding: 20px 0;
}
.pic-btn{
    margin-top: 50px;
}
.pic-btn a{
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #1362a4;
    width: 209px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    border-radius: 47px;
}
@media (max-width: 767px){
    .c-member .cm-title{
        padding-top: 30px;
    }
}
@media (max-width:480px){
    .c-member .cm-title h1{
        font-size: 24px;
    }
    .c-member .cm-title h2{
        margin-top: 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .c-member .pics-inner .pics-info h3{
        font-size: 18px;
    }
    .c-member .pics-inner .pics-info h3.f34{
        font-size: 24px!important;
    }
    .pic-btn{
        margin-top: 10px;
    }
    .pic-btn a{
        width: 167px;
        height: 37px;
        line-height: 37px;
        border-radius: 37px;
        font-size: 14px;
    }
}

/*c-item*/
.c-item{
    background: #fff;
}
.c-item .ci-title {
    padding-top: 50px;
    text-align: center;
}
.c-item .ci-title h1{
    font-size: 30px;
    color: #222;
}
.c-item .ci-title h2{
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 24px;
}
.c-item .ci-title .a-reg{
    display: inline-block;
    color: #165195;
    font-size: 16px;
}
.c-item ul li{
    width: 23.5%;
    margin-right: 16px;
    height: 244px;
    overflow: hidden;
}
.c-item ul li.last{
    margin-right: 0;
}
.c-item ul li .pics-img{
    overflow: hidden;
    width:100%;
    float: left;
    position: relative;
}
.c-item ul li .pics-img:before{
    /*content: '';
    width:286px;
    height: 176px;
    display: block;
    position: absolute;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;*/
}
.c-item ul li:hover .pics-img:before{
    /*opacity: 1;*/
}
.c-item ul li .pics-inner .pics-img a{
    display: block;
}
.c-item ul li .pics-inner .pics-img img{
    display: block;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.3s linear;
    transition: -moz-transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.c-item ul li:hover .pics-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.c-item ul li .pics-inner .pics-img .details{
    width: 100%;
    height: 100%;
    background: url(../bg/tran0.5.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    /*text-align: center;*/
    color: #fff;
    font-size: 14px;
    display: none;
}
.c-item ul li .pics-inner .pics-img .details p{
    padding:30px 20px 0;
}
.c-item ul li:hover .pics-inner .pics-img .details{
    display: block;
}
@media (max-width: 480px){
    .c-item ul li .pics-inner .pics-img .details{
        font-size: 12px;
        line-height: 18px;
    }
    .c-item ul li .pics-inner .pics-img .details p{
        padding:15px 10px 0;
    }
}
.c-item .pics-inner{
    margin-bottom: 10px;
}
.c-item .pics-inner .pics-info{
    width: 100%;
    height: 60px;
    padding: 0;
}
.c-item ul li:hover .pics-inner .pics-info{
    background: #fff;
    opacity:1;
}
.c-item .pics-inner .pics-info h3{
    float: left;
    font-size: 16px;
    padding: 15px 0;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-item ul li:hover .pics-inner .pics-info h3{
    color: #165195;
}
.c-item .pics-inner .pics-info p{
    font-size: 12px;
    color: #165195;
    line-height: 30px;
    float: right;
    width: 25%;
    padding: 15px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: right;
}
@media (max-width: 992px){
    .c-item .cf-pics ul{
        padding-left: 5px;
    }
    .c-item ul li{
        width: 48.5%;
    }
    .c-item ul li:nth-child(even){
        margin-right: 0;
    }
}
@media (max-width: 767px){
    .c-item .ci-title{
        padding-top: 30px;
    }
}
@media (max-width: 560px){
    .c-item ul li {
        width: 48%;
        margin-right: 9px;
        margin-bottom: 0;
    }
}
@media (max-width: 480px){
    .c-item .ci-title h1{
        font-size: 24px;
    }
    .c-item .ci-title h2{
        margin-top: 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .c-item .ci-title .a-reg{
        font-size: 14px;
    }
    .c-item .pics-inner{
        margin-bottom: 0;
    }
    .c-item .pics-inner .pics-info{
        height: 40px;
    }
    .c-item .pics-inner .pics-info h3{
        font-size: 14px;
        padding: 10px 0;
        width: 64%;
        line-height: 20px;
    }
    .c-item .pics-inner .pics-info p{
        padding: 10px 0;
        line-height: 20px;
        width: 36%;
    }
}

/* register注册 */
/*bg*/
.bg{
    width: 100%;
    height: 100%;
}
.bg-img{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.bg-img img{
    width: 100%;
    height: 100%;
}
.bg-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
/*cl-register*/
.cl-register,.cl-login,.cl-password{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.cl-register table,.cl-login table,.cl-password table {
    width: 100%;
    height: 100%;
}
.cl-register table tr td,.cl-login table tr td,.cl-password table tr td {
    text-align: center;
    vertical-align: middle;
}
.cl-register .cl-r-info,.cl-login .cl-r-info,.cl-password .cl-r-info{
    width: 437px;
    height: auto;
    border-radius: 3px;
    background: #fff;
    margin:auto;
    position: relative;
    z-index: 11;
}
.cl-r-info .logo{
    margin: 40px auto 0;
    width: 199px;
    height: 60px;
    float: none;
}
.cl-r-info .intro{
    margin: 20px auto 0;
    text-align: center;
}
.cl-r-info .intro h1{
    font-size: 24px;
    color: #333;
}
.cl-r-info .intro h2{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 10px;
}
.cl-r-info .intro h2 em{
    color: #1362a4;
    font-style: normal;
}
.cl-r-info .cl-r-btn{
    padding: 25px 40px 35px;
    width: 100%;
}
.cl-r-btn .drop-down{
    height: 49px;
    margin-bottom: 10px;
}
.cl-r-btn .drop-down select {
    width: 100%;
    height: 100%;
    border: 1px solid #d2d6de;
    border-radius: 4px 4px 0 0;
    color: #333;
    padding-left: 12px;
    line-height: 47px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.cl-r-info .cl-r-frame{
    height: 49px;
    border-radius: 4px;
    border: 1px solid #d2d6de;
}
.cl-r-info .frame1{
    border-radius: 4px 4px 0 0;
}
.cl-r-info .frame2{
    border-radius: 0 0 4px 4px;
    border-top: 0;
    margin-bottom: 10px;
    position: relative;
}
.cl-r-info .frame3{
    border: 0;
    margin-bottom: 10px;
}
.cl-r-info .cl-r-frame .text{
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #666;
    line-height: 47px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.cl-r-info .frame2 .prefix{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-left: 12px;
    line-height: 47px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.cl-r-info .frame2 .text{
    width: 80%;
    display: block;
    margin-left: 20%;
}
.cl-r-info .frame3 .text{
    width: 42%;
    border: 1px solid #d2d6de;
    border-radius: 4px;
    float: left;
}
.cl-r-info .frame3 .send{
    float: right;
    width: 50%;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #fff;
    background: #1362a4;
    border-radius: 4px;
    padding: 0;
    border: 0;
}
.cl-r-btn .cl-r-word{
    height: 49px;
    line-height: 49px;
    text-align: left;
}
.cl-r-btn .cl-r-word .check{
    margin-top: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.cl-r-btn .cl-r-word a{
    color: #666;
    font-size: 14px;
}
.cl-r-btn .cl-r-word a em{
    font-style: normal;
    color: #1362a4;
}
.cl-r-info .cl-r-btn2{
    margin-top: 5px;
}
.cl-r-btn2 button{
    width: 100%;
    height: 100%;
    line-height: 45px;
    /*border: 0;*/
    border-radius: 49px;
    font-size: 16px;
    color: #fff;
    background: #1362a4;
    border:2px solid #1362a4;
}
.cl-r-btn2 .btn-bg-white{
    color: #1362a4;
    background: #fff;
    border:2px solid #1362a4;
}
.cl-r-btn2 p{
    color: #666;
    font-size: 14px;
    padding-top: 6px;
}
.cl-r-btn2 span{
    text-align: right;
    display: block;
    color: #666;
    font-size: 14px;
    padding-top: 5px;
}
.cl-r-btn2 span a{
    color: #1362a4;
}
@media (max-width: 480px){
    .cl-register .cl-r-info,.cl-login .cl-r-info,.cl-password .cl-r-info{
        width: 90%;
    }
    .cl-r-info .logo{
        width: 154px;
        height: 47px;
        margin-top: 15px;
    }
    .cl-r-info .intro{
        margin-top: 10px;
    }
    .cl-r-info .intro h1{
        font-size: 18px;
    }
    .cl-r-info .intro h2{
        font-size: 12px;
        padding-top: 5px;
    }
    .cl-r-info .cl-r-btn{
        padding: 12px 25px 6px;
    }
    .cl-r-btn .drop-down{
        height: 35px;
        margin-bottom: 7px;
    }
    .cl-r-btn .drop-down select{
        border-radius: 3px 3px 0 0;
        line-height: 38px;
        font-size: 13px;
    }
    .cl-r-info .cl-r-frame{
        height: 35px;
    }
    .cl-r-info .frame1 {
        border-radius: 3px 3px 0 0;
    }
    .cl-r-info .frame2{
        border-radius: 0 0 3px 3px;
        margin-bottom: 7px;
    }
    .cl-r-info .frame3{
        margin-bottom: 7px;
    }
    .cl-r-info .cl-r-frame .text,.cl-r-info .frame2 .prefix{
        line-height: 35px;
        font-size: 13px;
    }
    .cl-r-info .frame3 .send{
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .cl-r-btn .cl-r-word{
        height: 35px;
        line-height: 35px;
    }
    .cl-r-btn .cl-r-word .check{
        width: 12px;
        height: 12px;
    }
    .cl-r-btn .cl-r-word a{
        font-size: 12px;
    }
    .cl-r-info .cl-r-btn2{
        margin-top: 0;
    }
    .cl-r-btn2 button{
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
    .cl-r-btn2 p{
        font-size: 12px;
        padding-top: 5px;
    }
    .cl-r-btn2 span,.cl-r-btn2 span a{
        font-size: 12px;
        padding-top: 0;
    }
}
/* register-fail & register-success */
.cl-r-info .intro a{
    font-size: 24px;
    line-height: 36px;
    color: #1362a4;
}
.cl-r-info .intro a.c-red{
    color: #da0019;
}
.i-fail{
    width: 30px;
    height: 30px;
    background: url(../bg/i-fail.svg) no-repeat;
    margin: 0 10px 3px 0;
}
.i-sub {
    width: 30px;
    height: 30px;
    background: url(../bg/i-sub.svg) no-repeat;
    margin: 0 10px 3px 0;
}
.cl-r-info .word{
    padding: 20px 40px 5px;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
}
.cl-r-info .word a{
    font-size: 18px;
    color: #1362a4;
}
.cl-r-info .cl-r-btn .r-btn{
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-radius: 49px;
    border: 2px solid #1362a4;
    background:#fff;
    color: #1362a4;
    font-size: 16px;
    margin-bottom: 10px;
}
.cl-r-info .cl-r-btn .r-btn.on,
.cl-r-info .cl-r-btn .r-btn:hover{
    background: #1362a4;
    color: #fff;
}
@media (max-width: 480px){
    .cl-r-info .intro a{
        font-size: 18px;
        line-height: 30px;
    }
    .i-fail,.i-sub{
        width: 20px;
        height: 20px;
    }
    .cl-r-info .word{
        padding: 10px 25px 5px;
        font-size: 16px;
        line-height: 24px;
    }
    .cl-r-info .word a{
        font-size: 16px;
    }
    .cl-r-info .cl-r-btn .r-btn{
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }
}
@media (max-width: 320px){
    .cl-r-info .word{
        font-size: 14px;
        line-height: 20px;
    }
    .cl-r-info .word a{
        font-size: 14px;
    }
}
/*login*/
.cl-login .cl-r-info .frame2 .text{
    width: 100%;
    margin-left: 0;
}
.cl-login .cl-r-info .frame2{
    margin-bottom: 30px;
}
.cl-login .cl-r-btn .cl-r-word{
    height: 40px;
    line-height: 40px;
}
.cl-login .cl-r-btn .cl-r-word span{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cl-login .cl-r-third{
    margin-top: 5px;
}
.cl-r-third h3{
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #d2d6de;
    line-height: 40px;
}
.cl-r-third a{
    width: 39%;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}
.cl-r-third a.wechat{
    background: #44b549;
    margin-right: 20px;
}
.cl-r-third a.in{
    background: #1362a4;
}
.cl-issue{
    width: 437px;
    height: auto;
    margin: auto;
}
.cl-issue a{
    color: #fff;
    padding-top: 10px;
}
@media (max-width: 480px){
    .cl-login .cl-r-info .frame2{
        margin-bottom: 20px;
    }
    .cl-login .cl-r-btn .cl-r-word{
        height: 35px;
        line-height: 35px;
    }
    .cl-login .cl-r-btn .cl-r-word span{
        font-size: 12px;
    }
    .cl-login .cl-r-third {
        margin-top: 0;
    }
    .cl-r-third h3{
        line-height: 35px;
        font-size: 12px;
    }
    .cl-r-third a{
        height: 32px;
        line-height: 32px;
        border-radius: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .cl-r-third a.wechat{
        /*margin-right: 15px;*/
    }
    .cl-issue{
        width: 90%;
    }
    .cl-issue a{
        font-size: 12px;
        padding-top: 5px;
    }
}
@media (max-width: 413px){
    .cl-login .cl-r-btn .cl-r-word span{
        text-align: left;
    }
}
/*cl-password*/
.cl-r-info .frame4{
    margin-bottom: 10px;
}
.cl-r-info .frame5{
    margin-bottom: 30px;
}
.cl-r-btn2 a.a-c{
    display: block;
    text-align: right;
    color: #999;
    padding-top: 20px;
}
@media (max-width: 480px){
    .cl-r-info .frame5{
        margin-bottom: 10px;
    }
    .cl-r-btn2 a.a-c{
        font-size: 12px;
        padding-top: 5px;
    }
}
/*平台与服务*/
/* project-platform 项目平台 */
/*cl-content*/
.cl-content{
    margin: 70px auto 0;
    padding:20px 0 40px;
    background: #f3f3f3;
    width: 100%;
}
.cl-content .title{
    width: 17.5%;
    padding-top: 5.5%;
}
.cl-content .title li{
    width: 100%;
    margin-bottom: 4px;
}
.cl-content .title li a{
    display: block;
    font-size: 16px;
    line-height: 45px;
    padding-left: 35px;
}
.cl-content .title li.cur a,
.cl-content .title li:hover a{
    background: url(../bg/title-bg.png) no-repeat;
    -webkit-background-size:100%;
    background-size:100%;
    color: #fff;
}
.cl-content .inner{
    padding-left: 5%;
    width: 82.5%;
}
.cl-content .inner .head h1{
    font-size: 30px;
    line-height: 40px;
}
.cl-content .inner .head span{
    display: block;
    width: 100%;
    height: 3px;
    background: #999;
    margin-top: 20px;
}
.cl-content .pain-points{
    background: #fff;
    padding:35px 30px;
}
.cl-content .pain-points h3{
    /*padding-top: 25px;*/
    font-size: 24px;
    line-height: 40px;
    color: #1362a4;
    text-align: center;
}
.cl-content .pain-points span{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: block;
}
.cl-content .pain-points p{
    padding-top: 15px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: block;
}
.cl-content .pain-points .pain-img{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0 25px;
}
.cl-content .pain-points .pain-img img{
    width: 100%!important;
    height: auto!important;
}
.cl-content .plat-solution{
    margin-top: 50px;
}
.cl-content .plat-solution h3{
    font-size: 24px;
    line-height: 40px;
    color: #333;
    text-align: center;
}
.cl-content .plat-solution span{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: block;
}
.plat-solution .plat-icon{
    margin: 50px auto 0;
}
.plat-solution .plat-icon li{
    background: #fff;
    width: 48.9%;
    padding: 30px;
    float: left;
    
    margin-bottom: 20px;
}
.plat-solution .plat-icon li.plat-item{min-height:172px;}
.plat-solution .plat-icon li:nth-child(odd){
    margin-right: 20px;
}
.plat-solution .plat-icon li .inner{
    width: 100%;
    padding-left: 0;
}
.plat-solution .plat-icon li .plat-img {
    width: 100px;
    height: 100px;
}
.plat-solution .plat-icon li .plat-img img{
    width: 100%;
}
.plat-solution .plat-icon li .pics-info{
    padding-left: 20px;
    width: 70%;
}
.plat-solution .plat-icon li .pics-info h4{
    font-size: 20px;
    line-height: 40px;
    color: #1362a4;
}
.plat-solution .plat-icon li .pics-info p{
    font-size: 16px;
    line-height: 22px;
    padding-top: 6px;
}
.plat-solution .a-gratis{
    display: block;
    width: 209px;
    height: 47px;
    line-height: 47px;
    border-radius:47px;
    background: #1362a4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
}
@media (max-width: 1200px){
    .cl-content .title{
        width: 100%;
        padding-top: 0;
        padding-bottom: 30px;
    }
    .cl-content .title li{
        width: 209px;
    }
    .cl-content .inner{
        padding-left: 0;
        width: 100%;
    }
    .plat-solution .plat-icon li{
        width: 48%;
    }
}
@media (max-width: 955px){
    .plat-solution .plat-icon li{
        width: 100%;
    }
    .plat-solution .plat-icon li:nth-child(odd){
        margin-right: 0;
    }
    .plat-solution .plat-icon li .pics-info{
        width: 78%;
    }
}
@media (max-width: 767px){
    .cl-content{
        margin-top: 50px;
        padding: 30px 0;
    }
}
@media (max-width: 568px){
    .plat-solution .plat-icon li .pics-info{
        width: 74%;
    }
}
@media (max-width: 480px){
    .cl-content .inner .head h1{
        font-size: 24px;
        line-height: 30px;
    }
    .cl-content .inner .head span{
        margin-top: 10px;
    }
    .cl-content .pain-points{
        padding: 20px 15px;
    }
    .cl-content .pain-points h3{
        padding-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .cl-content .pain-points span{
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
    }
    .cl-content .pain-points p{
        font-size: 14px;
        line-height: 22px;
    }
    .cl-content .pain-points .pain-img{
        padding: 0;
    }
    .cl-content .plat-solution{
        margin-top: 25px;
    }
    .cl-content .plat-solution h3{
        font-size: 20px;
        line-height: 30px;
    }
    .cl-content .plat-solution span{
        font-size: 16px;
        line-height: 24px;
        padding-top: 8px;
    }
    .plat-solution .plat-icon{
        margin-top: 30px;
    }
    .plat-solution .plat-icon li{
        padding: 15px;
        margin-bottom: 10px;
    }
    .plat-solution .plat-icon li .plat-img{
        width: 70px;
        height: 70px;
    }
    .plat-solution .plat-icon li .pics-info{
        padding-left: 10px;
    }
    .plat-solution .plat-icon li .pics-info h4{
        font-size: 18px;
        line-height: 26px;
    }
    .plat-solution .plat-icon li .pics-info p{
        font-size: 14px;
        line-height: 20px;
    }
}
/* member-service 会员服务 */
.cl-content .identity{
    padding-top: 30px;
}
.cl-content .identity h3{
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #1362a4;
}
.identity .id-select{
    margin: 20px auto 0;
}
.identity .id-select .id-span{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.identity .id-select .id-span span{
    display: inline-block;
    width: 150px;
    height: 50px;
    border:2px solid #1362a4;
    color: #1362a4;
    border-radius: 46px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    margin-right: 18px;
    cursor: pointer;
}
.identity .id-select .id-span span.cur,
.identity .id-select .id-span span:hover{
    background: #1362a4;
    color: #fff;
}
.identity .id-select .id-span span:last-child{
    margin-right: 0;
}
.identity .id-word{
    padding-top: 20px;
}
.identity .id-word p{
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.identity .id-odds{
    margin: 20px auto 0;
    background: #fff;
    padding: 40px 30px;
}
.identity .id-odds ul li{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.identity .id-odds ul li:last-child{
    margin-bottom: 0;
}
.identity .id-odds ul li .id-inner{
    width: 100%;
}
.identity .id-odds ul li .id-img{
    width: 88px;
    height: 88px;
}
.identity .id-odds ul li .id-img img{
    width: 100%;
}
.identity .id-odds ul li .id-info{
    padding-left: 15px;
    width: 89%;
}
.identity .id-odds ul li .id-info h4{
    font-size: 18px;
    line-height: 40px;
    color: #1362a4;
}
.identity .id-odds ul li .id-info p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.identity .id-odds dl>dd{
    line-height: 45px;
    font-size: 14px;
}
.identity .id-odds dl>dd .sign{
    width: 4px;
    height: 4px;
    background: #333;
    margin: 0 8px 0 2px;
}
.identity .id-odds .sum-text {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}
.identity .id-odds .sum-text b{
    font-weight: normal;
    color: #1362a4;
}
.identity .id-odds .sum-text2{
    padding-top: 0;
}
.cl-content .vip-privilege{
    padding-top: 60px;
}
.vip-privilege h3{
    font-size: 24px;
    line-height: 40px;
    color: #1362a4;
    text-align: center;
}
.vip-privilege ul{
    margin: 30px auto 0;
}
.vip-privilege ul li{
    width: 32%;
    height: 347px;
    padding:40px 28px 30px;
    float: left;
    border-radius:2px;
    background: #1362a4;
    margin-right: 18px;
}
.vip-privilege ul li:last-child{
    margin-right: 0;
}
.vip-privilege ul li .vip-inner{
    width: 100%;
}
.vip-privilege ul li .vip-img{
    text-align: center;
    width: 80px;
    margin: 0 auto;
}
.vip-privilege ul li .vip-img img{
    width: 100%;
}
.vip-privilege ul li .vip-img h4{
    font-size: 20px;
    line-height: 40px;
    color: #ffea00;
}
.vip-privilege ul li .vip-info{
    width: 100%;
}
.vip-privilege ul li .vip-info p{
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.vip-privilege ul li .vip-info p .symbol{
    width: 8px;
    height: 8px;
    border-radius:8px;
    background: #fff;
    position: absolute;
    top: 17px;
    left: 0;
}
.vip-privilege ul li .vip-info p em{
    display: inline-block;
    font-style: normal;
    width: 92%;
    padding-left: 16px;
}
.cl-content .join-member{
    padding-top: 55px;
}
.cl-content .join2{
    padding-top: 0;
}
.join-member h3{
    font-size: 24px;
    line-height: 40px;
    color: #1362a4;
    text-align: center;
}
.join-member span{
    font-size: 16px;
    line-height: 28px;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.join-member span em{
    font-style: normal;
    color: #1362a4;
}
.join-member span b{
    font-weight: normal;
    color: #1362a4;
}
.join-member .mem-table{
    margin: 20px auto 0;
    width: 100%;
    background: #fff;
}
.join-member .mem-table table{
    width: 100%;
}
.join-member .mem-table table tr{
    width: 100%;
}
.join-member .mem-table table tr>th{
    background: #1362a4;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    width: 15%;
    padding: 13px 0;
    text-align: center;
    cursor: default;
}
.join-member .mem-table table tr>th:first-child{
    width: 2.2%;
}
.join-member .mem-table table tr>th.two{
    padding-left: 15px;
    text-align: left;
    width: 51%;
}
.join-member .mem-table table tr>th:last-child{
    width: 2.2%;
}
.join-member .mem-table table tr>td{
    padding:13px 0;
    text-align: center;
    cursor: default;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}
.join-member .mem-table table tr.c-gray>td{
    background: #f3f3f3;
    color: #1362a4;
}
.join-member .mem-table table tr.c-gray>td.three{
    color: #e01222;
}
.join-member .mem-table table tr:last-child>td{
    height: 48px;
    border-right: 0;
    border-bottom: 0;
}
.join-member .mem-table table tr>td:first-child{
    width: 2.2%;
    border-right: 0;
    border-bottom: 0;
}
.join-member .mem-table table tr.c-gray>td:first-child{
    background: #fff;
}
.join-member .mem-table table tr>td.two{
    padding-left: 15px;
    text-align: left;
}
.join-member .mem-table table tr>td.five{
    border-right:0;
}
.join-member .mem-table table tr>td:last-child{
    width: 2.2%;
    border-right: 0;
    border-bottom: 0;
}
.join-member .mem-table table tr.c-gray>td:last-child{
    background: #fff;
}
.join-member .a-gratis{
    display: block;
    width: 209px;
    height: 47px;
    line-height: 47px;
    border-radius: 47px;
    background: #1362a4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 40px auto 0;
}
@media (max-width: 960px){
    .vip-privilege ul li{
        width: 31%;
    }
}
@media (max-width: 920px){
    .identity .id-odds ul li .id-info{
        width: 84%;
    }
}
@media (max-width: 768px){
    .cl-content .identity {
        padding-top: 30px;
    }
    .vip-privilege ul li{
        width: 48%;
        margin-bottom: 20px;
    }
    .vip-privilege ul li.li-mr0{
        margin-right: 0;
    }
    .vip-privilege ul li:last-child{
        margin-bottom: 0;
    }
    .cl-content .vip-privilege {
        padding-top: 30px;
    }
    .cl-content .join-member {
        padding-top: 30px;
    }
}
@media (max-width: 698px){
    .identity .id-odds{
        padding: 20px 15px;
    }
}
@media (max-width: 640px){
    .identity .id-odds ul li .id-info{
        width: 78%;
    }
}
@media (max-width: 568px){
    .identity .id-select .id-span span{
        width: 105px;
        height: 35px;
        line-height: 33px;
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .vip-privilege ul li{
        width: 100%;
        height:auto;
        float: none;
        margin: 0 auto 20px;
        padding: 30px 20px 20px;
    }
    .vip-privilege ul li.li-mr0{
        margin: 0 auto 20px;
    }
    .vip-privilege ul li:last-child{
        margin: 0 auto;
    }
}
@media (max-width: 480px){
    .cl-content .identity h3{
        font-size: 20px;
        line-height: 30px;
    }
    .identity .id-word {
        padding-top: 10px;
    }
    .identity .id-word p{
        font-size: 16px;
        line-height: 24px;
    }
    .identity .id-odds ul li .id-img{
        width: 55px;
        height: 55px;
    }
    .identity .id-odds ul li .id-info {
        padding-left: 10px;
        width: 80%;
    }
    .identity .id-odds ul li .id-info h4{
        font-size: 16px;
        line-height: 28px;
    }
    .identity .id-odds ul li .id-info p{
        font-size: 12px;
        line-height: 18px;
    }
    .vip-privilege ul li .vip-img{
        width: 70px;
    }
    .vip-privilege ul li .vip-img h4{
        font-size: 17px;
        line-height: 34px;
    }
    .vip-privilege ul li .vip-info p{
        font-size: 14px;
        padding-top: 5px;
    }
    .vip-privilege ul li .vip-info p .symbol{
        width: 6px;
        height: 6px;
        border-radius: 6px;
        top: 14px;
    }
    .join-member span{
        font-size: 14px;
        line-height: 24px;
    }
    .join-member .mem-table table tr>th{
        font-size: 16px;
        padding: 10px 0;
    }
    .join-member .mem-table table tr>th.two{
        padding-left: 10px;
    }
    .join-member .mem-table table tr>td{
        padding: 10px 0;
        font-size: 12px;
        line-height: 20px;
    }
    .join-member .mem-table table tr>td.two{
        padding-left: 5px;
    }
    .identity .id-odds dl>dd{
        line-height: 35px;
        font-size: 12px;
    }
    .identity .id-odds dl>dd .sign{
        width: 3px;
        height: 3px;
        margin: 0 6px 2px 2px;
    }
    .identity .id-odds .sum-text{
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
    }
    .identity .id-odds .sum-text2 {
        padding-top: 0;
    }
    .join-member .a-gratis{
        margin-top: 20px;
    }
}
/* 线下业务 */
/* bank-service 投行服务 */
.cl-content .superior{
    padding-top: 50px;
}
.cl-content .superior h3{
    font-size: 24px;
    line-height: 30px;
    color: #1362a4;
    text-align: center;
}
.cl-content .superior ul{
    padding-top: 28px;
    width: 100%;
}
.cl-content .superior ul li{
    float: left;
    padding: 0 15px;
    width: 33%;
    position: relative;
    /*border-right:1px solid #dcdcdc;*/
}
.cl-content .superior ul li:last-child{
    border-right: 0;
}
.cl-content .superior ul li .sup-inner{
    width: 100%;
}
.cl-content .superior ul li .sup-inner .sup-img{
    text-align: center;
    width: 100px;
    margin: 0 auto;
}
.cl-content .superior ul li .info h3{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding-top: 15px;
}
.cl-content .superior ul li .info p{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
}
.cl-content .superior ul li .line{
    position: absolute;
    right:0;
    top: 15px;
    display: block;
    width: 1px;
    height: 170px;
    background: #dcdcdc;
}
.cl-content .superior .sum-text{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}
.cl-content .about-process{
    padding-top: 50px;
}
.cl-content .about-process h3{
    font-size: 24px;
    line-height: 30px;
    color: #1362a4;
    text-align: center;
}
.cl-content .about-process span{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin-bottom: 25px;
    padding-top: 5px;
}
.cl-content .about-process .process-step{
    background: #fff;
    padding: 35px 30px;
}
.cl-content .process-step .step-inner{
    width: 85%;
    padding-left: 15%;
    float: left;
}
.step-inner .step-title{
    width: 119px;
    height: 45px;
    background: url(../bg/step.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.step-inner .step-left{
    border-left: 7px solid #d9d9d9;
    padding-top: 25px;
    margin-left: 9%;
    width: 91%;
    position: relative;
    float: left;
}
.step-inner .step-left .num{
    position: absolute;
    top:35px;
    left:-20px;
    width: 32px;
    height: 32px;
    border-radius:32px;
    background: #1362a4;
    color: #fff;
    text-align: center;
    line-height: 32px;
}
.step-inner .step-left .word{
    display: block;
    width: 74%;
    line-height: 30px;
    background: #dfdfdf;
    border-radius:60px;
    margin-left: 5%;
    padding:15px 25px;
    font-size: 18px;
}
@media (max-width: 768px){
    .cl-content .process-step .step-inner{
        width: 100%;
        padding-left: 0;
    }
    .step-inner .step-left .word{
        width: 95%;
    }
}
@media (max-width: 480px){
    .cl-content .superior {
        padding-top: 30px;
    }
    .cl-content .superior h3{
        font-size: 20px;
    }
    .cl-content .superior ul{
        padding-top: 18px;
    }
    .cl-content .superior ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .cl-content .superior ul li:last-child{
        margin-bottom: 0;
    }
    .cl-content .superior ul li .line{
        display: none;
    }
    .cl-content .superior ul li .sup-inner .sup-img{
        width: 80px;
    }
    .cl-content .superior ul li .info h3{
        font-size: 16px;
        line-height: 22px;
    }
    .cl-content .superior ul li .info p{
        font-size: 12px;
        line-height: 20px;
        padding-top: 5px;
    }
    .cl-content .superior .sum-text {
        font-size: 14px;
        line-height: 26px;
        padding-top: 15px;
    }
    .cl-content .about-process {
        padding-top: 30px;
    }
    .cl-content .about-process h3{
        font-size: 20px;
    }
    .cl-content .about-process span{
        font-size: 14px;
        line-height: 24px;
    }
    .cl-content .about-process .process-step{
        padding: 20px 15px;
    }
    .step-inner .step-title{
        font-size: 16px;
    }
    .step-inner .step-left{
        margin-left: 5%;
        width: 95%;
    }
    .step-inner .step-left .num{
        top: 30px;
    }
    .step-inner .step-left .word{
        font-size: 16px;
        line-height: 26px;
        padding: 8px 15px;
    }
}
@media (max-width: 360px){
    .step-inner .step-left .word{
        font-size: 14px;
    }
}
/* advisory-service 咨询服务 */
.advisory-info{
    background: #fff;
    padding:35px 30px;
}
.advisory-info h3{
    font-size: 24px;
    line-height: 30px;
    color: #1362a4;
    text-align: center;
}
.advisory-info .ad-img{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 25px 30px 0;
}
.advisory-info .ad-img a{
    display: block;
    width: 100%;
}
.advisory-info .ad-img img{
    width:100%;
}
.advisory-info .ad-img p{
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
}
.cl-content .ad-solution{
    padding-top: 55px;
}
.cl-content .ad-solution h3{
    font-size: 24px;
    color: #1362a4;
    text-align: center;
}
.cl-content .ad-solution span{
    text-align: center;
    font-size: 18px;
    display: block;
    padding-top: 20px;
}
.cl-content .ad-solution ul{
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
.cl-content .ad-solution ul li{
    float: left;
    width: 50%;
    height: 192px;
    margin-bottom: 20px;
}
.cl-content .ad-solution ul li:nth-child(odd){
    background: url(../bg/polygon-gray.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.cl-content .ad-solution ul li:nth-child(even){
    background: url(../bg/polygon-blue.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.cl-content .ad-solution ul li h4{
    font-size: 18px;
    color: #fff;
    padding:30px 60px 15px 30px;
}
.cl-content .ad-solution ul li:nth-child(even) h4{
    padding:30px 30px 15px 60px;
}
.cl-content .ad-solution ul li p{
    font-size: 14px;
    color: #fff;
    padding: 0 60px 0 30px;
}
.cl-content .ad-solution ul li:nth-child(even) p{
    padding: 0 30px 0 60px;
}
.cl-content .ad-solution span.s-fs{
    font-size: 16px;
    margin-bottom: 20px;
}
@media (max-width: 900px){
    .cl-content .ad-solution ul li:nth-child(odd){
        background: #666;
    }
    .cl-content .ad-solution ul li:nth-child(even){
        background: #0362a4;
    }
}
@media (max-width: 768px){
    .cl-content .ad-solution ul li h4,
    .cl-content .ad-solution ul li p{
        padding: 20px 40px 10px 20px;
    }
    .cl-content .ad-solution ul li:nth-child(even) h4,
    .cl-content .ad-solution ul li:nth-child(even) p {
        padding: 20px 20px 10px 40px;
    }
}
@media (max-width: 480px){
    .advisory-info{
        padding: 20px 15px;
    }
    .advisory-info h3{
        font-size: 20px;
    }
    .advisory-info .ad-img{
        padding: 12px 15px 0;
    }
    .advisory-info .ad-img p{
        font-size: 14px;
        line-height: 28px;
        padding-top: 20px;
    }
    .cl-content .ad-solution {
        padding-top: 30px;
    }
    .cl-content .ad-solution h3{
        font-size: 20px;
    }
    .cl-content .ad-solution span{
        font-size: 16px;
        line-height: 22px;
        padding-top: 10px;
    }
    .cl-content .ad-solution ul li{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .cl-content .ad-solution ul li h4{
        font-size: 16px;
        padding: 20px 30px;
    }
    .cl-content .ad-solution ul li:nth-child(even) h4{
        padding: 20px 30px;
    }
    .cl-content .ad-solution ul li p{
        font-size: 12px;
        line-height: 22px;
        padding: 0 30px 20px;
    }
    .cl-content .ad-solution ul li:nth-child(even) p{
        padding: 0 30px 20px;
    }
    .cl-content .ad-solution span.s-fs {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
/* intro-project 项目引进 */
.cl-content .intro{
    background: #fff;
    padding: 35px 30px;
}
.intro h3 {
    font-size: 24px;
    line-height: 30px;
    color: #1362a4;
    text-align: center;
}
.intro h4{
    font-size: 18px;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
}
/*
.intro span{
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}
*/
.intro ul{
    margin: 40px auto 20px;
    width: 100%;
}
.intro ul li{
    width: 31.6%;
    height: 200px;
    float: left;
    margin-right: 20px;
}
.intro ul li:last-child{
    margin-right: 0;
}
.intro ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.intro ul li a img{
    width: 100%;
}
@media (max-width: 880px){
    .intro ul li{
        width: 31%;
    }
}
@media (max-width: 675px){
    .intro ul li{
        width: 30%;
    }
}
@media (max-width: 480px){
    .cl-content .intro{
        padding: 20px 15px;
    }
    .intro h3{
        font-size: 20px;
    }
    .intro h4{
        font-size: 16px;
        line-height: 24px;
    }
    .intro span{
        font-size: 14px;
        padding-top: 12px;
        line-height: 22px;
    }
    .intro ul{
        margin: 20px auto 0;
    }
    .intro ul li{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
/* 新闻与活动 */
/* activities 活动信息 */
.cl-content .inner .head span.hide{
    display: none;
}
.cl-content .activity{
    margin: 20px auto 0;
    width: 100%;
}
.activity .carousel{
    margin-top: 0;
}
.activity .carousel-indicators .active{
    width: 13px;
    height: 13px;
    background: #1362a4;
}
.activity .carousel-caption{
    padding: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: url(../bg/tran0.5.png) repeat;
    left: 0;
    right: 0;
    bottom: 0;
}
.activity .carousel-caption p{
    padding-left: 20px;
    text-align: left;
}
.cl-content .act-list{
    margin: 0 auto 85px;
    width: 100%;
}
.cl-content .act-list ul li{
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    cursor: default;
}
.act-list ul li .inner{
    width: 100%;
    padding-left: 0;
}
.act-list ul li .act-img{
    width: 32%;
}
.act-list ul li .act-img img{
    width: 100%;
}
.act-list ul li .act-info{
    padding-left: 30px;
    width: 67%;
}
.act-list ul li .act-info h3{
    font-size: 18px;
    line-height: 40px;
}
.act-list ul li:hover .act-info h3{
    color: #1362a4;
}
.act-list ul li .act-info p{
    font-size: 14px;
}
.act-list ul li .act-info .read-more{
    margin-top: 10px;
    width: 143px;
    height: 39px;
    line-height: 39px;
    color: #1362a4;
    display: block;
    text-align: center;
    background: url(../bg/read-more.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.act-list ul li:hover .act-info .read-more{
    background-image: url(../bg/read-hover.png);
    color: #fff;
}
@media screen and (min-width: 768px){
    .activity .carousel-indicators {
        bottom: 10px;
    }
}
@media (max-width: 768px){
    .activity .carousel-caption{
        height: 50px;
        line-height: 50px;
    }
    .carousel-indicators{
        bottom: 0;
    }
}
@media (max-width: 640px){
    .act-list ul li .act-info{
        padding-left: 20px;
    }
    .act-list ul li .act-info h3{
        font-size: 16px;
        line-height: 24px;
    }
    .act-list ul li .act-info p {
        font-size: 12px;
        line-height: 18px;
        padding-top: 5px;
    }
    .act-list ul li .act-info .read-more{
        margin-top: 25px;
        width: 120px;
        height: 33px;
        line-height: 33px;
    }
}
@media (max-width: 480px){
    .carousel-indicators li{
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin: 0 5px 0 0;
    }
    .activity .carousel-indicators .active{
        width: 10px;
        height: 10px;
    }
    .activity .carousel-caption{
        height: 40px;
        line-height: 40px;
    }
    .activity .carousel-caption p{
        font-size: 12px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .cl-content .act-list{
        margin: 20px auto 40px;
    }
    .cl-content .act-list ul li{
        padding: 10px 0;
    }
    .act-list ul li .act-img{
        width: 100%;
        margin-bottom: 10px;
    }
    .act-list ul li .act-info {
        width: 100%;
        padding-left: 0;
    }
}
/* 关于我们 */
/* about-us 关于我们 */
.cl-content .about-info{
    background: #fff;
    padding:35px 30px;
}
.cl-content .about-info p{
    font-size: 16px;
    line-height: 28px;
}
.cl-content .about-odds{
    padding-top: 55px;
}
.cl-content .about-odds h3{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #1362a4;
}
.cl-content .about-odds ul li{
    width: 48%;
    padding: 25px 30px;
    background: #fff;
    margin-top: 25px;
    margin-right: 30px;
    float: left;
}
.cl-content .about-odds ul li:nth-child(even) {
    margin-right: 0;
}
.cl-content .about-odds ul li a{
    color: #1362a4;
    font-size: 18px;
    display: block;
    line-height: 50px;
    width: 100%;
}
.cl-content .about-odds ul li a p{
    display: inline-block;
    float: right;
    width: 80%;
}
.cl-content .about-item{
    padding-top: 40px;
    width: 100%;
}
.about-item ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-item ul li:last-child{
    margin-bottom: 0;
}
.about-item ul li .item-img{
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
}
.about-item  ul li .item-img a{
    display: block;
}
.about-item ul li .item-img img{
    width: 100%;
}
.about-item  ul li .item-img .details{
    width: 100%;
    height: 100%;
    background: url(../bg/tran0.2.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.about-item  ul li .item-img .details2{
    background: url(../bg/tran0.6.png) repeat;
}
.about-item  ul li .item-img .details .info{
    padding:60px 30px 0;
}
.about-item  ul li .item-img .details h3{
    font-size: 24px;
}
.about-item  ul li .item-img .details span{
    width: 59px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    display: block;
    margin: 20px auto 40px;
}
.about-item  ul li .item-img .details p{
    font-size: 16px;
}
.cl-content .about-partner{
    margin-top: 40px;
    background: #fff;
    padding:40px 0 20px;
}
.cl-content .about-partner h3{
    text-align: center;
    color: #1362a4;
    font-size: 24px;
}
.cl-content .about-partner ul{
    padding:30px 20px 0 30px;
}
.cl-content .about-partner ul li{
    float: left;
    border:2px solid #f3f3f3;
    margin-right: 17px;
    margin-bottom: 20px;
    width: 23.2%;
}
.cl-content .about-partner ul li.last{
    margin-right: 0;
}
.cl-content .about-partner ul li a{
    display: block;
}
.cl-content .about-partner ul li img{
    width: 100%;
}
@media (max-width: 980px){
    .cl-content .about-odds ul li{
        width: 100%;
        margin-right: 0;
    }
    .cl-content .about-odds ul li a p{
        width: 85%;
    }
}
@media (max-width: 880px){
    .about-item  ul li .item-img .details .info{
        padding: 40px 20px 0;
    }
}
@media (max-width: 810px){
    .cl-content .about-partner ul li{
        width: 23%;
    }
}
@media (max-width: 768px){
    .about-item  ul li .item-img .details .info{
        padding: 30px 15px 0;
    }
    .about-item  ul li .item-img .details h3{
        font-size: 20px;
    }
    .about-item  ul li .item-img .details span{
        height: 3px;
        border-radius: 3px;
        margin: 15px auto 30px;
    }
    .about-item  ul li .item-img .details p{
        font-size: 14px;
        line-height: 22px;
    }
}
@media (max-width: 735px){
    .cl-content .about-partner ul li {
        width: 47%;
    }
    .cl-content .about-partner ul li:nth-child(even){
        margin-right: 0;
    }
}
@media (max-width: 480px){
    .cl-content .about-info{
        padding: 20px 15px;
    }
    .cl-content .news-detail img{
       width:100%!important;
       height:auto!important;
    }
    .cl-content .about-info p{
        font-size: 14px;
        line-height: 26px;
    }
    .cl-content .about-info p img{
        width:100%!important;
        height:auto!important;
    }
    .cl-content .about-odds {
        padding-top: 30px;
    }
    .cl-content .about-odds h3{
        font-size: 20px;
    }
    .cl-content .about-odds ul li{
        margin-top: 15px;
        padding: 12px 15px;
    }
    .cl-content .about-odds ul li a{
        font-size: 16px;
        line-height: 40px;
    }
    .cl-content .about-item{
        padding-top: 20px;
    }
    .about-item ul li .item-img .details .info {
        padding: 20px 10px 0;
    }
    .about-item  ul li .item-img .details h3{
        font-size: 18px;
    }
    .about-item  ul li .item-img .details span{
        height: 2px;
        border-radius: 2px;
        margin: 10px auto 20px;
    }
    .about-item ul li .item-img .details p {
        font-size: 12px;
        line-height: 18px;
    }
    .cl-content .about-partner{
        margin-top: 20px;
        padding: 20px 0 10px;
    }
    .cl-content .about-partner h3{
        font-size: 20px;
    }
    .cl-content .about-partner ul{
        padding: 15px 10px 0 15px;
    }
}
@media (max-width: 413px){
    .about-item ul li .item-img .details p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width: 360px){
    .cl-content .about-odds ul li a{
        font-size: 14px;
    }
    .cl-content .about-odds ul li a p {
        width: 87%;
    }
    .cl-content .about-partner ul li {
        width: 46%;
    }
}


/*程序更新*/
 .intro ul {
            clear: both;
            zoom: 1;
            display: table;
        }
.cl-content .inner .head span{background:none!important}

.cl-r-info .intro h1{font-size:16px!important}
.cl-r-info .intro a{font-size:16px!important}

/*20170630添加*/
.s-banner{
    position: relative;
    margin: 70px auto 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.s-banner .img{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.s-banner .img img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.s-banner .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 51px;
    line-height: 51px;
    background: url(../bg/tran0.5.png) repeat;
}
.s-banner .info p{
    display: inline-block;
    padding-left: 22.5%;
    font-size: 22px;
    color: #fff;
    width:100%;
}
.s-banner .info p span{
    padding-left:5%;
    font-size: 14px;
}
@media (max-width: 1200px){
    .s-banner .info{
        padding: 0 2%;
    }
    .s-banner .info p{
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .s-banner{
        margin-top: 50px;
    }
}
@media (max-width: 480px){
    .s-banner .info {
        height: auto;
        line-height: 23px;
        padding: 10px 0;
        min-height: 45px;
    }
    .s-banner .info p{
        font-size: 18px;
    }
}
.cl-content{
    margin: 0 auto;
    /*padding: 20px 0 40px;*/
}
.cl-content .title{
    padding-top: 0;
}
@media (max-width: 767px){
    .cl-content{
        margin-top: 0;
    }
}


/*2017-08-25 18:18:50*/
.register_code .word{
    padding:20px 70px;
}
.register_code .word input{
    line-height:42px;height:42px;border:1px #eee solid;
    width:59%;
    padding-left:10px;
}
.register_code .word img{border:1px #eee solid;}
