.product-info{
    padding-top: 4rem;
}
@media (min-width: 992px) {
    .product-info .layui-col-md3{
        width: 20%;
    }
}
@media (max-width: 992px) {
    .product-info{
        padding-top: 1.2rem!important;
    }
    
}

.title{
    text-align: center;
}

.title h2{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

@media (max-width: 480px) {
    .title h2{
        font-size: 20px;
    }
    
}

 .title p{
    font-size: 14px;
    text-transform: uppercase;
    color: #BDBDBD;
}
.product-info .pro-item{
    text-align: center;
    padding: .9rem .8rem 0;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}


.circle,
.circle::before,
.circle::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 100%;

}

.circle,
.circle::after{
    transform: translateX(-50%);
    
}
.circle{
    width: 22px;
    height: 22px;
    top: -11px;
    background-color: #fff;
    border: 1px solid #F5BC3D;
}

.circle::after{
    width: 7px;
    height: 7px;
    background-color: #F5BC3D;
    top: 7px;
}

.circle::before{
    width: 60px;
    height: 60px;
    background-color: rgba(224, 199, 28, .8);;
    top: -19px ;
    left: -19px;
    opacity: 0;
    box-shadow: 0 0 14px #bbb;
   
}
.circle:hover::before{
    -moz-animation: warn 2s infinite;
    animation: warn 2s infinite;

    opacity: 1;

    
}

@media (max-width: 992px) {
    .circle{
        display: none;
    }
    
}
@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
  
    25% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
  
    50% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        opacity: 0.3;
    }
  
    75% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        opacity: 0.5;
    }
  
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
  }




.product-info .pro-item h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .3rem;
}

.product-info .layui-row{
    position: relative;
    margin-top: 1.2rem;
}

.product-info .layui-row::before{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 1px;
    background: #d7d7d7;

}



.b-itemwrap{
    text-align: center;
    overflow: hidden;
}
@media (min-width: 1480px) {
    .b-itemwrap .b-item{
        height: 380px;

    }
}

.b-itemwrap .b-item{
    position: relative;
    display: block;
    color: #fff;
    cursor: pointer;

    overflow: hidden;
    /* min-height: 240px; */
}
.b-itemwrap .layui-col-md3:last-child .b-item{
    margin-right: 0;
}
.b-itemwrap .b-item>img{
    width: 100%;
    height: 100%;
}
.b-itemwrap .b-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(224, 199, 28, .8);
    transition: all .4s ease-in;
    opacity: 0;
}

.b-itemwrap .b-item:hover::before{
    opacity: 1;
}


.b-itemwrap .b-item dl{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 1.5rem;
    box-sizing: border-box;
    transition: all .3s ease;

    transform: translateY(-50%);
}

.b-itemwrap .b-item dl dt{
    margin-bottom: .7rem;
}
@media (max-width: 768px) {
    .b-itemwrap .b-item dl dt img{
        width: 40px;
    }
    .b-itemwrap .b-item dl dt{
        margin-bottom: .3rem;
    }
 
    .b-itemwrap .b-item dl dd p{
        line-height: 22px;
        max-height: 66px;
    }
}

@media (max-width: 480px) {
    .b-itemwrap .b-item dl dt img{
        transform: scale(.9);
    }
    .b-itemwrap .b-item .info .layui-icon{
        font-size: 20px;
    }
}

.b-itemwrap .b-item dl dd h2{
    font-size: 16px;
    font-weight: bold;
}

.b-itemwrap .b-item dl dd p{
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    max-height: 78px;
    overflow: hidden;
}

.b-itemwrap .b-item .info{
    line-height: 24px;
    padding-top: .4rem;
    margin-top: .4rem;
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease-in-out;

}
.b-itemwrap .b-item:hover .info{
    opacity: 1;
    height: 145px;

  }
.b-itemwrap .b-item .info::before{
    content: "";
    display: block;
    width: 32px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    top: 0;
}
.b-itemwrap .b-item .info .layui-icon{
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    color: #f5bc3d;
    font-size: 25px;
    line-height: 1rem;
    margin-top: .4rem;
}


/* 国际贸易板块 */
.sub-product{
    padding-top: 6rem;
    padding-bottom: 3.2rem;
}
.sub-product .section-txt{
    padding-right: 2rem;
}
.sub-product .section-txt h1{
    font-size: .53rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    position: relative;
    padding: 15px 0 15px 124px;
    

}

.sub-product .section-txt h1::before{
    content: "";
    display: block;
    width: 250px;
    height: 104px;
    border: 5px solid #f3f3f3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: -1;


}

.sub-product .section-txt h1 span{
    color: #f5bc3d;
    letter-spacing: 1px;
    display: block;
}
.sub-product .section-txt h1 .num{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #fff;

    background-color: #F5BC3D;
}


.sub-product .section-txt h2{
    font-size: .48rem;
    color: #313131;
    font-weight: bold;
    margin-bottom: .4rem;
    margin-top: 1.2rem;
}

.sub-product .section-txt p{
    font-size: .35rem;
    color: #6A6A6A;
    line-height: 30px;
    margin-top: 5px;
}


.sub-product .related-item{
    background-color: #f7f9f9;
    text-align: center;
    height: 350px;
    position: relative;
    cursor: pointer;
    
}

.sub-product .related-item:hover .show-info{
    opacity: 1;

}
.sub-product .related-item dl{
    position: absolute;
    top: 50%;

    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0 .6rem;
    box-sizing: border-box;
}
.sub-product .related-item dl dd{
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
}


.sub-product .show-info{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0d36a4;
    color: #fff;
    text-align: left;
    padding: 1rem .6rem;
    box-sizing: border-box;
    opacity: 0;
    transition: all .4s ease;
}


.sub-product .show-info h2{
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: bold;
}
.sub-product .show-info h2 span{
    display: block;
    max-height: 24px;
    overflow: hidden;

}
.sub-product .show-info h2::after{
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-top: 17px;
    margin-bottom: 17   px;
}
.sub-product .show-info p{
    font-size: 14px;
    line-height: 22px;
}

.sub-product .show-info1 p{
    line-height: 20px;
    margin: 5px 0;
}

.sub-product .title{
    padding-bottom: 1rem;
    padding-top: 2rem;
}





/* .layui-container1380{
    width: 1380px;
} */
.layui-container1380 .layui-col-md6:first-child{
    width: 46.4%;
}
.layui-container1380 .layui-col-md6:last-child{
    width: 53.6%;
}

@media (max-width: 992px) {
    .sub-product .section-txt{
        padding-right: 0;
    }
    .layui-container1380 .layui-col-md6:first-child,
    .layui-container1380 .layui-col-md6:last-child{
        width: 100%;
    }
    .layui-container1380 .layui-col-md6>img{
        margin-top: 15px;
    }
    .sub-product{
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .sub-product .section-txt h2{
        margin-top: .8rem;
    }

    .sub-product .title{
        padding-top: 1rem;
    }
}

@media (max-width: 480px) {
    .sub-product .section-txt h1{
        line-height: 26px;
        padding-left: 75px;
    }
    .sub-product .section-txt h1::before{
        height: 90px;
        left: 22px;
    }
    .sub-product .section-txt h1 .num{
        width: 50px;
        height: 50px;
    }
    .sub-product .section-txt h2{
        font-size: 18px;
    }
    .sub-product .section-txt p{
        font-size: 14px;
    }
}
.desc-info{
    text-align: center;
    font-size: 14px;
    color: #282828;
    line-height: 60px;
    background-color: #F5F5F5;
}

.desc-info a{
    padding-left: .4rem;
    padding-right: .5rem;
    position: relative;
    font-size: 16px;

}
.desc-info a.a-line::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #A5A5A5;
    vertical-align: middle;

}



@media (max-width: 480px) {
    .desc-info{
        padding: .4rem 0;
    }
    .desc-info a{

        display: block;
        line-height: 24px;
    }
    .desc-info a.a-line::after{
        display: none;
    }
}

@media (min-width: 768px) {
    .related-pro2 .layui-col-md3{
        width: 20%;
    }
}
