
@media (min-width:767px) {

       
}

@media (max-width:768px) {

}

.panel1 .col1 .button1{
    font-size: 12px;
    background-color: #656665;
    margin-top: 20px;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.panel1 .col1 .button1 span{
    padding-left: 10px;
    font-size: 10px;
    float: right;
    margin-top:2px;

}



.panel1 .col1 .button2{
    font-size: 12px;
    background-color: #fff;
    margin-top: 20px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ddd;
}

.panel1 .col1 .button2 span{
    padding-left: 10px;
    font-size: 10px;
        float: right;
    margin-top:2px;
    
}

.panel1 .col3 .text1{
    font-size: 28px;
    background: url(/_html/business/images/business_ciimg.png) no-repeat;
    background-position: 500px 10px;;
    line-height: 130%;
}

.panel1 .col3 hr{
    width: 100%;
    border-top: 2px solid #0062c7;
	text-align:left;
}

.panel1 .col3 .text2{
    font-size: 18px;
    margin-top: 20px;
	font-weight:bold;
	color:#333;
}

.panel1 .col3 .text3{
    font-size: 15px;
    margin-top: 20px;
	color:#666;
}