.sectionj{
    width: 1200px;
    height: auto;
    margin: 0px auto;
    padding-bottom: 100px;
}
.sectionj .contentj{
    padding: 100px 0px;
    height: auto;
    display: flex;
}
.contentj-left{
    width: 60%;
}
.contentj-right{
    width: 40%;
    text-align: right;
}
.titlej{
    text-align: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-bottom: 60px;
}
.summayj{
    text-align: left;
    text-indent: 2em;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.titles{
    text-align: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-bottom: 60px;
}
.titlex{
    text-align: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-bottom: 60px;
}
.content-item{
    width: 100%;
    display: flex;
    padding-bottom: 60px;
}
.content-item .item{
    width: 64px;
    height: 64px;
    background: #EE732A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.summarys{
    text-align: left;
    padding-left: 20px;
}
.summarys .titlex{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    padding-bottom: 16px;
    line-height: 16px
}
.summarys .suyx{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.contents{
    margin-bottom: 100px;
}
.cont{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px;
}
.cont .font{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: left;
    width: calc((100% - 180px)/3);
}
@media (max-width: 992px){
    .icon2{
        width: 100%;
    }
    .contents {
        margin-bottom: 100px;
        box-sizing: border-box;
        padding: 0px 20px;
    }
    .titlej {
        text-align: left;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .summarys .titlex {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
        padding-bottom: 10px;
        line-height: 16px;
    }
    .summayj {
        text-align: left;
        text-indent: 2em;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
    }
    .cont {
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 30px;
        flex-direction: column;
    }
    .titlex {
        text-align: left;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .cont .font {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
        text-indent: 2em;
    }
    .content-item {
        width: 100%;
        display: flex;
        padding-bottom: 20px;
    }
    .contentx{
        box-sizing: border-box;
        padding: 0px 20px;
    }
    .contents {
        margin-bottom: 20px;
        box-sizing: border-box;
        padding: 0px 20px;
    }
    .titles {
        text-align: left;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        line-height: 40px;
        padding-bottom: 20px;
    }
    .content-item .item {
        width: 48px;
        height: 48px;
        background: #EE732A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .summarys .suyx {
        font-size: 12px;
        text-indent: 2em;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 30px;
    }
    .contentj-left {
        width: 100%;
    }
    .contentj-right {
        width: 100%;
        text-align: center;
    }
    .spotlight1{
        margin-top: 80px;
    }
    .fonts-suy{
        font-size: 16px;
        color: #fff;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0px 20px;
    }
    .fonts-suy .suy-item{
        width: calc((100% - 30px)/3);
        height: 44px;
        margin-right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #FFFFFF;
        border-radius: 22px;
        font-size: 14px;
    }
    .sectionj{
        width: 100%;
        height: auto;
        margin: 0px auto;
        padding-bottom: 20px;
    }
    .sectionj .contentj{
        padding: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .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;
    }
}