@charset "utf-8";
/* CSS Document */
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
}
ul,ol { list-style: none; }
table { border-collapse:collapse; border-spacing:0; } 
th,td {  padding: 0; }
* {margin:0; padding:0;}
a{color: #0066CC;text-decoration: none;outline: none;}
a:hover{color: #ff7300;}
.tbw{ width:100%; box-shadow: 0px 1px 2px #e0e0e0;    height: 90px;  padding: 20px 0; box-sizing: border-box;}
.tb{ width:94%; margin:0 auto;}
.tlogo{ width:207px; height:50px; float:left;}
.tlogo img{ width:100%; height:auto;}
.flagbox { width: auto; float: right; padding-top: 15px; text-align: right;}
.flagbox a {width:24px; height:16px; background:url(../images/flag.png) no-repeat 0 0; display:inline-block; margin-left:3px;}
a.flag1 {background-position:0 0}
a.flag2 {background-position:0 -16px;}
a.flag3 {background-position:0 -32px}
a.flag4 {background-position:0 -48px;}
a.flag5 {background-position:0 -64px}
.searchbox {position: relative; margin: 0 auto; width:700px;}
.sea_input { height: 40px;  width: 100%; line-height: 40px; border: 2px solid #29b5ce; padding-left:15px;  float: left;  box-sizing: border-box;	outline: none}
.sea_but1 {
	background:#29b5ce  url(../image/icon_index.png) no-repeat 38px -15px !important;
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
	    height: 40px;
    width: 100px;
    padding: 2px;
    border: none;
}
.foot{ text-align:center; padding-bottom:20px;}
@media (max-width:1280px){
	.searchbox {width:500px;}
	}
@media (max-width:1000px){
	.searchbox { width: 100%; clear: both; margin-top: 20px; display: inline-block;}
	.tbw{ height:125px;}
	.tlogo{    width: 120px; height: auto;}
	.flagbox{ padding-top:10px;}
	}