.leftmenu-fixed-top{
    position:fixed;
    top: 70px;
}
.page_header {
    background-position: center top!important;
}
.padding-top {
    padding-top: 90px;
}
#experts, #parallax, .page_header, #counter {
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
}
.page_header .page-content h1, .page_header .page-content p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.page_header .page-content h1, .page_header .page-content p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.productbanner{
    background:url(../images/productbanner.jpg) no-repeat;
    background-size: cover;

}
.col-md-12 h1 {
    font-size: 30px !important;
}

/* navMenu */
.navMenubox { width: 220px;background: #202020;}
.navMenu-top { padding: 10px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1) }
.navMenu{padding: 0;}
.navMenu> li { display: block; margin: 0; padding: 0; border: 0px; }
.navMenu>li>a { display: block; overflow: hidden; padding-left: 10px; line-height: 40px; color: #F5F5F5; transition: all .3s; position: relative; text-decoration: none; font-size: 17px; border-top: 0px solid #222932; border-bottom: 2px solid #191e24;border-bottom: 2px solid #1F5287;border-bottom: 1px solid #FFF; }
.navMenu>li>a:hover{cursor:pointer}
.navMenu > li:nth-of-type(1)> a { border-top: 1px solid transparent; }
.navMenu > li:last-child > a { border-bottom: 1px solid transparent; }
.navMenu>li>a>i { font-size: 20px; float: left; font-style: normal; margin: 0 5px; }
.navMenu li a .arrow:before { display: block; float: right; margin-top: 1px; margin-right: 15px; display: inline; font-size: 16px; font-family: FontAwesome; height: auto; content: "\f105"; font-weight: 300; text-shadow: none; }
.navMenu li a .arrow.open:before { float: right; margin-top: 1px; margin-right: 15px; display: inline; font-family: FontAwesome; height: auto; font-size: 16px; content: "\f107"; font-weight: 300; text-shadow: none; }
.navMenu>li>a.active, .navMenu>li>a:hover { color: #FFF;  background:#CFA970 }
.navMenu>li>ul.sub-menu, .navMenu>li>ul.sub-menu>li>ul.sub-menu { display: none; list-style: none; clear: both; /*margin: 8px 0px 0px 10px;*/ padding-bottom: 5px; }
.navMenu>li.active > ul.sub-menu, .navMenu>li>ul.sub-menu>li.active >ul.sub-menu { }
.navMenu>li>ul.sub-menu li { background: none; margin: 0px; padding: 0px; }
.navMenu>li>ul.sub-menu li>a { display: block; font-size: 16px; line-height: 36px; padding-left: 20px; color: #ABB1B7;color: #eee; clear: both;display: inline-block;width: 90%; }
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a { color: #FFF; background: #12181b; background:#052452 }
/*.icon_1:before { content: "\f0ac"; }
.icon_2:before { content: "\f0ac"; }
.icon_3:before { content: "\f0ac"; }
*/
@media screen and (min-width:1049px){
    #protype {
        width: 19%;
        float: left;
        /*margin: 10px;
        border: 1px solid #ddd;*/
    }
    .productmain {
        float: right;
        width: 78%;
    }
    #sjmenu{
        display: none;
    }
}
@media screen and (max-width:1049px){
    #dnmenu{
        display: none;
    }
    #protype {
        width: auto;
        margin: 10px;
    }
    /*#protype ul li {
        padding: 15px 35px;
        margin: 10px;
        background: #ddd;float: left;
    }*/
    #clear {
        clear: both;
    }
}
#clears {
    clear: both;
}

.product-content,
.product-content-3,
.product-content-3s,
.product-content-4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.product-content li{
    width: 20%;
}
.product-content-3 li,
.product-content-3s li{
    width: 33%;
}
.product-content-4 li{
    width: 25%;
}
.product-content li,
.product-content-3 li,
.product-content-3s li,
.product-content-4 li{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: .65s;
    transition: .65s;
}
.product-content li:hover{
    width: 60%!important;
}
.product-content-4 li:hover,
.product-content-3 li:hover,
.product-content-3s li:hover{
    width: 60%!important;
}

.product-content .product-card,
.product-content-4 .product-card,
.product-content-3s .product-card{
    height: 316px;
    padding: 32px;
}

.product-content-3 .product-card{
    height: 180px;
}

.product-card {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 0;
    overflow: hidden;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.product-text{
    color: white;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 164px;
    -webkit-transition: .65s;
    transition: .65s;
    margin-top: 196px;
}
.product-text:hover{
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

.product-content li:hover .product-cover,
.product-content-3 li:hover .product-cover,
.product-content-3s li:hover .product-cover,
.product-content-4 li:hover .product-cover{
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(180deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5));
}
.product-cover{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(
            180deg
            ,transparent 0,rgba(0,0,0,.5));
    -webkit-transition: .65s;
    transition: .65s;
}


.product-table{
    width: 100%;
    margin: 20px auto;
}
.pro-tt{
    border: 1px solid;
    padding: 4px;
}

.product-title{
    font-weight: bold;
    text-align: center;
    float: left;
    width: 100%;
    color: #14658b;
    border: 1px solid;
    padding: 10px;
    border-radius: 140px;
    margin: 50px 0 40px 0;
}
.productlist{
    display: none;
}
.li-div{
    float: left;
}
.li-right{
    float: right;
}
.product-category-title{
    font-size: 20px;
    font-weight: 700;
    color: #c68a01;
}
.word-content-three {
    float: left;
    width: 33.33%;
}
.word-content-two {
    float: left;
    width: 50%;
}
.word .word-li {
    padding: 0 10px;
    border-left: 2px solid #ff6a00;
}
.word .r-tit {
    font-size: 14px;
    font-weight: 700;
    color: #373d41;
    line-height: 20px;
}
.clear{
    clear: both;
}
.item-content{
    padding:  10px 10px 30px 10px;
    border-bottom: 1px solid #ebecec;
}
.item-content-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #676767;
}
.li-ex-hint{
    padding: 10px;
    margin: 4px;
    display: block;
    float: left;
    list-style: circle;
    color: grey;
}
.wrap{
    width: 100%;
    height: 600px;
    position: relative;
    border: 1px solid #ededed;
}
label{
    width: 25%;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    cursor: pointer;
    border-right: 1px solid #ededed;
    background-color: #fff;
    transition: all .1s ease-in;
}
label:nth-of-type(4){
    border-right: none;
}
label:after span {
    position: absolute;
    display: block;
    transform: scale(1);
    content: "";
    width: 100%;
    height: 50px;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
label span{
    cursor: pointer;
}
label div{
    width: 100%;
    height: 568px;
    position: absolute;
    left: 0;
    top: 31px;
    background: #ffffff;
    display: none;
}
label input{
    width: 0;
}
input:checked+div{
    display: block;
}
tr{
    height: 40px;
}
td{
    padding-left: 10px;
    vertical-align: middle !important;
}
.item-content h4,.item-content h5{
    color: #767676 !important;
}
thead{
    font-weight: 700;
    background-color: #3a4557;
    color: white;
}
.table{
    font-size: 16px;
}
.table-param tbody tr:nth-child(2n){
    background:#e3f1fc;
}
.product-thead{
    background-color: #f3f8ff;
    ont-weight: 700;
}
.mold-ul li {
    float: left;
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
}

.mold-li-title{
    background-color: #011a53;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.mold-li-content li{
    float: left;
    width: 100%;
}
.mold-li-content h4{
    font-size: 14px;
    font-weight: 700;
    color: #924c23;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 4px;
}
.tab-pane h4{
    text-align: center;
}



