@import url(animate.min.css);
body::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.3rem;
}

body::-webkit-scrollbar-thumb {

    border-radius: 1rem;
    /*box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.9);*/
    background: #2c3e50;
}

body::-webkit-scrollbar-track {
    /*box-shadow   : inset 0 0 5px rgba(255, 255, 255, 0.9);*/
    border-radius: 1rem;
    background:rgba(255, 255, 255, 0.57);
}


.mx-auto {
    margin: 0 auto !important;
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.pl-0{
    padding-left:0;!important;
}
.pr-0{
    padding-right:0;!important;
}
.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 0.1em solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 0.1em solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 0.1em solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 0.1rem solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 0.1em solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 0.1em !important;
}

.border-2 {
    border-width: 0.2em !important;
}

.border-3 {
    border-width: 0.3em !important;
}

.border-4 {
    border-width: 0.4em !important;
}

.border-5 {
    border-width: 0.5em !important;
}
.w-10{
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}

.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.dropdown-caret {
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0 0 3px 0;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: none;
    border-right: none;
}

.caret {
    height: 5px;
    width: 5px;
    overflow: hidden;
    margin: 0 0 3px 0;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(
            45deg
    );
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(
            45deg
    );
    -o-transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: none;
    border-left: none;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.navbar input[type=search]:hover {
    background-color: #fff;
}
.navbar input[type=search]:focus {
    border-color: #1a3f77;
    border-width: 0.1rem;
    width: 200px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    /*-webkit-box-shadow: 0 0 5px #99caff;*/
    /*-moz-box-shadow: 0 0 5px #99caff;*/
    /*box-shadow: 0 0 5px #99caff;*/
}
.form-control:focus {
    border-color: #1a3f77;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.form-control{
-webkit-box-shadow:none;
box-shadow:none;
}

.fontpage-pc-thumbs-layout{
height:5rem;
/*margin-top: -5rem;*/
}
.fontpage-pc-thumbs{
height:100%;
box-sizing: border-box;
padding: 10px 0;
}

.fontpage-pc-thumbs .swiper-slide{
height:100%;
border-radius:0.5rem;
opacity: 0.4;
background-size:cover;background-repeat: no-repeat;background-position: center;
/*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 34%) !important;*/
    border: 0.1rem solid #004a9b;

cursor: pointer;
}
.fontpage-pc-thumbs .swiper-slide img{

max-width: 100%;
border-radius:0.5rem;
height: auto;
}
.fontpage-pc-thumbs .swiper-slide-thumb-active {opacity: 1;border: 0.1rem solid #fdfdfd;}
.fontpage-pc-top .swiper-slide a{display: block;height: 100%;text-decoration: none;}
.fontpage-pc-top .swiper-slide {background-size: cover;background-repeat: no-repeat;background-position: center;
    align-items: center;
}

.fontpage-pc-top .swiper-slide div h2{
    font-size:2.5rem;
    font-weight: 700;
    margin-bottom:1.5rem;text-shadow:#1628568c 1px 1px 2px;
}
.website_page_top_block .website_page_top_block_content{
    align-items: center;
}
.website_page_top_block .website_page_top_block_content img{
    max-width: 100%;
    height: auto;
}
.website_page_top_block p{margin-bottom: 0;}
/*.website_page_top_block{background-color: #fff;}*/
.navbar-white {border-radius: 0;min-height:70px;}
.website_page_top_block .form-group{margin-bottom:0;}
.website_page_top_block .form-group .form-control{
    height:3rem;padding:0.25rem 0.5rem;
}
.fontpage-pc-thumbs .swiper-wrapper{
    justify-content: center;
}
.navbar .form-search input[type=search] {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
}
.navbar-default .navbar-toggle{
    margin-top: 20px;
}
.head_footer_ads_info{
    background-color: #fff;
}
.head_footer_ads_info img,.head_top_ads_info img,footer .footer_content img,.block_layout_content_images,.page_sidebar img,
.article-text img,.blocklist_content img,.show_product_cover img,.show_product_content div img,.item_brand div img,.show_brand_header .brand_cover img,
.ads_sidebar img{
    max-width: 100%;
    height: auto;
}
footer .footer_content{
    align-items: center;
}
.website_layout_sidebar{
    position: fixed;
    border-radius: 0.5em;
    right: 0;
    top:45%;
    z-index: 100;
    background-color: #fdfdfd;
    animation: gogogo 1.5s linear;
    -moz-animation: gogogo 1.5s linear;
    -webkit-animation: gogogo 1.5s linear;
    -o-animation: gogogo 1.5s linear;
    padding: 0.5rem;
    border-radius: 0.2rem 0 0 0.2rem;
}
@keyframes gogogo
{
    0%   {right: -310px;}
    100% {right: 10px;}
}

@-moz-keyframes gogogo
{
    0%   {right: -310px;}
    100% {right: 10px;}
}

@-webkit-keyframes gogogo
{
    0%   {right: -310px;}
    100% {right: 10px;}
}

@-o-keyframes gogogo
{
    0%   {right: -310px;}
    100% {right: 10px;}
}
.website_layout_sidebar{box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 34%);}
.website_layout_sidebar .close{
    color: #004a99;
    font-size: initial;
    text-shadow:none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.website_layout_sidebar h4{
    font-weight: 600;
    color: red;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .dropdown a:hover + .dropdown-menu {
        //display: flex !important;
        min-width:260px;
    }
    
}
@media (min-width: 1700px){
    .header .navbar-header {
       padding-left:120px !important;
    }
}
@media (min-width: 979px) {
    .website_page_top_block .website_page_top_block_content{
        padding-left:62px;    
    }
    /*ul.nav li.dropdown:hover > ul.dropdown-menu{
        display: flex !important;
        justify-content: center;

    }*/
}
.navbar-nav ul.dropdown-menu > li>dl{
    margin-bottom: 0;
}
.navbar-nav ul.dropdown-menu > li>dl>dt{
    /*padding: 8px 0;*/
}
.navbar-nav ul.dropdown-menu > li>dl>dt:hover{
    background-color: #f5f5f5;
}
.navbar-nav ul.dropdown-menu > li > a:hover{
    color: #007bff;
}
.navbar-nav ul.dropdown-menu > li a.active{color: #007bff;}
.navbar-nav ul.dropdown-menu > li a.sub_nav_child{
    font-weight: 600;
    background: url('../img/chevron-right.svg') no-repeat right 50%;
}

    .navbar-nav ul.dropdown-menu > li dl {
        display: none;
    }

    .navbar-nav ul.dropdown-menu > li:hover dl {
        display: block !important;
        position: absolute;
        background-color: #fff;
        padding: 0.5rem 1rem;
        left: 100%;
        top: 0;
        webkit-box-shadow: 0px 10px 20px rgba(83, 88, 93, 0.05), 0px 0px 20px rgba(83, 88, 93, 0.1);
        -moz-box-shadow: 0px 10px 20px rgba(83, 88, 93, 0.05), 0px 0px 20px rgba(83, 88, 93, 0.1);
        box-shadow: 0px 10px 20px rgba(83, 88, 93, 0.05), 0px 0px 20px rgba(83, 88, 93, 0.1);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;

    }

@media (max-width: 767px){
    .navbar-nav .open .dropdown-menu > li dl,.navbar-nav .open .dropdown-menu > li:hover dl{
        display:block!important;
        position: relative!important;
        left: 0;
        padding-left:3rem;
    }
    .navbar-nav .open .dropdown-menu > li dl dd{
        line-height: 1.8rem;
    }

}
.navbar-nav ul.dropdown-menu > li>dl>dd{
    line-height:2.4rem;
    border-bottom:0.01rem solid #eee;
}
.navbar-nav ul.dropdown-menu > li>dl>dd:last-child{
    border-bottom: none;
}
.navbar-nav ul.dropdown-menu > li{
    position: relative;
    border-bottom: 0.01rem solid #e1dede;
}
.navbar-nav ul.dropdown-menu > li:last-child{
    border-bottom: none;
}
.page_header,.project_header{
    padding-top: 5rem;
    padding-bottom: 2rem;
    position: relative;
    background-size: cover;background-repeat: no-repeat;background-position: center bottom;
}
.page_header:after,.project_header:after{
    background-image: url("/assets/zhstyle_assets/img/bl_dot.png");
    background-repeat: repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    overflow:hidden;
    z-index: -1;
}
.bg_color_fff{
    background-color: #fff;
}
.bg_color_007bff{
    background-color: rgb(234 235 237);
}
.font_weight_600{
    font-weight: 600;
}
.font_weight_400{
    font-weight: 400;
}
.size_color_fff{
    color: #fff;
}
.size_color_eee{
    color: #eee;
}
.size_color_333{
    color: #333;
}
.size_color_000{
    color: #000;
}
.size_color_004a99{
    color: #004a99;
}
.page_breadcrumb{
    background-color: #d9edf74f;
}
.page_breadcrumb .breadcrumb{
    background-color: rgb(0 0 0 / 0%);
}
.project_header h1 small{
    font-size: 1rem;
    color: #d1d4d7;
}
.channel_panel_title>a{
    color: #444;
    background: #fff;
    font-size:0.9rem;
    border-radius: 0.2rem;
    border:0.01rem solid #1d5b76;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 rgb(238 242 247 / 50%);
    box-shadow: 0 0 0 rgb(238 242 247 / 50%);
}



.channel_panel_title>a.active,.channel_panel_title>a:hover{
    color: #ffffff;
    background: #1d5b76;
    border-color: #1d5b76;
    text-decoration: none;
}
.project_content .metas-title{
    border-bottom: 0.01rem solid #ebebeb;
}
.project_content .metas-title small,.soucang_project,.show_product_content .metas-title small{
    padding-left: 0.3rem;
    padding-right:0.3rem;
    font-size: 0.9rem;
    color: #ffffff;
    background: #1d5b76;
    border-radius: 0.2rem;
    cursor: pointer;
}
.project_content .metas-title small:last-child,.show_product_content .metas-title small:last-child{
    background-color: #0067c7;

}
.project_content .metas-title small:last-child i,.show_product_content .metas-title small:last-child i{
    color: red;
}
.add_bookbark{
    background: #1d5b76;
}
.delete_bookbark{
    background: #23574e;
}
#mobile_service{
    background-color: #d6f2ff;
}
.fontpage-pc-top .swiper-button-next,.fontpage-pc-top .swiper-button-prev{
    width:20px;
    height:30px;
    margin-top:-18px;
    background-size:20px 30px;
}

.fontpage-pc-top .swiper-slide .pc-content div h2{
    font-size:2rem;
    text-align: justify;
    font-weight:700;
    margin-bottom:1rem;
}
.fontpage-pc-top .pc-content div{
    margin-top: -17%;
}
.fontpage-pc-top .pc-content img,.fontpage-pc-top .mobile-content img{
    max-width: 100%;height: auto;
}
.fontpage-pc-top .mobile-content div{
    position: absolute;
    top: 3rem;
}
.fontpage-pc-top .swiper-slide .mobile-content div h2{
    font-size:1.5rem;
    margin-bottom:1rem;
    text-align: justify;
    font-weight:600;
}


.sample_block_content h3,.buy_block_content h3{
    font-size: 1.3rem;font-weight: 600;
    color: #004a99;
}
.buy_block_content h3,.show_product_content h3 i,.show_product_content h4{
    color: #1d5b76;
}
.show_product_content h4{
    padding-top: 1.5rem;font-weight: 600;
}

.product_channel_list tbody td a,.default_product_cover a{
    color:#004a99;
}
.product_channel_list tbody td a i,.default_product_cover i{
    color: red;
}
.default_product_cover,.show_project_product_block{
    background-color: #f3f3f3;

}
.default_product_cover i{
    font-size: 1.5rem;
    text-align: justify;
}

.show_product_content h3,.show_product_cover h4,.default_product_cover h4{
    font-weight: 550;
}
.show_product_content h3{

}
.brand_cover{background-color: #fff;border-radius: 0.5rem;}
/*.hide-text{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/
#showbrand_list h4.size_color_004a99{
    font-weight: 550;
}
#showbrand_list h4.size_color_004a99 i{
    color:#004a99;
}
.fontpage_tabs ul.nav-tabs{
    display: table;
    width: 100%;
    border-collapse: separate;
    border-bottom:0.2rem solid #1d5b76;
    position: relative;
    vertical-align: middle;
}
.fontpage_tabs .nav-tabs > li > a{
    color: #1d5b76;
    margin-right:0;
    font-size: 1.2rem;
    border: 0.1rem solid #d5dcdc;
    border-bottom-width:0!important;
    padding: 0.5rem;
}
@media (max-width:576px) {
    .fontpage_tabs .nav-tabs > li > a{
        font-size:1rem;
    }
}
.fontpage_tabs .nav-tabs > li > a i{
    margin-right: 0.5rem;
}
.fontpage_tabs .nav-tabs > li.active > a, .fontpage_tabs .nav-tabs > li.active > a:hover,.fontpage_tabs .nav-tabs > li.active > a:focus{
    color: #fdfdfd;
    font-weight: 550;
    background-color: #1d5b76;
    border:0.1rem solid #1d5b76;
    border-bottom-color: transparent;
    width: 100%;
    padding: 0.5rem;
}
.fontpage_tabs .nav-tabs > li{
    margin-bottom: -0.1rem;
    float: none;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.fontpage_tabs .nav-tabs > li > a:hover {
    border-color: #1d5b76 #1d5b76 #1d5b76;
    background-color: #1d5b76;
    border: 0.1rem solid transparent;
    color: #fdfdfd;
}

.fontpage_tabs div.tab-content{
    border:0.1rem solid #e1e1e1;
    border-top: none;
    box-shadow: 0 4px 3px -3px rgb(0 0 0 / 10%);
}
.fontpage_tabs div.tab-content h4{
    font-weight: 600;
}
.fontpage_tabs div.tab-content h4 i{
    color: #1d5b76;
}
.fontpage_tabs div.tab-content h4 a{
    color: #1d5b76;
}
.fontpage_tabs div.tab-content .product_channel_recommend_list .item_list{
  border-bottom: 0.1rem #89c3e8 dashed;
}
.fontpage_tabs div.tab-content .diy_product_channel_recommend_list a{
  padding: 0.25rem 0.5rem;
  margin-right:0.5rem;
  margin-bottom: 0.5rem;font-size: 1rem;
    color:#1d5b76;
    background-color: #efefef;
    border-radius: 0.2rem;
}
.fontpage_tabs div.tab-content .diy_product_channel_recommend_list a:hover{
    color:#efefef;
    background-color: #1d5b76;
    text-decoration: none;
}
.fontpage_tabs div.tab-content .product_recommend_list{
   background-color: #ecf0f1;
}
.fontpage_tabs div.tab-content .product_recommend_list .product_recommend_description{
    height: 44px;
    line-height: 22px;
    font-size: 0.9rem;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.fontpage_tabs div.tab-content .project_recommend_list .project_recommend_cover img{
    max-width: 100%;height: auto;
}
.fontpage_tabs div.tab-content .project_recommend_list .project_recommend_cover{
    max-height: 15rem;
    overflow: hidden;
}
/*.product_new_block{*/
/*    background-color: #c1c9cd;*/
/*}*/
.product_new_block .product_new_list .product_new_content{
    border-radius: 0.4rem;
}
.product_new_block .product_new_list .product_new_content:hover,.brand_new .brand_new_content:hover{
    box-shadow: 0 4px 8px 4px rgb(0 33 58 / 9%);
}
.product_new_block .product_new_list .product_new_content:hover h4 a,.product_new_block .product_new_list .product_new_content:hover h4 i,.product_new_block .product_new_list .product_new_content:hover,.brand_new .brand_new_content a{
    color: #1d5b76;

}
.product_new_block .product_new_list .product_new_content .product_new_content_description{
    height: 66px;
    line-height: 22px;
    font-size: 0.9rem;
    color: rgb(90 90 90);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp:3;

}
.product_new_block .product_new_list h2,.brand_new h2{
    font-weight: 600;
    color: #111;
}
.product_new_block .product_new_list small u,.brand_new small u{
    text-decoration: none;
    font-weight: 400;
    padding-left: 1rem;padding-right: 1rem;
}

.product_new_block .product_new_list small u.btn-primary,.brand_new small u.btn-primary{
    background-color: #004793;
    border-color: #004793;
}
.brand_new .brand_new_content{
    border:0.1rem solid #d5dcdc;
    border-radius: 0.3rem;
}
.brand_new .brand_new_content .brand_new_cover img{
    max-width: 100%;
    height: auto;
}
.brand_new .brand_new_content .brand_new_cover{
    max-height:15rem;
    text-align: center;
    overflow: hidden;
    border-radius: 0.5rem;
}
.brand_new .brand_new_content h4{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 550;
    -webkit-line-clamp:2;
}
.brand_new .brand_new_content .position-relative:before{
    content: '';
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    left:0.7rem;
    width:0.1rem;
    background-color:#ededed;
    z-index:1;
}
.brand_new .brand_new_content:hover .position-relative:before{
    background-color:#afd6ff;
}
.news_block .company_news_block h3,.news_block .industry_block h3{
    font-weight: 600;
    color: #111;
    border-bottom:0.1rem solid #d5dcdc;
}
.brand_new .project_new_block{
  display: flex;
  flex-wrap: wrap;

}
.news_block .company_news_block h3 small,.news_block .industry_block h3 small{
    font-weight: 400;
}
.news_block .company_news_block .company_news_block_list .company_news_block_list_cover img,.news_block .industry_block .industry_block_list img,.product_service img{
    max-width: 100%;
    height: auto;

}
.news_block .company_news_block .company_news_block_list{
    border-bottom:0.1rem #e9ecec dashed;
}
.news_block .company_news_block .company_news_block_list:last-child,.news_block .company_news_block .company_news_block_list:first-child{
    border: none;
}
/*.news_block .industry_block .industry_block_content{*/
/*    !*align-items: flex-end;*!*/
/*}*/
/*.news_block .industry_block .industry_block_content .industry_block_list:first-child{*/
/*    border-right: 0.3rem solid #f4f6f8;*/
/*}*/
.news_block .industry_block .industry_block_content .industry_block_list .img-zoom{
    max-height: 12rem;
    overflow: hidden;
}
.news_block .industry_block .industry_block_content .industry_block_list:hover .industry_block_list_footer{
    background-color:#f4f6f8;

}
.fontpage_about_block{display: flex;flex-wrap: wrap;}
.fontpage_about_block .fontpage_about_block_title{
    background-color: #004793 ;
    display: flex;
    font-size: 2.2rem;
    flex-direction: column;
    justify-content: center;
    background-size:cover;
    font-weight: 800;
    /*background-position: center 80%;*/
    /*background-repeat: no-repeat;*/
    color: #fff;
    text-shadow: #1628568c 1px 1px 2px;
}
.fontpage_about_block .fontpage_about_block_title:after {
    background-image: url(/assets/zhstyle_assets/img/bl_dot.png);
    background-repeat: repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index:0;
}
.fontpage_about_block .fontpage_about_block_title img{
    max-height: 5rem;width: auto;
}
.fontpage_about_block .fontpage_about_block_title:before{
    content: '';
    display: block;
    height:0.2rem;
    width:5rem;
    background-color: #004c9d;
    border-radius:2rem;
    margin-top:2rem;
    margin-bottom: 1rem;

}

.fontpage_about_block .fontpage_about_block_list{
    position: relative;height: 100%;
}

.fontpage_about_block .swiper-pagination-bullet {
    width:1rem;
    height:1rem;
    border-radius:0;
}

.fontpage_about_block .fontpage_about_block_list img{

}
.fontpage_about_block .fontpage_about_block_list h4{
 position: absolute;
 top:0;
 right:1%;
 left: 0;
 bottom:0;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    vertical-align:middle;
    padding-left:5%;
    padding-top:25%;
    padding-right:3%;
    font-size:2rem;
    font-weight: 600;
    text-shadow: #162856 1px 1px 2px;
}
.fontpage_about_block .fontpage_about_block_list p{
    margin-bottom: 0;
}
.fontpage_about_block .fontpage_about_block_content h2{
    margin-bottom:2rem;color: #000;
}
.fontpage_about_block .fontpage_about_block_content{
    padding-left:3rem;
}
.fontpage_about_block .fontpage_about_block_content p{
    line-height: 2.2rem;
}
.fontpage_about_block .fontpage_about_block_content p img{
    max-width:6rem;height: auto;
}
.fontpage_about_block .fontpage_about_block_content p a{
    margin-top: 1rem;
    color: #0040A0;
    border:0.1rem solid #0040A0;
    display: inline-block;
    padding:0.5rem 1rem;
}
.fontpage_about_block .fontpage_about_block_content p a:hover{
    background-color:#0040A0;
    color: #fff;
}
.fontpage_about_swiper{
    height: 28rem;
}
@media (max-width:768px) {
    footer{
        padding-bottom: 4rem;
    }
    .website_layout_service{
        position: fixed;
        right: 0;
        left: 0;
        bottom:0;
        z-index: 100;
        background-color: #fdfdfd;
        animation: gogogo 1.5s linear;
        -moz-animation: gogogo 1.5s linear;
        -webkit-animation: gogogo 1.5s linear;
        -o-animation: gogogo 1.5s linear;
        padding: 0.5rem;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 34%);
        z-index: 1001;
    }
    .website_layout_service h5{
        font-weight: 600;
        color:red;
    }
    .website_layout_service div img{
        border: 0.1rem solid #004793;
        max-height: 1.7rem;width: auto;
        border-radius: 0.3rem;
        box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 7%);
    }
    /*.fontpage-pc-top .swiper-slide {*/
    /*    background-position:left bottom;*/
    /*    align-items: start;*/
    /*}*/
    /*.fontpage-pc-top .swiper-slide div.col-xs-12{*/
    /*    padding-top:5rem;*/
    /*}*/
    .fontpage_about_block .fontpage_about_block_content{
        padding-left: 1rem;
    }
    .fontpage_about_block .fontpage_about_block_content p img{
        max-width: 5rem;
    }
    .fontpage_about_swiper{
        height:11.5rem;
    }
    .fontpage_about_block .fontpage_about_block_list h4{
        font-size:1.5rem;
        padding-top:25%;
        left:1%;
        padding-right:5%;
    }

}
.product_service h2{
    font-weight: 600;
}
.product_service h2 small{
    font-weight: 450;
    font-size: 1rem;
}
.product_service .product_service_content_block{

}
.product_service .product_service_content_block .product_service_content_block_content{
    background-size: cover;
    min-height: 100%;
    color: #fdfdfd;
    position: relative;
    overflow: hidden;
    background-position: 20% center;
    border-radius: 0.3rem;

}
.product_service .product_service_content_block .product_service_content_block_content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    overflow:hidden;
    left: 0;
    top: 0;
    background-color: rgb(0 74 154 / 90%);
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    border-radius: 0.3rem;
}
.product_service .product_service_content_block .product_service_content_block_content div{
    position:relative;
    height: 15rem;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: column;*/
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.product_service .product_service_content_block .product_service_content_block_content div h3{
    font-weight: 600;
    margin-top:6rem;
    margin-bottom: 1rem;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
/*.product_service .product_service_content_block .product_service_content_block_content div p{*/
/*    transition: all .4s cubic-bezier(.4, 0, .2, 1);*/
/*    opacity: 0;*/

/*}*/
/*.product_service .product_service_content_block:hover .product_service_content_block_content div h3{*/
/*    margin-top:7rem;*/
/*}*/
/*.product_service .product_service_content_block:hover .product_service_content_block_content div p{*/
/*    opacity: 1;*/
/*    transition: all .4s cubic-bezier(.4, 0, .2, 1);*/
/*}*/
/*.product_service .product_service_content_block:hover .product_service_content_block_content:before {*/
/*    background-color: rgba(0, 61, 105, 0.6);*/
/*}*/
@media (max-width:768px) {
    .product_service .product_service_content_block .product_service_content_block_content div h3{
        font-weight: 600;
        margin-top:7rem;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }
    .product_service .product_service_content_block .product_service_content_block_content div p{
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        opacity:1;
    }
    .fontpage-pc-thumbs-layout{
        margin-top:0;
        height:4rem;
    }

    /*.fontpage-pc-top .swiper-slide div h4{*/
    /*    display: none;*/
    /*}*/
    /*.fontpage-pc-top .swiper-slide div p{*/
    /*    font-size:0.9rem;*/
    /*}*/
    .website_page_top_block{
        padding: 0 !important;
    }


}
.sample_form .control-label{
    font-weight: 600;
}
.sample_form h3{
    font-size: 1.1rem;
    font-weight: 600;
    color:rgba(0, 61, 105);
}
.product_xianhuo_search_item{

}
.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar {/*滚动条整体样式*/
    width:2rem;     /*高宽分别对应横竖滚动条的尺寸*/
    height:0.4rem;
}

.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

    border-radius:0.5rem;

    -webkit-box-shadow: inset 0 0 5px rgba(134, 194, 232, 0.91);

    background: #535353;

}

.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar-track {/*滚动条里面轨道*/

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    border-radius:0.5rem;

    background: #EDEDED;

}
.page_content img{
    max-width: 100%;
    height: auto;
}
.application_sample_block .blocklist_content{
    display: flex;
    flex-wrap: wrap;
}
.blocklist .blocklist_content p{

}
.friendly_link_block h3{
    font-size: 1rem;font-weight: 600;
}

.website_layout_sidebar p a{
    display: block;
    position: relative;
    height: 1.5rem;
    width: auto;
    overflow: hidden;
    border-radius: 2rem;
    border: 0.1rem solid #1f3956;
    box-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 32%);
}
.website_layout_sidebar p img{
    max-height: 100%;
    width: auto;
}
.online_shenqingyangpin a{
    display: block;
    text-align: center;
    padding: 0.25rem 0.5rem;
    border-radius:1rem;
    height: auto!important;
    background-color:#004793;
    color: #fff;
}
.ads_sidebar .panel-body h4,#project_file_windows h4{
    font-weight: 600;
}
#project_file_windows div{
    text-align: center;
}
.project_content .article-text h3,.project_content .article-text h4{
    font-weight: 550;
    color:#004793d6;
}
.project_list_newblock img{
max-width: 100%;height: auto;
 }
.project_list_newblock .brand_new_content{
    border:0.1rem solid #d5dcdc;
    border-radius: 0.5rem;
}
.project_list_newblock .brand_new_content .brand_new_cover {
    text-align: center;
    overflow: hidden;
}
.display-one-line {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.display-two-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.display-three-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.display-four-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.bootstrap-table .fixed-table-container .table th, .bootstrap-table .fixed-table-container .table td {

}
.min-width-15rem{
    min-width: 15rem !important;
}
.min-width-6rem{
    min-width: 6rem !important;
}
.min-width-10rem{
    min-width: 10rem !important;
}
.product_article_menu_fixed{
    background-color: #fff;
    box-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 20%);
    position: fixed;
    display: flex;
    justify-content: space-evenly;
    right: 0;
    left: 0;
    z-index: 10;
}
.product_article_menu_fixed div{
    cursor: pointer;
    position: relative;
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
}
.product_article_menu_fixed div.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height:0.2rem;
    border-radius:2rem;
    left: 0;
    right: 0;
    background-color: #004c9d;
}
.list_product_menu{
    margin-left:1%;
    width:16rem;
    z-index: 10;
}
.list_product_menu .btn_close_product_menu{
    cursor: pointer;
    right: 1rem;
    top:1.5rem;
}
.list_product_menu h3{
   font-size: 1.2rem;color: #000;
}
.list_product_menu .menu_list_data dl{
    padding: 0.5rem;    margin-bottom: 0;
}
.list_product_menu .menu_list_data dl.active dt a,.list_product_menu .menu_list_data dl.active dt span i,.list_product_menu .menu_list_data dl.active dd a.active{
    color: #004c9d;
    font-weight:550;
}
.list_product_menu .menu_list_data dl dd{
    display: none;
    transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;
    padding-bottom: 0;

}
.list_product_menu .menu_list_data dl.active{
    border-radius: 0.2rem;
    background-color: #dee2e6c7;
}
.list_product_menu .menu_list_data dl dt{
    margin-bottom: 0.5rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_product_menu .menu_list_data dl.active dd{
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    padding-bottom: 0.3rem;
}
.display_more_class .product_menu_block h3{
    border: none!important;
    writing-mode:vertical-rl;
    padding: 0!important;
    margin: 0!important;
}
.display_more_class{width:4rem;}
.display_more_class .btn_close_product_menu{
    right:0.5rem;
    top:0.5rem;
}
.display_more_class .menu_list_data{
    transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;
    display: none;

}
.product_show_pic .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius:0.2rem;
    color: #fff;
}
.product_show_pic img{
    border: 0.2rem solid #ddd;
}
@media (min-width:1300px){.container{width:1300px;}}
.product_channel_list thead th{color: #fff;background-color:#00336a;}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ededed;
}
#showbrand_list .panel-default > .panel-heading .panel-title a,.product_danpianji_encapsulation_block .panel-default > .panel-heading .panel-title a{
    font-weight:700;
display: block;
background: url('../img/dash-lg.svg') no-repeat right 50%;
background-size: 18px 18px;
}
#showbrand_list .panel-default > .panel-heading .panel-title a.collapsed,.product_danpianji_encapsulation_block .panel-default > .panel-heading .panel-title a.collapsed{
    background: url('../img/plus-lg.svg') no-repeat right 50%;
}

#showbrand_list .panel-default > .panel-heading .panel-title a{
    background:unset !important;
}
#showbrand_list .panel-default > .panel-heading .panel-title .btn-title{
    float: right;
    color:#999;
    font-size:12px;
    font-weight:400;
}
#showbrand_list .panel-default > .panel-heading .panel-title [aria-expanded=true] .btn-more{
    display: none !important;
}
#showbrand_list .panel-default > .panel-heading .panel-title [aria-expanded=false] .btn-more{
    display: block !important;
}
#showbrand_list .panel-default > .panel-heading .panel-title [aria-expanded=true] .btn-less{
    display: block !important;
}
#showbrand_list .panel-default > .panel-heading .panel-title [aria-expanded=false] .btn-less{
    display: none !important;
}

.beidou_product_items a{
    color: #111;
}
.beidou_product_items a:hover{
    text-decoration: none;
}
.beidou_product_items .product_content .product_channel:before{
    content: '';
    background-color:#00479385;
    display: block;
    position: absolute;
    top:50%;
    height:0.15rem;
    border-radius: 1rem;
    left:1rem;
    width:70%;
}
.beidou_product_items .product_content .product_channel{
    opacity: 0.6;
}
.beidou_product_items .product_content .product_arrow{
    bottom:0;
    right: 0;
    color: #fff;
    font-size:1.6rem;
    width:30%;
    padding-left:3.5rem;
    background: #004793;
    transition:padding-left 0.5s ease-out;
}
.beidou_product_items .product_content h3{
    font-weight: 700;
}
.beidou_product_items .product_content:hover .product_arrow{
    padding-left:6rem!important;
}
.product_beidou_show .swiper-slide img,.product_beidou_top_layout img{
    max-width: 100%;height: auto;
}

.product_beidou_layout_banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
.product_beidou_layout_banner:before {
    background-image: url(/assets/zhstyle_assets/img/bl_dot.png);
    background-repeat: repeat;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.product_beidou_layout_banner div.container{
    color: #fff;
    padding-top: 10rem;
    padding-bottom:8rem;
    position: relative;
}
.product_beidou_layout_banner div.container h3{
    font-size:2rem;
    margin-bottom:2rem;
    font-weight: 700;
}
.product_beidou_layout_block .blocklist_content,.product_beidou_top_layout,.product_beidou_content_layout{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #888;
}
.product_beidou_layout_block .blocklist_content div{
    color: #555555;line-height:2rem;
}
.product_beidou_layout_block .blocklist_content div h1,.product_beidou_top_layout h1,.product_beidou_content_layout h1{
    font-weight: 800;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
    color: #0a0a0a;
}
.product_beidou_top_layout h2,.product_beidou_content_layout h2,.product_beidou_layout_fanwei .blocklist_content_content h2{
    font-weight:800;
    font-size:1.8rem;
    margin-bottom: 1.2rem;
    color: #333;
}

.product_beidou_top_layout h3,.product_beidou_content_layout h3,.product_beidou_layout_application div.tab-content div h3,.product_beidou_layout_fanwei .blocklist_content_content h3{
    font-weight:700;
    font-size:1.6rem;
    margin-bottom: 1.2rem;
    color: #0a0a0a;
}
.product_beidou_top_layout h4,.product_beidou_content_layout h4{
    font-weight:600;
    font-size:1.2rem;
    margin-bottom: 1.2rem;
    color: #0a0a0a;
}
.product_beidou_top_layout a{
    background-color:#004793;
    padding: 0.25rem 1.5rem;
    border-radius: 0.2rem;
    color: #fff;
    position: relative;
}
.product_beidou_top_layout a:before{
    content: '>';
    position: absolute;
    top:0.25rem;
    right:0.5rem;
    color: #dddddd;
}
.product_beidou_layout_application div.tab-content div#application table{
    width: 100%;
}
.product_beidou_layout_application div.tab-content div#application table tr:nth-child(odd) {
    background-color: #F7F7F7;
}
.product_beidou_layout_application div.tab-content div#application table tr th {
    padding:0.5rem 1rem;
    text-align: center;
    vertical-align: baseline;
    background-color: #1F368F;
    color: #fff;
    font-size:1.3rem;
}
.product_beidou_layout_application div.tab-content div#application table td p,.product_beidou_layout_application div.tab-content div#application table tr th p{
    margin-bottom: 0;
}
.product_beidou_layout_application div.tab-content div.in{
    padding-top:1.5rem;
}
.product_beidou_layout_application div.tab-content div#application table td{display: table-cell;
    vertical-align: middle;
    padding:0.5rem;
    border:0.07rem solid #abc6d9;}
.product_beidou_layout_application .nav > li > a:hover,.product_beidou_layout_application .nav > li > a:focus{
   background-color:#eeeeee00;
   border-bottom: 0.3rem solid #004793!important;
}
.product_beidou_layout_application .nav-tabs > li {
    margin-bottom: -0.3rem;
}
.product_beidou_layout_application .nav-tabs > li > a {
    font-size: 1.5rem;
    border:none!important;
}
.product_beidou_layout_application .nav-tabs > li.active > a,.product_beidou_layout_application .nav-tabs > li.active > a:hover,.product_beidou_layout_application .nav-tabs > li.active > a:focus {
    color: #004793;
    font-size: 1.5rem;
    font-weight: 600;
    border:none!important;
    border-bottom: 0.3rem solid #004793!important;
    cursor: default;
}
.product_beidou_layout_application .nav-tabs{
    border-bottom:0.3rem solid #ddd;
}
.product_beidou_content_layout .arrow-right {
    position: absolute;
    background-color: #6889CA;
    color: #fff;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 4rem;
    z-index: 999;
    outline: none;
}
.product_beidou_content_layout .arrow-left {
    position: absolute;
    background-color: #1F368F;
    color: #fff;
    right:4rem;
    bottom: 0;
    text-align: center;
    width: 4rem;
    z-index: 999;
    outline: none;
}
.product_beidou_content_layout .arrow-right:hover{
    background-color: #1F368F;
    color:#6889CA;
    transition: background-color 400ms ease-out;
}
.product_beidou_content_layout .arrow-left:hover{
    background-color: #6889CA;
    color:#1F368F;
    transition: background-color 500ms ease-out;
}
.product_beidou_content_layout .arrow-right,.product_beidou_content_layout .arrow-left{
    font-size: 2rem;
}

@media (max-width: 768px){
    .product_beidou_layout_block .blocklist_content,.product_beidou_top_layout,.product_beidou_content_layout{
        display:block;
    }

}
.product_beidou_layout_application div.tab-content div .file_items:hover{
    background-color: #1F368F;
    color: #fff;
    transition: background-color 500ms ease-out;
}
.product_beidou_layout_application div.tab-content div .file_items:hover a{
    color: #fff;
}
.product_beidou_layout_application div.tab-content div .file_items{text-transform:uppercase;}
.product_beidou_layout_fanwei .blocklist .fanwei_one h4,.product_beidou_layout_fanwei .blocklist .fanwei_two h4,.product_beidou_layout_fanwei .blocklist .fanwei_three h4,
.product_beidou_layout_fanwei .blocklist .fanwei_flour h4,.product_beidou_layout_fanwei .blocklist .fanwei_five h4{
font-size: 1.5rem;font-weight: 600;
}

.product_beidou_layout_fanwei .blocklist .fanwei_one img,.product_beidou_layout_fanwei .blocklist .fanwei_two img,.product_beidou_layout_fanwei .blocklist .fanwei_three img,
.product_beidou_layout_fanwei .blocklist .fanwei_flour img,.product_beidou_layout_fanwei .blocklist .fanwei_five img{
    -webkit-transition: -webkit-transform .8s;
    transition: transform .8s;
}
.product_beidou_layout_fanwei .blocklist  .fanwei_one div{
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
    height:8rem;
    background-color: rgba(31,54,143,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    color: #fdfdfd;
}

.product_beidou_layout_fanwei .blocklist  .fanwei_one div p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.product_beidou_layout_fanwei .blocklist .fanwei_two div,.product_beidou_layout_fanwei .blocklist .fanwei_three div,
.product_beidou_layout_fanwei .blocklist .fanwei_flour div,.product_beidou_layout_fanwei .blocklist .fanwei_five div{
    -moz-transition: height .3s;
    -o-transition: height .3s;
    -webkit-transition: height .3s;
    transition: height .3s;
    height:6rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    color: #fdfdfd;
}
.product_beidou_layout_fanwei .blocklist .fanwei_two div p,.product_beidou_layout_fanwei .blocklist .fanwei_three div p,
.product_beidou_layout_fanwei .blocklist .fanwei_flour div p,.product_beidou_layout_fanwei .blocklist .fanwei_five div p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;

}
.product_beidou_layout_fanwei .blocklist .fanwei_one:hover div,.product_beidou_layout_fanwei .blocklist .fanwei_two:hover div,.product_beidou_layout_fanwei .blocklist .fanwei_three:hover div,
.product_beidou_layout_fanwei .blocklist .fanwei_flour:hover div,.product_beidou_layout_fanwei .blocklist .fanwei_five:hover div{
    height:100%;
}
.product_beidou_layout_fanwei .blocklist .fanwei_one:hover img,.product_beidou_layout_fanwei .blocklist .fanwei_two:hover img,.product_beidou_layout_fanwei .blocklist .fanwei_three:hover img,
.product_beidou_layout_fanwei .blocklist .fanwei_flour:hover img,.product_beidou_layout_fanwei .blocklist .fanwei_five:hover img{
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product_beidou_layout_fanwei .blocklist  .fanwei_one:hover div p{
    line-clamp:10;
    -webkit-line-clamp:10;
}
.product_beidou_layout_fanwei .blocklist .fanwei_two:hover div,.product_beidou_layout_fanwei .blocklist .fanwei_three:hover div,
.product_beidou_layout_fanwei .blocklist .fanwei_flour:hover div,.product_beidou_layout_fanwei .blocklist .fanwei_five:hover div{
    background-color: rgba(31,54,143,0.5);
}
.product_beidou_layout_fanwei .blocklist .fanwei_two:hover div p,.product_beidou_layout_fanwei .blocklist .fanwei_three:hover div p,
.product_beidou_layout_fanwei .blocklist .fanwei_flour:hover div p,.product_beidou_layout_fanwei .blocklist .fanwei_five:hover div p{
    line-clamp:7;
    -webkit-line-clamp:7;
}
.bg_color_e2eeff{
    background-color: #e2eeff;
}
.friendly_link_block a{
    margin-right:1rem;
    line-height: 1.8rem;
}
.product_channel_list.sanxingIXYSdanpianji_channel_list td div:last-child{
    border-bottom: none!important;
}

.product_danpianji_encapsulation_block .panel-default .blocklist{
    margin-top: 1rem;
    padding: 1rem;
    background: #f9fafb;
    -webkit-border-radius:0.5rem;
    -moz-border-radius:0.5rem;
    border-radius:0.5rem;
    -webkit-box-shadow:inset 0 0.1rem 0.15rem rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 0.1rem 0.15rem rgba(0,0,0,.15);
    box-shadow:inset 0 0.1rem 0.15rem rgba(0,0,0,.15);
}

.breadcrumb > li + li:before{
    content:'>' !important;
    font-family: 'sumsun';
}