li{list-style:none;}
	    div .title2{
	        color: #dc3545;
            margin-bottom: -0.5rem;
            font-weight: 400;
            letter-spacing: -1px;
            text-transform: capitalize;
            font-size: 30px;
	    }
	    div .title2 span{
            width: 15px;
             height: 15px;
             display: inline-block;
             background: #dc3545;
             border-top-left-radius: 50%;
            }
	    /*.index_one{background: #fff;}*/
	    .index_one .product-box{
            /*background-color: #fff;*/
            display: flex;
            flex-wrap: wrap;
        }
        .index_one .product-box li{
            /*width: 22%;*/
            width: 24.2%;
            /*width: 23%;*/
            margin-right: 1%;
            background-color: #ffffff;
            padding: 1% 1%;
            margin-bottom: 1%;
            transition: all 0.36s;
        }
        .index_one .product-box li:hover{
            box-shadow: 0px 0px 6px 2px #ffffff;
            transform: translateY(-10px);
        }
        .index_one .product-box li:nth-child(4n){
            margin-right: 0;
        }
        .index_one .product-box li>a{
            color: #838383;
            
        }
        .index_one .product-box li>a .tit{
            display: flex;
            flex-direction: column;
        }
        .index_one .product-box li>a .tit>span:first-child{
            font-size: 18px;
            color: #0054a3;
            font-weight: 600;
            letter-spacing: 2px;
        }
        .index_one .product-box li>a .tit>span:last-child{
            color: #838383;
            padding-top: 1%;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .index_one .product-box li>a>img{
            max-width: 100%;
            width: 100%;
            transform: scale(0.9);
        }
    	.index_one .title>h3{
    	    position: relative;
            display: block;
            font-size: .4rem;
            font-weight: 800;
            color: rgb(20 88 231);
            text-align: center;
            /*margin: 40px 0;*/
            margin: 70px 0;
    	}   
    	.index_one .title>h3::after{
    	     position: absolute;
            z-index: 3;
            left: 50%;
            transform: translateX(-50%);
            bottom: -10px;
            margin-left: 0px;
            width: 80px;
            height: 3px;
            background: #1458E7;
            content: '';
         
    	}
    	@media (max-width: 767px){
    	    .index_one .title>h3{margin: 20px 0;}
             .index_one .product-box li{
                width: 49%;
            }
            .index_one .product-box li>a .tit>span:first-child{
                font-size: 14px;
            }
            .index_one .product-box li>a .tit>span:last-child{
                font-size: 11px;
            }
        }