html,body{width:100%;height:100%;}
html{overflow-x:hidden;overflow-y:auto;}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

/* header */

#top{
	position: relative;
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
@media all and (max-width: 1200px){
	#top{
		height: auto
	}
}
	.logo{
		margin-top: 10px;
	}
	@media all and (max-width: 500px){
		.logo{
			text-align: center;
		}
	}
	#top_wrap{
		position: absolute;
		right: 0;
		bottom: 10px;
	}
	@media all and (max-width: 1200px){
		#top{
			width: 100%;
		}
	}
	#top_wrap:after{
		content: " ";
		display: block;
		clear: both;
	}
		#top_wrap>p{
			float: left;
			cursor: default;
			font-size: 9px;
		}
		@media all and (max-width: 500px){
			#top_wrap>p{
				display: none;
			}
		}
	#mobile_menu_box{
		display: none;
		position: fixed;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
	@media all and (max-width: 500px){
		#mobile_menu_box{
			display: block;
		}
	}
	@media all and (min-width: 500px){
		#mobile_menu_box{
			display: none;
		}
	}
	#mobile_menu{
		display: none;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 100%;
		z-index: 100;
		background: #223;
	}
		#mobile_menu>p{
			padding-top: 12px;
			padding-bottom: 10px;
			font-size: 20px;
			font-weight: 600;
			text-align: center;
			border-bottom: 1px solid #eee;
		}
			#mobile_menu>p>a{
				color: #fff;
			}
#menu_bg{
	position: relative;
	width: 100%;
	height: 50px;
	background: #223;
	z-index: 10;
}
@media all and (max-width: 500px){
	#menu_bg{
		display: none;
	}
}
	#menu_wrap{
		width: 1200px;
		height: 50px;
		margin: 0 auto;
	}
	@media all and (max-width: 1200px){
		#menu_wrap{
			width: 100%;
		}
	}
	#menu_wrap:after{
		content: " ";
		display: block;
		clear: both;
	}
		#menu_wrap>p{
			float: left;
			padding-top: 17px;
			width: 16%;
			height: 33px;
			font-size: 18px;
			text-align: center;
		}
		.menu1{
		}
			#menu_wrap>p>a{
				font-weight: 600;
				color: #fff;
			}
		#menu_wrap>.logo{
			margin-top: -20px;
		}

/* header */

/* main_header */

#main_container{
	width: 1200px;
	height: auto;
	margin: 20px auto 0 auto;
}
@media all and (max-width: 1200px){
	#main_container{
		width: 100%;
	}
}
#main_container:after{
	content: " ";
	display: block;
	clear: both;
}
	#main_container_left_wrap{
		float: left;
		width: 150px;
		height: auto;
	}
	@media all and (max-width: 1200px){
		#main_container_left_wrap{
			display: none;
		}
	}
		#main_container_left{
			width: 155px;
			height: auto;
			padding-top: 20px;
		}
			.main_container_left_top{
				width: 130px;
				height: 30px;
				font-size: 20px;
				font-weight: 600;
				color: #223;
				border-bottom: 3px solid #55a;
			}
			#main_container_left>a{
					
			}
				#main_container_left>a>p{
					position: relative;
					width: 140px;
					height: 30px;
					padding: 16px 0 0 15px;
					margin-right: 15px;
					font-size: 14px;
					font-weight: 600;
					color: #555;
					border-left: 1px solid #aaa;
					border-bottom: 1px solid #aaa;
					border-right: 1px solid #aaa;
				}
				#main_container_left>a>p:hover{
					background: #eee;
				}
					#main_container_left>a>p>span{
						position: absolute;
						right: 15px;
					}
				.main_container_left_text1{
					border-top: 1px solid #aaa;
					margin-top: 10px;
				}
		#main_container_left_tel{
			width: 155px;
			height: auto;
			margin-top: 10px;
			margin-bottom: 20px;
			padding: 25px 0 15px 0;
		}
			.main_container_left_tel_text1{
				font-size: 14px;
				font-weight: 600;
				margin-bottom: 10px;
				color: #333;
			}
			.main_container_left_tel_text2{
				font-size: 18px;
				font-weight: 600;
				color: #c00;
			}
	#main_container_right{
		float: right;
		width: 965px;
		height: auto;
		padding: 30px;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	#main_container_right:after{
		content: " ";
		display: block;
		clear: both;
	}
	@media all and (max-width: 1200px){
		#main_container_right{
			width: 100%;
			padding-left: 0;
			padding-right: 0;
		}
	}

/* main_header */

/* board_header */

#board_container{
	width: 1200px;
	height: auto;
	min-height: 700px;
	margin: 20px auto 0 auto;
}
@media all and (max-width: 1200px){
	#board_container{
		width: 100%;
	}
}
#board_container:after{
	content: " ";
	display: block;
	clear: both;
}
	#board_container_left_wrap{
		float: left;
		width: 150px;
		height: auto;
	}
	@media all and (max-width: 1200px){
		#board_container_left_wrap{
			display: none;
		}
	}
		#board_container_left{
			width: 155px;
			height: auto;
			padding-top: 20px;
		}
			.board_container_left_top{
				width: 130px;
				height: 30px;
				font-size: 20px;
				font-weight: 600;
				color: #223;
				border-bottom: 3px solid #55a;
			}
			#board_container_left>a{
				
			}
				#board_container_left>a>p{
					position: relative;
					width: 140px;
					height: 30px;
					padding: 16px 0 0 15px;
					margin-right: 15px;
					font-size: 14px;
					font-weight: 600;
					color: #555;
					border-left: 1px solid #aaa;
					border-bottom: 1px solid #aaa;
					border-right: 1px solid #aaa;
				}
				#board_container_left>a>p:hover{
					background: #eee;
				}
					#board_container_left>a>p>span{
						position: absolute;
						right: 15px;
					}
				.board_container_left_text1{
					border-top: 1px solid #aaa;
					margin-top: 10px;
				}
		#board_container_left_tel{
			width: 155px;
			height: auto;
			margin-top: 10px;
			margin-bottom: 20px;
			padding: 25px 0 15px 0;
		}
			.board_container_left_tel_text1{
				font-size: 14px;
				font-weight: 600;
				margin-bottom: 10px;
				color: #333;
			}
			.board_container_left_tel_text2{
				font-size: 18px;
				font-weight: 600;
				color: #c00;
			}
	#board_container_right{
		float: right;
		width: 965px;
		height: auto;
		padding: 30px;
		margin-bottom: 20px;
		border: 2px solid #abc;
	}
	@media all and (max-width: 1200px){
		#board_container_right{
			width: 100%;
			padding: 30px 0 0 0;
		}
	}

/* board_header */

#sub_img>img{
	width: 100%;
}
@media all and (max-width: 500px){
	#sub_img{
		display: none;
	}
}

/* container */

#slide_wrap{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	overflow: hidden;
}
	.transparent{
		width: 100%;
		height: auto;
	}
		.transparent>img{
			width: 100%;
			height: auto;
		}
	.slide1{
		position: absolute;
		top: 0;
		left: 0%;
		width: 100%;
		height: auto;
	}
		.slide1>img{
			width: 100%;
			height: auto;
		}
	.slide2{
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		height: auto;
	}
		.slide2>img{
			width: 100%;
			height: auto;
		}
	.slide3{
		position: absolute;
		top: 0;
		left: 200%;
		width: 100%;
		height: auto;
	}
		.slide3>img{
			width: 100%;
			height: auto;
		}
	#slide_button_wrap{
		position: absolute;
		left: 50%;
		bottom: 30px;
		width: auto;
		height: auto;
		margin-left: -54.5px;
	}
	@media all and (max-width: 1200px){
		#slide_button_wrap{
			display: none;
		}
	}
	#slide_button_wrap:after{
		content: " ";
		display: block;
		clear: both;
	}
		.slide_button1{
			float: left;
			width: 33px;
			height: 20px;
			margin-right: 5px;
			cursor: pointer;
			background: url(../img/slide_button_img_hover.png) no-repeat 0 0;
		}
		.slide_button2{
			float: left;
			width: 33px;
			height: 20px;
			margin-right: 5px;
			cursor: pointer;
			background: url(../img/slide_button_img.png) no-repeat 0 0;
		}
		.slide_button3{
			float: left;
			width: 33px;
			height: 20px;
			cursor: pointer;
			background: url(../img/slide_button_img.png) no-repeat 0 0;
		}
#container_wrap{
	width: 1200px;
	height: auto;
	margin: 50px auto 0 auto;
}
@media all and (max-width: 1200px){
	#container_wrap{
		width: 100%;
		height: auto;
	}
}
	.product{
		font-size: 20px;
		font-weight: 600;
		color: #555;
	}
	@media all and (max-width:500px){
		.product{
			padding-left: 10px;
		}
	}
	#product_wrap{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	#product_wrap:after{
		content: " ";
		display: block;
		clear: both;
	}
		.product_img{	/* width: 285px; */
			float: left;
			margin-right: 20px;
		}
		.product_img4{
			margin-right: 0;
		}
		@media all and (max-width: 1200px){
			.product_img{
				margin-right: 0;
			}
		}
			@media all and (max-width: 1200px){
				.product_img1,
				.product_img2,
				.product_img3,
				.product_img4{
					width: 49%;
				}
				.product_img2,
				.product_img4{
					float: right;
				}
				.product_img3,
				.product_img4{
					margin-top: 20px;
				}
					.product_img1>img,
					.product_img2>img,
					.product_img3>img,
					.product_img4>img{
						width: 100%;
					}
			}
/*
			@media all and (max-width: 500px){
				.product_img1,
				.product_img2,
				.product_img3,
				.product_img4{
					width: 80%;
					margin-left: 10%;
					margin-right: 10%;
				}
				.product_img2{
					margin-top: 20px;
				}
			}
*/
#container2_wrap{
	width: 1200px;
	height: 300px;
	margin: 50px auto 0 auto;
}
@media all and (max-width: 1200px){
	#container2_wrap{
		width: 100%;
		height: auto;
	}
}
#container2_wrap:after{
	content: " ";
	display: block;
	clear: both;
}
	#container2_col1{
		float: left;
		width: 580px;
		height: 300px;
	}
	@media all and (max-width: 1200px){
		#container2_col1{
			width: 100%;
		}
	}
		.visit_title{
			font-size: 20px;
			font-weight: 600;
			color: #555;
			margin-bottom: 10px;
		}
	@media all and (max-width:500px){
		.visit_title{
			padding-left: 10px;
		}
	}
	#container2_col2{
		float: left;
		width: 598px;
		height: 300px;
		margin-left: 20px;
	}
	@media all and (max-width: 1200px){
		#container2_col2{
			width: 100%;
			height: auto;
			margin-top: 50px;
			margin-left: 0;
		}
	}
		.notice_title{
			font-size: 20px;
			font-weight: 600;
			color: #555;
			margin-bottom: 10px;
		}
	@media all and (max-width:500px){
		.notice_title{
			padding-left: 10px;
		}
	}
#container3_wrap{
	width: 1200px;
	height: auto;
	margin: 50px auto 0 auto;
}
@media all and (max-width: 1200px){
	#container3_wrap{
		width: 100%;
	}
}
#container3_wrap:after{
	content: " ";
	display: block;
	clear: both;
}
	#container3_col1{
		float: left;
		width: 300px;
		height: auto;
	}
		.banner1_mobile{
			display: none;
		}
	#container3_col2{
		float: left;
		width: 300px;
		height: auto;
	}
	#container3_col3{
		float: left;
		width: 300px;
		height: auto;
	}
	#container3_col4{
		float: left;
		width: 300px;
		height: auto;
	}
	@media all and (max-width: 1200px){
		#container3_col1,
		#container3_col2,
		#container3_col3,
		#container3_col4{
			width: 25%;
		}
	}
		@media all and (max-width: 1200px){
			.banner1,
			.banner2,
			.banner3,
			.banner4{
				width: 100%;
			}
		}
			@media all and (max-width: 1200px){
				.banner1>img,
				.banner2>a>img,
				.banner3>img,
				.banner4>a>img{
					width: 100%;
				}
			}
	@media all and (max-width: 700px){
		#container3_col1,
		#container3_col2,
		#container3_col3,
		#container3_col4{
			width: 50%;
		}
		.banner1{
			display: none;
		}
		.banner1_mobile{
			display: block;
		}
	}
		@media all and (max-width: 700px){
			.banner1_mobile,
			.banner2,
			.banner3,
			.banner4{
				width: 100%;
			}
		}
			@media all and (max-width: 700px){
				.banner1_mobile>a>img,
				.banner2>a>img,
				.banner3>img,
				.banner4>a>img{
					width: 100%;
				}
			}
#container_wrap_mobile{
	display: none;
}
#container3_wrap_mobile{
	display: none;
}
@media all and (max-width: 1200px){
	#container_wrap{
		display: none;
	}
	#container3_wrap{
		display: none;
	}
	#container_wrap_mobile{
		display: block;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	#container3_wrap_mobile{
		display: block;
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
	#container3_wrap_mobile:after{
		content: " ";
		display:block;
		clear: both;
	}
}

/* container */

/* footer */

#foot_bg{
	width: 100%;
	height: 100px;
	margin-top: 50px;
	background: #555;
}
@media all and (max-width: 1200px){
	#foot_bg{
		height: auto;
	}
}
	#foot_wrap{
		width: 1200px;
		height: auto;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	@media all and (max-width: 1200px){
		#foot_wrap{
			width: 100%;
		}
	}
		#foot_wrap>p{
			color: #fff;
			font-size: 12px;
			font-weight: 600;
			margin-top: 5px;
		}

/* footer */

/* main1_container */

	#main1_container_row1{
		width: auto;
		height: auto;
	}
		.main1_title{
			padding: 0px 0 10px 50px;
			font-size: 20px;
			font-weight: 600;
		}
		@media all and (max-width: 787px){
			.main1_title{
				width: 90%;
				padding-left: 0;
			}
		}
		@media all and (max-width: 600px){
			.main1_title{
				font-size: 16px;
			}
		}
		@media all and (max-width: 500px){
			.main1_title{
				font-size: 14px;
			}
		}
		.main1_title_line{
			width: 900px;
			height: auto;
			margin-left: 50px;
			border-top: 1px solid #ddd;
		}
		@media all and (max-width: 1200px){
			.main1_title_line{
				width: 90%;
			}
		}
		@media all and (max-width: 787px){
			.main1_title_line{
			display: none;
			}
		}
	#main1_container_row2{
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		margin-top: 20px;
		text-align: center;
	}
	@media all and (max-width: 787px){
		#main1_container_row2{
			margin-left: 0;
		}
	}
		@media all and (max-width: 737px){
			#main1_container_row2>p{
				width: 100%;
			}
		}
			@media all and (max-width: 737px){
				#main1_container_row2>p>img{
					width: 100%;
				}
			}

/* main1_container */

/* main2_container */

	#main2_container_row1{
		width: auto;
		height: auto;
	}
		.main2_title{
			padding: 0px 0 10px 50px;
			font-size: 20px;
			font-weight: 600;
		}
		@media all and (max-width: 787px){
			.main2_title{
				padding-left: 0;
			}
		}
		.main2_title_line{
			width: 900px;
			height: auto;
			margin-left: 50px;
			border-top: 1px solid #ddd;
		}
		@media all and (max-width: 1200px){
			.main2_title_line{
				width: 90%;
			}
		}
		@media all and (max-width: 600px){
			.main2_title{
				font-size: 16px;
			}
		}
		@media all and (max-width: 500px){
			.main2_title{
				font-size: 14px;
			}
		}
		@media all and (max-width: 787px){
			.main2_title_line{
				display: none;
			}
		}
	#main2_container_row2{
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
		margin-top: 20px;
		text-align: center;
	}
	@media all and (max-width: 787px){
		#main2_container_row2{
			margin-left: 0;
		}
	}
		@media all and (max-width: 737px){
			#main2_container_row2>p{
				width: 100%;
			}
		}
			@media all and (max-width: 737px){
				#main2_container_row2>p>img{
					width: 100%;
				}
			}

/* main2_container */

/* main6_container */

	#main6_container_row1{
		width: auto;
		height: auto;
	}
	@media all and (max-width: 1200px){
		#main6_container_row1{
			width: 100%;
		}
	}
		.main6_title{
			padding: 0px 0 10px 50px;
			font-size: 20px;
			font-weight: 600;
		}
		@media all and (max-width: 1200px){
			.main6_title{
				padding-left: 0;
			}
		}
		@media all and (max-width: 600px){
			.main6_title{
				font-size: 16px;
			}
		}
		@media all and (max-width: 500px){
			.main6_title{
				font-size: 14px;
			}
		}
		.main6_title_line{
			width: 900px;
			height: auto;
			margin-left: 50px;
			border-top: 1px solid #ddd;
		}
		@media all and (max-width: 1200px){
			.main6_title_line{
				display: none;
			}
		}
	#main6_container_row2{
		width: 900px;
		height: auto;
		margin-left: 50px;
		margin-top: 20px;
	}
	@media all and (max-width: 1200px){
		#main6_container_row2{
			width: 100%;
			margin-left: 0;
		}
	}
	#main6_container_row3{
		margin-left: 50px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	@media all and (max-width: 1200px){
		#main6_container_row3{
			margin-left: 0;
			text-align: center;
		}
	}
		#main6_container_row3>p{
			font-size: 18px;
			margin-bottom: 10px;
		}

/* main6_container */