
.cust-box1 {
	position: relative;
}
.topimg{
    padding: 15px 5px;
}
.cust-box1 .more {
display: block;
    position: absolute;
    bottom: -20px;
    left: 50%; 
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150px;
    height: 39px;
    line-height: 31px; 
    margin: 0 auto;
    text-align: center;
    border-radius: 67px;
    background-color: #ffffff;
    border: solid 4px #bcd2dc;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #006699;
    cursor: pointer;
    transition: all 0.4s;
}

.cust-box1 .more:hover {
	background: #006699;
}

.cust-box1 .more span {
    font-weight: bold;
    color: #006699;
    transition: all 0.4s;
}

.cust-box1 .more:hover span {
    text-decoration: underline;
    color: #fff;
}



.cust-box1 .more i {
    display: inline-block;
    font-family: '宋体' !important;
    font-size: 13px;
    font-style: normal;
    margin-left: 5px;
    color: #006699;
    font-weight: bold;
    transition: all 0.4s;
}


.cust-box1 .more i img.more-img1 {
    display: none;
}

.cust-box1 .more i img.more-img2 {
    display: inline-block;
}


.cust-box1 .more:hover i img.more-img2 {
    display: none;
}

.cust-box1 .more:hover i img.more-img1 {
    display: block;
}






.cust1 .index-title {
    /*margin-top: 190px;*/
    line-height: 33px;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #222222;
    letter-spacing: 0.3px;

/*line-height: 33px;
margin-bottom: 8px;
font-size: 24px;
font-weight: 600;
letter-spacing: 0.3px;
text-align: left;
color: #222222;*/

}



.cust1 .cust-box1 {
	padding: 44px 25px 25px;
}

.cust1 .cust-box1 ul {
    font-size: 0;
}

.cust1 .cust-box1 ul li {
	border: 1px solid #eeeeee;
    float: none;
    display: inline-block;
    padding: 18px 0px;
/*	width: 18.7%;
	margin-right: 1.6%;*/
    width: 19.4%;
    margin-right: 0.7%;    
	margin-bottom: 6px;
	box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

.cust1 .cust-box1 ul li .img {
    display: inline-block;
}

.cust1 .cust-box1 ul li .img .pc-img {
    /*width: 182px;*/
    width: auto;
    height: 87.92px;
    display: inline-block;
}


.cust1 .cust-box1 ul li:nth-child(5n) {
	margin-right: 0;
}



.cust1 .cooperation1 {
    width: 160px;
    height: 38px;
    margin: 45px auto 0;
    background: #006699;
    text-align: center;
    line-height: 38px;
    border: 1px solid #006699;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.4s;
    display: block;
}


.cust1 .cooperation1:hover {
	background: #fff;
	color: #006699;	
}


.cust1 .tip-text1 {
/*    margin-top: 40px;
    font-size: 16px;
    color: #222;
    text-align: center;
    font-weight: 600;*/
    
    margin-top: 34px;
    line-height: 24px;
    text-align: center;
    font-size: 17px;
    color: rgba(34,34,34,0.6);

}



@media only all and (max-width: 1024px) {
    .cust1 .cust-box1 ul li .img .pc-img {
        /*width: 174px;*/
        height: 84.06px;
    }
}




@media only all and (max-width: 768px) {


    .cust1 .cust-box1 ul li .img .pc-img {
        /*width: 159px;*/
        height: 76.81px;
    }

    .cust1 .index-title {
        margin-top: 150px;
    }

	.cust1 .cust-box1 ul li {
		border: 1px solid #eeeeee;
	    float: left;
	    display: inline-block;
	    padding: 10px 0px;
		width: 23.8%;
		margin-right: 1.6%;
		margin-bottom: 10px;
		box-sizing: border-box;
	}


	.cust1 .cust-box1 ul li:nth-child(5n) {
		margin-right: 1.6%;
	}

	.cust1 .cust-box1 ul li:nth-child(4n) {
		margin-right: 0;
	}



}




@media only all and (max-width: 640px) {


    .cust1 .cust-box1 ul li .img .pc-img {
        display: none;
    }

    .cust1 .cust-box1 ul li .img .mp-img {
        /*width: 183px;*/
        width: auto;
        height: 109.8px;   
    }

    .cust1 .index-title {
        margin-top: 0px;
        padding-top: 30px;
        padding-bottom: 26px;
        font-size: 20px;
        line-height: 28px;
    }


    .cust1 .cust-box1 {
        margin-bottom: -30px;
        padding: 20px 12px 10px;
    }
    .cust1 .cooperation1 {
        display: none;
    }
    .cust1 .tip-text1 {
        display: none;
    }

	.cust1 .cust-box1 ul li {
		border: 1px solid #eeeeee;
	    float: left;
	    display: inline-block;
	    padding: 10px 0px;
		width: 32.2%;
		margin-right: 1.6%;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	.cust1 .cust-box1 ul li:nth-child(5n) {
		margin-right: 1.6%;
	}

	.cust1 .cust-box1 ul li:nth-child(4n) {
		margin-right: 1.6%;
	}
	.cust1 .cust-box1 ul li:nth-child(3n) {
		margin-right: 0;
	}

}

@media only all and (max-width: 414px) {

	.cust1 .cust-box1 {
	    /*padding: 33px 29px 25px;*/
	}

	.cust1 .cust-box1 ul li {
		margin-bottom: 5px;
	}
	.cust1 .tip-text1 {
		margin-top: 20px;
		font-size: 13px;
	}

 
     .cust1 .cust-box1 ul li .img .mp-img {
        /*width: 110px;*/
        height: 66px;   
    }

}

@media only all and (max-width: 375px) {
     .cust1 .cust-box1 ul li .img .mp-img {
        /*width: 98px;*/
        height: 58.5px;   
    }
}

@media only all and (max-width: 360px) {
     .cust1 .cust-box1 ul li .img .mp-img {
        /*width: 93px;*/
        height: 55.8px;   
    }
}

@media only all and (max-width: 320px) {
     .cust1 .cust-box1 ul li .img .mp-img {
        /*width: 80px;*/
        height: 48px;   
    }
}