@charset "utf-8";
.top_bg {
    background-color: #84C8B9;
    height: 10px;
    margin-bottom: 15px;
    width: auto;
}
.ad_box{
    border-top: 2px solid #84C8B9; 
}
.a_bg{
    background-image: url(../images/bg_01.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
}
.sc_1{
    color: #e60012;
}
.sc_2{
    color: #0068b7;
}
.sc_3{
    color: #009944;
}
.tt_p{
    font-size: 14px;
}
@media (min-width:992px){
	.top_logo{
    height: 110px;
    }
	.index_pic_2{
    display: none;
    }
	.index_p{
    width: 80%;
	}
	.pr_rl{
    padding-left: 13%;
    padding-right: 13%;
}
}

@media (max-width:991px){
	.top_logo{
	height: 60px;	
	}
	.index_p{
    font-size: 12px;
    width: 100%;
    }
	.index_pic_1{
    display: none;
    }
	.text_p{
    font-size: 12px;
    }
	.equipment_h{
    font-size: 16px;
    }
}
@media (min-width:768px){
	.eq_box_1{
    width: 37%;
    top: 10%;
    right: 30px;
	}
	.eq_box_2{
    top: 37%;
    right: 30px;
	}
	.eq_box_3{
	width: 37%;
    top: 35%;
    left: 10%;
	}
	.equipment_pic_2{
    display: none;
    }
	.map_box{
    height: 350px;
    }
	
}
@media (max-width:767px){
	.eq_box_1{
	display: none;
	}
	.equipment_pic_1{
    display: none;
    }
    .map_box{
    height: 250px;
    }
}