@charset "utf-8";

.qui-top-nav .ULLIST>li.refitment_item>a:after{
    width: 4em;
}
.qui-top-nav .ULLIST>li.refitment_item>a{
    color: #004EA2;
}
.home_module_img {
    overflow: hidden;
    border-radius: 30px;
    width: 50.5%;
}
.home_module_img img {
    display: block;
    width: 100%;
    transition: all .4s;
}
.home_module_title {
    width: 45%;
}
.home_module_title .con{
    margin-top: 40px;
}
.nav_case_one {
    border-bottom: 1px solid #CCCCCC;
}
.nav_case_one .item {
    margin-right: 55px;
    padding: 20px 0;
    box-sizing: border-box;
}
.nav_case_one .item.active {
    color: #004EA2;
}
.nav_case_one .item:last-child {
    margin-right: 0;
}
.nav_case_two .item {
    margin-right: 46px;
    padding: 20px 0;
    border-bottom: 1px solid #333;
    line-height: 1;
}
.nav_case_two .item.active {
    color: #004EA2;
    border-bottom: 1px solid #004EA2;
}
.nav_case_two .item:last-child {
    margin-right: 0;
}
.cases_list .list {
    width: 24.16%;
    background: #FFFFFF;
    border-radius: 30px;
    margin-right: 1.12%;
    margin-bottom: 40px;
    overflow: hidden;
    cursor: pointer;
}
.cases_list .list:nth-child(4n) {
    margin-right: 0;
}
.cases_list .list .img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cases_list .list .img img {
    display: block;
    max-height: 100%;
    transition: all .4s;
}
.cases_list .list .texts {
    padding: 35px 25px;
    box-sizing: border-box;
}
.cases_list .list .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 55px;
    transition: all .4s;
    line-height: 1.72;
}
.cases_list .list .detail {
    border-top: 1px solid #E9E9E9;
    padding-top: 30px;
    box-sizing: border-box;
    margin-top: 25px;
    transition: all .4s;
    position: relative;
}
.cases_list .list .detail::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #004EA2;
    transition: all .4s;
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0;
}
.cases_list .list:hover .img img {
    transform: scale(1.08);
}
.cases_list .list:hover .detail {
    color: #004EA2;
}
.cases_list .list:hover .detail::before {
    transform: scale(1);
}
.tk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}
.tk.active {
    display: flex;
}
.tk .box {
    background: #FFFFFF;
    /* max-width: 1560px; */
    max-width: 1400px;
    width: 92%;
    padding: 104px 65px;
    box-sizing: border-box;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.tk .box .swiper-button-next:after, .tk .box .swiper-button-prev:after{
    font-size: 34px;
    color: #004EA2;
}
.tk .img {
    width: 49%;
    height: 467px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
}
.tk .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.tk .texts {
    width: 46.42%;
}
.tk .texts .title {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 22px;
}
.tk .texts .desc {
    max-height: 305px;
    overflow-y: auto;
    padding-right: 15px;
    box-sizing: border-box;
}
.tk .texts .tit {
    position: relative;
    padding-left: 24px;
    box-sizing: border-box;
}
.tk .texts .tit::before {
    content: "";
    display: block;
    width: 4px;
    height: 26px;
    background: #004EA2;
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
}
.close_btn {
    width: 60px;
    height: 60px;
    background: #004EA2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}
.close_btn img {
    transition: all .4s;
}
.tk .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #004EA2;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
}
.tk .swiper-pagination-bullet-active {
    background: #004EA2;
}
.tk .swiper-container {
    width: 100%;
    height: 100%;
}
.tk .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 960px){
    .close_btn:hover img {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width:1600px){
    .qui_banbox .quiinfo.quiinfo2 .quien {
        max-width: 60%;
    }
}
@media only screen and (max-width:1440px){
    .qui_banbox .quiinfo.quiinfo2 .quien {
        max-width: 69%;
    }
}
@media only screen and (max-width:1400px){
    .cases_list .list .texts {
        padding: 30px 25px;
    }
}
@media only screen and (max-width:1366px){
    .qui_banbox .quiinfo.quiinfo2 .quien {
        max-width: 85%;
    }
}
@media only screen and (max-width:1280px){
    .qui_banbox .quiinfo.quiinfo2 .quien {
        max-width: 100%;
        line-height: 1.875;
    }
    .home_module_title .con {
        margin-top: 20px;
    }
    .cases_list .list .texts {
        padding: 25px 20px;
    }
    .cases_list .list .tit{
        height: 55px;
    }
}
@media only screen and (max-width:1200px){
    .nav_case_one .item {
        margin-right: 45px;
    }
}
@media only screen and (max-width:1043px){
    .home_module_title .con {
        margin-top: 15px;
    }
    .nav_case_one .item {
        margin-right: 30px;
    }
}
@media only screen and (max-width:1024px){
    .cases_list .list {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .cases_list .list:nth-child(4n){
        margin-right: 2%;
    }
    .cases_list .list:nth-child(3n){
        margin-right: 0;
    }
    .tk .box {
        padding: 80px 65px;
    }
    .tk .img{
        height: 445px;
    }
}
@media only screen and (max-width:960px){
    .nav_case_one .item {
        margin-right: 15px;
    }
    .nav_case_two .item{
        margin-right: 30px;
    }
}
@media only screen and (max-width:768px){
    .home_module_img {
        border-radius: 15px;
        width: 100%;
    }
    .home_module_title {
        width: 100%;
        margin-top: 20px;
    }
    .qui_btn_df.bg{
        margin: 20px auto 0!important;
        max-width: 126px;
        display: block;
    }
    .cases_list .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .cases_list .list:nth-child(4n){
        margin-right: 0;
    }
    .cases_list .list:last-child{
        margin-bottom: 0;
    }
    .cases_list .list .tit{
        height: auto;
        max-height: 48px;
    }
    .nav_case_one .item {
        margin-right: 10px;
        padding: 8px 0;
    }
    .nav_case_one{
        padding-bottom: 8px;
    }
    .nav_case_two .item {
        margin-right: 20px;
        padding: 12px 0;
    }
    .cases_list .list .texts {
        padding: 20px 20px;
    }
    .cases_list .list .detail {
        padding-top: 15px;
        margin-top: 20px;
    }
    .tk .box {
        padding: 50px 20px 35px;
    }
    .tk .img {
        height: 225px;
        width: 100%;
    }
    .tk .img {
        height: 225px;
        width: 100%;
    }
    .tk .texts .desc {
        max-height: 128px;
    }
    .tk .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .tk .texts {
        width: 100%;
        margin-top: 20px;
    }
    .close_btn {
        width: 35px;
        height: 35px;
    }
    .close_btn img{
        max-width: 12px;
    }
    .tk .texts .tit{
        padding-left: 12px;
    }
    .tk .texts .tit::before{
        height: 20px;
        top: 14px;
    }
    .tk .texts .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .qui_banbox .quiinfo.quiinfo2{
        font-size: 14px;
    }
    .qui_banbox .quiinfo.quiinfo2 .quien{
        line-height: 1.72;
        max-height: 120px;
        overflow-y: auto;
        padding-right: 10px;
        box-sizing: border-box;
        margin-top: 12px;
    }
    .qui_banbox .quiinfo .qui_btn_df {
        margin-top: 15px;
    }
    .qui_btn_df{
        line-height: 42px;
    }
    .home_module_title .con {
        margin-top: 10px;
    }
}