a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.cp-title2 a.active2,
.cp-title2 a.active2:hover {
    background: #ffffff;
    cursor: default;
}

a {
    color: #333333;
}

@media screen and (min-width:280px) and (max-width: 767px) {
    .diedai {
        height: 45px !important;
    }
    /* 背景图 */
    #beijingtu {
        background: url(../../images/wap_chenggong.png) center center no-repeat;
        height: 350px;
    }
    #beijingtu_wenzi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #beijingtu_wenzi_p1 {
        font-size: 60px;
        color: #fff;
    }
    #beijingtu_wenzi_p2 {
        font-size: 18px;
        color: #fff;
    }
    .container {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
    }
    .cp-title {
        white-space: nowrap;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .cp-title a {
        float: left;
        display: block;
        font-size: 14px;
        line-height: 36px;
        padding: 0 30px;
        border-radius: 18px;
    }
    .cp-title a.active,
    .cp-title a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
        text-decoration: none;
    }
    .cp-title2 {
        height: 54px;
        margin-bottom: 20px;
        background: #fcfcfc;
        width: 100%;
        border-top: 1px solid #ececec;
        z-index: 100;
        position: relative;
        box-shadow: 0px 5px 10px 0px rgba(223, 223, 223, 0.75);
    }
    .container::-webkit-scrollbar {
        display: none;
        /*隐藏滚动条*/
    }
    .cp-title2 a {
        font-size: 14px;
        padding: 10px 30px;
        line-height: 54px;
        border-radius: 36px;
    }
    .cp-title2 a.active,
    .cp-title2 a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
        text-decoration: none;
    }
    .cp-title2.pos {
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .cp-box {
        height: 380px;
    }
    .cp-box .container {
        height: 380px;
        margin: 0 auto;
        display: flex;
        width: 1100px;
        align-items: center;
    }
    .cp-box .container>div {
        width: 50%;
    }
    .cp-text h1 span {
        display: inline-block;
        font-size: 40px;
        color: #666666;
        padding: 0 3px;
        border-bottom: 3px solid #E7141A;
        padding-bottom: 5px;
    }
    .cp-text h2 {
        font-size: 30px;
        color: #5e5e5e;
        margin-top: 48px;
        margin-bottom: 16px;
    }
    .cp-text p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        width: 420px;
    }
    .pull-right .cp-text {
        float: right;
        margin-right: 36px;
    }
    .cp-bj {
        background: #f2f2f2;
    }
    /*案例*/
    .case {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .case>.container {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cp-title span {
        float: left;
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 36px;
        padding: 0;
        border-radius: 18px;
        margin-right: 10px;
    }
    .cp-title2 span {
        font-size: 14px;
        border-radius: 15px;
        margin-right: 5px;
    }
    .case-box {
        position: relative;
        width: 100%;
        
        margin-bottom: 10px;
    }
    .case-box>div {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .case-box>div .phone {
        display: none;
        width: 50%;
        position: absolute;
        bottom: -200px;
        right: 10px;
        text-align: center;
        height: 200px;
        background: url(../../images/chenggonganli8.png) top center;
        background-size: 100%;
        transition-duration: 0.3s;
    }
    .case-box>div:hover .phone {
        bottom: 0;
    }
    .case-box>div .phone span {
        margin-top: 64px;
        margin-bottom: 14px;
        display: inline-block;
        color: #999999;
        font-size: 12px;
    }
    .case-box>div .phone img {
        width: 85px;
        height: 85px;
    }
    .case-box div>a img {
        width: 100%;
        border: 1px solid #eaeaea;
    }
    .case-box>p span.pull-left {
        width: 100%;
        /* 必须指定宽度 */
        text-overflow: ellipsis;
        /* //超出文字显示为省略号 */
        overflow: hidden;
        /* //隐藏超出部分 */
        font-size: 18px;
        color: #333333;
    }
    .case-box>p span.pull-right {
        font-size: 12px;
        color: #898989;
    }
    .case-box>p {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }
    .case-box>p span.pull-right img {
        margin-right: 10px;
    }
    .case-box>span {
        color: #999999;
        font-size: 14px;
    }
    .case-box>span b {
        color: #6684f2;
        font-weight: normal;
    }
    .page ul {
        display: table;
        margin: 30px auto 40px;
    }
    .page ul li {
        display: inline;
        list-style: none;
        float: left;
        margin: 0 5px;
    }
    .page ul li a {
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 50%;
        color: #b7b7b7;
        display: block;
        line-height: 35px;
        font-size: 13px;
    }
    /* 分页符 */
    .htmleaf-content {
        margin-top: 50px;
        display: block;
    }
    .pagination-outer {
        text-align: center;
    }
    .pagination {
        font-family: 'Rubik', sans-serif;
        display: inline-flex;
        position: relative;
    }
    .pagination li a.page-link {
        color: #000;
        background-color: transparent;
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
        height: 40px;
        width: 40px;
        margin: 0 5px 10px;
        border: none;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease 0s;
    }
    .pagination li.active a.page-link,
    .pagination li a.page-link:hover,
    .pagination li.active a.page-link:hover {
        color: #fff;
        background: linear-gradient(203deg, #189DF8, #247DE1);
        border-radius: 50%;
    }
    .pagination li:first-child a.page-link:hover,
    .pagination li:last-child a.page-link:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    }
    .pagination li a.page-link:before {
        content: attr(data-hover);
        color: rgba(255, 255, 255, 0.2);
        font-size: 80px;
        font-weight: 700;
        height: 100%;
        width: 100%;
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .pagination li a.page-link:hover:before,
    .pagination li.active a.page-link:before {
        opacity: 1;
        top: 10px;
    }
    @media only screen and (max-width: 480px) {
        .pagination {
            display: block;
        }
        .pagination li {
            margin-bottom: 10px;
            display: inline-block;
        }
    }
    .htmleaf-content {
        display: none;
    }
    /* 加载 */
    .loader {
        display: block;
        position: relative;
        height: 100px;
        margin-bottom: 20px;
        width: 100%;
    }
    .loader-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50, -50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .diedai {
        height: 45px !important;
    }
    /* 背景图 */
    #beijingtu {
        background: url(../../images/wap_chenggong.png) center center no-repeat;
        height: 718px !important;
    }
    #beijingtu_wenzi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #beijingtu_wenzi_p1 {
        font-size: 60px;
        color: #fff;
    }
    #beijingtu_wenzi_p2 {
        font-size: 18px;
        color: #fff;
    }
    .container {
        width: 100%;
        padding: 10px 20px;
        white-space: nowrap;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
    }
    .cp-title {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .cp-title a {
        float: left;
        display: block;
        font-size: 14px;
        line-height: 36px;
        padding: 0 30px;
        border-radius: 18px;
        margin-right: 30px;
    }
    .cp-title a.active,
    .cp-title a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
        text-decoration: none;
    }
    .cp-title2 {
        height: 76px;
        margin-bottom: 20px;
        background: #fcfcfc;
        width: 100%;
        border-top: 1px solid #ececec;
        z-index: 100;
        position: relative;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15)
    }
    .cp-title2 a {
        font-size: 14px;
        padding: 10px 30px;
        line-height: 76px;
        border-radius: 36px;
    }
    .cp-title2 a.active,
    .cp-title2 a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
        text-decoration: none;
    }
    .cp-title2.pos {
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .cp-box {
        height: 380px;
    }
    .cp-box .container {
        height: 380px;
        margin: 0 auto;
        display: flex;
        width: 1100px;
        align-items: center;
    }
    .cp-box .container>div {
        width: 50%;
    }
    .cp-text h1 span {
        display: inline-block;
        font-size: 40px;
        color: #666666;
        padding: 0 3px;
        border-bottom: 3px solid #E7141A;
        padding-bottom: 5px;
    }
    .cp-text h2 {
        font-size: 30px;
        color: #5e5e5e;
        margin-top: 48px;
        margin-bottom: 16px;
    }
    .cp-text p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        width: 420px;
    }
    .pull-right .cp-text {
        float: right;
        margin-right: 36px;
    }
    .cp-bj {
        background: #f2f2f2;
    }
    /*案例*/
    .case {
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .case>.container {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cp-title span {
        float: left;
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 36px;
        padding: 0;
        border-radius: 18px;
        margin-right: 10px;
    }
    .cp-title2 span {
        font-size: 14px;
        line-height: 76px;
        border-radius: 15px;
        margin-right: 10px;
    }
    .case-box {
        position: relative;
        width: 50%;
        padding: 0px 5px;
        margin-top: 5px;
        /* margin-bottom: 15px; */
    }
    .case-box>div {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .case-box>div .phone {
        display: none;
        width: 50%;
        position: absolute;
        bottom: -200px;
        right: 10px;
        text-align: center;
        height: 200px;
        background: url(../../images/chenggonganli8.png) top center;
        background-size: 100%;
        transition-duration: 0.3s;
    }
    .case-box>div:hover .phone {
        bottom: 0;
    }
    .case-box>div .phone span {
        margin-top: 64px;
        margin-bottom: 14px;
        display: inline-block;
        color: #999999;
        font-size: 12px;
    }
    .case-box>div .phone img {
        width: 85px;
        height: 85px;
    }
    .case-box div>a img {
        width: 100%;
        border: 1px solid #eaeaea;
    }
    .case-box>p span.pull-left {
        font-size: 14px;
        color: #333333;
    }
    .case-box>p span.pull-right {
        font-size: 12px;
        color: #898989;
    }
    .case-box>p {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
    }
    .case-box>p span.pull-right img {
        margin-right: 10px;
    }
    .case-box>span {
        color: #999999;
        font-size: 14px;
    }
    .case-box>span b {
        color: #6684f2;
        font-weight: normal;
    }
    .page ul {
        display: table;
        margin: 30px auto 40px;
    }
    .page ul li {
        display: inline;
        list-style: none;
        float: left;
        margin: 0 5px;
    }
    .page ul li a {
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 50%;
        color: #b7b7b7;
        display: block;
        line-height: 35px;
        font-size: 13px;
    }
    /* 分页符 */
    .htmleaf-content {
        margin-top: 50px;
        display: block;
    }
    .pagination-outer {
        text-align: center;
    }
    .pagination {
        font-family: 'Rubik', sans-serif;
        display: inline-flex;
        position: relative;
    }
    .pagination li a.page-link {
        color: #000;
        background-color: transparent;
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
        height: 40px;
        width: 40px;
        margin: 0 5px 10px;
        border: none;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease 0s;
    }
    .pagination li.active a.page-link,
    .pagination li a.page-link:hover,
    .pagination li.active a.page-link:hover {
        color: #fff;
        background: linear-gradient(203deg, #189DF8, #247DE1);
        border-radius: 50%;
    }
    .pagination li:first-child a.page-link:hover,
    .pagination li:last-child a.page-link:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    }
    .pagination li a.page-link:before {
        content: attr(data-hover);
        color: rgba(255, 255, 255, 0.2);
        font-size: 80px;
        font-weight: 700;
        height: 100%;
        width: 100%;
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .pagination li a.page-link:hover:before,
    .pagination li.active a.page-link:before {
        opacity: 1;
        top: 10px;
    }
    @media only screen and (max-width: 480px) {
        .pagination {
            display: block;
        }
        .pagination li {
            margin-bottom: 10px;
            display: inline-block;
        }
    }
    .htmleaf-content {
        display: none;
    }
    /* 加载 */
    .loader {
        display: block;
        position: relative;
        height: 100px;
        width: 100%;
        margin-bottom: 20px;
    }
    .loader-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50, -50%);
    }
}

@media screen and (min-width:1200px) {
    .diedai {
        height: 45px !important;
    }
    .container {
        width: 100%;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
    }
    /* 背景图 */
    #beijingtu {
        background: url(../../images/pc_chenggong.png) no-repeat;
        background-size: cover;
        height: 482px;
    }
    #beijingtu_wenzi {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #beijingtu_wenzi_p1 {
        font-size: 60px;
        color: #fff;
    }
    #beijingtu_wenzi_p2 {
        font-size: 18px;
        color: #fff;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .cp-title {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0px;
        /* margin-top: 22px; */
        /* margin-bottom: 19px; */
    }
    .cp-title a {
        float: left;
        display: block;
        font-size: 14px;
        line-height: 36px;
        padding: 0 30px;
        border-radius: 18px;
        margin-right: 30px;
    }
    .cp-title a.active,
    .cp-title a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
        text-decoration: none;
    }
    .cp-title2 {
        height: 76px;
        margin-bottom: 20px;
        background: #fcfcfc;
        width: 100%;
        border-top: 1px solid #ececec;
        z-index: 100;
        position: relative;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15)
    }
    .cp-title2 a {
        padding: 10px 30px;
        line-height: 76px;
        border-radius: 36px;
        margin-right: 30px;
    }
    .cp-title2 a.active,
    .cp-title2 a:hover {
        background: linear-gradient(203deg, #189DF8, #247DE1);
        color: #FFFFFF;
        text-decoration: none;
    }
    .cp-title2.pos {
        position: fixed;
        top: 0;
        z-index: 99;
    }
    .cp-box {
        height: 380px;
    }
    .cp-box .container {
        height: 380px;
        margin: 0 auto;
        display: flex;
        width: 1100px;
        align-items: center;
    }
    .cp-box .container>div {
        width: 50%;
    }
    .cp-text h1 span {
        display: inline-block;
        font-size: 40px;
        color: #666666;
        padding: 0 3px;
        border-bottom: 3px solid #E7141A;
        padding-bottom: 5px;
    }
    .cp-text h2 {
        font-size: 30px;
        color: #5e5e5e;
        margin-top: 48px;
        margin-bottom: 16px;
    }
    .cp-text p {
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        width: 420px;
    }
    .pull-right .cp-text {
        float: right;
        margin-right: 36px;
    }
    .cp-bj {
        background: #f2f2f2;
    }
    /*案例*/
    .case {
        width: 1200px;
        margin: 0 auto;
        /* padding-top: 30px; */
    }
    .case>.container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        box-shadow: none !important;
    }
    .cp-title span {
        float: left;
        display: block;
        font-size: 14px;
        color: #333333;
        line-height: 36px;
        padding: 0;
        border-radius: 18px;
        margin-right: 10px;
    }
    .cp-title2 span {
        font-size: 14px;
        line-height: 76px;
        border-radius: 15px;
        margin-right: 10px;
    }
    .case-box {
        width: 377px;
        float: left;
        margin-top: 50px;
        margin-right: 30px;
        display: block;
    }
    .case-box:nth-of-type(3n+3),
    .case-1 {
        margin-right: 0px;
    }
    .case-box>div {
        width: 377px;
        height: 254px;
        overflow: hidden;
        position: relative;
    }
    .case-box>div .phone {
        display: block;
        width: 136px;
        position: absolute;
        bottom: -200px;
        right: 10px;
        text-align: center;
        height: 200px;
        background: url(../../images/chenggonganli8.png) top center;
        background-size: 100%;
        transition-duration: 0.3s;
    }
    .case-box>div:hover .phone {
        bottom: 0;
    }
    .case-box>div .phone span {
        margin-top: 64px;
        margin-bottom: 14px;
        display: inline-block;
        color: #999999;
        font-size: 12px;
    }
    .case-box>div .phone img {
        width: 85px;
        height: 85px;
    }
    .case-box div>a img {
        width: 375px;
        height: 252px;
        border: 1px solid #eaeaea;
    }
    .case-box>p span.pull-left>a {
        font-size: 16px;
        color: #333333;
    }
    .case-box>p span.pull-left>a:hover {
        color: #247DE1;
    }
    .case-box>p span.pull-right {
        font-size: 12px;
        color: #898989;
    }
    .case-box>p {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .case-box>p span.pull-right img {
        margin-right: 10px;
    }
    .case-box>span {
        color: #999999;
        font-size: 14px;
    }
    .case-box>span b {
        color: #6684f2;
        font-weight: normal;
    }
    .page ul {
        display: table;
        margin: 30px auto 40px;
    }
    .page ul li {
        display: inline;
        list-style: none;
        float: left;
        margin: 0 5px;
    }
    .page ul li a {
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 50%;
        color: #b7b7b7;
        display: block;
        line-height: 35px;
        font-size: 13px;
    }
    /* 分页符 */
    .htmleaf-content {
        margin-top: 50px;
        display: block;
    }
    .pagination-outer {
        text-align: center;
    }
    .pagination {
        font-family: 'Rubik', sans-serif;
        display: inline-flex;
        position: relative;
    }
    .pagination li a.page-link {
        color: #b8b8b8;
        background-color: transparent;
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
        height: 40px;
        width: 40px;
        margin: 0 5px 10px;
        border: none;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease 0s;
    }
    .pagination li.active a.page-link,
    .pagination li a.page-link:hover,
    .pagination li.active a.page-link:hover {
        color: #fff;
        background: linear-gradient(203deg, #189DF8, #247DE1);
        border-radius: 50%;
    }
    .pagination li:first-child a.page-link:hover,
    .pagination li:last-child a.page-link:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    }
    .pagination li a.page-link:before {
        content: attr(data-hover);
        color: rgba(255, 255, 255, 0.2);
        font-size: 80px;
        font-weight: 700;
        height: 100%;
        width: 100%;
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .pagination li a.page-link:hover:before,
    .pagination li.active a.page-link:before {
        opacity: 1;
        top: 10px;
    }
    @media only screen and (max-width: 480px) {
        .pagination {
            display: block;
        }
        .pagination li {
            margin-bottom: 10px;
            display: inline-block;
        }
    }
    .htmleaf-content {
        display: block;
    }
    /* 加载 */
    .loader {
        display: none;
    }
}