/* banner */
.banner{
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner .news_images img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 175px;
    object-fit: cover;
}
.banner .slick-dots{
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 10px;
    height: 10px;
    margin-right: 20px;
    position: relative;
}
.banner .slick-dots li::before{
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 5;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
.banner .slick-dots li button,.banner .slick-dots li button:before{
    width: 11px;
    height: 11px;
}
.banner .slick-dots li button:before {
    border-radius: 0;
    content: '';
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: 10;
}
.banner .slick-dots li.slick-active,.banner .slick-dots li.slick-active button,.banner .slick-dots li.slick-active button:before{width: 14px;height: 14px;}
.banner .slick-dots li.slick-active button:before{
    background: #9B0D14;
}
/* tit */
.tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.35rem;
}
.tit h2{
    font-family: Source Han Serif CN;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.5rem;
    letter-spacing: 0em;
    color: #222222;
}
/* more */
a.more{
    display: block;
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: #A40000;
}
a.more b{
    display: inline-block;
    background: #A40000;
    color: #ffffff;
    width: 0.15rem;
    line-height: 0.15rem;
    text-align: center;
    margin-left: 5px;
}
a.more:hover{
    color: #FFA100;
}
a.more:hover b{
    background: #FFA100;
}
.p90{
    padding: 0.9rem 0;
}
/* indexCon1 */
.indexCon1{
    background: url(../img/newBg.png) no-repeat right bottom;
}
.newBanner{
    width: 53%;
    height: auto;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
}
.newBanner li a p.img{
    padding: 5.2rem 0 0;
    position: relative;
    overflow: hidden;
}
.newBanner li a p.img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
}
.newBanner li a p.txt{
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    font-family: Source Han Sans CN;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.7rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: center;
    background: url(../img/newBannerBg.png) no-repeat left top;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newBanner li a:hover img{
    transform: scale(1.2);
}
.newBanner li a:hover p.txt{
    color: #FFA100;
}
.newList{
    width: 47%;
    box-sizing: border-box;
    padding-left: 0.6rem;
}
.newList .tabIn {
    position: relative;
    margin-bottom: 0.3rem;
}
.newList .tabIn li{
    float: left;
    width: auto;
    margin-right: 0.4rem;
    font-family: Source Han Serif CN;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.44rem;
    letter-spacing: 0em;
    color: #222222;
    cursor: pointer;
}
.newList .tabIn li:hover,.newList .tabIn li.in{
    color: #9B0D14;
}
.newList .tabIn li a{
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newList .tabIn li.in a{
    display: block;
}
.tabCon>div{
    display: none;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.tabCon>div.con{
    display: block;
    width: 100%;
    position: relative;
}
.newList .tabIn li:last-of-type{
    margin-right: 0;
}
.newList .tabCon li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.newList .tabCon li a::before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #E7DFDF;
    position: absolute;
    top: 50%;
    left: 0.11rem;
}
.newList .tabCon li:last-of-type a::before{
    display: none;
}
.newList .tabCon li a p:nth-of-type(1){
    width: 1.1rem;
    font-family: Source Han Serif CN;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 0.25rem;
    color: rgba(155, 13, 20, 0.6);
    text-align: left;
    position: relative;
    padding-left: 0.32rem;
    box-sizing: border-box;
}
.newList .tabCon li a p:nth-of-type(2){
    position: relative;
    width: calc(100% - 1.1rem);
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.25rem;
    letter-spacing: 0em;
    color: #333333;
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(155, 13, 20, 0.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList .tabCon li a p:nth-of-type(1)::before{
    display: block;
    content: "";
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 100%;
    background: #ffffff url(../img/timeIcon1.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.newList .tabCon li a p:nth-of-type(2)::before{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #9B0D14;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all .3s;
}
.newList .tabCon li a:hover p:nth-of-type(1)::before{
    background: #9B0D14 url(../img/timeIcon2.png) no-repeat center;
}
.newList .tabCon li a:hover p:nth-of-type(2){
    font-weight: bold;
    color: #9B0D14;
    border-bottom: 1px solid transparent;
}
.newList .tabCon li a:hover p:nth-of-type(2)::before{
    width: 100%;
}

/* indexCon2 */
.indexCon2{
    background: url(../img/bg2.png) no-repeat center;
}
.teaSub{
    width: 48%;
}
.teaSub li a{
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0em;
    color: #242424;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 0.2rem;
    border-bottom: 1px dashed transparent;
}
.teaSub li a::before{
    display: block;
    content: "";
    width: 3px;
    height: 20px;
    background: #94070A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.teaSub li a span{
    display: block;
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    letter-spacing: 0em;
    color: #A7A7A7;
    padding-left: 0.2rem;
    margin-left: 5px;
    text-indent: 0;
    background: url(../img/timeIcon3.png) no-repeat left center;
}
.teaSub li a:hover{
    font-weight: bold;
    color: #94070A;
    border-bottom: 1px dashed #94070A;
    text-indent: 0.25rem;
}
.teaSub li a:hover span{
    color: #94070A;
    background: url(../img/timeIcon4.png) no-repeat left center;
}
.teaSub li.first a::before{
    display: none;
}
.teaSub li.first a {
    display: flex;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    align-items: center;
    padding: 0;
    border-bottom: none!important;
    margin-bottom: 0.25rem;
}
.teaSub li.first a p.img{
    width: 3.1rem;
    height: auto;
    padding: 32% 0 0;
    overflow: hidden;
    position: relative;
}
.teaSub li.first a p.img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
}
.teaSub li.first a p.txt{
    width: calc(100% - 3.1rem);
    height: 100%;
    padding: 0 0.15rem 0 0.25rem;
    box-sizing: border-box;
}
.teaSub li.first a p.txt span{
    display: block;
    font-family: Microsoft YaHei;
    background: none;
    padding: 0;
    margin: 0;
    white-space: normal;
}
.teaSub li.first a p.txt span:nth-of-type(1){
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.24rem;
    max-height: 0.48rem;
    letter-spacing: 0em;
    color: #242424;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.teaSub li.first a p.txt span:nth-of-type(2){
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    max-height: 0.56rem;
    letter-spacing: 0em;
    margin: 0.25rem 0;
    color: #909090;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.teaSub li.first a p.txt span:nth-of-type(3){
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teaSub li.first a p.txt span:nth-of-type(3) font:nth-of-type(1){
    font-family: Arial;
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #94070A;
    padding-left: 20px;
    background: url(../img/timeIcon4.png) no-repeat left center;
}
.teaSub li.first a p.txt span:nth-of-type(3) font:nth-of-type(2){
    font-family: Source Han Sans CN;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #C5C5C5;
    padding-left: 25px;
    position: relative;
}
.teaSub li.first a p.txt span:nth-of-type(3) font:nth-of-type(2)::after{
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    border-bottom: 1px dashed #C5C5C5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.teaSub li.first a p.txt span:nth-of-type(3) font:nth-of-type(2)::before{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #C5C5C5;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.teaSub li.first a:hover img{
    transform: scale(1.2);
}
.teaSub li.first a:hover p.txt span:nth-of-type(1){
    color: #94070A;
}
.teaSub li.first a:hover p.txt span:nth-of-type(2){
    color: #242424;
}
.teaSub li.first a p.txt span:nth-of-type(3) font:nth-of-type(2):hover {
    color: #94070A;
}
.teaSub li.first a p.txt span:nth-of-type(3) font:nth-of-type(2):hover::before{
    background: #94070A;
}
.teaSub li.first a p.txt span:nth-of-type(3) font:nth-of-type(2):hover::after{
    border-bottom: 1px dashed #94070A;
}

/* indexCon4 */
.indexCon3 .tit,.indexCon4 .tit{
    justify-content: center;
    position: relative;
}

.indexCon4 .tit {
    margin-bottom: 0.55rem;
}
.indexCon3 a.more,.indexCon4 a.more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.indexCon4{
    background: #f5f5f5;
}
.indexCon4 .tabIn{
    display: flex;
    margin-bottom: 0.35rem;
}
.indexCon4 .tabIn li{
    font-family: Source Han Serif CN;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.45rem;
    letter-spacing: 0em;
    color: #222222;
    margin-right: 0.4rem;
    cursor: pointer;
}
.indexCon4 .tabIn li.in{
    color: #9B0D14;
}
.indexCon4 .tabIn li:last-of-type{
    margin-right: 0;
}
.worksList{
    width: 47.5%;
    display: block;
    overflow: hidden;
}
.worksList li{
    position: relative;
}
.worksList li::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: url(../img/hjzpBg.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.worksList li a{
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
    position: relative;
    box-sizing: border-box;
}
.worksList li:last-of-type a{
    margin-bottom: 0;
}
.worksList li a::before{
    display: none;
    content: "";
    width: 0.08rem;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0.1rem;
}
.worksList li a p:nth-of-type(1){
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #222222;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.worksList li a p:nth-of-type(1)::before{
    display: block;
    content: "";
    width: 5px;
    height: 16px;
    border-radius: 10px;
    background: #9B0D14;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.worksList li a p:nth-of-type(2){
    display: none;
    font-family: Microsoft YaHei;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #EAC8C8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.4rem;
    margin-top: 0.08rem;
}
.worksList li a p:nth-of-type(3){
    float: left;
    font-family: Arial;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.2rem;
    letter-spacing: 0em;
    color: #666666;
    margin-top: 0.08rem;
    background: url(../img/timeIcon1.png) no-repeat left center;
    padding-left: 20px;
}
.worksList li.on a{
    padding: 0.25rem 0.4rem 0.15rem; 
}
.worksList li.on::before{
    width: 100%;
}
.worksList li.on a::before{
    display: block;
}
.worksList li.on a p:nth-of-type(1){
    color: #FFFFFF;
}
.worksList li.on a p:nth-of-type(1)::before{
    background: #E7A83B;
}
.worksList li.on a p:nth-of-type(2){
    display: block;
}
.worksList li.on a p:nth-of-type(3){
    color: #FFFFFF;
    float: right;
    background: url(../img/timeIcon2.png) no-repeat left center;
}
.worksImg{
    width: 47.5%;
    box-sizing: border-box;
    position: absolute;
    right: 0.2rem;
    top: -0.6rem;
    overflow: hidden;
}
.indexCon4 .tabCon>div::before{
    display: block;
    content: "";
    width: 47.5%;
    height: 100%;
    background: #9B0D14;
    position: absolute;
    top: -0.8rem;
    right: 0;
    z-index: 0;
}
.worksImg li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 5.08rem 0 0;
    box-sizing: border-box;
    position: relative;
}
.worksImg li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

/* indexCon3 */
.kjcg{
    width: 100%;
    padding: 0 0.8rem;
    box-sizing: border-box;
    position: relative;
}
.kjcg p.prev,.kjcg p.next{
    width: 0.6rem;
    height: 0.65rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.kjcg p.prev{
    left: 0;
    background: #9B0D14 url(../img/prevIcon.png) no-repeat center;
}
.kjcg p.next{
    background: #9B0D14 url(../img/nextIcon.png) no-repeat center;
    right: 0;
}
.kjcg p.prev:hover{
    background: #FFA100 url(../img/prevIcon.png) no-repeat center;
}
.kjcg p.next:hover{
    background: #FFA100 url(../img/nextIcon.png) no-repeat center;
}
.kjcg ul{
}
.kjcg ul li{
    float: left;
    padding: 0.25rem 0.2rem;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}
.kjcg ul li::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 0px solid rgba(155, 13, 20, 0.9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.kjcg ul li a{
    display: block;
    width: 100%;
    padding: 122% 0 0;
    position: relative;
    z-index: 10;
}
.kjcg ul li a::after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.kjcg ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(155, 13, 20, 0.9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.kjcg ul li a>img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.kjcg ul li a p.icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    justify-content: space-between;
}
.kjcg ul li a p.icon span.img{
    width: 0.78rem;
    height: 0.78rem;
    position: relative;
}
.kjcg ul li a p.icon img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.kjcg ul li a p.icon span.img::before{
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: -0.15rem;
    transform: translateX(-50%);
}
.kjcg ul li a p.icon span.txt{
    font-family: Source Han Sans CN;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.36rem;
    text-align: center;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.kjcg ul li:hover::before{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid rgba(155, 13, 20, 0.9);
}
.kjcg ul li:hover a>img{
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.3rem);
    max-width: none;
}
.kjcg ul li:hover a::before,.kjcg ul li:hover a::after{
    width: calc(100% + 0.2rem);
    height: calc(100% + 0.3rem);
}

/* animation */
@media only screen and (min-width: 1040px){
    .indexCon1 .newBanner,.indexCon1 .newList,.indexCon2 .teaSub,.indexCon3 .tit,.indexCon3 .kjcg,.indexCon4 .tit,.indexCon4 .tab{
        visibility: visible;
        opacity: 0;
    }
    .indexCon1.animation .newBanner{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
    }
    .indexCon1.animation .newList{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
    }
    .indexCon2.animation .teaSub:nth-of-type(1){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
    }
    .indexCon2.animation .teaSub:nth-of-type(2){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
    }
    .indexCon3.animation .tit{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    }
    .indexCon3.animation .kjcg{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon4.animation .tit{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    }
    .indexCon4.animation .tab{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
}
@media only screen and (max-width: 1640px){
    
}
@media only screen and (max-width: 1040px){
    .p90{
        padding: 50px 0;
    }
    .banner .slick-dots{
        bottom: 15px;
    }
    .newBanner{
        width: 45%;
    }
    .newBanner li a p.img{
        padding: 330px 0 0;
    }
    .newBanner li a p.txt {
        font-size: 16px;
        line-height: 45px;
    }
    .newList{
        width: 55%;
        padding-left: 20px;
    }
    .newList .tabIn li{
        font-size: 22px;
        margin-right: 10px;
        line-height: 40px;
    }
    .newList .tabIn{
        margin-bottom: 0;
    }
    .newList .tabCon li a p:nth-of-type(1){
        width: 75px;
        font-size: 16px;
        padding-left: 25px;
        line-height: 25px;
    }
    .newList .tabCon li a p:nth-of-type(2){
        width: calc(100% - 80px);
        padding: 15px 0;
        line-height: 25px;
    }
    .teaSub{
        width: 49%;
    }
    .tit{
        margin-bottom: 15px;
    }
    .tit h2{
        font-size: 26px;
        line-height: 40px;
    }
    .teaSub li a{
        font-size: 16px;
        padding: 15px 0;
        text-indent: 10px;
    }
    .teaSub li a:hover{
        text-indent: 15px;
    }
    .teaSub li.first a{
        margin-bottom: 10px;
    }
    .teaSub li.first a p.img{
        width: 40%; 
    }
    .teaSub li.first a p.img{
    padding: 35% 0 0;
    }
    .teaSub li.first a p.txt{
        width: 60%;
        padding: 0 8px 0 10px;
    }
    .teaSub li.first a p.txt span:nth-of-type(1){
        font-size: 16px;
    }
    .teaSub li.first a p.txt span:nth-of-type(2){
        font-size: 14px;
        margin: 10px 0;
        line-height: 16px;
        max-height: 32px;
    }
    .kjcg{
        padding: 0 50px;
    }
    .kjcg p.prev, .kjcg p.next{
        width: 40px;
        height: 45px;
    }
    .kjcg ul li a p.icon{
        padding: 30% 0;
    }
    .kjcg ul li a p.icon span.txt{
        font-size: 20px;
        line-height: 30px;
    }
    .kjcg ul li{
        padding: 20px 15px;
    }
    .kjcg ul li:hover a::before, .kjcg ul li:hover a::after{
        width: calc(100% + 10px);
        height: calc(100% + 20px);
    }
    .kjcg ul li:hover a>img{
        width: calc(100% + 10px);
        height: calc(100% + 20px);
    }
    .indexCon4 .tabIn li{
        font-size: 22px;
        margin-right: 10px;
        line-height: 40px;
    }
    .indexCon4 .tabIn {
        margin-bottom: 10px;
    }
    .indexCon4 .tabCon>div::before{
        top: -60px;
    }
    .worksList{
        width: 49%;
    }
    .worksList li a{
        margin-bottom: 15px;
    }
    .worksList li.on a{
        padding: 15px 20px 10px;
    }
    .worksList li a::before{
        width: 3px;
        left: 5px;
    }
    .worksList li a p:nth-of-type(1){
        font-size: 16px;
        line-height: 20px;
        padding-left: 6px;
    }
    .worksList li a p:nth-of-type(1)::before {
        width: 2px;
        height: 14px;
    }
    .worksList li a p:nth-of-type(2),.worksList li a p:nth-of-type(3){
        margin-top: 5px;
    }
    .worksImg{
        right: 10px;
        top: -50px;
    }
    .worksImg li a{
        padding: 390px 0 0;
    }
    .indexCon4 .tit{
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 880px){
    .kjcg ul li a p.icon{
        padding: 25% 0;
    }
}
@media only screen and (max-width: 768px){
    .p90{
        padding: 40px 0;
    }
    .banner .slick-dots li button, .banner .slick-dots li button:before{
        width: 8px;
        height: 8px;
    }
    .banner .slick-dots li.slick-active, .banner .slick-dots li.slick-active button, .banner .slick-dots li.slick-active button:before{
        width: 10px;
        height: 10px;
    }
    .newBanner,.newList{
        width: 100%;
    }
    .newBanner li a p.img{
        padding: 52% 0 0;
    }
    .newList{
        padding-left: 0;
        margin-top: 30px;
    }
    .teaSub{
        width: 100%;
    }
    .teaSub:nth-of-type(2){
        margin-top: 30px;
    }
    .teaSub li.first a p.img{
        padding: 30% 0 0;
    }
    .indexCon2{
        background-size: auto 100% ;
    }
    .worksList{
        width: 100%;
    }
    .worksImg{
        display: none;
    }
    .indexCon4 .tabCon>div::before{
        display: none;
    }
    .worksList li.on::before,.worksList li.on a::before{
        display: none;
    }
    .worksList li.on a{
        padding: 0 0 10px;
    }
    .worksList li a{
        padding-bottom: 10px;
        border-bottom: 1px dashed #d5d5d5;
    }
    .worksList li a p:nth-of-type(2){
        display: block;
        color: #444444;
    }
    .worksList li.on a p:nth-of-type(1){
        color: #222222;
    }
    .worksList li.on a p:nth-of-type(3){
        float: left;
        color: #666666;
        background: url(../img/timeIcon1.png) no-repeat left center;
    }
    .worksList li.on a p:nth-of-type(1)::before{
        background: #9B0D14;
    }
    .indexCon4 .tabIn li{
        margin-right: 20px;
    }
    .worksList li a p:nth-of-type(2), .worksList li a p:nth-of-type(3){
        margin-top: 8px;
    }
}
@media only screen and (max-width: 560px){
    .p90{
        padding: 30px 0;
    }
    .newList{
        margin-top: 20px;
    }
    .newBanner li a p.txt{
        font-size: 15px;
        line-height: 40px;
    }
    .newList .tabIn li{
        font-size: 20px;
        line-height: 26px;
    }
    .indexCon4 .tabIn li{
        font-size: 20px;
        line-height: 20px;
    }
    .newList .tabIn {
        margin-bottom: 5px;
    }
    .tit h2{
        font-size: 22px;
        line-height: 30px;
    }
    .newList .tabCon li a p:nth-of-type(2){
        padding: 8px 0;
    }
    .newList .tabIn li a{
        font-size: 14px;
    }
    .newList .tabCon li a p:nth-of-type(2){
        font-size: 15px;
    }
    .teaSub:nth-of-type(2){
        margin-top: 20px;
    }
    .teaSub li.first a{
        flex-direction: column;
        overflow: initial;
    }
    .teaSub li.first a p.img{
        width: 100%;
        padding: 70% 0 0;
    }
    .teaSub li.first a p.txt{
        width: 100%;
        padding: 15px 10px;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    }
    .teaSub li a{
        padding: 12px 0;
        font-size: 15px;
        border-bottom: 1px dashed #d5d5d5;
    }
    .teaSub li a::before {
        height: 14px;
    }
    .teaSub li a span {
        font-size: 13px;
    }
    .teaSub li.first a p.txt span:nth-of-type(1) {
        font-size: 15px;
        line-height: 20px;
        max-height: 40px;
    }
    .teaSub li.first a p.txt span:nth-of-type(2){
        margin: 5px 0 8px;
    }
    .kjcg ul li{
        padding: 10px 0;
    }
    .kjcg ul li a p.icon{
        padding: 35% 0;
    }
    .kjcg ul li a p.icon span.txt{
        font-size: 18px;
    }
    .indexCon4 .tit{
        margin-bottom: 20px;
    }
    .indexCon4 .tabIn{
        margin-bottom: 20px;
    }
}