﻿

body {
    color: #333;
    font: 14px/1.4286 "Microsoft YaHei", Tahoma, Verdana, Arial, sans-serif;
}

input,
textarea,
select {
    font-size: 100%;
    font-family: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
form,
dd {
    margin: 0;
    padding: 0;
}

h4,
h5,
h6 {
    font-size: 1em;
}

ul,
ol {
    padding-left: 0;
    list-style-type: none;
}

i,
em {
    font-style: normal;
}

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

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

a:hover {
    color: #3a3191;
}

.wrap {
    width: 1200px;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.fix:after {
    display: table;
    content: '';
}

.fix:after,
.fix:before {
    clear: both;
}

/* 顶栏导航 */
.topbar {
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
}

/* logo头部 */
.header {
    height: 130px;
    background-color: #f1f1f1;
}

.header .x-logo {
    margin-top: 18px;
}

.header .x-logo .l-link {
    display: block;
    width: 460px;
    height: 94px;
    text-indent: -9999em;
    background: url(../image/logo.png) no-repeat;
}

.header .x-search {
    float: right;
    width: 570px;
    margin-top: 33px;
}

.header .x-search .s-wrapper {
    height: 38px;
    line-height: 26px;
    border: 1px solid #3a3191;
}

.header .x-search .s-wrapper .s-input {
    width: 450px;
    display: block;
    line-height: 26px;
    padding: 6px;
    outline: none;
    color: #444444;
    float: left;
    border: 0;
    margin: 0;
    background-color: #ffffff;
}

.header .x-search .s-wrapper .s-btn {
    width: 93px;
    float: right;
    color: #ffffff;
    font-size: 20px;
    padding: 6px;
    text-align: center;
    background-color: #3a3191;
}

.header .x-search .s-keyword {
    height: 26px;
    font-size: 12px;
    margin-top: 3px;
    color: #999999;
    overflow: hidden;
    line-height: 26px;
}

.header .x-search .s-keyword .k-item {
    margin-left: 12px;
}

/* 头部导航 */
.navbar {
    height: 50px;
    line-height: 50px;
    background-color: #3a3191;
}

.navbar .n-item {
    width: 150px;
    font-size: 18px;
    text-align: center;
    float: left;
    color: #ffffff;
}

.navbar .n-item.cur,
.navbar .n-item:hover {
    background-color: #35D4A0;
}

/* 头部二级导航 */
.sub-navbar {
    height: 50px;
    line-height: 50px;
    border: solid #f1f1f1;
    border-width: 1px 0 1px 0;
    margin-bottom: 20px;
}

.sub-navbar .s-item {
    font-size: 16px;
    padding: 0 25px;
}

.sub-navbar .s-item:first-child {
    margin-left: 22px;
}

.footer {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    color: #999999;
    background-color: #262626;
}

.footer .footer-link a {
    color: #999999;
    font-size: 14px;
    padding: 0 26px;
    display: inline-block;
}

.footer p {
    font-size: 12px;
    margin-top: 10px;
}

.footer p a {
    color: #999999;
}

.footer p a:hover {
    color: #3a3191;
}

/* 公共位数上角标 */
.public-icon {
    position: absolute;
    left: 2px;
    z-index: 2;
    top: 0;
    width: 63px;
    height: 32px;
    line-height: 28px;
    text-indent: 10px;
    font-size: 15px;
    color: #fff;
    background: url(../image/icon_img.png) no-repeat;
    background-position: 0 -125px;
}

/* 页码样式---公共 */
.con-pages {
    width: 100%;
    text-align: center;
    margin: 30px auto;
}

.con-pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px 6px;
    padding: 0 12px;
    font-size: 14px;
    color: #666;
    vertical-align: top;
    border-radius: 4px;
    background-color: #f1f2f6;
}

.con-pages a:hover {
    color: #3a3191;
}

.con-pages .cur {
    color: #fff;
    background: linear-gradient(-180deg, #4285e3 0%, #57c2ff);
}