@charset "UTF-8";
/*
* Copyright ,  www.changniukj.com.com
*
* 
* /
*/
.case {
    width: 100%;
    overflow: hidden;
}
.casebox {
    width: 100%;
    margin: 0 auto;

}
.case_left {
    width: 100%;
    float: left;
}
.lbox {
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.lmt {
    height: 50px;
    line-height: 50px;
    background: #dfdfdf;
    padding-left: 10px;
    overflow: hidden;
}

.lmt span {
    font-size: 18px;
    font-weight: 800;
}
.lbox_list {
    width: 100%;
    overflow: hidden;
}

.lbox_list li {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px solid #dfdfdf;
    width: 25%;
    float: left;
}
.lbox_list li.on {
    background: #011d4d;
    color: #fff;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.lbox_list li:hover{
    background: #011d4d;
    color: #fff;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}
.lbox_list li:last-child{
    border-bottom: 0px solid #dfdfdf;
}
.case_right {
    width: calc(100% - 10px);
    margin-left: 5px;
    overflow: hidden;
}
.case_main {
    width: 100%;
    overflow: hidden;
}
.case_main li {
    float: left;
    height: 169px;
    margin-bottom: 15px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    background: #f9f9f9;
    width: calc(50% - 10px);
    margin-left: 5px;
}
.case_main li img {
    width: 100%;
    height: 120px;
    border: 1px solid #f9f9f9;
    object-fit: cover;
    object-position: top;
}
.case_main li a span {
    font-size: 16px;
    height: 40px;
    line-height: 48px;
    display: block;
}
.case_main li img:hover {
    /* border: 1px solid #e0e0e0; */
    transform: scale(1.08);
    transition: 0.3s linear;
    border-radius: 5px;
}


.casetxt {
    padding: 10px 0px;
}
.casetxt p {
    line-height: 32px;
    font-size: 14px;
}
.casetxt a {
    color: #3F51B5;
    font-weight: bold;
}

.casetxt table {
    width: 99% !important;
    border-bottom: 1px solid #beccdb;
    border-right: 1px solid #beccdb;
}
.casetxt tbody {
    width: 99% !important;
    border-bottom: 1px solid #beccdb;
    border-right: 1px solid #beccdb;
}
.casetxt table tr {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}

.casetxt td {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}
.casetxt img {
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 14px 2px rgba(139, 139, 139, 0.29);
}

.case_t h1 {
    font-size: 22px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative;
    transition: opacity 1s ease-in-out;
    animation: fadefiset 1s ease-in-out forwards;
}

.casetxt h2 {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 15px;
    padding-left: 15px;
}

.casetxt h2::before{
    content: '';
    width: 3px;
    height: 20px;
    position: absolute;
    background: #011d4d;
    left: 0px;
    top: 8px;
}

