.box1 .item span {
    font-size: 0.4rem;
    color: #E6231F;
}

.box1 .item .mt {
    color: #666;
}

.box2 {
    background: url('../images/index-box2-bg.png') no-repeat center center;

    padding: 0.3rem;
    padding-top: 0.6rem;
}

.box2 .tab {
    border-radius: 5px;
    overflow: hidden;
}

.box2 .tab .item {
    width: 50%;
    background: #fff;
    height: 0.8rem;
}

.box2 .tab .item.active {
    background: #FDE8E8;

}

.box2 .tab .item.active span {
    color: #E6231F;
}

.box2 .tab .item span {
    font-size: 0.3rem;
}

.box2 .tab .item img {
    margin-right: 0.1rem;
}

.box2 .cont {
    background: #fff;
    border-radius: 5px;
    margin-top: 0.4rem;
    position: relative;
    padding: 0.3rem;
}

.box2 .cont .h1 {
    font-size: 0.4rem;
    font-weight: bold;
}

.box2 .cont .img {
    position: absolute;
    bottom: -0.8rem;
    right: 0.2rem;
}

.box2 .cont .list .item {
    width: 45%;
    position: relative;
    height: 3rem;
}

.box2 .cont .bd:nth-child(3) .list .item {
    height: 4rem;
}

.box2 .cont .list .item:nth-child(2n) {
    margin-left: 10%;
}

.box2 .cont .list .item .tit {
    position: relative;
}

.box2 .cont .list .item .tit span:nth-child(1) {
    color: #E6231F;
    font-weight: bold;
    font-size: 0.3rem;
    font-style: oblique;
}

.box2 .cont .list .item .tit span:nth-child(2) {
    font-size: 0.3rem;
}

.box2 .cont .list .item .tit .bg {
    position: absolute;
    width: 2rem;
    height: 7px;
    background: linear-gradient(90deg, rgba(230, 35, 31, 0.48) 0%, rgba(230, 35, 31, 0) 100%);
    left: 0;
    bottom: 0;
}

.box2 .cont .list .item p {
    color: #707070;
    line-height: 1.3;
    margin-top: 10px;
}

.box3 .picMarquee-left {
    margin-top: 0.3rem;
}

.box3 .picMarquee-left .list {
    height: 4rem;
    overflow: hidden;
}

.box3 .picMarquee-left .list .item {
    width: 3rem;
    height: 4rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-right: 0.3rem;
}

.box3 .picMarquee-left .list .item .bg {
    transition: all 0.3s;
}

.box3 .picMarquee-left .list .item:hover .bg {
    transform: scale(1.2)
}

.box3 .picMarquee-left .list .item .text {
    position: absolute;
    transition: all 0.3s;
    left: 0.3rem;
    bottom: 0.2rem;
}

.box3 .picMarquee-left .list .item .text h1 {
    color: #fff;
    font-weight: normal;
    font-size: 0.3rem;
    margin-bottom: 10px;
}

.box3 .picMarquee-left .list .item .text span {
    color: #999;
    font-size: 0.28rem;
}

.box4 {
    background: #F1F4F9 url('/images/index-box4-bg.png');
    background-size: cover;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}

.box4 .cont {
    width: 95%;
    margin: 0 auto;
    padding: 0.5rem;
    background-color: #fff;
    margin-top: 1rem;
    position: relative;
    border-radius: 5px;
}

.box4 .cont .bg {
    position: absolute;
    top: -0.4rem;
    left: 0.2rem;
}

.box4 .cont .txt {
    text-align: center;
    font-size: 0.32rem
}

.box4 .cont .picMarquee3 {
    position: relative;
    overflow-x: hidden;
}

.box4 .cont .picMarquee3 .list {
    height: 3rem;
}

.box4 .cont .picMarquee3 .list .item {
    position: relative;
    height: 2rem;
    width: 2.5rem;
    margin-right: 0.3rem;
    padding-top: 0.5rem;
}

.box4 .cont .picMarquee3 .list .item img {
    width: 1rem;
    height: 1rem;
}

.box4 .cont .picMarquee3 .list .item p {
    font-size: 0.22rem;
}

.box4 .cont .picMarquee3 .list .item:hover .item-hd {
    display: flex;
}

.box4 .cont .picMarquee3 .list .item .item-hd {
    position: absolute;
    z-index: 999999999;
    width: 100%;
    top: -0.5rem;
    left: 0;
    display: none;
    padding: 0.1rem;
    line-height: 1.5;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
    color: #777;
    border-radius: 5px;
    animation: fade-in 0.3s;
    font-size: 0.22rem;
}

.box5 {
    padding: 0.4rem 0.3rem 0.6rem;
}
.box5 .tab {
    margin-top: 0.6rem;
}
.box5 .tab .hd .item {
    width: 2.2rem;
    height: 1rem;
    background: #F7F8FC;
    border-radius: 5px;
    font-size: 0.3rem;
}
.box5 .tab .hd .active{
    background: #E6231F;
    color: #fff;
}
.box5 .tab .bd {
    height: 5.22rem;
    overflow: hidden;
}
.box5 .tab .bd .item{
    width: 6.16rem;
    height: 5.22rem;
    margin-top: .44rem;
    margin-right: .24rem;
    overflow: hidden;
    position: relative;
    background: #F7F8FC;
    border-radius: 5px;
}
.box5 .tab .bd .item p{
    width: 6.16rem;
    height: .92rem;
}
.box5 .tab .bd .item img{
    border-radius: 5px;
    width: 6.16rem;
    height: 3.46rem;
}