@charset "utf-8";
body {margin: 0px;padding: 0px; font-size:16px; line-height:20px; color:#1e1e1e; min-width: 1200px; background: url(../images/top_bg_01.png) no-repeat top;}
.fl { float:left}
.fr { float:right}
ul,.li { list-style-type:none; margin:0px; padding:0px;}
a {color:#1e1e1e;text-decoration: none;}
a:hover { color:#1869bb;text-decoration: none;}
.index,.nav { width: 1200px; margin: auto;}
.home { width: 1200px; margin: auto; padding-top: 33px; overflow: hidden;}

input[type=text]:focus{outline: none;    // 如何把蓝色去掉？}
.index_sk { background: url(../images/sk_14.jpg) no-repeat; width: 171px; height: 49px; border: none; float: right; margin: 26px 15px 0 0;}
input[type=button]:focus{outline: none;    // 如何把蓝色去掉？}

/*分页---*/
.table_paging {
    width: 100%;
    height: 60px;
    float: left;
    text-align: center; margin-top:30px;
}
.table_paging a {
    display: inline-block;
    margin: 19px 3px;
    height: 28px;
    padding: 0 6px;
    box-sizing: border-box;
    border: solid 1px #cfcfcf;
    cursor: pointer;
    text-align: center;
    line-height: 22px;
    transition: 0.3s ease-in;
}
.table_paging a.xuanze {
    background: #2b79c9;
    border: solid 1px #2b79c9;
    color: #fff;
}
.table_paging a:hover {
    background: #2b79c9;
    border: solid 1px #2b79c9;
    color: #fff;
}
.table_paging a.tiaozhuan
{
	background:none;
	border:none;
}
.table_paging a.tiaozhuan:hover
{
	background:none;
	border:none;
	color:#333;
	cursor:inherit;
}
.table_paging a input
{
	width: 32px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
	box-sizing:border-box;
	margin:0 5px;
	position:relative;
	top:-1px;
	color:#000;
	outline:0;
}
/*分页---*/