html,body {
    min-width: 1200px;
}

.l-container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.s-container {
    width: 1360px;
    margin-right: auto;
    margin-left: auto;
}

.right-bar{
    position: fixed;
    width: 100%;
    top: 400px;
}

.right-bar-content{
    position: absolute;
    width: 60px;
    background-color: white;
    border-radius: 0.25rem;
    right: 0;
}

.bg-body{
    background-color: #f4f4f4;

}

.min-height{
    min-height: 400px;
}

#language-box {
    position: relative;
}

#language-box > div {
    position: absolute;
    right: 0;
    width: 300px;
    display: none;
    
}
#language-box:hover > div {
    display: block;
    z-index: 1030;
}
.search-form {
    height: 38px;
    width: 550px;
    border-radius: 10rem;
    padding-left: 19px;
}
.search-input {
    display: block;
    margin: 1px 0;
    border: none;
    outline: none;
}
.search-btn {
    display: block;
    position: relative;
    right: -1px;
    width: 150px;
    height: 36px;
    text-align: center;
    color: white;
    border-radius: 10rem;
}

#l-navbar > .nav-item > .nav-link {
    color: white;
    text-align: center;
}
#l-navbar  > .nav-item > .active{
    width: 280px;
    text-align: left;
    background-color: #26425f;
}

#l-navbar > .nav-item > .nav-link:not(.active):hover {
    background-color: #607a9a;
}

#navbar-cate {
    position: relative;
}

#navbar-cate-one {
    display: none;
    position: absolute;
    width: 280px;
    height: 500px;
    background-color: white;
    z-index: 20;
}

#navbar-cate .in {
    display: flex;
}

#navbar-cate:hover > ul {
    display: flex;
}

#navbar-cate-one > li:hover > .nav-link {
    background-color: #607a9a;
    color: white;
}
.navbar-child {
    display: none;
    position: absolute;
    top: 0;
    left: 280px;
    width: 580px;
    min-height: 500px;
    background-color: white;
    z-index: 20;
}

#navbar-cate-one > .nav-item:hover .navbar-child{
    display: flex;
}

.l-nav-tab .active{
    position: relative;
    top: -2px;
    border-top: 2px solid #ff7e00;
}



.lead-box{
    display: flex;
}

.lead-box .title{
    margin-bottom: 0;
    margin-right: auto;
}

.lead-box .title b{
    margin-left: 0.2em;
    font-size: 50%;
    font-weight: normal;


}

.lead-box .more{
    display: flex;
    align-items: flex-end;

}

.product-ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}
.product-ul li {
    width: 240px;
    padding: 15px;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.product-ul .item-5{
    border-right: none;
}

.product-ul .item-10{
    border-right: none;
}

.pagination{
    padding-top: 1.8rem;
}

.nav-pills .nav-link {
    border-radius: 0rem;
}

.dashed {
    border-top: 1px dashed #E0E0E0;
}

.extand-imgbox{
    position: relative;
}
.extand-imgbox:hover .extand-img{
    display: inline-block;
}
.extand-img{
    position: absolute;
    background-color: white;
    display: none;
    border: 1px solid red;
    margin-left: 25px;
    border-radius: 0.25em;
    z-index: 2000;
}

.anchor{
    position: absolute;
    top: -100px;
}

.news-l{
    min-height: 500px;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 30px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-image: url('https://lankamicro.oss-accelerate.aliyuncs.com/images/op_black.png');
    background-repeat: repeat;
}
.trends-img {
    transition: transform 1s;

}

.trends-img:hover{
    transform: scale(2,2);
}

