.mobile2,
.mobile3,
.mobile4 {
    display: none;
}


/*banner*/

.kv {
    position: relative;
}

.kv img {
    width: 100%;
}

.kv_tet {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 22%;
    color: #fff;
    font-size: 56px;
    font-weight: bold;
}

.news-page .kv_tet {
    color: #000;
}

.kv_tet .line {
    background-color: #fff;
    height: 4px;
    width: 2em;
    margin-top: 0.6em;
}

.news-page .kv_tet .line {
    background-color: #000;
}


/*成功案例*/

.case_hot {
    margin-bottom: 5.7%;
}

.case_hot h1 {
    padding: 74px 0 50px;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.case_hot .swiper-slide {
    padding-bottom: 56px;
}

.case_hot .swiper-slide a .case_hot_cont {
    background-color: #e8e8e8;
    display: block;
    position: relative;
}

.case_hot_tet {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 42.5%;
    height: 100%;
    -webkit-display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    -moz-display: flex;
    -moz-align-items: center;
    -moz-justify-content: center;
    -moz-flex-direction: column;
    -ms-display: flex;
    -ms-align-items: center;
    -ms-justify-content: center;
    -ms-flex-direction: column;
    -o-display: flex;
    -o-align-items: center;
    -o-justify-content: center;
    -o-flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.case_hot_tet h2 {
    width: 354px;
    max-width: 80%;
    margin: 0 auto;
    font-size: 30px;
    color: #000;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case_hot_tet .time {
    font-size: 1.18em;
    color: #888;
    margin-top: 1em;
}

.news-page .case_hot_tet h2 {
    width: auto;
    line-height: 1.2;
    max-height: 3.6em;
    white-space: normal;
    overflow: visible;
}

.case_hot_tet p {
    width: 354px;
    max-width: 80%;
    margin: 7.73% auto;
    font-size: 18px;
    line-height: 2;
    height: 6em;
    color: #666;
    text-align: left;
}

.news-page .case_hot_tet p {
    width: auto;
    height: 8em;
}

.case_hot_btn {
    display: block;
    width: 186px;
    height: 58px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin: 0 auto;
    border: #464646 solid 1px;
    border-radius: 50px;
    letter-spacing: 5px;
    transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
}

.case_hot_btn:hover {
    background-color: #000;
    color: #fff;
}

.case_hot_btn span {
    letter-spacing: 0;
    padding-left: 10px;
}

.case_hot_cont .f-right {
    width: 57.5%;
}

.case_hot .swiper-pagination-bullet {
    border: #000 solid 1px;
    background-color: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.case_hot .swiper-pagination-bullet-active {
    background-color: #000;
}

.page_cont {
    padding-top: 50px;
}

.news-page .page_cont {
    padding-top: 0;
}

.page_cont li {
    float: left;
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 30px;
    border: #f2f2f2 solid 1px;
}

.page_cont li:nth-child(3n) {
    margin-right: 0;
}

.page_cont li:hover {
    box-shadow: #cbcbcb 0 5px 10px;
}

.page_cont li img {
    width: 100%;
}

.page_cont li .case_tet {
    padding: 26px;
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
}

.page_cont li .case_tet .case_tit {
    font-size: 20px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;
    height: 1em;
    float: left;
}

.page_cont li .case_tet .time {
    font-size: 1.18em;
    color: #888;
    float: right;
    padding-top: 0.5em;
}

.page_cont li .case_tet p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    width: 100%;
    clear: both;
}

.page_cont li:hover .case_tet .case_tit,
.page_cont li:hover .case_tet p,
.page_cont li:hover .case_tet .time {
    color: #2a71b9;
}


/*滚动 */

.loading {
    margin: 3% 0;
    padding-bottom: 15px;
    font-size: 14px;
    color: #aaa;
    text-align: center;
}

.loading img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.loading1 {
    color: #ddd;
    font-size: 14px;
    margin: 3% 0;
    text-align: center;
}

.loading1 span.loading_tet {
    padding: 0 5px;
    display: inline-block;
}

.loading1 span.line {
    vertical-align: middle;
    line-height: 20px;
    height: 20px;
    width: 30px;
    display: inline-block;
    background-image: url(../images/loading.png);
    background-repeat: no-repeat;
    background-position: center;
}


/*成功案例详情页*/

.detailpage #header {
    box-shadow: #ededed 0 5px 10px;
}

.page_main {
    margin-top: 90px;
    line-height:20px;
}

.detailpage #main {
    background-color: #f1f1f1;
}

.detailpage #main .inner {
    background-color: #fff;
    padding: 0 2.5%;
}


.detailpage #main .time {
    text-align: center;
    color: #777;
    font-size: 16px;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 50px;
}
.page_main .time {
    text-align: center;
    color: #777;
    font-size: 16px;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 50px;
}

.page_main h1 {
    padding-top: 66px;
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 1;
}

.page_main p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-indent: 2em;
}

.page_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
}

.page_main .page_btn {
    margin-top: 50px;
    padding-bottom: 70px;
    position: relative;
}

.page_main .prev_next {
    max-width: 80%;
}

.page_main .prev_next a {
    color: #666;
    font-size: 16px;
    display: block;
    line-height: 1;
    padding-bottom: 15px;
}

.page_main .prev_next a.last {
    padding-bottom: 0;
}

.page_main .prev_next a span.blue {
    transition: .3s linear;
    -moz-transition: .3s linear;
    -webkit-transition: .3s linear;
}

.page_main .prev_next a:hover span.blue {
    color: #2a71b9;
    text-decoration: underline;
}

.page_main .back {
    position: absolute;
    right: 0;
    top: 15.5px;
}

.page_main .back a {
    display: block;
    font-size: 16px;
    color: #2a71b9;
    line-height: 1;
}

.page_main .page_date {
    text-align: center;
    color: #ccc;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 30px;
}

.page_main .page_date img {
    display: inline-block;
    padding: 2px 8px 0 0;
}

.page_main.news_page h1 {
    padding-bottom: 30px;
}

.tab-controls a {
    font-size: 20px;
    color: #000;
    width: 11.11%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    overflow: hidden;
    border-radius: 1.25em;
    display: inline-block;
    vertical-align: top;
}

.tab-controls a.active,
.tab-controls a:hover {
    background-color: #e8e8e8;
}

.tab-content .content {
    display: none;
}

.tab-content .content.active {
    display: block;
}

@media only screen and (max-width:1366px) {
    .case_hot_tet h2 {
        font-size: 20px;
    }
    .case_hot_tet p {
        font-size: 14px;
    }
    .case_hot_btn {
        font-size: 14px;
        width: 140px;
        height: 44px;
        line-height: 42px;
    }
}

@media only screen and (max-width:1024px) {
    /*成功案例*/
    .case_hot_btn:hover {
        background-color: #e8e8e8;
        color: #000;
    }
    /*成功案例详情页 */
    .page_main .prev_next a:hover span.blue {
        color: #666;
        text-decoration: none;
    }
}

@media only screen and (max-width:1023px) {
    .mobile1 {
        display: block;
    }
    .web1 {
        display: none;
    }
    .mobile2 {
        display: block;
    }
    /*banner*/
    .kv_tet {
        font-size: 2.33em;
        bottom: 15.86%;
    }
    .kv_tet .line {
        height: 2px;
    }
    /*成功案例*/
    .case_hot h1 {
        padding: 35px 0 22.5px;
        font-size: 1.9em;
    }
    .case_hot .swiper-slide {
        padding-bottom: 30px;
    }
    .case_hot_tet h2 {
        width: 354px;
        max-width: 80%;
        font-size: 2em;
    }
    .case_hot_tet .time {
        font-size: 1em;
        margin-top: 1em;
    }
    .case_hot_tet p {
        width: 354px;
        max-width: 80%;
        font-size: 1.4em;
    }
    .case_hot_btn {
        width: 140px;
        max-width: 80%;
        height: 38px;
        line-height: 36px;
        font-size: 1.4em;
        letter-spacing: 2px;
    }
    .case_hot_btn span {
        padding-left: 5px;
    }
    .case_hot .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .page_cont {
        padding-top: 20px;
    }
    .news-page .page_cont {
        padding-top: 0;
    }
    .page_cont li {
        margin-bottom: 15px;
    }
    .page_cont li:hover {
        box-shadow: none;
    }
    .page_cont li .case_tet {
        padding: 10px 8px;
    }
    .page_cont li .case_tet .case_tit {
        font-size: 1.8em;
        margin-bottom: 10px;
        float: none;
    }
    .page_cont li .case_tet .time {
        font-size: 1em;
    }
    .page_cont li .case_tet p {
        font-size: 1.4em;
        line-height: 1.8em;
        height: 3.6em;
        margin-bottom: 0;
    }
    /*成功案例详情页*/
    .detailpage #header {
        box-shadow: #ededed 0 2px 5px;
    }
    .page_main {
        margin-top: 52px;
    }
    .page_main h1 {
        padding-top: 30px;
        font-size: 2em;
        line-height: 1.5;
    }
    .page_main p {
        font-size: 1.2em;
    }
    .page_main img {
        padding: 20px 0;
    }
    .page_main .page_btn {
        margin-top: 25px;
        padding-bottom: 24px;
    }
    .page_main .prev_next a {
        font-size: 1.3em;
        padding-bottom: 8px;
    }
    .page_main .back {
        top: 10px;
    }
    .page_main .back a {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        font-size: 1.3em;
    }
    .page_main .page_date {
        font-size: 1.4em;
        padding-bottom: 20px;
    }
    .page_main .page_date img {
        padding: 0 3px 0 0;
    }
    .page_main.news_page h1 {
        padding-bottom: 15px;
    }
    .tab-controls a {
        font-size: 1em;
        width: 33.3%;
    }
}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:768px) {
    /*成功案例*/
    .page_cont {
        padding-bottom: 0px;
    }
    .page_cont li {
        width: 49%;
        margin-right: 0;
    }
    .page_cont li:nth-child(2n) {
        float: right;
    }
    .case_hot_tet h2 {
        font-size: 1.625em;
    }
    .case_hot_tet p {
        font-size: 1.125em;
    }
}

@media only screen and (max-width:568px) {
    /*成功案例*/
    .case_hot_tet {
        margin-top: 0;
        width: 100%;
        position: static;
        padding: 30px 0;
    }
    .case_hot_cont .f-right {
        width: 100%;
    }
    .case_hot_tet h2 {
        font-size: 2em;
    }
    .case_hot_tet p {
        font-size: 1.4em;
    }
}

@media only screen and (max-width:414px) {
    .mobile2 {
        display: none;
    }
    .mobile3,
    .mobile4 {
        display: block;
    }
    /*成功案例*/
    .page_cont li {
        margin-bottom: 10px;
    }
    .page_cont li .case_tet .case_tit {
        font-size: 1.4em;
        margin-bottom: 8px;
    }
    .page_cont li .case_tet p {
        font-size: 1.2em;
        line-height: 1.4em;
        height: 2.8em;
    }
    /*成功案例详情*/
    .page_main .prev_next a {
        display: inline-block;
        color: #2a71b9;
        font-size: 1.6em;
        padding-bottom: 0px;
    }
    .page_main .prev_next a.last {
        margin-left: 30px;
    }
    .page_main .prev_next a span {
        display: none;
    }
    .page_main .back {
        top: 0;
    }
    .page_main .back a {
        font-size: 1.6em;
    }
}