﻿.down-block{
    width: 100%;
    background-color: #f3f7fd;
}
.down-main{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.down-tit{
    width: 550px;
}
.down-tit .ts{
    background: url(../image/down-tit.png) no-repeat;
    font-size: 1rem;
    padding-left: 1rem;
    height: 1.5rem;
    line-height: 1.3rem;
}
.down-tit h1{
    color: #000;
    margin: 1.5rem 0 2.4rem 0;
}
.down-tit ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.down-tit ul li{
    background: url(../image/down-tit-bg.png) no-repeat 0px 5px;
    font-size: 1rem;
    line-height: 1rem;
    padding-left: 1rem;
}
.down-btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    color: #FFF;
    margin-top: 2rem;
}
.down-btn-in{
    background-color: #2D73FF;
    border-radius: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .8rem 1.2rem;
}
.down-btn-in div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .8rem;
}
.down-btn-in a{
    color: #FFF;
}


.index-down-btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem;
    color: #2D73FF;
}
.index-down-btn-in{
    background-color: #FFF;
    border: solid 1px #2D73FF;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25rem .2rem;
    gap: .5rem;
}
.index-down-btn-in div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .2rem;
}
.index-down-btn-in a{
    color: #2D73FF;
    font-size: .7rem;
}


.down-w{
    width: 100%;
    background-color: #FFF;
    padding: 2rem 0;
}
.down-b{
    width: 100%;
    background-color: #f3f7fd;
    padding: 2rem 0;
}
.down-info{
    width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content:space-between;
    gap: 2rem;
}
.info-img{
    width: 630px;
}
.fgx{
    display: block;
    margin: .8rem 0;
    overflow: hidden;
}
.fgx_in-l{
    width: 100px;
    height: 5px;
    background-color: #2D73FF;
    border-radius: 3px;
    float: left;
}
.fgx_in-r{
    width: 100px;
    height: 5px;
    background-color: #2D73FF;
    border-radius: 3px;
    float: right;
}
.info-txt-r{
    text-align: right;
}
.info-txt-l{
    text-align: left;
}
.info-txt-l h2, .info-txt-r h2{
    font-size: 2.6rem;
    line-height: 150%;
}
.describe{
    line-height: 200%;
    font-size: .8rem;
    color: #666;
}
.foot-btns{
    width: 600px;
    overflow: hidden;
    margin: 0 auto 2rem auto;
}
.breadcrumbs {
    margin: 10px auto;
    font-size: 14px;
    max-width: 1140px;
}

.breadcrumbs a {
    color: #1b1b1b;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 950px) {
    .breadcrumbs{
        width: 100%;
        padding: .8rem;
    }
    .down-main{
        width: 100%;
        flex-direction: column;
        padding: .8rem;
    }
    .down-tit{
        width: 100%;
        order: 2;
    }
    .down-img{
        width: 100%;
        order: 1;
    }
    .down-btns{
        grid-template-columns: 1fr;
    }
    .down-tit ul li{
        font-size: .8rem;
    }
    .down-info{
        width: 100%;
    }
    .foot-btns{
        width: 100%;
        padding: .8rem;
    }
    .down-info{
        flex-direction: column;
    }
    .info-img{
        display: none;
    }
    .down-btn-in{
        justify-content: center;
        gap: .8rem;
    }
}