.carousel-indicators > button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
}

.carousel-inner > .carousel-item {
    height: 590px;
    overflow: hidden;
    position: relative;
}

.carousel-inner > .carousel-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products {
    padding: 60px 0;
}

.products_title {
    display: flex;
    justify-content: center;
}

.products_title > div {
    display: flex;
    flex-direction: column;
}

.products_title > div > h1 {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    margin: 0;
    z-index: 1;
}

.products_title > div > div {
    height: 10px;
    background: linear-gradient(to right, rgba(48, 48, 139, 0.6) 0%, rgba(48, 48, 139, 0.6) 50%, rgba(221, 51, 51, 0.6) 50%, rgba(221, 51, 51, 0.6) 100%);
    margin-top: -18px;
}

.products_subtitle {
    font-size: 22px;
    font-family: ArialMT;
    color: #666666;
    text-align: center;
    margin: 12px 0 50px;
}

.products_text {

}

.products_text > a {

}

.products_text > a > div {
    position: relative;
}

.products_text > a > div > div {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    position: absolute;
    padding: 18px;
    transition: all 0.5s ease;
}

.products_text > a > div:hover > div {
    opacity: 1;
}

.products_text > a > div > div > div {
    width: 100%;
    height: 100%;
    background: rgba(221, 51, 51, 0.4);
    display: flex;
    align-items: center;
}

.products_text > a > div > div > div > p {
    width: 100%;
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.products_text > a > div > div > div > p > span {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
}

.products_text > a > div > img {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
}

.about {
    background: #F2F2F2;
    padding: 60px 0;
}

.about_title {
    display: flex;
}

.products_title > div {
    display: flex;
    flex-direction: column;
}

.about_title > div > h1 {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    margin: 0;
    z-index: 1;
}

.about_title > div > div {
    height: 10px;
    background: linear-gradient(to right, rgba(48, 48, 139, 0.6) 0%, rgba(48, 48, 139, 0.6) 50%, rgba(221, 51, 51, 0.6) 50%, rgba(221, 51, 51, 0.6) 100%);
    margin-top: -18px;
}

.about_subtitle {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    margin: 40px 0 15px;
}

.about_text {
    font-size: 18px;
    font-family: ArialMT;
    color: #666666;
}

.application {
    padding: 60px 0 0;
    background: #DD3333;
}

.application_title {
    display: flex;
    justify-content: center;
}

.application_title > div {
    display: flex;
    flex-direction: column;
}

.application_title > div > h1 {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    z-index: 1;
}

.application_title > div > div {
    height: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%);
    margin-top: -18px;
}

.application_subtitle {
    font-size: 22px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 12px 0 130px;
}

.news {
    margin-top: 1px;
    padding: 60px 0;
}

.news_title {
    display: flex;
    justify-content: center;
}

.news_title > div {
    display: flex;
    flex-direction: column;
}

.news_title > div > h1 {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
    margin: 0;
    z-index: 1;
}

.news_title > div > div {
    height: 10px;
    background: linear-gradient(to right, rgba(48, 48, 139, 0.6) 0%, rgba(48, 48, 139, 0.6) 50%, rgba(221, 51, 51, 0.6) 50%, rgba(221, 51, 51, 0.6) 100%);
    margin-top: -18px;
}

.news_subtitle {
    font-size: 22px;
    font-family: ArialMT;
    text-align: center;
    color: #666666;
    margin: 12px 0 50px;
}

.news_text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_text > div {
    width: 32%;
    background: #F2F2F2;
    border-radius: 4px;
    position: relative;
}

.news_text > div > img {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
}

.news_text_float {
    position: absolute;
    top: 0;
    right: 0;
    background: #DD3333;
    text-align: center;
    border-top-right-radius: 4px;
}

.news_text_float_title {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 37px;
    padding: 4px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news_text_float_text {
    font-size: 16px;
    font-family: ArialMT;
    color: #FFFFFF;
    line-height: 18px;
    padding: 0 14px 4px;
}

.news_text_div {
    padding: 20px 15px 25px;
}

/* 轮播图描述 */
.carousel-caption-1 {
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
}

.horizontal-line {
    width: 110px;
    height: 2px;
    background-color: white;
    margin: auto;
}

.carousel-caption-title {
    font-size: 50px;
    font-family: Arial-BoldMT, Arial;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.carousel-caption-title-text {
    font-size: 22px;
    font-family: ArialMT;
    color: white;
    margin: 20px 0;
}

.button_top {
    padding: 15px;
}

@media (max-width: 992px) {
    .carousel-caption-title{
        font-size: 17px;
        margin-bottom: 5px;
    }
    .carousel-caption-title-text {
        font-size: 12px;
        font-family: ArialMT;
        color: white;
        margin: 5px 0;
    }
    .carousel-caption-1 {
        position: absolute;
        text-align: center;
        top: 12%;
    }
    .button_top{
        padding: 3px 10px;
        font-size: 12px;
    }

}

.button_top:focus, .button_top:active {
    box-shadow: none;
    background: #C71010 !important;
}

.button_top:active:focus {
    box-shadow: none;
    background: #C71010 !important;
}

.news_text_div > h4 {
    margin: 0;
}

.news_text_div > h4 > a {
    font-size: 24px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #333333;
}

.news_text_div > h4 > a:hover, .news_text_div > h4 > a:focus {
    color: #DD3333;
}

.news_text_div > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #999999;
    margin: 15px 0;
}

.news_text_div > a {
    font-size: 18px;
    font-family: ArialMT;
    color: #DD3333;
    text-decoration: underline;
}

.touch {
    padding: 50px 0 35px;
    background: #DD3333;
}

.touch > div {
    text-align: center;
}

.touch > div > h2 {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
}

.touch > div > div {
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
    margin: 25px 0 35px;
}

.touch > div > .button_class_2 {
    font-size: 18px;
    font-family: ArialMT;
    padding: 15px 50px;
}

@media (max-width: 992px) {
    .carousel-indicators > button {

    }

    .carousel-inner > .carousel-item {
        height: 132px;
        overflow: hidden;
    }

    .carousel-inner > .carousel-item > img {

    }

    .products {
        padding: 28px 0 20px;
    }

    .products_title {

    }

    .products_title > div {

    }

    .products_title > div > h1 {
        font-size: 26px;
    }

    .products_title > div > div {
        height: 5px;
        background: linear-gradient(to right, rgba(48, 48, 139, 0.6) 0%, rgba(48, 48, 139, 0.6) 50%, rgba(221, 51, 51, 0.6) 50%, rgba(221, 51, 51, 0.6) 100%);
        margin-top: -9px;
    }

    .products_subtitle {
        font-size: 13px;
        margin: 8px 0 20px;
    }

    .products_text {

    }

    .products_text > a {
        margin-top: 10px;
    }

    .products_text > a > div {

    }

    .products_text > a > div > div {

    }

    .products_text > a > div:hover > div {

    }

    .products_text > a > div > div > div {

    }

    .products_text > a > div > div > div > p {

    }

    .products_text > a > div > div > div > p > span {

    }

    .products_text > a > div > img {

    }

    .about {
        background: #F2F2F2;
        padding: 28px 0 10px;
    }

    .about_title {
        display: flex;
        justify-content: center;
    }

    .products_title > div {

    }

    .about_title > div > h1 {
        font-size: 26px;
    }

    .about_title > div > div {
        height: 5px;
        background: linear-gradient(to right, rgba(48, 48, 139, 0.6) 0%, rgba(48, 48, 139, 0.6) 50%, rgba(221, 51, 51, 0.6) 50%, rgba(221, 51, 51, 0.6) 100%);
        margin-top: -9px;
    }

    .about_subtitle {
        font-size: 20px;
        margin: 20px 0 5px;
    }

    .about_text {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .application {
        padding: 28px 0 0;
    }

    .application_title {

    }

    .application_title > div {

    }

    .application_title > div > h1 {
        font-size: 26px;
    }

    .application_title > div > div {
        height: 5px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%);
        margin-top: -9px;
    }

    .application_subtitle {
        font-size: 13px;
        padding: 8px 0 31px;
    }

    .news {
        padding: 28px 0 30px;
    }

    .news_title {

    }

    .news_title > div {

    }

    .news_title > div > h1 {
        font-size: 26px;
    }

    .news_title > div > div {
        height: 5px;
        background: linear-gradient(to right, rgba(48, 48, 139, 0.6) 0%, rgba(48, 48, 139, 0.6) 50%, rgba(221, 51, 51, 0.6) 50%, rgba(221, 51, 51, 0.6) 100%);
        margin-top: -9px;
    }

    .news_subtitle {
        font-size: 13px;
        margin: 8px 0 20px;
    }

    .news_text {

    }

    .news_text > div {
        width: 100%;
        margin-top: 10px;
    }

    .news_text > div > img {

    }

    .news_text_float {

    }

    .news_text_float_title {
        font-size: 24px;
        line-height: 28px;
        padding: 4px 14px;
    }

    .news_text_float_text {
        font-size: 13px;
        line-height: 15px;
        padding: 4px 14px;
    }

    .news_text_div {
        padding: 15px 10px;
    }

    .news_text_div > h4 {
        font-size: 16px;
        margin: 0;
    }

    .news_text_div > div {
        font-size: 18px;
        margin: 10px 0;
    }

    .news_text_div > a {
        font-size: 14px;
    }

    .touch {
        padding: 50px 0 35px;
        background: #DD3333;
    }

    .touch > div {
        text-align: center;
    }

    .touch > div > h2 {
        font-size: 32px;
        font-family: Arial-BoldMT, Arial;
        font-weight: bold;
        color: #FFFFFF;
        margin: 0;
    }

    .touch > div > div {
        font-size: 18px;
        font-family: ArialMT;
        color: #FFFFFF;
        margin: 25px 0 35px;
    }

    .touch > div > .button_class_2 {
        font-size: 18px;
        font-family: ArialMT;
        padding: 15px 50px;
    }
}
{"msg":"SUCCESS","code":20000,"data":null}