li{list-style: none;}
	    .index_one_bot{background: #fff;
	    /*padding: 0 11%;*/
	    padding: 0 7%;
	        
	    }
	    .index_one_bot .product-box{
            background-color: #fff;
            display: flex;
            flex-wrap: wrap;
        }
        .index_one_bot .product-box li{
            /*width: 22%;*/
            width: 23.2%;
            margin-right: 2%;
            background-color: #e7e7e7;
            padding: 1% 1%;
            margin-bottom: 2%;
            transition: all 0.36s;
        }
        .index_one_bot .product-box li:hover{
            box-shadow: 0px 0px 6px 2px #ccc;
            transform: translateY(-10px);
        }
        .index_one_bot .product-box li:nth-child(4n){
            margin-right: 0;
        }
        .index_one_bot .product-box li>a{
            color: #838383;
            
        }
        .index_one_bot .product-box li>a .tit{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .index_one_bot .product-box li>a .tit>span:first-child{
            font-size: 21px;
            color: #000;
            font-weight: 500;
            letter-spacing: 1px;
        }
        .index_one_bot .product-box li>a .tit>span:last-child{
            color: #838383;
            padding-top: 1%;
            font-size: 16px;
        }
        .index_one_bot .product-box li>a>img{
            max-width: 100%;
            width: 100%;
            transform: scale(0.9);
        }
        .index_one_bot{background:unset;padding-bottom: 3%;}
	            .product-wrapper{
	                display: flex;
	                justify-content: space-between;
	                
	            }
	            .product-item{
	                width: 48%;
	                padding: 3% 0;
	                border-radius: 10px;
	                background: url(../img/product-bg1.jpg);
	                background-repeat: no-repeat;
	                background-size: cover;
	                box-shadow: 0px 5px 8px rgba(33, 59, 107, 0.11);
	            }
	            .product-item>a{
	                display: flex;
                    justify-content: space-around;
                    
	            }
	            
	            .product-wrapper:nth-child(2),
	            .product-wrapper:nth-child(3){
	                justify-content: space-between;
	                margin-top: 1.4%;
	            }
	            .product-wrapper:nth-child(2) .product-item,
	            .product-wrapper:nth-child(3) .product-item{
	                width: 31.6%;
	                background: url(../img/product-bg2.jpg);
	                background-repeat: no-repeat;
	                background-size: cover;
	            }
	            .product-wrapper:nth-child(2) .product-item>a,
	            .product-wrapper:nth-child(3) .product-item>a{
	                padding-left: 1vw;
	            }
	            .product-wrapper:nth-child(2) .product-item .product-item-left>h1,
	            .product-wrapper:nth-child(3) .product-item .product-item-left>h1{
	                /*font-size: 23px;*/
	                /*font-size: 20px;*/
	                font-size: 1.2rem;
	                line-height: 37px;
	            }
	            .product-wrapper:nth-child(2) .product-item .product-item-left>span,
	            .product-wrapper:nth-child(3) .product-item .product-item-left>span{
	                font-size: 19px;
	            }
	            .product-wrapper:nth-child(2) .product-item .product-item-right>img,
	            .product-wrapper:nth-child(3) .product-item .product-item-right>img{
	                transform: scale(0.8);
	            }
	            .product-item .product-item-left{
	                display: flex;
                    flex-direction: column;
                    justify-content: center;
	            }
	            .product-item .product-item-left>h1{
	                font-size: 23px;
                    color: #00428e;
                    margin-bottom: 14%;
                    line-height: 40px;
                    position: relative;
	            }
	            .product-item .product-item-left>h1::after{
	                position: absolute;
	                bottom: -36%;
	                left: 0px;
	                content: '';
                    width: 30px;
                    height: 3px;
                    background: #e60012;
                    margin: 15px 0;
                    display: block;
	            }
	            .product-wrapper:nth-child(2) .product-item .product-item-left>h1::after,
	            .product-wrapper:nth-child(3) .product-item .product-item-left>h1::after{
	                bottom: -34%;
	            }
	            .product-item .product-item-left>span{
	                font-size: 20px;
                    color: #555;
                    font-weight: lighter;
                    margin: 0;
                    font-weight: 500;
	            }
	            .product-item .product-item-right>img{
	                max-width: 100%;
	                width: 100%;
	                transition: all 0.3s;
	            }
	            .product-item:hover .product-item-right>img{
	                transform: scale(1.15);
	            }
	            .product-wrapper:nth-child(2) .product-item:hover .product-item-right>img,
	            .product-wrapper:nth-child(3) .product-item:hover .product-item-right>img{
	                transform: scale(0.9);
	            }
	            @media screen and (max-width: 767px) {
	                .index_one_bot{padding: 0 3%;}
	                .product-wrapper,.product-wrapper:nth-child(2), .product-wrapper:nth-child(3){flex-wrap: wrap;}
	                .product-item,.product-wrapper:nth-child(2) .product-item, .product-wrapper:nth-child(3) .product-item{width:100%;margin: 2% 0;}
	                .product-item .product-item-left>h1{font-size: 20px;}
	                .product-item .product-item-left>span,.product-wrapper:nth-child(2) .product-item .product-item-left>span, .product-wrapper:nth-child(3) .product-item .product-item-left>span{font-size: 17px;}
	                .product-item .product-item-right{width: 46%;}
	            }