a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

/* 鼠标移上样式（通用） */
.products_left > .products_selector_pc > ul > li > a:hover,
.products_left > .products_selector_pc > ul > li > div > ul > li > a:hover,
.products_detail_right > ul > li > a:hover,
.applications_left > ul > li > a:hover,
.news_detail_right > ul > li > a:hover,
.news_left > ul > li > a:hover,
.download_left > ul > li > a:hover,
.nav_translate > li > a:hover,
.header_nav_main > .navbar-nav > .nav-item:hover > a,
.header_nav_main > .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item:hover,
.header_nav_main > .navbar-nav > .nav-item > .dropdown-menu > .row > div > .dropdown-item:hover,
.header_nav_main > .navbar-nav > .nav-item > .dropdown-menu > .row > div > .dropdown-item:nth-child(1):hover,
.footer_top_nav > div > a:hover,
.footer_top_main_text > a:hover,
    /*移动端*/
.offcanvas-body > ul > li > button:focus,
.offcanvas-body > ul > li > div > ul > li > a:focus,
.offcanvas-body > ul > li > div > ul > li > div > ul > li > a:focus,
.offcanvas-body > ul > li > a:focus,
.products_selector_menu > li > div > ul > li > button:focus {
    color: #DD3333 !important;
}

.products_left > .products_selector_pc > ul > li > a:focus,
.products_left > .products_selector_pc > ul > li > div > ul > li > a:focus,
.products_detail_right > ul > li > a:focus,
.applications_left > ul > li > a:focus,
.news_detail_right > ul > li > a:focus,
.news_left > ul > li > a:focus,
.download_left > ul > li > a:focus,
.nav_translate > li > a:focus,
.header_nav_main > .navbar-nav > .nav-item:focus > a,
.header_nav_main > .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item:focus,
.header_nav_main > .navbar-nav > .nav-item > .dropdown-menu > .row > div > .dropdown-item:focus,
.header_nav_main > .navbar-nav > .nav-item > .dropdown-menu > .row > div > .dropdown-item:nth-child(1):hover,
.footer_top_nav > div > a:focus,
.footer_top_main_text > a:focus {
    color: #DD3333 !important;
    font-weight: bold !important;
}

/* service img外边框与下划线 */
.service > div > div {
    border: 6px solid rgba(221, 51, 51, 0.5);
}

.service > div > div > div > p {
    background: rgba(221, 51, 51, 0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 999999s;
    -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.show_tel {
    display: none;
}

.show_tel_1200 {
    display: none;
}

.switch_page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.switch_page > button {
    border: none;
    background: none;
    padding: 8px 14px;
    margin: 0 3px;
    font-size: 22px;
    font-family: ArialMT;
    color: #999999;
}

.switch_page > button:hover, .switch_page > button:focus, .switch_page > button:active {
    color: #DD3333;
}

.switch_page > button > img {
    height: 18px;
}

.switch_page > button:nth-child(1), .switch_page > button:nth-last-child(1) {
    padding: 7px 14px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.button_class_1 {
    background: #DD3333;
    color: #FFFFFF;
    border-radius: 4px;
    border: none;
    text-align: center;
}

.button_class_1:hover {
    background: #C71010 !important;
}

.button_class_2 {
    background: #FFFFFF;
    color: #DD3333;
    box-shadow: 0 0 4px 0 rgba(89, 41, 9, 0.25);
    border-radius: 4px;
    border: none;
    text-align: center;
}

.button_class_2:hover {
    font-weight: 600;
    box-shadow: 0 0 4px 0 #8D0808;
    border-radius: 4px;
}

.title_class_1 {
    padding: 24px 20px;
    border-left: 25px solid #DD3333;
    background: #FFEEEE;
    border-radius: 4px;
    color: #DD3333;
}

.title_class_2 {
    padding: 0 0 0 8px;
    border-left: 8px solid #DD3333;
    color: #DD3333;
}

/*子页面通用banner与面包屑*/

.banner {
    height: 150px;
    position: relative;

}

.banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner > div {
    width: 100%;
    position: absolute;
    top: calc((150px - 48px) / 2);
    left: 0;
}

.banner > div > .container {
    font-size: 32px;
    font-family: Arial-BoldMT, Arial;
    font-weight: bold;
    color: #FFFFFF;
}

.crumbs {
    margin: 20px 0 50px;
}

.crumbs > a {
    font-size: 16px;
    font-family: ArialMT;
    color: #666666;
}

.crumbs > a > span {
    color: #DD3333;
}

.search_result {
    font-size: 18px;
    font-family: ArialMT;
    color: #333333;
}

@media (max-width: 1200px) {
    .hide_tel_1200 {
        display: none !important;
    }

    .show_tel_1200 {
        display: block;
    }
}

@media (max-width: 992px) {
    .hide_tel {
        display: none !important;
    }

    .show_tel {
        display: block;
    }

    .switch_page {
        margin-top: 25px;
    }

    .switch_page > button {
        padding: 7px 11px;
        margin: 0 3px;
        font-size: 14px;
    }

    .switch_page > button:hover, .switch_page > button:focus, .switch_page > button:active {
        color: #DD3333;
    }

    .switch_page > button > img {
        height: 18px;
    }

    .switch_page > button:nth-child(1), .switch_page > button:nth-last-child(1) {
        padding: 3px 6px;
        border: 1px solid #cccccc;
        border-radius: 2px;
    }

    .title_class_1 {
        padding: 14px 10px;
        border-left: 15px solid #DD3333;
        background: #FFEEEE;
        border-radius: 4px;
        color: #DD3333;
    }

    /*子页面通用banner与面包屑*/
    .banner {
        height: 80px;
        position: relative;

    }

    .banner > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner > div {
        width: 100%;
        position: absolute;
        top: calc((80px - 33px) / 2);
        left: 0;
    }

    .banner > div > .container {
        font-size: 22px;
    }

    .crumbs {
        margin: 12px 0 25px;
    }

    .crumbs > a {
        font-size: 13px;
    }

    .crumbs > a > span {
        color: #DD3333;
    }

    .search_result {
        font-size: 14px;
    }
}
{"msg":"SUCCESS","code":20000,"data":null}