

/* CSS Document */


@media screen and (min-width: 1px){


	.Services_Title { width: 200px; }
	.Services_Content { width: 85%; }



}

@media screen and (min-width: 800px) {

	.Services_Title { width: 200px; }
	.Services_Content { width: 50%; }



}

@media screen and (min-width: 1024px) {

	.Services_Title { width: 200px; }
	.Services_Content { width: 50%; }



}

.WaitFade
{
	opacity: 0 !important;
	padding-left: 0px !important;
}

.WaitFade_right
{
	opacity: 0 !important;
	padding-left: 200px !important;
}


.Business_box { width:100%; padding:20% 0; font-size:16px; }
.our_business{text-align:center; padding-top:10px; width:80%; line-height:25px; font-size:16px;}


.Services_box { width: 100%; padding: 10% 0; font-size: 16px; overflow-x: hidden; }

.Services_Title { transition:all 2s; display: inline-block; padding-left: 10%; padding-bottom: 50px; line-height: 40px; text-align: left; vertical-align: top; font-size: 32px; font-weight: bold; color: #000; }
.Services_Content { transition:all 2s; display: inline-block; padding-left: 10%; line-height: 25px; text-align: left; vertical-align: top; font-size: 16px; }
.Services_Content a:hover{ color:#fff;}


.service{ max-width:1200px; margin:0 auto; padding:30px 0px; overflow:hidden;}
.service_left{ float:left; width:65%;}
.service_left h2{ font-size:24px; color:#000; padding:20px 0px;}
.ser_left_con{ padding:20px 0px;}
.ser_left_con strong{ display:block; line-height:28px; font-size:15px; color:#000;}
.ser_left_con span{ display:block; line-height:28px; font-size:15px; color:#000;    padding:15px 0px;}
.service_right{ background:#eeeeee; float:right; width:35%;    height: 658px;}
.service_pic{ padding:10px;}
.service_right img{ width:100%;}
@media screen and (max-width: 720px) {
.service_left{ float:none; width:94%; margin:0 auto;}
.service_right{ float:none; width:94%; margin:0 auto;}
}
