.header{
    border-bottom: 1px solid #e2e2e2;
}
.probox{
	padding-top: 1.35rem;
}
.p1_con{
	padding: 0.8rem .7rem 0 .7rem;
	overflow: hidden;
}
.p1_con .p1_title{
	font-size: 0.5rem;
	line-height: 1;
}
.p1_con .pl_line{
	width: 25px;
	height: 3px;
	background: #1810df;
	margin: 0.5rem 0 0.4rem 0;
}
.p1_con .pl_subtitle{
	line-height: 1;
	font-size: 0.3rem;
}
.p1_con .pl_txt{
	line-height: 0.3rem;
	font-size: 0.18rem;
	padding-top: 0.3rem;
}
.p1_con .pl_txt p{
	margin-bottom: 6px;
}
.p1_con .pl_txt p:last-child{
	margin-bottom: 0;
}
.p1_con .p1_box{
	width: 100%;
	margin-top: 0.9rem;
	overflow: hidden;
}
.p1_box .p1_nav{
	width: calc((100% - 1.44rem) / 5);
	margin-right: 0.36rem;
	height: 3.6rem;
	border-radius: 0.15rem;
	background: #f2f2f2;
	font-size: 0.35rem;
	text-align: center;
	color:#333333;
	line-height: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.p1_box .p1_nav:hover{
	background: #1810df;
	color:#ffffff;
}
.p1_box .p1_nav .p1_nav_subtitle{
	font-size: 0.26rem;
}
.p1_box .p1_nav:last-child{
	margin-right: 0;
}
.p1_box .p1_nav .p1_nav_title{
	margin-top: 0.4rem;
}
.p1_box .p1_nav .p1_nav_line{
	width: 15px;
	height: 3px;
	background: #e5e5e5;
	margin:0.3rem auto;
}
.p1_box .p1_nav .p1_nav_icon{
	width: 0.7rem;
	height: 0.7rem;
	background: #fff;
	border-radius: 50%;
	margin: auto;
}
.probox_title{
	font-size: 0.25rem;
	padding: 0 .7rem 0.45rem .7rem;
}
.probox3{
	padding-top: 1.5rem;
	overflow: hidden;
}
.probox3>.probox1_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: .5rem .7rem;
}

.probox3>.probox1_left>img {
    margin-top: 0;
}

.probox3con {
    padding: 0 .7rem 0 .6rem;
}

.pro3con {
    width: 23%;
    display: inline-block;
    float: left;
    margin-right: 2.6%;
    border-radius: .1rem;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: .4rem;
}

.pro3con:nth-child(4n) {
    margin-right: 0;
}

.pro3img {
    position: relative;
    padding: .35rem 0;
}

.pro3img>img {
    display: list-item;
    width: 60% !important;
    margin: 0 auto;
}

.promb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(1, 0, 37, .7);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.promb>img {
    width: .55rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.275rem;
    margin-left: -.275rem;
    z-index: 1;
}

.pro3con:hover .promb {
    opacity: 1;
}

div.center {
    text-align: center;
    margin: .4rem 0 .8rem;
}

@media (max-width: 992px) {
	.probox{
		padding-top: 50px;
	}
	.p1_con {
	    padding: 30px 20px 10px;
	}
	.p1_con .p1_title {
	    font-size: 24px;
	}
	.p1_con .pl_line {
	    margin: 16px 0 10px 0;
	}
	.p1_con .pl_txt {
	    line-height: 18px;
	    font-size: 12px;
	    padding-top: 16px;
	}
	.p1_con .pl_subtitle {
	    font-size: 16px;
	    line-height: 24px;
	}
	.p1_box .p1_nav{
		height: 120px;
		font-size: 12px;
	}
	.p1_box .p1_nav .p1_nav_icon {
	    width: 30px;
	    height: 30px;
	}
	.p1_box .p1_nav .pro_icon{
		width: 15px;
	}
	.p1_box .p1_nav .p1_nav_title{
		margin-top: 16px;
	}
	.p1_box .p1_nav .p1_nav_subtitle{
		font-size: 12px;
	}
	.p1_box .p1_nav .p1_nav_line{
		height: 1px;
		margin: 10px auto;
	}
	.probox_title {
	    font-size: 18px;
	    padding: 0px 20px 5px;
	}
	.probox3{
		padding-top: 1.2rem;
	}
    .probox3con {
        padding: 10px 20px 10px;
    }
    .probox3>.probox1_left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 30px 20px;
    }
    .pro3con {
        width: 47%;
        display: inline-block;
        float: left;
        margin-right: 6%;
        border-radius: .1rem;
        overflow: hidden;
        border: 1px solid #e2e2e2;
        margin-bottom: 20px;
    }
    .pro3con:nth-child(2n) {
        margin: 0;
    }
    div.center {
        text-align: center;
        margin: 0 0 30px;
        padding: 0 20px;
    }
    .center>li {
        width: 35px;
        background: #eeeeee;
        height: 35px;
        border-radius: 100%;
        line-height: 35px;
    }
    .center>li>a>i {
        color: #222;
        font-size: 20px;
    }
    ul.pagination li a {
        color: #888;
        float: left;
        padding: 0 16px;
        text-decoration: none;
        border: none;
        font-size: 14px;
        line-height: 35px;
    }
}