@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
}
strong {
	color: #F00;
}

.main {
	height: auto;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.top_header {
	height: 137px;
	width: 1100px;
	padding-bottom: 14px;
}
.social_icon {
	height: 48px;
	width: 1100px;
	text-align: right;
}
.menu_box{width:1100px; height:89px;}
.logo {
	float: left;
	height: 89px;
	width: 241px;
}
.menu_link {
	float: right;
	width: 800px;
	height: 89px;
	margin-left: 59px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}

.panel {
	height: 439px;
	width: 1100px;
	padding-bottom: 33px;
}.inside_panel {
	height: 350px;
	width: 1100px;
	padding-bottom: 33px;
}
.middle_box {
	height: auto;
	width: 1100px;
	padding-bottom: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 20px;
	padding-top: 20px;
}
.middle_box_left_side {
	width: 244px;
	float:left;
	
	padding-right: 20px;
}
.middle_box_middle_side {
	width: 478px;
	float:left;
	padding-left: 19px;
	padding-right: 19px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
	
}
.middle_box_middle_side p
{
	font-size:13px;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
}
.middle_box_right_side {
	width: 298px;
	float:right;
	padding-left:19px;

}
.wel_come_text {
	font-size: 18px;
	color: #009107;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
}
.cop_box {
	float: left;
	width: 1100px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.cop_box_box1{
	width:249px;
	float:left;
	height: 227px;
	margin-right: 13px;
	margin-left: 13px;
}
.cop_box_box1_name{
	width:249px;
	height:40px;
	font-size:20px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	line-height: 40px;
	font-weight: bold;
}
.cop_box_box1_color{background:#bfc2c7; width:249px; height:186px;}
.photo_gallery {
	width:1100px;
	height:200px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
}
.photo_gallery_text{
	width:1100px;
	font-size:18px;
	line-height: 60px;
}
.photo_gallery_box_images {
	height: 130px;
	width: 1100px;
}
.photo_gallery_box_images img{
	padding-right:30px;
}
.copy_right {
	height: 20px;
	width: 1100px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	font-size:13px;
}
.wel_come_text  span {
	color: #F00;
	font-size: 24px;
}
.table_text {
	font-size: 14px;
}
input {
	border:1px solid #BEBEBE;
	border-radius:5px;
}
textarea{border:1px solid #BEBEBE;
	}
	
	ul, ol, li{margin:0px;}.line {
	background-color: #999;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text{
	font-size:13px;
	margin-bottom: 10px;
}
.link{color:#333333; font-size:14px; text-decoration:none;}.link:hover{color:#F00;}