﻿/*
*公共样式
*邮箱：1457508895@qq.com
*/
body {
    padding: 0;
    margin: 0;
    font-family: 微软雅黑, 'Anton', sans-serif;
    font-size: 12px;
    line-height: 24px;
    overflow-x: hidden;
}

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

a:hover {
    color: #2563a4;
}

ul, p {
    padding: 0;
    margin: 0;
    clear: both;
}

li {
    list-style: none;
}

img {
    border: 0;
}

.full-content {
    width: 100%;
    min-width: 1200px;
}

.content {
    width: 1200px;
    margin: auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearpull {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
}

.padding-15 {
    padding: 15px;
}

.tops {
    padding: 30px 0;
    background: url(top_bg.jpg) center no-repeat #2e48a7;
}

.tops img {
    width: 600px;
    float: left;
}

.tops .search {
    height: 40px;
    width: 370px;
    position: relative;
    margin-top: 22px;
}

.tops .search input {
    width: 310px;
    height: 40px;
    padding: 0 5px;
    background: #fff;
    border: 0;
    border-radius: 6px 0 0 6px;
}

.tops .search button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 50px;
    line-height: 40px;
    border-radius: 0 6px 6px 0;
    background: #1782d0;
    border: 0;
    cursor: pointer;
    color: #fff;
}

.menu {
    height: 50px;
    background: #1782d0;
    /*background: url("../images/nav_bg.jpg") repeat-x top;*/
}

.menu ul li {
    text-align: center;
    line-height: 50px;
    position: relative;
    float: left;
}

/*.menu ul li a {*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    width: 150px;*/
/*    height: 50px;*/
/*}*/

/*.menu ul li a i {*/
/*    margin-right: 5px;*/
/*    font-size: 20px;*/
/*}*/

/*.menu ul li a:hover {*/
/*    background: #3270c5;*/
/*    color: #ffea00;*/
/*}*/

/*.menu ul li:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    top: 20px;*/
/*    right: -1px;*/
/*    background: #fff;*/
/*    height: 10px;*/
/*    z-index: 99;*/
/*}*/

/*.menu ul li:nth-child(8):after {*/
/*    width: 0;*/
/*}*/

/*.menu ul li .nav {*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    width: 150px;*/
/*    background: #1782d0;*/
/*    display: none;*/
/*}*/

.active {
    display: block !important;
}

.footer {
    background: #4c4c4c;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
}

.footer .content {
    position: relative;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: orangered;
}

.footer a img {
    position: absolute;
    left: 220px;
    top: 10px;
}

.footer p span {
    /*padding: 5px 0;*/
    margin: 0 10px;
}

.footer p img {
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.page {
    text-align: center;
    margin-top: 20px;
}

.page li {
    display: inline-table;
}

.page li a {
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 5px 15px;
    display: block;
}

.page li a:hover {
    background: #ecf0f1;
}

.detail {
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 20px;
}

.detail .detail-title {
    margin: 0;
    padding: 20px 0 5px;
    text-align: center;
    color: #333;
}

.detail .detail-ds {
    text-align: center;
    padding: 20px 0 10px;
    border-bottom: 1px dotted #987cb9;
}

.detail .detail-ds span {
    margin: 0 40px;
}

.detail .detail-text {
    line-height: 200%;
    padding: 20px 0;
    font-size: 14px;
}