/* CSS Document */

.prolist {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.prolist .wp-dq{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.prolist .wp-dq span{
    display: inline-block;
    font-size: 22px;
    padding: 10px 35px;
    border: #95969e 2px solid;
}
.prolist .wp-dq span::before,.prolist .wp-dq span::after{
    content: '';
    display: block;
    width: 43%;
    height: 2px;
    background: #cbcaca;
    position: absolute;
    top: 23px;
}
.prolist .wp-dq span::before{
    left: 0;
}
.prolist .wp-dq span::after{
    right: 0;
}
.prolist ul, .prolist1_bg ul {
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
}
.prolist li, .prolist1_bg li {
    border: 1px dashed #999;
    background: #fff;
    float: left;
    padding: 10px 20px;
    overflow: hidden;
    margin: 0 5px 13px 0;
}
.prolist li a, .prolist1_bg li a{
    color: #333;
}
.media-cp{
		display:none;
}

@media screen and (max-width:540px){
	.tp-banner-container,.blog-shortcode,.company_about,.bg-ff,.pad-bottom10px,.prolist,.footer,.parallax3,.page-breadcrumbs,.product-price,.custom-ul,.news-listm,.flat-imagebox{
		display:none!important;
	}
	.flat-title-section{
		margin-top:0;
		font-size: 1.8em;
	}
	.imagebox .box-content{
		padding:9px;
		font-size:12px;
	}
	.imagebox .box-content .box-button{
		margin-top:19px;
	}
	.button.bg-scheme3 a{
		height:36px;
		line-height:36px;
	}


