/* pro */

.pro {

}


/* top */

.pro .top {
	margin-bottom:60px;
}

.pro .top em {
	font-size:0.8em;
}

.pro .top .img_box img {
	width:400px;	
}



/* pro_box */

.pro_box {
    
}

.pro .h_box {
	border-bottom:2px solid #2985F0;
    margin:20px 0;
}

.pro h3 {
	display:inline-block;
    border:2px solid #2985F0;
    border-bottom:2px solid #fff;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-bottom:-2px;
    padding:5px 10px;
    font-size;15px;
}

.pro_box img {
	padding:30px;
}


/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    
    .pro .top {
    }
    
    .pro .top .img_box {
    	text-align:center;
    }
    
    .pro .top .img_box img {
        width:280px;	
    }

    
    .pro_box img {
		padding:0;
        width:100%;
	}
    
    
}
