@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
}
body {
    background: #FFF;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "宋体", simsun, sans-serif;
}
ul, ol {
    list-style: outside none none;
}
a {
    text-decoration: none;
    color: #2366A8;
}
a:hover {
    text-decoration: underline;
}
select {
    border: 1px solid #666;
    border-radius: 5px;
    background: #FFF;
    color: #333;
    width: 316px;
    height: 25px;
}
input.button {
    padding: 6px 15px;
    background: #0059FF;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #0059FF;
}
input.button:hover {
    background: #226FFF;
}
input.button.disabled {
    color: rgba(0, 0, 0, 0.25);
    background: #F5F5F5;
    border: 1px solid #D9D9D9;
    cursor: not-allowed;
}
input.button.secondary {
    color: #0059FF;
    background: #FFF;
}
input.button.third {
    background: #1890FF;
    border: 1px solid #1890FF;
}
input.text, textarea.textarea {
    font-family: "微软雅黑", serif;
    border: 1px solid #D0D2D7;
    box-sizing: border-box;
    font-size: 13px;
}
input.text {
    height: 31px;
    padding: 0 13px;
}
textarea.textarea {
    height: 80px;
    resize: none;
    padding: 5px 13px;
}
input.text:hover, input.text:focus, textarea.textarea:hover, textarea.textarea:focus {
    border: 1px solid #0059FF;
}
span.keyword {
    color: red;
    font-weight: bold;
}
.none {
    display: none;
}
.red {
    color: red;
}
.green {
    color: green;
}
.blue {
    color: blue;
}
.center {
    text-align: center;
}
.header {
    width: 100%;
    min-width: 1263px;
    height: 80px;
    background: #333;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.header .center {
    width: 1263px;
    height: 80px;
    margin: 0 auto;
}
.header .center .logo {
    width: 170px;
    line-height: 40px;
    color: #EEE;
    font-size: 20px;
    font-weight: normal;
    float: left;
}
.header .center h1.logo span.icon-logo {
    float: left;
    line-height: 80px;
    font-size: 35px;
}
.header .center .logo .title {
    float: left;
    margin: 0 0 0 5px;
}
.header .center .logo .title span {
    display: block;
    font-size: 16px;
}
.header .center nav.link {
    width: 990px;
    line-height: 40px;
    float: left;
}
.header .center nav.link ul li {
    text-align: center;
    float: left;
}
.header .center nav.link ul li a {
    color: #EEE;
    display: block;
}
.header .center nav.link ul li a:hover, .header .center nav.link ul li.active a {
    background: #000;
}
.header .center .member {
    float: right;
    line-height: 80px;
    color: #EEE;
    font-size: 15px;
}
.header .center .member a {
    color: #EEE;
}
.header .center .member a img {
    padding-top: 24px;
}
.banner {
    max-width: 1920px;
    margin: 80px auto 15px auto;
    position: relative;
}
.banner img {
    display: block;
    min-width: 1263px;
    max-width: 100%;
}
.banner .info {
    width: 1263px;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}
.banner .info div {
    position: absolute;
    color: #27417A;
    text-align: center;
}
.banner .info div.index {
    right: 50px;
}
.banner .info div.column {
    right: 150px;
}
.banner .info div h3 {
    font-size: 40px;
}
.banner .info div h4 {
    font-size: 24px;
}
.banner .info div p {
    font-weight: bold;
    font-size: 17px;
    color: #FFF;
}
.banner .info div p a {
    color: #FFF;
}
.content {
    width: 1263px;
    min-height: 200px;
    margin: 0 auto;
    font-family: "宋体", serif;
}
.content .left {
    width: 250px;
    float: left;
}
.content .left ul.nav {
    font-size: 18px;
    background: #FAFAFA;
}
.content .left ul.nav li {
    line-height: 40px;
    text-align: center;
}
.content .left ul.nav li a {
    display: block;
    color: #333;
}
.content .left ul.nav li a:hover, .content .left ul.nav li.active a {
    color: #FAFAFA;
    background: #333;
}
.content .right {
    width: 1000px;
    float: right;
}
.content .right h2.map {
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    text-indent: 20px;
    color: #666;
    float: left;
    margin: 0 0 10px 0;
}
.content .right h2.map a {
    color: #666;
}
.content .right .article {
    margin: 10px 0 10px 30px;
    clear: both;
}
.content .right .article p {
    text-indent: 31px;
    line-height: 30px;
    word-break: break-all;
}
.content .right .article p img {
    max-width: 100%;
}
.footer {
    width: 100%;
    min-width: 1263px;
    background: #222;
    clear: both;
    position: relative;
    top: 20px;
}
.footer a {
    color: #CCC;
}
.footer .top {
    width: 1263px;
    margin: 0 auto;
    text-align: center;
}
.footer .top .block {
    width: 410px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    color: #CCC;
}
.footer .top .block h2 {
    font-weight: normal;
    padding: 20px 0 0 20px;
}
.footer .top .block hr {
    width: 90%;
    border: 1px dashed #333;
}
.footer .top .block ul {
    font-size: 16px;
    text-indent: 20px;
    line-height: 2;
}
.footer .bottom {
    padding: 15px;
    line-height: 30px;
    text-align: center;
    color: #777;
    background: #000;
    border-top: 1px solid #444;
}
.service {
    text-align: center;
    position: fixed;
    top: 420px;
    right: 10px;
    z-index: 9998;
}
form.page {
    clear: both;
}
form.page p {
    text-align: center;
    line-height: 40px !important;
    font-size: 16px;
	text-indent: 0 !important;
}
form.page .form-select {
    width: 90px;
	margin: 0 !important;
}
.list {
    margin: 0 auto;
    clear: both;
    font-size: 14px;
}
.list table {
    border-collapse: collapse;
    margin: 0 5px;
}
.list table tr th {
    border: 1px dotted #deeffb;
    line-height: 200%;
    background: #FFF;
}
.list table tr:hover {
    background: #deeffb;
}
.list table tr td {
    text-align: center;
    border: 1px dotted #deeffb;
    line-height: 180%;
}
p.nothing {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 40px;
    clear: both;
}

@media (min-width: 1263px) {
    .header {
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        z-index: 9999;
    }
}
@media (max-width: 1263px) {
    .header {
        position: inherit;
    }
    .banner {
        margin: 0 auto 15px auto;
    }
}