@charset "UTF-8";
@import url(../../../base/bootstarp-icon.min.css);
:root {
    --theme-color: #c7372c;
    --theme-color-transparency_5: #fff;
    --theme-color-transparency_7: #fff
}

body {
    font-family: MicrosoftYaHei-Bold
}

body .pickerBox {
    position: absolute;
    left: 50px;
    top: 100px;
    max-width: 1200px
}

body .pickerBox .picker {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    left: 0;
    opacity: .4
}

body .pickerBox .picker:hover {
    opacity: 1;
    transition: all .2s ease
}

header .header .h_top {
    height: 1.6875rem;
    line-height: 1.6875rem;
    overflow: hidden;
    color: #666;
    font-size: .8rem;
    background-color: #ededed
}

header .header .h_top span {
    float: right
}

header .header .h_top span a {
    padding: 0 .625rem;
    display: inline-block;
    color: #666
}

header .header .h_con {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.111rem;
    background-color: #fff;
    overflow: hidden
}

header .header .h_con .l_logo img {
    max-width: 45rem;
    max-height: 5rem
}

header .header .h_con .r_tell {
    width: 22rem;
    padding: .556rem
}

header .header .h_con .r_tell .r_tell_left {
    position: absolute;
    top: -1.667rem;
    height: 7.222rem;
    width: 2.778rem;
    background-color: #026ae0;
    background-color: var(--theme-color);
    border-radius: 25px;
    padding: .9rem .444rem
}

header .header .h_con .r_tell .r_tell_left .bg-white {
    width: 1.889rem;
    height: 1.889rem;
    padding: .444rem;
    border-radius: 50%;
    margin: 3.889rem .444rem .444rem 0
}

header .header .h_con .r_tell .r_tell_left .bg-white img {
    width: 1.111rem;
    height: 1.111rem
}

header .header .h_con .r_tell .r_tell_right {
    display: inline-block;
    margin-left: 3.333rem
}

header .header .h_con .r_tell .r_tell_right span {
    font-size: .778rem;
    color: #999
}

header .header .h_con .r_tell .r_tell_right .tell {
    font-family: Impact;
    font-size: 1.667rem;
    color: #026ae0;
    color: var(--theme-color)
}

header .header .h_con .r_tell_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.778rem;
    overflow: hidden
}

header .header .h_con .r_tell_2 .left img {
    width: 2.222rem;
    height: 2.222rem;
    margin-right: .444rem
}

header .header .h_con .r_tell_2 .right .p_con {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1
}

header .header .h_con .r_tell_2 .right .p_con .desc {
    width: 5.556rem;
    font-size: 1rem
}

header .header .h_con .r_tell_2 .right .p_con .tell {
    font-family: Impact;
    font-size: 1.667rem;
    color: #026ae0;
    color: var(--theme-color);
}

header .nav_warpper {
    background-color: #026ae0;
    background-color: var(--theme-color);
    font-size: 1rem!important;
    font-family: MicrosoftYaHei
}

header .nav_warpper .navbars {
    padding: .1rem .1rem
}

header .nav_warpper .navbars .nav-item:first-child {
    border-left: .056rem solid rgba(255, 255, 255, .151)
}

header .nav_warpper .navbars .nav-item {
    border-right: 1px solid rgba(255, 255, 255, .151)
}

header .nav_warpper .navbars .nav-item a {
    line-height: 2.5rem;
    color: #fff
}

header .nav_warpper .navbars .nav-item .dropdown-menu a {
    color: #026ae0;
    color: var(--theme-color)!important
}

header .nav_warpper .navbars .nav-item .dropdown-menu .dropdown-item:focus,
header .nav_warpper .navbars .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: var(--theme-color-transparency_5)
}

header .nav_warpper .navbars li:focus,
header .nav_warpper .navbars li:hover {
    background-color: #e0e0e018
}

header .yunu-mNav {
    display: none;
    width: 100%;
    height: 50px;
    background: #026ae0;
    background: var(--theme-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99
}

header .yunu-mNav h3 {
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px
}

header .yunu-mNav .menuBtn {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    float: right;
    width: 36px;
    height: 36px;
    padding: 3px;
    cursor: pointer
}

header .yunu-mNav .menuBtn b {
    display: block;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    margin: 5px 0 7px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

header .yunu-mNav .menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px
}

header .yunu-mNav .menuBtn.open b {
    position: absolute;
    left: 3px;
    top: 35%;
    display: none
}

header .yunu-mNav .menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

header .yunu-mNav .menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

header .yunu-nav {
    height: 60px;
    line-height: 60px;
    background-color: #026ae0;
    background-color: var(--theme-color);
    position: relative
}

header .yunu-nav .wp {
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto
}

header .yunu-nav .nav-item-bg {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 12.5%
}

header .yunu-nav .nav-item-bg.nav-item-bg::after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%)
}

header .yunu-nav ul.nav {
    padding: 0;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between
}

header .yunu-nav ul.nav li {
    width: 12.5%;
    float: left;
    position: relative
}

header .yunu-nav ul.nav li a {
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    height: 60px;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    transition: .3s;
    z-index: 999
}

header .yunu-nav ul.nav li dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    background: #026ae0;
    background: var(--theme-color);
    z-index: 99;
    display: none
}

header .yunu-nav ul.nav li dd {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: rgba(0, 0, 0, .2) 1px solid
}

header .yunu-nav ul.nav li dd:first-child {
    border-top: rgba(0, 0, 0, .2) 1px solid
}

header .yunu-nav ul.nav li dd:last-child {
    border-bottom: none
}

header .banner {
    display: none;
    width: 100%;
    height: auto
}

header .banner img {
    width: 100%
}

header .banner .swiper-slide img {
    width: 100%
}

header .banner .swiper-button-next,
header .banner .swiper-button-prev {
    display: none;
    color: rgba(255, 255, 255, .7);
    width: 35px!important;
    height: 50px!important;
    padding: .278rem!important
}

header .banner .swiper-pagination-bullet-active {
    background: #026ae0;
    background: var(--theme-color)
}

header .banner:hover .swiper-button-next,
header .banner:hover .swiper-button-prev {
    display: block
}

header .pc_banner {
    display: block
}

header .m_banner {
    display: none
}

@keyframes prodmove {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

#product_1 {
    margin-top: 2.778rem
}

#product_1 .column_title {
    text-align: center
}

#product_1 .column_title .titel_con h1 {
    font-size: 2rem;
    color: #026ae0;
    color: var(--theme-color);
    font-weight: 700
}

#product_1 .column_title .describe {
    margin: 1.111rem auto 0;
    width: 19.444rem;
    text-align: center
}

#product_1 .column_title .describe span {
    color: #666;
    font-size: 1rem;
    width: 12.111rem
}

#product_1 .column_title .line {
    width: 3px;
    height: 1.667rem;
    margin: .889rem auto 1.333rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#product_1 .parouct_main {
    margin-top: 2.222rem
}

#product_1 .parouct_main .prod_name {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

#product_1 .parouct_main .prod_name li {
    transition: all .5s ease;
    width: 9.722rem;
    height: 2.778rem;
    border: 1px solid #dedede;
    line-height: 2.778rem;
    margin-right: 1.111rem;
    margin-bottom: .556rem;
    padding: 0 .556rem;
    text-align: center;
    cursor: pointer;
    background-color: #333
}

#product_1 .parouct_main .prod_name li:hover {
    border: 1px solid #026ae0;
    border: 1px solid var(--theme-color);
    transition: all .5s ease;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#product_1 .parouct_main .prod_name li:hover .name {
    color: #fff;
    transition: all .5s ease
}

#product_1 .parouct_main .prod_name li .name {
    transition: all .5s ease;
    color: #fff;
    text-decoration: none;
    font-size: .889rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#product_1 .parouct_main .prod_name .active {
    border-color: var(--theme-color);
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#product_1 .parouct_main .prod_name .active .name {
    color: #fff
}

#product_1 .parouct_main .content {
    margin-top: 1.667rem
}

#product_1 .parouct_main .content .prod_con {
    display: none;
    animation: prodmove 1s ease;
    transform-origin: center
}

#product_1 .parouct_main .content .show {
    display: block
}

#product_1 .parouct_main .content .prod_con .item {
    cursor: pointer;
    margin-bottom: 1.111rem
}

#product_1 .parouct_main .content .prod_con .item .top {
    border: .056rem solid #eaeaea
}

#product_1 .parouct_main .content .prod_con .item .bottom {
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .666rem 1.111rem;
    width: 100%;
    border: .056rem solid #eaeaea;
    border-top: none
}

#product_1 .parouct_main .content .prod_con .item .bottom a {
    color: #000;
    text-decoration: none
}

#product_1 .parouct_main .content .prod_con .item .bottom a .name {
    font-size: 1rem;
    width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#product_1 .parouct_main .content .prod_con .item .bottom a i.bi-circle {
    font-size: 1.444rem;
    position: relative;
    color: #afafaf
}

#product_1 .parouct_main .content .prod_con .item .bottom a i.bi-circle i.bi-chevron-right {
    font-size: .556rem;
    position: absolute;
    left: .4rem;
    top: .667rem
}

#product_1 .parouct_main .content .prod_con .item:hover .bottom {
    transition: all .5s ease;
    box-shadow: 0 .4rem 1.7rem rgba(0, 0, 0, .151)!important
}

#product_1 .parouct_main .content .prod_con .item:hover .name,
#product_1 .parouct_main .content .prod_con .item:hover i.bi-chevron-right,
#product_1 .parouct_main .content .prod_con .item:hover i.bi-circle {
    transition: all .5s ease;
    color: #026ae0;
    color: var(--theme-color)!important
}

#product_1 .main_footer {
    margin-top: 2.778rem;
    text-align: center
}

#product_1 .main_footer .more {
    display: inline-block;
    cursor: pointer;
    border: none;
    width: 6.111rem;
    height: 1.944rem;
    line-height: 1.944rem;
    background-color: #026ae0;
    background-color: var(--theme-color);
    border-radius: .889rem;
    color: #fff;
    transition: all .5s ease;
    text-decoration: nodne;
    font-weight: lighter
}

#product_1 .main_footer .more:hover {
    background-color: transparent;
    color: #026ae0;
    color: var(--theme-color);
    border: var(--theme-color) .056rem solid;
    transition: all .5s ease
}

#about_1 {
    background: url(../images/about_bg.png) no-repeat;
    margin-top: 4.444rem;
    padding: 2.778rem 0;
    width: 100%;
    display: flex;
    align-items: center
}

#about_1 .main .left img {
    width: 100%;
    max-width: 540px;
    max-height: 370px
}

#about_1 .main .right {
    color: #000
}

#about_1 .main .right .title {
    font-size: 1.667rem
}

#about_1 .main .right .line {
    width: 6.667rem;
    height: .222rem;
    background-color: #026ae0;
    background-color: var(--theme-color);
    margin-top: 2rem
}

#about_1 .main .right .content {
    margin-top: 2rem;
    text-indent: 2rem;
    font-size: .889rem;
    font-weight: 200;
    line-height: 1.4rem;
    letter-spacing: .067rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

#about_1 .main .right .more {
    margin-top: 3.167rem;
    text-align: center;
    width: 7.556rem;
    height: 2.778rem;
    border-radius: 25px;
    border: 1px solid #474747;
    cursor: pointer;
    line-height: 2.778rem;
    transition: all .5s ease
}

#about_1 .main .right .more a {
    color: #333;
    font-weight: lighter;
    text-decoration: none;
    transition: all .5s ease
}

#about_1 .main .right .more:hover {
    border: 1px solid #026ae0;
    border: 1px solid var(--theme-color);
    transition: all .5s ease
}

#about_1 .main .right .more:hover a {
    color: #026ae0;
    color: var(--theme-color);
    transition: all .5s ease
}

#pc-youshi {
    margin-top: 3.889rem
}

#m-youshi {
    display: none;
    margin-top: 3.889rem
}

#case_1 {
    margin-top: 2.778rem
}

#case_1 .column_title {
    text-align: center
}

#case_1 .column_title .titel_con h1 {
    font-size: 2rem;
    color: #026ae0;
    color: var(--theme-color);
    font-weight: 700
}

#case_1 .column_title .describe {
    margin: 1.111rem auto 0;
    width: 19.444rem;
    text-align: center
}

#case_1 .column_title .describe span {
    color: #666;
    font-size: 1rem;
    width: 12.111rem
}

#case_1 .column_title .line {
    width: 3px;
    height: 1.667rem;
    margin: .889rem auto 1.333rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#case_1 #certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#case_1 #certify .swiper-container {
    padding-bottom: 60px
}

#case_1 #certify .swiper-slide {
    width: 400px;
    height: auto;
    background: #fff;
    box-shadow: 0 8px 30px rgba(56, 56, 56, .199)
}

#case_1 #certify .swiper-slide img {
    width: 100%;
    margin: 0 auto;
    display: block
}

#case_1 #certify .swiper-slide p {
    line-height: 60px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#case_1 #certify .swiper-pagination {
    width: 100%;
    bottom: 20px
}

#case_1 #certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1
}

#case_1 #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff
}

#case_1 #certify .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

#case_1 #certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#case_1 #certify .swiper-button-next {
    right: 100px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%
}

#case_1 #certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

#news_1 {
    margin-top: 3.889rem
}

#news_1 .column_title {
    text-align: center
}

#news_1 .column_title .titel_con h1 {
    font-size: 2rem;
    color: #026ae0;
    color: var(--theme-color);
    font-weight: 700
}

#news_1 .column_title .describe {
    margin: 1.111rem auto 0;
    width: 19.444rem;
    text-align: center
}

#news_1 .column_title .describe span {
    color: #666;
    font-size: 1rem;
    width: 12.111rem
}

#news_1 .column_title .line {
    width: 3px;
    height: 1.667rem;
    margin: .889rem auto 1.333rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#news_1 .main .wrapper {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    padding: .722rem .5rem;
    transition: all .8s ease
}

#news_1 .main .wrapper .top_img {
    overflow: hidden
}

#news_1 .main .wrapper .top_img img {
    transform: scale(1);
    transition: all .8s ease
}

#news_1 .main .wrapper .top_img:hover img {
    transform: scale(1.2);
    transition: all .8s ease
}

#news_1 .main .wrapper .bottom_cont {
    margin-top: 1.444rem;
    padding-right: 1.111rem
}

#news_1 .main .wrapper .bottom_cont:hover .data p,
#news_1 .main .wrapper .bottom_cont:hover p.b_title {
    color: #026ae0;
    color: var(--theme-color);
    transition: all .8s ease
}

#news_1 .main .wrapper .bottom_cont p {
    margin-bottom: .556rem
}

#news_1 .main .wrapper .bottom_cont p.b_title {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#news_1 .main .wrapper .bottom_cont p.b_context {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#news_1 .main .wrapper .bottom_cont .date {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#news_1 .main .wrapper .bottom_cont .date .day {
    font-size: 1.556rem;
    color: #999
}

#news_1 .main .wrapper .bottom_cont .date .more {
    font-size: .889rem;
    color: #999
}

#news_1 .main .main_footer {
    margin-top: 2.778rem;
    text-align: center
}

#news_1 .main .main_footer .more {
    display: inline-block;
    cursor: pointer;
    border: none;
    width: 6.111rem;
    height: 1.944rem;
    line-height: 1.944rem;
    background-color: #026ae0;
    background-color: var(--theme-color);
    border-radius: .889rem;
    color: #fff;
    transition: all .5s ease;
    text-decoration: nodne;
    font-weight: lighter
}

#news_1 .main .main_footer .more:hover {
    background-color: transparent;
    color: #026ae0;
    color: var(--theme-color);
    border: var(--theme-color) .056rem solid;
    transition: all .5s ease
}

#friend_link_1 {
    color: #999;
    margin-top: 2.222rem;
    padding: 1.111rem 0
}

#friend_link_1 .line {
    height: 3px;
    width: 4.444rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#friend_link_1 hr {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

#friend_link_1 .friends,
#friend_link_1 .region {
    margin-bottom: .833rem
}

#friend_link_1 .friends .name,
#friend_link_1 .region .name {
    display: inline-block
}

#friend_link_1 .friends .name li,
#friend_link_1 .region .name li {
    display: inline-block;
    margin-right: 1.111rem
}

#friend_link_1 .friends .name li a,
#friend_link_1 .region .name li a {
    font-size: .889rem;
    transition: all .2s ease;
    color: #999
}

#friend_link_1 .friends .name li:hover a,
#friend_link_1 .region .name li:hover a {
    color: #026ae0;
    color: var(--theme-color);
    transition: all .2s ease
}

#friend_link_1 .region {
    margin-top: .833rem
}

#footer_1 {
    background-color: #006819;
    width: 100%
}

#footer_1 .main {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#footer_1 .main .item {
    padding: 0 3.5rem 2.333rem 1.944rem
}

#footer_1 .main .item:nth-child(1) {
    width: 30%
}

#footer_1 .main .item:nth-child(2) {
    width: 50%
}

#footer_1 .main .item:nth-child(3) {
    width: 25%
}

#footer_1 .main .item .bottom {
    margin-top: 2.667rem
}

#footer_1 .main .item .bottom ul .navs {
    width: 90%;
    display: inline-block;
    margin-bottom: .556rem
}

#footer_1 .main .item .bottom ul .navs span {
    text-decoration: none;
    color: #fff
}

#footer_1 .main .item .bottom ul .info {
    margin-bottom: .556rem;
    text-align: center
}

#footer_1 .main .item .bottom ul .info p {
    color: #999;
    font-size: .667rem
}

#footer_1 .main .item .bottom ul .info p:nth-child(2),
#footer_1 .main .item .bottom ul .info p:nth-child(3),
#footer_1 .main .item .bottom ul .info p:nth-child(4) {
    color: #999;
    font-size: .778rem
}

#footer_1 .main .item .bottom ul .info p a {
    color: #999
}

#footer_1 .main .item .bottom .qr_code .ewm {
    text-align: center;
    display: inline-block;
    width: 10.556rem;
    height: 12.944rem;
    padding: 1.556rem 1.278rem;
    background-color: #026ae0;
    background-color: #006819;
    color: #fff
}

#footer_1 .main .item .bottom .qr_code .ewm img {
    width: 7.889rem;
    height: 7.889rem
}

#footer_mobile {
    margin-top: 1.667rem;
    margin-bottom: 4rem;
    background: #006819;
    height: 7rem;
    display: none
}

#footer_mobile .top {
    display: none;
    background-color: #006819;
    padding: 1.111rem 1.667rem;
    height: 54px;
    text-align: center
}

#footer_mobile .top p {
    color: #919191
}

#footer_mobile .top p a {
    color: #919191
}

#footer_mobile .fixed-foot {
    position: fixed;
    bottom: 0;
    width: 100%
}

#footer_mobile .fixed-foot ul {
    display: flex;
    height: 4.6rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#footer_mobile .fixed-foot ul li {
    text-align: center;
    flex: 1 1 auto;
    border-right: 1px solid rgba(0, 0, 0, .3);
    font-size: 18px;
    padding: 14px 0
}

#footer_mobile .fixed-foot ul li .bi {
    font-size: 1.8rem;
    color: #fff
}

#footer_mobile .fixed-foot ul li p {
    font-size: .889rem;
    line-height: 2rem;
    text-decoration: none;
    color: #fff
}

#about_us_1 .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#about_us_1 .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#about_us_1 .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#about_us_1 .title .right .breadcrumb .bi,
#about_us_1 .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#about_us_1 .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#about_us_1 .main {
    margin: 2.222rem 0 4.444rem
}

#about_us_1 .main .left {
    margin-bottom: 1.111rem
}

#about_us_1 .main .left .left_top {
    margin-bottom: 1.111rem
}

#about_us_1 .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#about_us_1 .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#about_us_1 .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#about_us_1 .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#about_us_1 .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#about_us_1 .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#about_us_1 .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#about_us_1 .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#about_us_1 .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#about_us_1 .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#about_us_1 .main .left .left_top .leftMenu .panel-heading:active,
#about_us_1 .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#about_us_1 .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#about_us_1 .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#about_us_1 .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#about_us_1 .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#about_us_1 .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#about_us_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#about_us_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#about_us_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#about_us_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#about_us_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#about_us_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#about_us_1 .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#about_us_1 .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#about_us_1 .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#about_us_1 .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#about_us_1 .main .right_wrapper .right_top_title {
    height: 3.889rem;
    padding: .944rem 0 .667rem
}

#about_us_1 .main .right_wrapper .right_top_title p {
    text-indent: .211rem;
    font-size: 1.333rem;
    color: #000;
    margin-bottom: .778rem
}

#about_us_1 .main .right_wrapper .right_top_title .line {
    position: relative;
    width: 100%;
    height: .056rem;
    background-color: rgba(0, 0, 0, .08)
}

#about_us_1 .main .right_wrapper .right_top_title .line .line_2 {
    position: absolute;
    bottom: 0;
    width: 3.056rem;
    height: .167rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#about_us_1 .main .right_main {
    margin-top: 1.667rem
}

#product-details-page .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#product-details-page .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#product-details-page .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#product-details-page .title .right .breadcrumb .bi,
#product-details-page .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#product-details-page .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#product-details-page .main {
    margin: 2.222rem 0 4.444rem
}

#product-details-page .main .left {
    margin-bottom: 1.111rem
}

#product-details-page .main .left .left_top {
    margin-bottom: 1.111rem
}

#product-details-page .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#product-details-page .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#product-details-page .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#product-details-page .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#product-details-page .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#product-details-page .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#product-details-page .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#product-details-page .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#product-details-page .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#product-details-page .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#product-details-page .main .left .left_top .leftMenu .panel-heading:active,
#product-details-page .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#product-details-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#product-details-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#product-details-page .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#product-details-page .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#product-details-page .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#product-details-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#product-details-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#product-details-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#product-details-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#product-details-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#product-details-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#product-details-page .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#product-details-page .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#product-details-page .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#product-details-page .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#product-details-page .main .right_wrapper .right_top_title {
    height: 3.889rem;
    padding: .944rem 0 .667rem
}

#product-details-page .main .right_wrapper .right_top_title p {
    text-indent: .211rem;
    font-size: 1.333rem;
    color: #000;
    margin-bottom: .778rem
}

#product-details-page .main .right_wrapper .right_top_title .line {
    position: relative;
    width: 100%;
    height: .056rem;
    background-color: rgba(0, 0, 0, .08)
}

#product-details-page .main .right_wrapper .right_top_title .line .line_2 {
    position: absolute;
    bottom: 0;
    width: 3.056rem;
    height: .167rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#product-details-page .main .right_wrapper .right_main {
    margin-top: 1.111rem
}

#product-details-page .main .right_wrapper .right_main .box {
    width: 100%;
    height: 15.556rem;
    padding: .611rem .556rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #e5e5e5
}

#product-details-page .main .right_wrapper .right_main .box .box_left img {
    max-width: 280px;
    max-height: 230px
}

#product-details-page .main .right_wrapper .right_main .box .box_right {
    padding: 0 1.111rem
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_top {
    margin-bottom: 3rem
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_top .box_title {
    color: #333;
    height: 2.778rem;
    line-height: 2.778rem;
    font-size: 1rem;
    border-bottom: 1px dashed rgba(102, 102, 102, .36);
    margin-bottom: 1.111rem
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_top .box_cont {
    font-size: .778rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_bott {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_bott .img {
    width: 1.944rem;
    height: 1.944rem
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_bott .tell {
    margin-right: 1.111rem
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_bott .tell .fuwu {
    font-size: .778rem;
    color: #999
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_bott .tell .tell_num {
    font-size: 1.333rem;
    color: #000;
    font-weight: 700
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_bott .btn_text {
    background-color: #026ae0;
    background-color: var(--theme-color);
    width: 6.111rem;
    height: 1.833rem;
    text-align: center;
    font-size: .889rem;
    line-height: 1.833rem
}

#product-details-page .main .right_wrapper .right_main .box .box_right .box_bott .btn_text a {
    color: #fff
}

#product-details-page .main .right_wrapper .right_main .prod_introduce {
    margin-top: 1.111rem;
    height: 2.667rem;
    font-size: 1.333rem;
    color: #fff;
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    line-height: 2.667rem
}

#product-details-page .main .right_wrapper .right_main .prod_introduce_cont {
    padding: 1.111rem 0
}

#product-details-page .main .right_wrapper .page {
    padding: 1.667rem 0
}

#product-details-page .main .right_wrapper .page a {
    text-decoration: none;
    color: #999;
    font-size: .778rem
}

#product-details-page .main .right_wrapper .page a:hover {
    color: #026ae0;
    color: var(--theme-color)
}

#content-page .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#content-page .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#content-page .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#content-page .title .right .breadcrumb .bi,
#content-page .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#content-page .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#content-page .main {
    margin: 2.222rem 0 4.444rem
}

#content-page .main .left {
    margin-bottom: 1.111rem
}

#content-page .main .left .left_top {
    margin-bottom: 1.111rem
}

#content-page .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#content-page .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#content-page .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#content-page .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#content-page .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#content-page .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#content-page .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#content-page .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#content-page .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#content-page .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#content-page .main .left .left_top .leftMenu .panel-heading:active,
#content-page .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#content-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#content-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#content-page .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#content-page .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#content-page .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#content-page .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#content-page .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#content-page .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#content-page .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#content-page .main .right_wrapper .right_top_title {
    height: 3.889rem;
    padding: .944rem 0 .667rem
}

#content-page .main .right_wrapper .right_top_title p {
    text-indent: .211rem;
    font-size: 1.333rem;
    color: #000;
    margin-bottom: .778rem
}

#content-page .main .right_wrapper .right_top_title .line {
    position: relative;
    width: 100%;
    height: .056rem;
    background-color: rgba(0, 0, 0, .08)
}

#content-page .main .right_wrapper .right_top_title .line .line_2 {
    position: absolute;
    bottom: 0;
    width: 3.056rem;
    height: .167rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#content-page .main .content-title {
    text-align: center;
    margin-top: 2.5rem
}

#content-page .main .content-title p {
    font-size: 24px;
    color: #000
}

#content-page .main .right_main {
    margin: 1.667rem 0 3.333rem;
    color: #999;
    font-size: .778rem
}

#content-page .main .page {
    padding: 1.667rem 0
}

#content-page .main .page a {
    text-decoration: none;
    color: #999;
    font-size: .778rem
}

#content-page .main .page a:hover {
    color: #026ae0;
    color: var(--theme-color)
}

#content-page .main .recommend {
    padding: 1.333rem 1.667rem;
    background-color: #f3f3f3
}

#content-page .main .recommend .recommend_title {
    margin-bottom: .667rem
}

#content-page .main .recommend .recommend_title p {
    font-size: 1.111rem;
    color: #000
}

#content-page .main .recommend ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #999;
    padding: .778rem 0
}

#content-page .main .recommend ul li:last-child {
    border-bottom: 1px dashed #999
}

#content-page .main .recommend ul li p {
    font-size: .778rem;
    color: #333
}

#img-design-page .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#img-design-page .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#img-design-page .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#img-design-page .title .right .breadcrumb .bi,
#img-design-page .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#img-design-page .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#img-design-page .main {
    margin: 2.222rem 0 4.444rem
}

#img-design-page .main .left {
    margin-bottom: 1.111rem
}

#img-design-page .main .left .left_top {
    margin-bottom: 1.111rem
}

#img-design-page .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#img-design-page .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#img-design-page .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#img-design-page .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#img-design-page .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#img-design-page .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#img-design-page .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#img-design-page .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#img-design-page .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#img-design-page .main .left .left_top .leftMenu .panel-heading {
    padding: 0 0.7rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#img-design-page .main .left .left_top .leftMenu .panel-heading:active,
#img-design-page .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#img-design-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#img-design-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#img-design-page .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#img-design-page .main .left .left_top .leftMenu .panel-heading .panel-title a {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none
}

#img-design-page .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#img-design-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: 0.4rem 0 0.4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#img-design-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #000
}

#img-design-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#img-design-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#img-design-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#img-design-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#img-design-page .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#img-design-page .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#img-design-page .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#img-design-page .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#img-design-page .main .right_wrapper .right_top_title {
    height: 3.889rem;
    padding: .944rem 0 .667rem;
    margin-bottom: 1.667rem
}

#img-design-page .main .right_wrapper .right_top_title p {
    text-indent: .211rem;
    font-size: 1.333rem;
    color: #000;
    margin-bottom: .778rem
}

#img-design-page .main .right_wrapper .right_top_title .line {
    position: relative;
    width: 100%;
    height: .056rem;
    background-color: rgba(0, 0, 0, .08)
}

#img-design-page .main .right_wrapper .right_top_title .line .line_2 {
    position: absolute;
    bottom: 0;
    width: 3.056rem;
    height: .167rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#img-design-page .main .right_wrapper .prod_con .item {
    cursor: pointer;
    margin-bottom: 1.111rem
}

#img-design-page .main .right_wrapper .prod_con .item .top {
    border: .056rem solid #eaeaea
}

#img-design-page .main .right_wrapper .prod_con .item .bottom {
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .666rem 1.111rem;
    width: 100%;
    border: .056rem solid #eaeaea;
    border-top: none
}

#img-design-page .main .right_wrapper .prod_con .item .bottom a {
    color: #000;
    text-decoration: none
}

#img-design-page .main .right_wrapper .prod_con .item .bottom a .name {
    font-size: 1rem;
    width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#img-design-page .main .right_wrapper .prod_con .item .bottom a i.bi-circle {
    font-size: 1.444rem;
    position: relative;
    color: #afafaf
}

#img-design-page .main .right_wrapper .prod_con .item .bottom a i.bi-circle i.bi-chevron-right {
    font-size: .556rem;
    position: absolute;
    left: .4rem;
    top: .667rem
}

#img-design-page .main .right_wrapper .prod_con .item:hover .bottom {
    transition: all .5s ease;
    box-shadow: 0 .4rem 1.7rem rgba(0, 0, 0, .151)!important
}

#img-design-page .main .right_wrapper .prod_con .item:hover .name,
#img-design-page .main .right_wrapper .prod_con .item:hover i.bi-chevron-right,
#img-design-page .main .right_wrapper .prod_con .item:hover i.bi-circle {
    transition: all .5s ease;
    color: #026ae0;
    color: var(--theme-color)!important
}

#img-design-page .main .right_wrapper .prod_con .item .bottom {
    display: block;
    text-align: center
}

#img-design-page .main .right_wrapper .prod_con .item .bottom a .name {
    width: 100%
}

#img-design-page .main .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #026ae0;
    color: var(--theme-color);
    background-color: #fff;
    border: 1px solid #dee2e6
}

#img-design-page .main .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #026ae0;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

#img-design-page .main .page-link:hover {
    z-index: 2;
    color: #026ae0;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

#message_1 .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#message_1 .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#message_1 .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#message_1 .title .right .breadcrumb .bi,
#message_1 .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#message_1 .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#message_1 .main {
    margin: 2.222rem 0 4.444rem
}

#message_1 .main .left {
    margin-bottom: 1.111rem
}

#message_1 .main .left .left_top {
    margin-bottom: 1.111rem
}

#message_1 .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#message_1 .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#message_1 .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#message_1 .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#message_1 .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#message_1 .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#message_1 .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#message_1 .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#message_1 .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#message_1 .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#message_1 .main .left .left_top .leftMenu .panel-heading:active,
#message_1 .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#message_1 .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#message_1 .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#message_1 .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#message_1 .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#message_1 .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#message_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#message_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#message_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#message_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#message_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#message_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#message_1 .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#message_1 .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#message_1 .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#message_1 .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#message_1 .main .right {
    padding: 1.833rem;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1)
}

#message_1 .main .right .form_title {
    font-size: 1.111rem;
    color: #222
}

#message_1 .main .right .hr {
    margin: 1.111rem 0 .889rem
}

#message_1 .main .right .tips {
    font-size: .778rem;
    color: #888
}

#message_1 .main .right form {
    margin-top: 1.111rem
}

#message_1 .main .right form .start {
    color: #ff1414;
    font-size: .778rem;
    font-weight: 700
}

#message_1 .main .right form .form_btn {
    padding: 3.333rem 0;
    display: flex;
    justify-content: center
}

#message_1 .main .right form .form_btn .cancel,
#message_1 .main .right form .form_btn .sub {
    width: 4.444rem;
    height: 2.222rem;
    border: none;
    color: #fff;
    cursor: pointer
}

#message_1 .main .right form .form_btn .sub {
    background-color: #1a58ac;
    margin-right: .556rem
}

#message_1 .main .right form .form_btn .cancel {
    margin-left: .556rem;
    color: #222;
    background-color: #ddd
}

#contact_us_page .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#contact_us_page .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#contact_us_page .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#contact_us_page .title .right .breadcrumb .bi,
#contact_us_page .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#contact_us_page .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#contact_us_page .main {
    margin: 2.222rem 0 4.444rem
}

#contact_us_page .main .left {
    margin-bottom: 1.111rem
}

#contact_us_page .main .left .left_top {
    margin-bottom: 1.111rem
}

#contact_us_page .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#contact_us_page .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#contact_us_page .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#contact_us_page .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#contact_us_page .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#contact_us_page .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#contact_us_page .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#contact_us_page .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#contact_us_page .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#contact_us_page .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#contact_us_page .main .left .left_top .leftMenu .panel-heading:active,
#contact_us_page .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#contact_us_page .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#contact_us_page .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#contact_us_page .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#contact_us_page .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#contact_us_page .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#contact_us_page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#contact_us_page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#contact_us_page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#contact_us_page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#contact_us_page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#contact_us_page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#contact_us_page .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#contact_us_page .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#contact_us_page .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#contact_us_page .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#contact_us_page .main .right_wrapper .right_top_title {
    height: 3.889rem;
    padding: .944rem 0 .667rem
}

#contact_us_page .main .right_wrapper .right_top_title p {
    text-indent: .211rem;
    font-size: 1.333rem;
    color: #000;
    margin-bottom: .778rem
}

#contact_us_page .main .right_wrapper .right_top_title .line {
    position: relative;
    width: 100%;
    height: .056rem;
    background-color: rgba(0, 0, 0, .08)
}

#contact_us_page .main .right_wrapper .right_top_title .line .line_2 {
    position: absolute;
    bottom: 0;
    width: 3.056rem;
    height: .167rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#contact_us_page .main .right_wrapper .right_main {
    margin-top: 2.056rem
}

#contact_us_page .main .right_wrapper .right_main .right_top .item {
    text-align: center;
    margin-bottom: 2.778rem;
    border: 1px solid #fff;
    border-radius: 1.667rem;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .23);
    padding: 2.333rem 0;
    max-height: 185px
}

#contact_us_page .main .right_wrapper .right_main .right_top .item .item_img {
    width: 2.222rem;
    height: 2.222rem;
    margin: 0 auto;
    margin-bottom: .833rem
}

#contact_us_page .main .right_wrapper .right_main .right_top .item .desc {
    font-size: 1.111rem;
    font-weight: 700;
    margin-bottom: .556rem
}

#titel-page .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#titel-page .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#titel-page .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#titel-page .title .right .breadcrumb .bi,
#titel-page .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#titel-page .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#titel-page .main {
    margin: 2.222rem 0 4.444rem
}

#titel-page .main .left {
    margin-bottom: 1.111rem
}

#titel-page .main .left .left_top {
    margin-bottom: 1.111rem
}

#titel-page .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#titel-page .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#titel-page .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#titel-page .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#titel-page .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#titel-page .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#titel-page .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#titel-page .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#titel-page .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#titel-page .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#titel-page .main .left .left_top .leftMenu .panel-heading:active,
#titel-page .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#titel-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#titel-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#titel-page .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#titel-page .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#titel-page .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#titel-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#titel-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#titel-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#titel-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#titel-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#titel-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#titel-page .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#titel-page .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#titel-page .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#titel-page .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#titel-page .main .right_wrapper .right_top_title {
    height: 3.889rem;
    padding: .944rem 0 .667rem
}

#titel-page .main .right_wrapper .right_top_title p {
    text-indent: .211rem;
    font-size: 1.333rem;
    color: #000;
    margin-bottom: .778rem
}

#titel-page .main .right_wrapper .right_top_title .line {
    position: relative;
    width: 100%;
    height: .056rem;
    background-color: rgba(0, 0, 0, .08)
}

#titel-page .main .right_wrapper .right_top_title .line .line_2 {
    position: absolute;
    bottom: 0;
    width: 3.056rem;
    height: .167rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#titel-page .main .right_main {
    margin-bottom: 4.444rem
}

#titel-page .main .right_main .wrapper {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    padding: 1.778rem .944rem;
    transition: all .8s ease;
    margin-top: 1.111rem
}

#titel-page .main .right_main .wrapper .bottom_cont {
    padding-right: 1.111rem
}

#titel-page .main .right_main .wrapper .bottom_cont:hover .data p,
#titel-page .main .right_main .wrapper .bottom_cont:hover p.b_title {
    color: #026ae0;
    color: var(--theme-color);
    transition: all .8s ease
}

#titel-page .main .right_main .wrapper .bottom_cont p.b_title {
    font-weight: 700;
    margin-bottom: .556rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#titel-page .main .right_main .wrapper .bottom_cont p.b_context {
    margin-bottom: .556rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#titel-page .main .right_main .wrapper .bottom_cont .date {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#titel-page .main .right_main .wrapper .bottom_cont .date .day {
    font-size: 1.556rem;
    color: #999
}

#titel-page .main .right_main .wrapper .bottom_cont .date .more {
    font-size: .889rem;
    color: #999
}

#titel-page .main .right_main a {
    text-decoration: none;
    color: #222
}

#titel-page .main .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #026ae0;
    color: var(--theme-color);
    background-color: #fff;
    border: 1px solid #dee2e6
}

#titel-page .main .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #026ae0;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

#titel-page .main .page-link:hover {
    z-index: 2;
    color: #026ae0;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

#img-content-page .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#img-content-page .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#img-content-page .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#img-content-page .title .right .breadcrumb .bi,
#img-content-page .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#img-content-page .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#img-content-page .main {
    margin: 2.222rem 0 4.444rem
}

#img-content-page .main .left {
    margin-bottom: 1.111rem
}

#img-content-page .main .left .left_top {
    margin-bottom: 1.111rem
}

#img-content-page .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#img-content-page .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#img-content-page .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#img-content-page .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#img-content-page .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#img-content-page .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#img-content-page .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#img-content-page .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#img-content-page .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#img-content-page .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#img-content-page .main .left .left_top .leftMenu .panel-heading:active,
#img-content-page .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#img-content-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#img-content-page .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#img-content-page .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#img-content-page .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#img-content-page .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#img-content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#img-content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#img-content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#img-content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#img-content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#img-content-page .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#img-content-page .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#img-content-page .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#img-content-page .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#img-content-page .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#img-content-page .main .right_wrapper .right_top_title {
    height: 3.889rem;
    padding: .944rem 0 .667rem
}

#img-content-page .main .right_wrapper .right_top_title p {
    text-indent: .211rem;
    font-size: 1.333rem;
    color: #000;
    margin-bottom: .778rem
}

#img-content-page .main .right_wrapper .right_top_title .line {
    position: relative;
    width: 100%;
    height: .056rem;
    background-color: rgba(0, 0, 0, .08)
}

#img-content-page .main .right_wrapper .right_top_title .line .line_2 {
    position: absolute;
    bottom: 0;
    width: 3.056rem;
    height: .167rem;
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#img-content-page .main .right_main {
    margin-bottom: 4.444rem
}

#img-content-page .main .right_main .wrapper {
    cursor: pointer;
    border: 1px solid #e5e5e5;
    padding: 1.778rem .944rem;
    transition: all .8s ease;
    margin-top: 1.111rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#img-content-page .main .right_main .wrapper .top_img {
    width: 30%
}

#img-content-page .main .right_main .wrapper .top_img img {
    width: 100%
}

#img-content-page .main .right_main .wrapper .bottom_cont {
    width: 69%;
    padding: 0 1.111rem
}

#img-content-page .main .right_main .wrapper .bottom_cont:hover .data p,
#img-content-page .main .right_main .wrapper .bottom_cont:hover p.b_title {
    color: #026ae0;
    color: var(--theme-color);
    transition: all .8s ease
}

#img-content-page .main .right_main .wrapper .bottom_cont p.b_title {
    font-weight: 700;
    margin-bottom: .556rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

#img-content-page .main .right_main .wrapper .bottom_cont p.b_context {
    margin-bottom: .556rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#img-content-page .main .right_main .wrapper .bottom_cont .date {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#img-content-page .main .right_main .wrapper .bottom_cont .date .day {
    font-size: 1.556rem;
    color: #999
}

#img-content-page .main .right_main .wrapper .bottom_cont .date .more {
    font-size: .889rem;
    color: #999
}

#img-content-page .main .right_main a {
    text-decoration: none;
    color: #222
}

#img-content-page .main .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #026ae0;
    color: var(--theme-color);
    background-color: #fff;
    border: 1px solid #dee2e6
}

#img-content-page .main .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #026ae0;
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

#img-content-page .main .page-link:hover {
    z-index: 2;
    color: #026ae0;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

#news_details_1 .title {
    height: 3.056rem;
    padding: 1.222rem 0;
    border-bottom: 1px dashed rgba(153, 153, 153, .4);
    color: #666
}

#news_details_1 .title .right {
    font-size: 12px;
    padding: 0 .278rem;
    border-left: 3px solid #026ae0;
    border-left: 3px solid var(--theme-color);
    height: 1.333rem
}

#news_details_1 .title .right .breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent
}

#news_details_1 .title .right .breadcrumb .bi,
#news_details_1 .title .right .breadcrumb a {
    line-height: 1.333rem;
    color: #026ae0;
    color: var(--theme-color)
}

#news_details_1 .title .right .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

#news_details_1 .main {
    margin: 2.222rem 0 4.444rem
}

#news_details_1 .main .left {
    margin-bottom: 1.111rem
}

#news_details_1 .main .left .left_top {
    margin-bottom: 1.111rem
}

#news_details_1 .main .left .left_top .left_top_title {
    background-color: #026ae0;
    background-color: var(--theme-color);
    height: 3.889rem;
    text-align: center
}

#news_details_1 .main .left .left_top .left_top_title p {
    font-size: 1.444rem;
    line-height: 3.889rem;
    color: #fff;
    height: 3.611rem;
    border-bottom: 1px solid #fff
}

#news_details_1 .main .left .left_top ::-webkit-scrollbar {
    width: 5px
}

#news_details_1 .main .left .left_top ::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, .3);
    border-radius: 10px
}

#news_details_1 .main .left .left_top ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--theme-color-transparency_5);
    -webkit-box-shadow: rgba(0, 0, 0, .5)
}

#news_details_1 .main .left .left_top ::-webkit-scrollbar-thumb:window-inactive {
    background: var(--theme-color-transparency_5)
}

#news_details_1 .main .left .left_top .panel-group {
    max-height: 770px;
    overflow: auto;
    overflow-y: scroll;
    max-height: 24rem
}

#news_details_1 .main .left .left_top .leftMenu {
    border-top: .056rem solid #fff;
    border-bottom: .056rem solid #fff
}

#news_details_1 .main .left .left_top .leftMenu:not(:last-child) {
    border-bottom: none
}

#news_details_1 .main .left .left_top .leftMenu .panel-heading {
    padding: 0 1.111rem 0 1.667rem;
    color: #000;
    position: relative;
    cursor: pointer;
    height: 2.222rem;
    background-color: #ececeb
}

#news_details_1 .main .left .left_top .leftMenu .panel-heading:active,
#news_details_1 .main .left .left_top .leftMenu .panel-heading:hover {
    background-color: #026ae0;
    background-color: var(--theme-color)
}

#news_details_1 .main .left .left_top .leftMenu .panel-heading:hover .panel-title {
    color: #fff
}

#news_details_1 .main .left .left_top .leftMenu .panel-heading:hover .panel-title a {
    color: #fff
}

#news_details_1 .main .left .left_top .leftMenu .panel-heading .panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #026ae0;
    color: var(--theme-color);
    font-size: 1.111rem;
    line-height: 2.222rem
}

#news_details_1 .main .left .left_top .leftMenu .panel-heading .panel-title a {
    color: #000;
    text-decoration: none
}

#news_details_1 .main .left .left_top .leftMenu .panel-heading span {
    position: absolute;
    right: 10px;
    top: 12px
}

#news_details_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item {
    cursor: pointer;
    padding: .4rem 2.8rem;
    transition: all .5s ease;
    background-color: #ececeb;
    border: none;
    border-top: .056rem solid #fff;
    border-radius: 0
}

#news_details_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item a {
    text-decoration: none;
    color: #000
}

#news_details_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease
}

#news_details_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item:hover a {
    color: #fff
}

#news_details_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active {
    background-color: var(--theme-color-transparency_7)!important;
    transition: all .5s ease;
    border-color: transparent
}

#news_details_1 .main .left .left_top .leftMenu .panel-collapse .list-group .list-group-item.active a {
    color: #fff
}

#news_details_1 .main .left .left_bottom {
    background-color: #026ae0;
    background-color: var(--theme-color);
    text-align: center;
    padding: 1.667rem .667rem
}

#news_details_1 .main .left .left_bottom .bottom_title img {
    width: 1.167rem;
    height: 1.167rem
}

#news_details_1 .main .left .left_bottom .bottom_title span {
    color: #fff;
    font-size: .889rem;
    line-height: .889rem
}

#news_details_1 .main .left .left_bottom .bottom_title p {
    font-size: 1.667rem;
    color: #fff
}

#news_details_1 .main .right .right_main {
    padding: 0 0 0 20px
}

#news_details_1 .main .right .right_main .top_img {
    text-align: center
}

#news_details_1 .main .right .right_main .top_img a img {
    width: 100%;
    height: auto
}

#news_details_1 .main .right .right_main .top_img .news_title {
    font-size: 1.333rem;
    margin-bottom: .556rem;
    font-weight: 700;
    color: #222
}

#news_details_1 .main .right .right_main .top_img .news_desc {
    color: #777;
    font-size: .889rem;
    margin-bottom: 1.667rem;
    line-height: 1.111rem
}

#news_details_1 .main .right .right_main .top_img .news_desc span {
    margin-right: 1.111rem
}

#news_details_1 .main .right .right_main .cont {
    padding: 1.667rem 0
}

#news_details_1 .main .right .right_main .cont img {
    width: 100%;
    height: auto
}

#news_details_1 .main .right .right_main .page {
    padding: 1.667rem 0
}

#news_details_1 .main .right .right_main .page a {
    text-decoration: none;
    color: #999;
    font-size: .778rem
}

#news_details_1 .main .right .right_main .page a:hover {
    color: #026ae0;
    color: var(--theme-color)
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
    .show-xs {
        display: block!important
    }
    .pc_banner {
        display: none!important
    }
    .m_banner {
        display: block!important
    }
    header .yunu-nav ul.nav {
        display: block
    }
    header .banner {
        margin-top: 1.28rem
    }
    #about_1 {
        margin-top: 1.667rem
    }
    #about_1 .main .right .content {
        height: 9.444rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
    #news_1 .main .wrapper .left,
    #news_1 .main .wrapper .right {
        height: 6.556rem
    }
    #case_1 #certify .swiper-slide {
        width: 19rem!important;
        height: 18rem!important
    }
    #case_1 .name {
        bottom: 0!important
    }
    .h_con {
        display: none!important
    }
    header .yunu-mNav {
        display: block!important
    }
    header .yunu-mNav .menuBtn {
        display: block!important
    }
    header .yunu-nav {
        width: 100%;
        position: fixed!important;
        left: 0;
        bottom: 0;
        top: 50px;
        height: auto;
        background: #026ae0;
        background: var(--theme-color);
        display: none;
        overflow-y: auto;
        z-index: 999
    }
    header .yunu-nav .wp {
        width: 100%
    }
    header .yunu-nav li {
        width: auto!important;
        float: none!important;
        line-height: 56px;
        border-bottom: rgba(0, 0, 0, .3) 1px solid
    }
    header .yunu-nav li .subNav {
        position: static;
        padding-left: 20px
    }
    header .yunu-nav li .subNav li {
        border-bottom: none
    }
    header .yunu-nav li a {
        height: auto!important;
        text-align: left!important;
        padding-left: 36px
    }
    header .yunu-nav li a:hover {
        text-decoration: none
    }
    header .yunu-nav li .v1 {
        background-image: url(../images/icon5.png)!important;
        background-position: 95% center!important;
        background-repeat: no-repeat!important;
        background-size: 12px auto!important
    }
    header .yunu-nav li .v1.on {
        background-image: url(/images/icon5-on.png)!important;
        background-position: 95% center!important;
        background-repeat: no-repeat!important;
        background-size: 12px auto!important
    }
    header .yunu-nav li li.first a,
    header .yunu-nav li li.on a {
        background: 0 0!important
    }
    header .yunu-nav li li.first a::after,
    header .yunu-nav li li.on a::after {
        height: 0!important
    }
    header .yunu-nav li dl {
        position: static!important
    }
    header .yunu-nav li dl dd a {
        padding-left: 56px
    }
    header .yunu-nav .nav-item-bg::after {
        display: none!important
    }
    header .yunu-nav .nav-item-bg {
        display: none!important
    }
}

@media (max-width:992px) {
    .hiddex-lg {
        display: none
    }
    #certify {
        width: 100%!important
    }
    #certify .swiper-slide p {
        line-height: 40px!important
    }
    #product_1 .parouct_main .prod_name {
        white-space: nowrap;
        overflow-y: hidden;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap
    }
    #product_1 .parouct_main .prod_name::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:1140px) {
    .hiddex-xl {
        display: none
    }
}