/*内容开始*/

#module-arm ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*banner*/
#module-arm .banner{
    background: url("/public/static/modules/cms/css/../images/arm_banner.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.banner-box{
    height: 100%;
}

.banner-box .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    color: #fefefe;
}

.banner-box h2{
    margin-bottom: 36px;
    color: #fefefe;
}

.banner-box p{
    font-size: 18px;
    line-height: 30px;
}

.banner-img {
    margin: 0 auto;
}



.crumbs-wrap-top{
    background-color: #fff;
}




/*产品型号*/
#scroll-menu-bar{

    background-color: #e0ecfb;
}

#scroll-menu-bar ul {
    display: flex;
    height: 100px;
    line-height: 100px;
    box-sizing: border-box;
}

#scroll-menu-bar ul li{

}

#scroll-menu-bar ul li.active{
    border-bottom: 2px solid #f08519;
}

#scroll-menu-bar ul li:hover a{
    /* background-color: #f08519; */
    color: #666;
    font-size: 28px;
}

#scroll-menu-bar ul li {
    max-width: 145px;
    height: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    transition: all .2s;
    color: #333;
    flex: 1;
}

#scroll-menu-bar ul li a{
    color: inherit;
    line-height: 100px;
    height: 100%;
    display: inline-block;
    width: 100%;
}

.product-box{
    padding: .7rem 0;
}

#module-arm .product-type {
    width: 250px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #222;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #666;
    margin-bottom: 50px;
}

.product-list {
    margin-bottom: 30px;
    /*background-color: #fbfbfb;*/
    position: relative;
    padding: 0 15px;
    padding-top: 20px;
    border: 1px solid #E5E5E5;
}

.product-list:hover
{
    cursor: pointer;
}

/*边框效果*/
.product-list-box{
    position: relative;
    margin: 0 10px;
}

.product-list-box h3{
    margin-bottom: 5px;
    font-size: 20px;
    color: #222;
}

.product-list-box:hover  h3{
    color: #f08519;
}

.product-list::before, .product-list::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.draw {
    transition: color 0.25s;
}

.draw::before, .draw::after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.draw::before {
    top: -1px;
    left: -1px;
}

.draw::after {
    bottom: -1px;
    right: 0;
}

.product-list-box:hover .draw {
    color: #60daaa;
}

.product-list-box:hover .draw::before, .product-list-box:hover .draw::after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.product-list-box:hover .draw::before {
    border-top-color: #f08519;
    border-right-color: #f08519;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.product-list-box:hover .draw::after {
    border-bottom-color: #f08519;
    border-left-color: #f08519;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.product-list-box:hover .meet {
    color: #fbca67;
}




.meet::after {
    top: -1px;
    left: -1px;
}

.product-list-box:hover .meet::before {
    border-top-color: #f08519;
    border-right-color: #f08519;
}

.product-list-box:hover .meet::after {
    border-bottom-color: #f08519;
    border-left-color: #f08519;
    transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

/*边框效果结束*/

.product-list h3{
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 24px;
    color: #f08519;
}
.product-img-box{
    text-align: center;
    max-width: 100%;
}

.product-img-box img{
    transition: .3s;
    max-height: 400px;
    width: 60%;
}

.parameter{
    display: flex;
    justify-content: space-between;
}

#module-arm .parameter-left{
}

.parameter-left li{
    margin-bottom: 14px;
}


.parameter-left li span{
    color: #fff;
    display: inline-block;
    background-color: #f08519;
    padding: 0 5px;
}

.parameter-mid{
    display: flex;
    width: 90px;
    justify-content: space-between;
}

.parameter-right li{
    margin-bottom: 4px;
}

.product-type-name {
    font-size: 18px;
    color: #222;
    margin-top: 25px;
    line-height: 1;
    position: relative;
}


@media (min-width: 350px) {
    #scroll-menu-bar ul a{
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    #scroll-menu-bar ul a{
        font-size: 24px;
    }
}

@media (min-width: 768px) {


    .product-list{
        padding: 20px 10px;
    }
}

@media (min-width: 1200px) {

}