﻿
@charset "UTF-8";

/**css for home**/

body{
	background-color:#FFF;
}

#com_header,#main,.main{
	background-color:#FFF;
}

.main,#main,#footer p{
	display:block;
	width:1200px !important;
	clear:both;
}


#footer{
	position:absolute;
	width:100%;
	left:0;
	height:40px;
	border:none;
}

#footer p{
	margin:0 auto;
	display:block;
	color:#FFF;
	padding-right:20px;
	line-height:40px;
	font-size:12px;
	text-align: center;
}

.hsearch_outer{
	width:100%;
	height:50px;
	background-color:#787C86;
	margin-bottom:10px;
	margin:0;
	display: none;
}

.hsearch{
	width:600px;
	height:48px;
	display:block;
	float:left;
	margin-left:70px;
	background:none;
	margin-left: 160px;
}

.hsearch_select{
	display:block;
	float:left;
	width:130px;
	margin-top:7px;
	color:#FFF;
}
.hsearch_select div{
	height:17px;
	line-height:18px;
}

.hsearch_select input[type=radio]{
	vertical-align:middle;
	margin-right:2px;
}

.hsearch_select label{
	cursor:pointer;
}


.hsearch_kw{
	display:block;
	float:left;
	width:350px;
	padding:2px;
	height:24px;
	margin-top:9px;
	line-height:26px;
	border:#999 1px solid;
	margin-bottom:20px;
	padding-left:5px;
	
	border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;

	border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;

}

.hsearch_top{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.bt_hsearch{
	display:block;
	float:left;
	border:#999 1px solid;
	border-left:none;
	width:100px;
	height:28px;
	line-height:28px;
	font-size:16px;
	font-weight:bold;
	margin-top:9px;
	cursor:pointer;
	text-indent:0;
	text-align:center;

	border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-top-right-radius:4px;

	border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;

background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f5f5 1%, #d3d8de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f5f5f5 1%,#d3d8de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f5f5f5 1%,#d3d8de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#d3d8de',GradientType=0 ); /* IE6-9 */

}


.sselect{
	height:32px;
	margin-top:5px;
	line-height:32px;
	width:120px;
	margin-right:2px;
}

.hsearch_note{
	display:block;
	float:right;
	width:170px;
	height:40px;
	line-height:18px;
	font-size:11px;
	margin-top:8px;
	color:#FFF;
}

.news .ico{
	font-size:14px;
	line-height:18px;
}
.news .ico img{
	margin-right:2px;
}

.to_global{
	display:block;
	float:right;
	width:132px;
	margin-right:0;
	height:20px;
	line-height:22px !important;
	font-size:14px !important;
	color:#0074bf !important;
	font-weight:bold;
	line-height:16px;
	margin-top:10px;
	background:url(../img/icon_corpotrate_b20.png) no-repeat 0 0;
}




