@CHARSET "UTF-8";

/************************************************************************************
smaller than 2560
*************************************************************************************/
@media screen and (max-width: 2560px){
	.clearfix {
		margin-bottom:0px;
	}
}

/************************************************************************************
smaller than 1440
*************************************************************************************/
@media screen and (max-width: 1440px){
	
}


/************************************************************************************
smaller than 1366
*************************************************************************************/
@media screen and (max-width: 1366px){
	
}

/************************************************************************************
smaller than 1280
*************************************************************************************/
@media screen and (max-width: 1280px){
	.service_main {
		top:10px;
	}
	.service_head {
		height:112px;
	}
}



/************************************************************************************
smaller than 1024
*************************************************************************************/
@media screen and (max-width: 1024px){
	
}

/************************************************************************************
smaller than 980px
*************************************************************************************/
@media screen and (max-width: 980px){
	
}

/************************************************************************************
smaller than 854px
*************************************************************************************/
@media screen and (max-width: 854px){
	.navigationbg, .service_foot {
		display:none;
	}
	.mobile_menubar,.mobile_ctmlogo,.mobile_head_cornermark, .mobile_foot {
		display:block;
	}
	.service_background {
		background:#EBEBEB;
	}
	.service_main {
		top:50px;
		width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		left:0;
	}
	.service_formtext {
		width:32%;
	}
}

/************************************************************************************
smaller than 849px
*************************************************************************************/
@media screen and (max-width: 849px){
	
}


/************************************************************************************
smaller than 800px
*************************************************************************************/
@media screen and (max-width: 800px){
	.service_content2_form textarea {
		height:80px;
	}
	.service_content2_formtext4 {
		width:40%;
		font-size:12px;
	}
}

/************************************************************************************
smaller than 768px
*************************************************************************************/
@media screen and (max-width: 768px){
	.button-bevel {
		padding:3px 18px 3px;
	}
	.service_formtext {
		width:39%;
	}
}


/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px){
	.service_content_1, .service_content_2 {
		width:50%;
		background-size:100%;
	}
	.service_content_3 {
		width:100%;
	}
	.service_foot_1 {
		width:50%;
	}
	.service_form {
		top:178px;
	}
	.service_content2_form {
		top:158px;
	}
	.service_content3_blocks img {
		height:auto;
	}
	.service_img_overlapping, .service_content3_blocks, .service_content_3 {
		height:auto;
	}
}

/************************************************************************************
smaller than 500px(480px)
*************************************************************************************/
@media screen and (max-width: 500px){
	.servce_flag {
		width:263px;
	}
}

/************************************************************************************
smaller than 480px
*************************************************************************************/
@media screen and (max-width: 480px){
	.vec2 {
		display:none;
	}
	.service_head {
		height:200px;
	}
	.servce_flag {
		top:118px;
	}
	.service_ctn {
		right:3px;
	}
	
}

/************************************************************************************
smaller than 400px
*************************************************************************************/
@media screen and (max-width: 400px){
	
	.service_content_1 ,.service_content_2 {
		width:100%;
	}
	.service_content1_b img, .service_content1_b, .service_content_1 {
		height:auto;
	}
	.service_content1_t {
		height:400px;
	}
	.service_content_2 {
		height:572px;
	}
	.service_form {
		top:232px;
	}
	.service_content2_form {
		top:200px;
	}
}

/************************************************************************************
smaller than 320px
*************************************************************************************/
@media screen and (max-width: 320px){
	
}