.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
    
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    padding: 38.55% 0 0;
}
.banner .slick-dots{
    width: 100%;
    bottom: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    border: 1px solid #c3223d;
    margin: 0 0.15rem;
    border-radius: 100%;
    position: relative;
}
.banner .slick-dots li::before{
    display: block;
    content: "";
    width: 0.16rem;
    height: 1px;
    background: #c3223d;
    position: absolute;
    top: 50%;
    left: -0.24rem;
}
.banner .slick-dots li:first-of-type::before{
    display: none;
}
.banner .slick-dots li.slick-active{
    width: 0.3rem;
    height: 0.4rem;
    background: url(../img/dots.png) no-repeat center;
    background-size: contain;
    border: none;
}

/* lmTit */
.lmTit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lmTit h2{
    font-size: 0.4rem;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 0.15rem;
}
.lmTit h2::before{
    display: block;
    content: "";
    width: calc(50% - 4px);
    height: 0.05rem;
    background: #8d1617;
    position: absolute;
    left: 2px;
    bottom: 0;
}
.lmTit h2 p{
    font-family: TimesNewRoman;
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
    text-shadow: -1px -1px 0px #eaeaea,1px -1px 0px #eaeaea,-1px 1px 0px #eaeaea,1px 1px 0px #eaeaea;
    z-index: -1;
}
.lmTit .more{
    margin-top: 0.1rem;
}
.lmTit .more a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #8d1617;
    width: auto;
    margin-left: 2px;
}
.lmTit a:hover{
    font-weight: bold;
}
/* indexCon1 */
.indexCon1{
    padding: 1.5rem 0 0.8rem;
    position: relative;
    z-index: 9;
}
.indexCon1::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg1.png) no-repeat right bottom;
    background-size: auto 97%;
    position: absolute;
    left: 0;
    top: 0;
}    
/* indexCon2 */
.newImg{
    width: 69.75%;
}
.newImg li{
    float: left;
    width: 50%;
    padding-right: 0.38rem;
    box-sizing: border-box;
}
.newImg li a{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.14rem 0 rgba(32,16,0,0.12);
}
.newImg li a .img{
    width: 100%;
    padding: 3.3rem 0 0;
}
.newImg li a .con{
    display: block;
    width: 100%;
    padding: 0.15rem 0.35rem 0.2rem;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.newImg li a .con::before{
    display: block;
    content: "";
    width: 0;
    height: 0.05rem;
    background: #8d1617;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newImg li a .con .tit{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}
.newImg li a .con .txt{
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: rgba(51,51,51,0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.72rem;
    margin: 0.08rem 0;
    text-align: justify;
}
.newImg li a .con .time{
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: #808080;
    padding-left: 0.25rem;
    background: url(../img/timeIcon1.png) no-repeat left center;
    background-size: 0.16rem auto;
}
.newImg li a:hover .con .tit{
    font-weight: bold;
}
.newImg li a:hover .con .time{
    color: #b78836;
    background: url(../img/timeIcon2.png) no-repeat left center;
    background-size: 0.16rem auto;
}
.newImg li a:hover .con::before{
    width: 100%;
}
.newImg li a:hover{
    box-shadow: 0 0 0.2rem 0 rgba(32,16,0,0.3);  
}
.newList{
    width: 30.25%;
}
.newList li{
    margin-top: 0.1rem;
}
.newList li:first-of-type{
    margin-top: 0;
}
.newList li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0.17rem 0.2rem;
    box-shadow: 0 0 0.18rem 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 9;
}
.newList li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: #8d1617;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.newList li a .time{
    font-size: 0.15rem;
    line-height: 0.2rem;
    color: #777777;
    text-align: right;
    font-weight: normal;
}
.newList li a .time span{
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.05rem;
}
.newList li a .sx{
    width: 1px;
    height: 0.54rem;
    background: #d2d2d2;
    margin: 0 0.15rem;
}
.newList li a .tit{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
}
.newList li a:hover::before{
    width: 100%;
}
.newList li a:hover .tit,.newList li a:hover .time{
    color: #fff;
}
.newList li a:hover .sx{
    background: #fff;
}
/* indexCon3 */
.indexCon3{
    padding-top: 2.5rem;
    background: url(../img/bg3.png) no-repeat center;
    background-size: cover;
}
.link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 0.45rem;
}
.link h2{
    font-family: SourceHanSerifCN;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333333;
    width: auto;
    margin: 0 auto 0.2rem;
    padding: 0 0.15rem;
    position: relative;
}
.link h2::before,.link h2::after{
    display: block;
    content: "";
    width: 6.8rem;
    height: 1px;
    background: rgba(51,51,51,0.2);
    position: absolute;
    top: 50%;
}
.link h2::before{
    left: 100%;
}
.link h2::after{
    right: 100%;
}
.link ul li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.link li a{
    display: block;
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #333333;
    margin: 0 0.25rem;
    position: relative;
}
.link li a::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.15rem;
    background: #333333;
    position: absolute;
    left: -0.25rem;
    top: 50%;
    transform: translateY(-50%);
}
.link li a:first-of-type::before{
    display: none;
}
.link li a:hover{
    color: #8c0000;
    font-weight: bold;
}
.ksdh ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ksdh ul a{
    display: block;
    width: auto;
    height: auto;
}
.ksdh ul li{
    margin: 0 0.32rem;
}
.ksdh ul a .yuan{
    display: block;
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    border: 1px dashed rgba(155,118,33,0.2);
    box-sizing: border-box;
    position: relative;
    transition: all .4s;
}
.ksdh ul  a .yuan::before{
    display: none;
    content: "";
    width: 1.44rem;
    height: 1.44rem;
    border-radius: 100%;
    border: 1px dashed rgba(155,118,33,0.3);
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ksdh ul  a .yuan .animation{
    display: none;
    width: 1.44rem;
    height: 1.44rem;
    border-radius: 100%;
    background: transparent;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ksdh ul a .animation::before{
    display: block;
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 100%;
    background: #9b7635;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ksdh ul a .icon{
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: rgba(155,118,33,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ksdh ul a .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 0.5rem;
    max-height: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ksdh ul a .tit{
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: #333333;
    margin-top: 0.15rem;
    text-align: center;
}
.ksdh ul a:hover .tit{
    font-weight: bold;
}
.ksdh ul a:hover .yuan{
    background: rgba(155,118,33,0.15);
    transform: translateY(-0.18rem);
}
.ksdh ul a:hover .yuan::before{
    display: block;
}
.ksdh ul a:hover .yuan .animation{
    display: block;
    animation: rotateAroundCircle 6s linear infinite;
}
.ksdh ul a:hover .icon{
    background: rgba(155,118,33,1);
}
/* fhTop */
.fhTop{
    margin: 0.9rem auto 0;
    width: 1.56rem;
    height: auto;
    cursor: pointer;
}
.fhTop img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.fhTop:hover  .button{
    animation: bouns2 .6s infinite;
}
.fhTop .button img{
    margin: 0 auto 0.05rem;
}
/* indexCon2 */
.indexCon2{
    background: #ebebeb;
    position: relative;
}
.indexCon2 .bg2 img{
    display: block;
    width: auto;
    height: 6.12rem;
}
.indexCon2 .w1600{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.indexCon2 .lmTit{
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 100%;
    position: relative;
    justify-content: center;
    z-index: 9;
}
.indexCon2 .lmTit>div{
    position: relative;
    z-index: 10;
}
.indexCon2 .lmTit::before{
    display: block;
    content: "";
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 100%;
    background: rgba(155,118,33,0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.indexCon2 .lmTit h2{
    color: #fff;
}
.indexCon2 .lmTit h2::before{
    background: #fff;
    left: auto;
    right: 2px;
}
.indexCon2 .lmTit .more{
    margin-top: 0.25rem;
}
.indexCon2 .lmTit .more a{
    text-align: right;
    color: #fff;
    margin-right: 2px;
}
.indexCon2 .lmTit h2 p{
    color: #ebebeb;
    text-shadow: -1px -1px 0px #dcd5d5,1px -1px 0px #dcd5d5,-1px 1px 0px #dcd5d5,1px 1px 0px #dcd5d5;
    left: 224%;
    bottom: -0.15rem;
}
.indexCon2 .lmTit .yuan{
    position: absolute;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.indexCon2 .lmTit .yuan span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(155,118,33,0.5);
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    -webkit-animation: circleScale 4s linear infinite;  
    -moz-animation: circleScale 4s linear infinite;  
    -ms-animation: circleScale 4s linear infinite;  
    animation: circleScale 4s linear infinite;
}
.indexCon2 .lmTit .yuan span:nth-of-type(2){
    animation-delay: 1.33s;
}
.indexCon2 .lmTit .yuan span:nth-of-type(3){
    animation-delay: 2.66s;
}
.indexCon2 .lmTit .border{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.indexCon2 .lmTit .border::before,.indexCon2 .lmTit .border::after{
    display: block;
    content: "";
    position: absolute;
    border-radius: 100%;
}
.indexCon2 .lmTit .border::before{
    width: 0.75rem;
    height: 0.75rem;
    background: rgba(155,118,33,0.1);
    left: 63%;
    top: -13%;
}
.indexCon2 .lmTit .border::after{
    width: 1.8rem;
    height: 1.8rem;
    background: rgba(155,118,33,0.06);
    top: -6%;
    left: 75%;
}
.indexCon2 .lmTit .border span{
    display: block;
    width: 118%;
    height: 118%;
    border-radius: 100%;
    border: 1px solid rgba(155,118,33,0.2);
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.indexCon2 .lmTit .border span:nth-of-type(2){
    width: 154%;
    height: 154%;
}
.indexCon2 .lmTit .border span:nth-of-type(3){
    width: 190%;
    height: 190%;
}
.research{
    display: block;
    width: 81%;
    position: absolute;
    overflow: hidden;
    right: -0.9rem;
    top: 1.2rem;
    z-index: 9;
}
.research ul{
    width: auto;
}
.research ul li{
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 0 0.4rem 0 0;
}
.research ul li:nth-of-type(odd){
    margin-top: 0.7rem;
}
.research ul li a{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.02);
}
.research li .img{
    width: 100%;
    padding: 78.09% 0 0;
    background: url(../img/kxyjBg.png) no-repeat center;
    background-size: cover;
}
.research li .img img{
    display: block;
    width: auto;
    height: auto;
    max-height: 92%;
    max-width: 92%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.research li .con{
    width: 100%;
    height: auto;
    padding: 0.2rem 0.25rem 0.3rem;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.research li .con .tit{
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}
.research li .con .txt{
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: rgba(51,51,51,0.6);
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 0.96rem;
    margin: 0.1rem 0 ;
} 
.research li .con .time{
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: #9b7635;
}
.research li a .con::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #8d1617;
    position: absolute;
    left: 0;
    bottom: 0;
}
.research li a:hover .con .tit{
    font-weight: bold;
}
.research li a:hover .con::before{
    width: 100%;
}
@media only screen and (min-width: 1921px){
    .ksdh ul a .icon img{
        min-width: 0.4rem;
    }
    .fhTop img{
       width: 100%;
    }
    .fhTop .button img{
        width: 0.28rem;
    }
}
@media only screen and (max-width: 1660px){
    .research ul li{
        padding: 0 0.1rem;
    }
    .indexCon3{
        padding-top: 1.5rem;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon1{
        padding: 60px 0;
        background: #fff;
    }
    .indexCon1::before{
        display:none;
    }
    .newImg,.newList{
        width: 100%;
    }
    .newImg li{
        width: 48.5%;
        padding-right: 0;
        margin-right: 3%;
        margin-top: 25px;
    }
    .newImg li:nth-of-type(2n){
        margin-right: 0;
    }
    .newImg li a .img{
        padding: 63.2% 0 0;
    }
    .newList li,.newList li:first-of-type{
        float: left;
        width: 48.5%;
        padding-right: 0;
        margin-right: 3%;
        margin-top: 25px;
    }
    .newList li:nth-of-type(2n){
        margin-right: 0;
    }
    .lmTit>div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .lmTit h2 p{
        font-size: 90px;
        bottom: -12px;
    }
    .indexCon2 .bg2{
        display: none;
    }
    .research{
        position: static;
        padding: 0 0.3rem;
        width: 100%;
        box-sizing: border-box;
    }
    .research ul li:nth-of-type(odd){
        margin-top: 0;
    }
    .indexCon2{
        padding: 60px 0;
    }
    .indexCon2 .w1600{
        position: static;
        transform: none;
    }
    .indexCon2 .lmTit::before,.indexCon2 .lmTit .border,.indexCon2 .lmTit .yuan{
        display: none;
    }
    .research ul{
        margin: 0 -0.1rem;
    }
    .indexCon2 .lmTit{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .indexCon2 .lmTit h2{
        color: #333;
    }
    .indexCon2 .lmTit h2::before{
        background: #8d1617;
        left: 2px;
        right: auto;
    }
    .lmTit .more,.indexCon2 .lmTit .more{
        margin-top:0;
    }
    .indexCon2 .lmTit .more a{
        color: #8d1617;
    }
    .indexCon2 .lmTit h2 p{
        left: 0;   
        bottom: -12px;
    }
    .indexCon3{
        padding-top: 10px;
    }
    .link ul li{
        flex-wrap: wrap;    
    }
    .ksdh ul{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ksdh ul li{
        margin: 0;
        width: 25%;
        margin-top: 60px;
    }
    .link li a{
        margin: 0 10px;
    }
    .link li a::before{
        left: -10px;
    }
    .fhTop{
        margin: 40px auto 0;
    }
    .lmTit h2 p{
        font-size: 60px;
        bottom: 0;
    }
}
@media only screen and (max-width: 768px){
    .newImg li{
        width: 100%;
        margin-right: 0;
    }
    .newList li,.newList li:first-of-type{
        width: 100%;
        margin-right: 0;
    }
    .ksdh ul{
        justify-content: center;
    }
    .ksdh ul li{
        width: calc(100% / 3);
    }
    .indexCon2 .lmTit h2 p{
        bottom: 0;
    }
    .research{
        padding: 0 20px;
    }
    .newImg li a .con .tit{
        height: auto;
        max-height: 0.6rem;
    }
    .newImg li a .con .txt{
        height: auto;
        max-height: 0.72rem;
    }
    .newImg li a .con{
        padding: 10px 20px 20px;
    }
    .research li .con{
        padding: 10px 15px 15px;
    }
}
@media only screen and (max-width: 560px){
    .ksdh ul li{
        margin-top: 25px;
    }
    .ksdh ul a:hover .yuan{
        transform:none;
    }
    .ksdh ul a:hover .yuan::before,.ksdh ul a:hover .yuan .animation{
        display: none;
    }
    .ksdh ul a .yuan{
        width: 90px;
        height: 90px;
        border: 1px dashed rgba(155,118,33,0.4);
    }
    .ksdh ul a .icon{
        width: 74px;
        height: 74px;
    }
    .ksdh ul a .icon img{
        max-width: 40px;
        max-height: 40px;
    }
    .ksdh ul a .tit{
        margin-top: 10px;
    }
    .lmTit h2 p{
        font-size: 44px;
        bottom: 0px;
    }
    .indexCon2 .lmTit h2 p{
        bottom: 0;
    }
    .research ul li{
        padding: 0;
    }
    .research ul{
        margin: 0;
    }
    .research{
        padding: 0 12px;
    }
    .lmTit h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .newImg li a .con{
        padding: 10px;
    }
    .newList li, .newList li:first-of-type{
        margin-top: 15px;
    }
    .newImg li{
        margin-top: 15px;
    }
    .indexCon1,.indexCon2{
        padding: 40px 0;
    }
    .indexCon2 .lmTit{
        margin-bottom: 20px;
    }
    .banner .slick-dots li.slick-active{
        width: 20px;
        height: 30px;
    }
    .banner .slick-dots li{
        width: 8px;
        height: 8px;
    }
    .banner .slick-dots{
        bottom: 0;
    }
    .newImg li a .con .tit{
        font-size: 17px;
        line-height: 24px;
        max-height: 48px;
    }
    .newImg li a .con .txt{
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        margin: 5px 0;
    }
    .newList li a{
        padding: 15px 10px;
    }
    .research li .con{
        padding: 10px;
    }
    .research li .con .tit{
        font-size: 17px;
        line-height: 24px;
        max-height: 48px;
    }
    .research li .con .txt{
        margin: 5px 0;
    }
    .fhTop{
        margin: 20px auto 0;
    }
}