﻿/* ---------------nar-bar----------------- */
@media screen and (max-width: 1199px) {
    header {
        position: relative;
    }

    header nav,
    header .contact-btn,
    header .phone-nav {
        display: none;
    }

    header .phone-nav {
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #fff;
        z-index: 100;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }

    header .phone-nav a {
        color: #000;
        font-size: 16px;
        width: 100%;
        display: block;
        height: 3em;
        line-height: 3em;
        text-align: center;
    }

    header .phone-nav a:hover,
    header .phone-nav a.active {
        color: #6baa57;
    }

    .bg-img .c-content {
        width: 60%;
    }

    .bg-img .c-content h5 {
        margin-bottom: 25px;
    }

    .bg-img .c-content p {
        margin-top: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        /* height: 60px; */
        font-size: 14px;
        line-height: 23px;
    }

    .i-c-a .content h3 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1200px) {
    .hamburger,
    .phone-nav {
        display: none;
    }

    header {
        margin-top: 26px;
    }

    header .containershouye {
        width: 1070px;
        margin: 0px auto;
    }
}

@media screen and (min-width: 971px) and (max-width: 1205px) {
    header nav a {
        margin-right: 50px;
    }

    header nav .contact-btn {
        width: 120px;
        height: 40px;
    }


}

/* ------------index page----------------- */
@media screen and (max-width: 767px) {
    .i-c-b .content .title {
        margin: 5% 0;
    }

    .i-c-b .content .des,
    .i-c-b .content a {
        margin-top: 5%;
        display: none;
    }

    .i-c-b .content .col-sm-2:not(:last-child) {
        margin-right: 0;
        margin-bottom: 3%;
    }

    .i-c-d .content .title {
        margin-top: 15%;
    }

    .i-c-d .content .row {
        margin-left: 18%;
    }

    .i-c-d .content ul {
        margin-bottom: 4%;
    }
}

@media screen and (min-width: 399px) and (max-width: 676px) {
    .i-c-d .content .row {
        margin-left: 0%;
    }
}

@media screen and (max-width: 398px) {
    .i-c-d .content .title a:not(:last-child) {
        margin-right: 1em;
    }

    .i-c-d .content .row {
        margin-left: 9%;
    }

    .i-c-d .content .index-buttom {
        margin-top: 0px;
    }

    .i-c-d .content .index-buttom h2 {
        padding-bottom: 0px;
    }

    .i-c-d .content .index-buttom p {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 414px) {
    .i-c-a .content h3 {
        font-size: 18px;
    }

    .i-c-b .content .title {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .i-c-c .content {
        margin-top: 30px;
    }

    .i-c-c .content img {
        max-width: 220px;
    }

    .i-c-c .content .item-right h3 {
        font-size: 18px;
    }

    .i-c-c .content .item-right p {
        font-size: 16px;
        -webkit-line-clamp: 5;
    }

    .i-c-c .content .item-right a {
        font-size: 15px;
        margin-top: 10px;
        padding: .5em 2em;
    }

    .i-c-d .content .row {
        margin-left: 0;
    }

    .i-c-d .content ul li a {
        font-size: 15px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 344px) {
    .i-c-d .content {
        top: 60%;
    }
}

/* -----------about---------------------- */
@media screen and (max-width: 768px) {
    .b-content .box .box-item ul li h6,
    .b-content .box .box-item ul li p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1066px) {
    .b-content .box .xian {
        height: 70%;
    }
}

/* -----------swiper--------------------- */
@media screen and (max-width: 1070px) {
    .description p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .w-700 .hc-btn {
        margin: 20px auto;
    }
}

@media screen and (max-width: 800px) {
    .description p {
        -webkit-line-clamp: 2;
    }

    .t-content .nav-title a {
        font-size: 15px;
    }
}

/* ---------------------contact page--------- */
@media screen and (max-width: 767px) {
    .c-t-1 .col-sm-4 {
        margin-bottom: 1em;
    }

    .c-t-2 .col-sm-4 {
        text-align: center;
    }

    .c-t-2 .col-sm-4 h4 {
        text-align: center;
    }

    .c-t-2 .col-sm-4 h4:after {
        left: 40%;
    }

    .c-t-2 .col-sm-4 p {
        max-width: 100%;
        padding: 0 5%;
    }

    .c-t-2 h3,
    .c-t-3 h3 {
        margin: 5% 0 10%;
    }

    .w-1120 {
        margin-top: 70px;
    }

    .container-box div {
        text-align: left !important;
    }
}

/* ------------------------------header---------------- */
@media screen and (max-width: 768px) {
    .header-fix {
        height: 80px;
        overflow: hidden;
    }
}

/* ------------------------------footer---------------- */
@media screen and (max-width: 768px) {
    .footer_bottom {
        padding-top: 30px;
    }
}

/* ---------------------------bannar---------------------- */
@media screen and (max-width: 768px) {
    .sase_banner {
        height: 100vh;
    }

}

/* -----------------------------------sase----------------------- */
@media screen and (max-width: 1170px) {
    .sase_box {
        margin-bottom: 50px;
    }

    .sase_box .sase_box_nav {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .sase_box .sase_box_nav ul li {
        padding-right: 55px;
    }
}

@media screen and (max-width: 768px) {
    .sase_box {
        margin-bottom: 50px;
    }

    .sase_box .sase_box_nav ul li {
        padding-right: 55px;
    }
}

/* ---------------------Thematic---------------- */
@media screen and (max-width: 768px) {
    .Thematic_box_top_right {
        margin-top: 30px;
    }

    .Thematic_box {
        margin-top: 40px;
    }

    .Thematic_box .Thematic_box_nav {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .Thematic_box .Thematic_box_nav ul li {
        padding-right: 25px;
    }

    .Thematic_box_Journalism p {
        line-height: 30px;
    }

    .Thematic_box_Journalism .Thematic_box_Journalism_buttom {
        text-align: right;
    }
}

/* ------------------Journalism------------------ */
@media screen and (max-width: 768px) {
    .Journalism_box {
        margin-top: 40px;
    }

    .Journalism_box .Journalism_box_nav {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .Journalism_box .Journalism_box_nav ul li {
        padding-right: 25px;
    }

    .Journalism_paging {
        margin-bottom: 50px;
        margin-top: 30px;
    }
}

/* --------------Journalism_show------------------ */
@media screen and (max-width: 768px) {
    .Journalism_show_box {
        margin-bottom: 50px;
    }

    .Journalism_show_box .Journalism_show_box_lift p {

    }

    .Thematic_box .Thematic_box_top .Thematic_box_top_right .Thematic_box_top_right_information h3 {
        font-size: 12px;
        padding-left: 0px;
    }
}

/* --------------case_show page------------ */
@media screen and (max-width: 768px) {
    .b-menu-a {

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
