.index-pro-item {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    padding: 10px 0;
}
.index-pro-item img:hover{
    transform: scale(1.05);
}

.index-pro-item-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-pro-item-title h3 {
    color: #1D4B9E;
    font-weight: 600;
    font-size: 28px;
}

.index-pro-item-pro h6 {
    color: #080607;
    letter-spacing: .5px;
    margin-top: 5px;
}

.index-pro-item-pro h6 span {
    color: #1D4B9E;
    font-weight: 600;
    margin-right: 15px;
}

.index-btn {
    color: #1D4B9E;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #1D4B9E;
    border-radius: 500px;
    padding: 6px 20px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    z-index: 2;
}

.index-btn:hover {
    color: white;
}

.index-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #1D4B9E;
    z-index: -1;
    transition: all 1s;
}

.index-btn:hover::before {
    width: 160%;
}

.about-honor2{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-delay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(10 9 3 / 100%);
    opacity: .65;
    z-index: 0;
}
.about-honor-3-item{
    background: white;
    padding: 40px 20px 15px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    border-bottom: 5px solid #fff;
    transition: .3s;
    width: 300px;
    box-sizing: border-box;
    margin: 10px;
    /* height: 400px; */
}
.about-honor-4-item{
    background: white;
    padding: 20px 20px 15px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    border-bottom: 5px solid #fff;
    transition: .3s;
    width: 300px;
    box-sizing: border-box;
    margin: 10px;
    /* height: 400px; */
}

.about-honor-2-item{
    background: white;
    padding: 40px 20px 15px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    border-bottom: 5px solid #fff;
    transition: .3s;
    width: 300px;
    box-sizing: border-box;
    margin: 10px;
    /* height: 400px; */
}
.about-honor2 .slick-list{
    padding-top: 50px !important;
}
.about-honor-2-item-icon{
    position: absolute;
    top: 0;
    left: 15%;
    transform: translate(-50%,-50%);
    width:  50px;
    height: 50px;
    background-color: #049EDB;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-honor-2-item-icon .iconfont{
    font-size: 30px;
    color: white;
}
.about-honor-2 .slick-list{
    padding-top: 50px;
}

.pro-lists .col-lg-3{
    padding-left: 15px;
    padding-right: 15px;

}
.pro-category{

}
.pro-category-title{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    color: #FFFFFF;
    background: linear-gradient(to right, #47589C, #364477);
    border-radius: 10px;
}
.pro-category h2{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.category-lists{
    border: 1px solid #dbe3ef;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgba(235,244,249,0.5);
}
.pro-category-title-2{
    color: #1D4B9E;
    padding: 10px 15px;
    border-bottom: 1px solid #dbe3ef;
}
.pro-category-title-2 a{
    /* font-family: Arial,sans-serif; */
    font-size: 16px;
    color: #0b2e13;
    padding: 8px 0;
    letter-spacing: 0.5px;
}
.pro-category-title-2 a:hover{
    color: #1D4B9E !important;
}
.pro-title{
    font-size: 30px ;
    color: #1E4064;
    line-height: 1.2;
}
.category-lists-2{
    margin-top: 10px;
    border-top: 1px solid #dbe3ef;;
    padding: 8px 10px;
}
.category-lists-2 span{
    font-weight: 600;
    color: #1D4B9E;
    margin-right: 6px;
    font-size: 18px;
}

/* case */
.case-img-item{
    border: 1px solid #eee;
    background: #f7f9fa;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
.case-img-item img{
    width: 100%;
}
.case-area-left .case-img-item{
    margin-bottom: 20px;
}
.case-area-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.case-img-item-des{
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,.65);
    /* margin-top: 10px; */
    font-size: 16px;
    line-height: 1.2;
}
.pro-detail-btn a{
    border: 1px solid #eee;
    color: #080607;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 35px;
    line-height: 30px;
    /* margin-top: 15px; */
    font-family: roboto;
    font-size: 20px;
    /* letter-spacing: 1px; */
    border-radius: 5px;
    background-color: #1D4B9E;
    color: #ffffff;
    border-color: #1D4B9E;
    transition: all .5s ease;
}
.pro-detail-btn a:hover{
    color: #1D4B9E;
    background-color: #fff;
}

.product-logo{
    position: absolute;
    left: 55%;
    top: 42%;
    transform: translateX(-50%);
    z-index: 2;
}
.product-logo img{
    width: 100px !important;
    height: auto !important;
    min-height: auto !important;
    opacity: 0.3;
}
.ms-thumb-frame{
    position: relative;
}
.case-area .product-logo{
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,-50%);
}