﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
img {
    margin: 0;
    padding: 0;
}

html,
body {
    min-width: 980px;
    background: #ffffff url(../img/bg.jpg) no-repeat center top;
}

.containers {
    width: 1150px;
    margin: 0 auto;
}


/*.top01{
	margin:0 auto;
	width:100%;
	height:50px;
	line-height:50px;
}
.top01ct{ margin:0 auto;width:1240px;height:50px;line-height:50px;}
.top01 table,.top01 table td{margin:0;padding:0;border-collapse:collapse; border:none;}
.top01 a{
	line-height:50px;
}*/

.header {
    width: 100%;
    height: 230px;
    padding-top: 20px;
}

.header .container {
    width: 1150px;
    margin: 0 auto;
}

.header .container .logo {
    width: 830px;
    padding-top: 21px;
    margin-bottom: 25px;
    margin-left: 19px;
}

.header .container .logo img {
    display: block;
}

.header .nav {
    width: 100%;
    background: #246fb2;
    height: 57px;
    position: relative;
    margin: 0px auto;
}

.header .nav .nav_center {
    margin: 0px auto;
    width: 1150px;
    height: 100%;
    padding: 0px 5px 0px 5px;
}

.header .nav .nav_center li {
    width: 187px;
    display: inline-block;
    font-size: 0;
    text-align: center;
    /* background: url(../img/navline.jpg) no-repeat right center;*/
}

.header .nav .nav_center li i {
    display: block;
    float: left;
    margin-top: 4px;
    margin-left: 30px;
}

.header .nav .nav_center li img {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

.header .nav .nav_center li:last-child {
    background: none;
}

.header .nav .nav_center a {
    color: #fff;
    font-size: 16px;
    line-height: 57px;
    text-decoration: none;
}

.footer {
    width: 100%;
    height: 285px;
    box-sizing: border-box;
    background: #4d8fcb url(../img/bottom_bg.gif) repeat-x top;
    padding-top: 15px;
}

.footer .text {
    width: 450px;
    text-align: center;
    margin-left: 30px;
    float: left;
}

.footer .text p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
}

.footer .text p a {
    color: #fff;
}

.footer .link2 {
    float: left;
    margin-top: 25px;
    margin-left: 216px;
}

.footer .link {
    margin-top: 25px;
    margin-left: 30px;
    width: 110px;
    height: 55px;
    float: left;
}

.content {
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
    width: 1150px;
    margin: 0 auto;
    background-color: #fff;
}

.content .search-time {
    width: 1140px;
    height: 60px;
}

.content .search-time .time {
    color: #a2a2a2;
    font-size: 12px;
}

.content .search-time .friendlyLink table {
    margin: 0px auto;
}

.content .search {
    position: relative;
}

.content .search .searchButton {
    position: absolute;
    right: 5px;
    top: 2px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}