
/* CSS Document */
.indexBanner{
    height: 8.5rem;
}
.swiper-container-banner{
    width: 100%;
    height: 100%;
}
.indexBannerImg{
    width: 100%;
    height: 100%;
}
.indexBannerCont{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.indexBannerCont p{
    margin-bottom: .4rem;
    font-size: .8rem;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 0 .06rem rgba(0, 0, 0, 0.15);
}
.indexOne{
    padding-bottom: .71rem;
}
.indexOneBox{
    display: flex;
    justify-content: space-between;
}
.eachPro{
    display: block;
    width: 3.8rem;
    height: 3.4rem;
    background-color: #F0F0F0;
}
.indexOneImg{
    width: 100%;
    height: 2.8rem;
}
.indexOneTit{
    height: .6rem;
    font-size: .16rem;
    line-height: .6rem;
    text-align: center;
    color: #262626;
}
.indexTwo{
    height: 6.6rem;
    background: url("../image/indexTwoBj.png") no-repeat;
    background-size: cover;
}
.indexTwoBox{
    display: flex;
}
.indexTwoCont{
    flex: 1;
    width: 1px;
}
.indexTwoCont>p{
    margin-bottom: .18rem;
    font-size: .14rem;
    line-height: .26rem;
    color: #262626;
}
.moreAbout{
    display: block;
    width: 2rem;
    height: .6rem;
    font-size: .18rem;
    color: #999;
    border: .01rem solid #ccc;
}
.moreAbout>div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.moreAbout>div img{
    width: .3rem;
    height: .18rem;
    margin-left: .15rem;
}
.moreAbout:hover{
    color: #fff;
    background-color: #EF8419;
    border-color: #EF8419;
}
.moreAbout:hover img{
    content: url("../image/moreH1.svg");
}
.indexTwoImg{
    width: 5.2rem;
    height: 4.2rem;
    margin-left: .4rem;
}
.indexThree{
    padding-bottom: .76rem;
}
.indexThreeBox{
    display: flex;
    align-items: center;
}
.indexThreeImg{
    width: 4.8rem;
    height: 6.8rem;
    margin-right: .6rem;
}
.indexThreeCont{
    flex: 1;
    width: 1px;
}
.iTRightTop{
    display: flex;
}
.iTRightTopCont{
    flex: 1;
    width: 1px;
    font-size: .32rem;
    font-weight: bold;
    color: #404040;
    line-height: .55rem;
}
.iTRightTopLogo{
    width: 2.85rem;
    height: 1.62rem;
    margin-top: .4rem;
    margin-left: .23rem;
}
.iTRightBt{
    margin-top: .5rem;
}
.iTRightBt>p{
    font-size: .16rem;
    line-height: .3rem;
    color: #666;
}
.indexFour{
    padding-bottom: 1.04rem;
    background-color: #F2F4F7;
}
.indexFourBox{
    display: flex;
    justify-content: space-between;
}
.newsListBox{
    width: 5.7rem;
}
.newsListBox a{
    display: block;
}
.imgNews{
    width: 100%;
    height: 2.4rem;
    margin-bottom: .4rem;
}
.imgNews img{
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
}
.listNews{
    width: 100%;
    height: 1.81rem;
}
.newsTit{
    font-size: .2rem;
    font-weight: 500;
    color: #262626;
}
.newsTi2t{
height: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
}

.briefly{
    margin: .13rem 0;
    font-size: .16rem;
    line-height: .3rem;
    color: #999;
}
.timeAndMore{
    padding-top: .2rem;
    border-top: .01rem solid #ccc;
    font-size: .14rem;
    color: #999;
}
.newsMore{
    display: block;
    width: 3.6rem;
    height: .6rem;
    margin: .3rem auto 0;
    font-size: .18rem;
    line-height: .6rem;
    color: #999999;
    text-align: center;
    border: .01rem solid #ccc;
}
.newsMore:hover{
    color: #fff;
    background-color: #EF8419;
    border-color: #EF8419;
}