
#main{
	padding: 0 0 3.125%;
}
.banner{
	width: 100%;
	margin-bottom: 4.166%;
	position: relative;
}
.banner img{
	width: 100%;
}
.banner .video-box{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 7.66%;
	width: 30.2%;
	overflow: hidden;
}
.banner .video-box video{
	position: absolute;
	left: 0;
	right: 0;
	top: 4%;
	width: 95.1724%;
	margin: 0 auto;
}
.section{
	text-align: center;
	margin-bottom: 5.57%;
}
.section:last-child{
	margin-bottom: 0;
}
.section .img-box{
	position: relative;
}
.section h3{
	font-size: 2em;
	color: #434343;
	font-weight: bold;
}
/*.section img{
	width: 100%;
}*/
     .img_box{
        width:100%;
        height:198px;
        display:flex;
        align-items:center;
        justify-content:center;
    }
         .img_box .imgs{
            width:100%;
            height:100%;
        }

        .section .ulcenter li img {
            background: #fafafa;
        }
.section ul{
	margin-top: 2.5%;
}
.section li{
	float: left;
	width: 24.145%;
	margin-right: 1.14%;
	margin-bottom: 1.14%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section .ulcenter {
	text-align: center;
}
.section .ulcenter li{
	float: none;
	width: 23.145%;
	display: inline-block;
	margin: 0 0.57%;
	margin-bottom: 1.14%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section li:hover{
	box-shadow: #cbcbcb 0 5px 10px;
}
.section ul.pro_spc_ul{
	margin: 0 -1%;
	margin-top: 3.5%;
}
.section ul.pro_spc_ul li{
	width: 31.33%;
	margin-right: 0%;
	margin: 0 1%;
	margin-bottom: 1.14%;
}
.section li:nth-child(4n){
	margin-right: 0;
}
.section li .text{
	border-top: 0 none;
	text-align: left;
	padding: 2em 5% 1.625em;
	position: relative;
	border: 1px solid #f2f2f2;
	background-color: #fff;
	text-align: center;
}
    .section li .text p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 1.25em;
        color: #121212;
        font-weight: bold;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
.section li .text p span{
	margin: 0 0.4em;
}
    .section li:hover .text p {
        color: #2a71b9;
    }
    .section li .text .p2 {
        font-size: 0.875em;
        color: #474747;
        line-height: 1.5;
        margin-top: 1em;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.section li:hover .text .p2{
	color: #2a71b9;
}
@media only screen and (max-width:1200px) {
    .img_box {
        height: 165px;
    }
}
@media only screen and (max-width:1023px){
	#main{
		padding: 0 0 1.875em;
	}
	.banner{
		margin-bottom: 2.5em;
	}
	#main .inner1{
		max-width:98%;
	}
	.section{
		margin-bottom: 1.875em;
	}
	.section h3{
		font-size: 1.3125em;
		margin-bottom: 1.25em;
	}
	.section ul{
		margin-top: 0.625em;
	}
	.section li{
		width: 48.5%;
		margin-bottom: 0.625em;
	}
	.section li:nth-child(2n){
		margin-right: 0;
	}
	.section li .text{
		padding: 0.75em 4.2% 0.5em;
	}
	.section li .text p{
		font-size: 0.8125em;
	}
	.section li .text p span{
		margin: 0 0.4375em;
	}
	.section li .text .p2{
		font-size: 0.625em;
		margin-top: 0.6em;
	}
	.section .ulcenter li{
		width: 48.5%;
		margin: 0;
	}

}

@media only screen and (max-width:768px){
    .img_box {
        height: 180px;
    }
    .inner1 .section ul{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
}
@media only screen and (max-width:540px) {
    .img_box {
        height: 150px;
    }
}
@media only screen and (max-width:414px) {
    .img_box {
        height: 145px;
    }
}