.sectiona1{
    width: 100%;
    padding-top: 60px;
    background-color: #132bba;
    display: flex;
    justify-content: center;
    height: auto;
}
.titles{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 60px;
}
.sectiona1 .titles .tit{
    text-align: center;
    text-align-last: center;
    margin: 67px 0 20px;
    font-size: 48px;
    font-family: Microsoft YaHei,PingFang SC,Helvetica Neue;
    font-weight: 700;
    color: #fff;
}
.titles .summarys{
    font-size: 16px;
    color: #fff;
}
.sectiona2{
    height: auto;
}
.sectiona2 .tita{
    text-align: center;
    text-align-last: center;
    margin: 80px 0;
    font-size: 48px;
    font-family: Microsoft YaHei,PingFang SC,Helvetica Neue;
    font-weight: 700;
    color: #333;
}
.sectiona5{
    margin-bottom: 100px;
}
.sectiona5 .tita{
    text-align: center;
    text-align-last: center;
    margin: 80px 0;
    font-size: 48px;
    font-family: Microsoft YaHei,PingFang SC,Helvetica Neue;
    font-weight: 700;
    color: #333;
}
.tita-sect{
    display: flex;
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 64px;
}
.numy{
    width: calc((100% - 0px)/3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.a5body{
    width: 100%;
    display: flex;
    justify-content: center;
}
.a5body-item{
    margin: 0px 20px;
}
h5{
    font-size: 36px;
    line-height: 36px;
    font-family: MicrosoftYaHei-Bold MicrosoftYaHei;
    font-weight: 700;
    color: #EE732A;
}
.numy .tit{
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    font-family: Microsoft YaHei PingFang SC Helvetica Neue;
    font-weight: 700;
    color: #333;
}
.contents{
    width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px 70px;
    text-indent: 2em;
    margin-bottom: 100px;
    line-height: 28px;
}
.contents p{
    text-align: left;
}
.sectiona3{
    background-color: #ddebfb;
    box-sizing: border-box;
    padding: 20px 20px 50px;
}
.sectiona3 .tita{
    text-align: center;
    text-align-last: center;
    padding: 80px 0;
    font-size: 48px;
    font-family: Microsoft YaHei,PingFang SC,Helvetica Neue;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
}
.cards{
    height: auto;
    display: flex;
    width: 1200px;
    margin: 0px auto;
    justify-content: space-between;
}
.cards .card-item{
    height: 300px;
    width: calc((100% - 120px)/4);
    background: rgba(255,255,255,.47);
    border-radius: 8px;
    border: 2px solid #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    justify-content: center;
}
.fontb{
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    color: #000;
}
.contentb{
    text-align: center;
}
.imgpage{
    width: 1200px;
    margin: 0px auto;
    height: 500px;
    box-sizing: border-box;
    padding: 20px;
}
@media (max-width: 992px){
    .container .fluid{
        width: 76px;
        margin-right: 124px;
        background: #000;
    }
    .navbar{
        width: 100%;
    }
    .navbar-collapse{
        display: none;
    }
    .navbar>.container{
        width: 100%;
        box-sizing: border-box;
        padding:0px 20px;
    }
    .navbar-transparent {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        border: 0;
        box-shadow: none;
    }
    .spotlight-bottom {
        display: none;
    }
    .spotlight{
        margin-top: 80px;
    }
    .container{
        width: 100%;
    }
    .spotlightcol {
        width: 100%;
        position: relative;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .sect{
        width: 100%;
        margin: 0px;
    }
    .sect-tit{
        font-size: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
    }
    .tabletab{
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 0px 20px;
        justify-content: center;
    }
    li{
        width: calc((100% - 0px)/5);
        list-style-type:none;
    }
    .content{
        display: none;
    }
    .conAvtive {
        display: block;
        box-sizing: border-box;
        padding: 20px;
    }
    .banner{
        box-sizing: border-box;
        padding: 20px;
        background: #102ab1;
        border-radius: 30px;
    }
    .tabActive {
        color: #365ae8!important;
    }
    .banner-left{
        text-align: left;
    }
    .title{
        color: #fff;
        box-sizing: border-box;
        padding-bottom: 10px;
    }
    .summary{
        font-size: 12px;
        color: #fff;
        text-indent: 2em;
    }
    .banner-left .butt .but {
        width: 100px;
        height: 36px;
        background: #ffffff;
        border-radius: 4px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #354ddc;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: 20px;
    }
    .content-tit{
        font-size: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
        margin-bottom: 0px;
    }
    .section2{
        background: #aad1ff;
    }
    .item{
        background: #fff;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 220px;
    }
    .item-img {
        width: 102px;
        height: 107px;
    }
    .numbertime-left{
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .numbertime-right{
        display: none;
    }
    .containers{
        padding: 20px;
        box-sizing: border-box;
    }
    .content4{
        background: #1c233a;
    }
    .foot-tit .tits {
        line-height: 40px;
        font-size: 20px;
        font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
        font-weight: 700;
        color: #fff;
    }
    .foot-tit .titsuy {
        margin-top: 5px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #fff;
        line-height: 20px;
    }
    .foot-but{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .foot-but .but {
        width: 110px;
        height: 40px;
        background: #365AE8;
        border-radius: 4px;
        font-size: 14px;
        font-family: Microsoft YaHei PingFang SC Helvetica Neue;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .footout{
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }
    .pt-5{
        padding-top: 1rem !important;
    }
    .foot-itemr .ewm {
        width: 120px;
        height: 120px;
    }
    .foot-item li{
        width: 100%;
    }
    .li-titl {
        width: 100%;
    }
    .text-muted.last {
        display: flex!important;
        align-items: center;
    }
    .svgs {
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }
    .svgs.address{
        position: relative;
        bottom: 12px;
    }
    .font{
        text-align: left;
    }
    .foot-item{
        width: calc((100% - 0px)/3);
    }
    .ewm-font {
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }
    .contents{
        width: 100%;
        box-sizing: border-box;
        padding:0px 20px;
    }
    .cards .card-item{
        height: 300px;
        width: 100%;
        background: rgba(255,255,255,.47);
        border-radius: 8px;
        border: 2px solid #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
        padding: 20px 40px;
        justify-content: center;
        margin-bottom: 20px;
    }
    .cards {
        height: auto;
        display: flex;
        width: 100%;
        margin: 0px auto;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0px 30px;
    }
    .tita-sect{
        display: flex;
        width: 100%;
        margin: 0px auto;
        margin-bottom: 64px;
        flex-wrap: wrap;
    }
    .numy{
        width: calc((100% - 80px)/2);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin: 0px 20px 20px;
        padding-left: 8%;
    }
    .imgpage{
        width: 100%;
        margin: 0px auto;
        height: auto;
        box-sizing: border-box;
        padding: 20px;
    }
    .footout{
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }
    .sectiona1 .titles .tit{
        font-size: 24px;
    }
    .sectiona2 .tita{
        font-size: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
        margin: 0px;
    }
    .sectiona3 .tita{
        font-size: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
        margin: 0px;
    }
    .sectiona5 .tita{
        font-size: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
        margin: 0px;
    }
}

.company1{
    display: flex;
    justify-content: center;
}
.company1 .company-item{
    width: 300px;
    height: 120px;
    margin: 0px 10px;
    background: #fff;
}
.company2{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.company2 .company-item{
    width: 300px;
    height: 120px;
    margin: 0px 10px;
    background: #fff;
}
.company3{
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
.company3 .company-item{
    width: 300px;
    height: 120px;
    margin: 0px 10px;
    background: #fff;
}
@media (max-width: 992px){
    .button{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
        width: 128px;
        height: 44px;
        background: #eb4826;
        border-radius: 4px;
        font-size: 16px;
        font-family: Microsoft YaHei PingFang SC Helvetica Neue;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        border: 0px;
    }
    .foot-items{
        margin-right: 0px!important;
    }
    .container .fluid{
        width: 76px;
        margin-right: 124px;
        background: #fff;
    }
    .navbar{
        width: 100%;
    }
    .navbar-collapse{
        display: none;
    }
    .navbar>.container{
        width: 100%;
        box-sizing: border-box;
        padding:0px 20px;
    }
    .navbar-transparent {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        border: 0;
        box-shadow: none;
    }
    .spotlight-bottom {
        display: none;
    }
    .spotlight{
        margin-top: 80px;
    }
    .container{
        width: 100%;
    }
    .spotlightcol {
        width: 100%;
        position: relative;
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .sect{
        width: 100%;
        margin: 0px;
    }
    .sect-tit{
        font-size: 20px;
        padding: 30px 0px;
        box-sizing: border-box;
    }
    .tabletab{
        display: flex;
        box-sizing: border-box;
        width: 100%;
        padding: 0px 20px;
        justify-content: center;
    }
    li{
        width: calc((100% - 0px)/5);
        list-style-type:none;
    }
    .content{
        display: none;
    }
    .conAvtive {
        display: block;
        box-sizing: border-box;
        padding: 20px;
    }
    .banner{
        box-sizing: border-box;
        padding: 20px;
        background: #102ab1;
        border-radius: 30px;
    }
    .tabActive {
        color: #365ae8!important;
    }
    .banner-left{
        text-align: left;
    }
    .title{
        color: #fff;
        box-sizing: border-box;
        padding-bottom: 10px;
    }
    .summary{
        font-size: 12px;
        color: #fff;
        text-indent: 2em;
    }
    .banner-left .butt .but {
        width: 100px;
        height: 36px;
        background: #ffffff;
        border-radius: 4px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #354ddc;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: 20px;
    }
    .content-tit{
        font-size: 20px;
        padding: 30px 0px 10px;
        box-sizing: border-box;
        margin-bottom: 0px;
    }
    .section2{
        background: #aad1ff;
    }
    .item{
        background: #fff;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 220px;
    }
    .item-img {
        width: 102px;
        height: 107px;
    }
    .numbertime-left{
        padding: 0px 20px 20px;
        box-sizing: border-box;
    }
    .numbertime-right{
        display: none;
    }
    .containers{
        padding: 20px;
        box-sizing: border-box;
    }
    .content4{
        background: #1c233a;
        padding-bottom: 20px;
    }
    .foot-tit .tits {
        line-height: 40px;
        font-size: 20px;
        font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
        font-weight: 700;
        color: #fff;
    }
    .foot-tit .titsuy {
        margin-top: 5px;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #fff;
        line-height: 20px;
    }
    .foot-but{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .foot-but .but {
        width: 110px;
        height: 40px;
        background: #365AE8;
        border-radius: 4px;
        font-size: 14px;
        font-family: Microsoft YaHei PingFang SC Helvetica Neue;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .footout{
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }
    .pt-5{
        padding-top: 1rem !important;
    }
    .foot-itemr .ewm {
        width: 120px;
        height: 120px;
    }
    .foot-item li{
        width: 100%;
    }
    .li-titl {
        width: 100%;
    }
    .text-muted.last {
        display: flex!important;
        align-items: center;
    }
    .svgs {
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }
    .svgs.address{
        position: relative;
        bottom: 12px;
    }
    .font{
        text-align: left;
    }
    .foot-item{
        width: calc((100% - 0px)/3);
    }
    .ewm-font {
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }
}