﻿@charset 'utf-8';
/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    min-width: 1200px;
    color: #000;
    font-family: "Microsoft YaHei";
    background-color: #e9f6ff;
    /*background: url(../images/bg.png) top center no-repeat #e9f6ff;*/
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}

/*****边距调整****/

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}
/****内容块居中***/
.centerWidth{
    width: 1200px;
    margin: 0 auto;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}


.content {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

/* 分页 */

.pagination {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

.pagination a {
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    background: #eee;
    border-radius: 3px;
    margin: 0 6px;
}

.pagination a:hover {
    background: #2760b7;
    color: #fff;
    cursor: pointer;
}

.pagination .first-page,
.pagination .last-page {
    width: 78px;
}

.pagination .active {
    background: #2760b7;
    color: #fff;
}

.header {
    width: 100%;
    background: url(../images/bg.png) no-repeat center top;
    background-size: 100% auto;
}


/* 头部 */

.h-tool1 {
    overflow: hidden;
    font-size: 16px;
    padding-top: 15px;
}

.h-tool1-left {
    float: left;
    display: inline-block;
}

.h-tool1-left>a {
    color: #fff;
}

.h-tool1-left>i {
    font-style: normal;
    color: #fff;
    display: inline-block;
    margin: 0 6px;
}

.h-tool1-right {
    float: right;
    display: inline-block;
}

.h-tool1-right>a {
    color: #fff;
}

.h-tool1-right>a:hover {
    color: #2760b7;
}

.h-tool1-right>i {
    font-style: normal;
    color: #fff;
    display: inline-block;
    margin: 0 6px;
}

.h-tool2 {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.h-tool2-left {
    float: left;
    display: inline-block;
    cursor: pointer;
    width: 460px;
    height: 78px;
}

.h-tool2-right {
    float: right;
    margin-top: 10px;
    background: #fff;
    border-radius: 23px;
    padding: 0 20px;
    overflow: hidden;
}

.h-tool2-right>input {
    width: 320px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #7ea9c3;
}

.h-tool2-right .h-search {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 11px;
    background: url("../images/icon-search.png") no-repeat center center;
    background-size: auto 100%;
    cursor: pointer;
    float: right;
}

.hot-words {
    width: 360px;
    font-size: 13px;
    height: 30px;
    color: #2c5da6;
    position: absolute;
    right: 0;
    top: 55px;
    text-align: left;
}

.hot-words a {
    cursor: pointer;
    color: #2c5da6;
}

.h-menu {
    margin-top: 60px;
    height: 50px;
    background-color: #2c5da6;
    overflow: hidden;
}

.h-menu a {
    display: inline-block;
    color: #ffffff;
    padding: 13px 0;
    width: 200px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}

.h-menu img {
    margin-top: -5px;
}

.h-menu a.cur {
    text-align: center;
    background: #0b3f7e;
}

.h-menu a:hover {
    background: #0b3f7e;
    color: #fff;
}

.footer {
    margin: 0 0 20px 0;
    min-width: 1200px;
    clear: both;
    /*清除浮动*/
}

.f-hr {
    width: 100%;
    height: 2px;
    background-color: #1178d5;
}

.f-info-left {
    width: 820px;
    padding-left: 13px;
}

.f-info-div {
    margin-top: 18px;
}

.f-info-div>a {
    font-size: 15px;
    color: #313131;
}

.f-info-div>span {
    color: #ccc;
    font-size: 15px;
    display: inline-block;
    margin: 0 16px 16px;
}

.f-info-p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 28px;
}

.f-info-right {
    /*width: 400px;*/
    overflow: hidden;
    margin-top: 20px;
}

.f-info-right>a {
    display: inline-block;
    float: right;
    width: 82px;
    text-align: center;
}

.f-info-right>a+a {
    margin-left: 10px;
}

.f-info-right>a>span {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 4px;
}


/* 右侧分享 */

.share {
    position: fixed;
    top: 325px;
    right: 22px;
    width: 90px;
    z-index: 99999;
}

.share .weixin,
.share .weibo {
    width: 90px;
    height: 80px;
    padding: 10px 0 0 0;
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.share span {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
}

.share .icon-weixin {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../images/weixin.png) no-repeat center center;
}

.share .icon-weibo {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../images/weibo.png) no-repeat center center;
}

.codes {
    display: none;
    position: absolute;
    top: 0;
    right: 91px;
    width: 96px;
    height: 92px;
    box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.17);
}

.share .weixin:hover .codes,
.share .weibo:hover .codes,
.share .weixin:hover span,
.share .weibo:hover span {
    display: block;
    color: #0e5fad;
}


/*底部模拟下拉开始*/

.drop-groups {
    background: #fff;
    position: relative;
}

.drop-down {
    width: 220px;
    height: 34px;
    text-align: center;
    margin-bottom: 9px;
    margin: 12px 9px 9px;
    background-color: #e9f6ff;
    border-radius: 5px;
}

.drop-down .tag {
    /*width: 100%;*/
    display: inline-block;
    height: 34px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #666666;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
    background: url(../images/icon-drop.png) no-repeat right center;
}

.drop-lists {
    position: absolute;
    width: 1148px;
    max-height: 150px;
    padding: 26px 25px;
    bottom: 54px;
    background-color: #feffff;
    border: solid 1px #0e5fad;
    left: 0;
    overflow: auto;
    display: none;
    text-align: left;
    z-index: 99;
}

.cur-item .icon-san {
    position: absolute;
    top: -1px;
    left: 112px;
    width: 20px;
    height: 12px;
    display: inline-block;
    z-index: 100;
    background: #fff url(../images/icon-san.png) no-repeat center center;
}

.cur-item .icon-san.san1 {
    left: 348px;
}

.cur-item .icon-san.san2 {
    left: 584px;
}

.cur-item .icon-san.san3 {
    left: 830px;
}

.cur-item .icon-san.san4 {
    left: 1060px;
}

.drop-lists li {
    height: 36px;
    display: inline-block;
    float: left;
}

.drop-lists a {
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 8px;
    font-size: 15px;
    cursor: pointer;
    color: #313131;
}

.drop-lists a:hover {
    background: #2760b7;
    color: #fff;
}

.drop-down .cur {
    color: #fff;
}

.drop-groups .cur-item {
    background-color: #1d82d7;
}

.drop-groups .cur-item p {
    background: #1d82d7 url(../images/icon-drop2.png) no-repeat right center;
}


/*底部模拟下拉结束*/
