.head {
    height: 112px;
    width: 1200px;
    margin: 0 auto;
}
.siteinfo {
    line-height: 21px;
    margin-top: 10px;
    text-align: right;
}
.siteinfo img {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}
.siteinfo a {
    color: #666666;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}
.search {
    width: 360px;
    margin: 10px auto 0;
}
.search .input {
    width: 360px;
    height: 28px;
    font-size: 0;
    text-align: right;
    border: 1px solid #e3e3e3;
    border-radius: 17px;
    border-right: 0;
}
.search .input input {
    font-size: 14px;
    color: #afbbc6;
    vertical-align: top;
    width: 312px;
    height: 28px;
    border: 0;
    line-height: 34px;
    outline: none;
    font-family: "Microsoft YaHei";
}
.search .btn_search {
    background: url(../img/search_ico.jpg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    margin-top: -1px;
    border: 0;
    font-size: 0;
    border-radius: 17px;
    font-family: "Microsoft YaHei";
    vertical-align: top;
}
.hot_words {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #878787;
    text-align: center;
}
.hot_words label {
    color: #355e92;
    cursor: pointer;
    margin-right: 12px;
}
.nav {
    width: 100%;
    height: 50px;
    overflow: auto;
    background-color: #015293;
}
.nav ul {
    list-style: none;
    width: 1200px;
    height: 38px;
    margin: 6px auto;
}
.nav ul li {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
	padding-left: 0px;
	padding-right: 0px;
    text-align: center;
    height: 22px;
    width: 149px;
    border-right: 1px dashed #308cd5;
    margin-top: 8px;
    line-height: 22px;
}
.nav ul li a {
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px;
    color: #fff;
}
.foot {
    width: 100%;
    position: relative;
    background-color: #565a5d;
}
.f_info {
    width: 1200px;
    font-size: 14px;
    color: #b7b9ba;
    height: 128px;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: 1px solid #cccccc;
}
.f_info .f_in {
    line-height: 24px;
    width: 420px;
    padding-left: 20px;
}
.wzjc {
    margin-top: 25px;
    margin-right: 20px;
}
.red_ico {
    margin-top: 25px;
    margin-right: 35px;
}
.bot_info {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #b7b9ba;
    height: 64px;
    line-height: 64px;
}
.bot_info a {
    color: #b7b9ba;
}
a {
    text-decoration: none;
}
.zc_ico {
	float:right;
    margin-left: 10px;
    margin-top: 0px;
}
.to_top {
    position: absolute;
    bottom: 93px;
    left: 50%;
    margin-left: 620px;
}
.zc_ico img {
    vertical-align: middle;
    width: 87px;
    margin-right: 20px;
    margin-left: 10px;
}