* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "å¾®è½¯é›…é»‘", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", PingHei, STHeiti;;
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1278 {
    width: 1278px;
    margin: 0 auto;
}

.px1200 {
    width: 1200px;
    margin: 0 auto;
}


/* å†…é¡µå…¬å…±æ ·å¼ */


/* nav */

.head {
    position: relative;
}

.head-fixed {
    position: absolute;
    padding-top: 25px;
    width: 100%;
    z-index: 999;
}

.head-fixed.fixed {
    background: #1760bf;
   /* padding-top: 10px;*/
}
/*
.head-fixed.fixed .logo a img {

}

.head-fixed.fixed .nav-top {
    margin-top: 0;
}

.head-fixed.fixed .nav>ul {
    margin-top: 0;
}

.head-fixed.fixed .nav>ul>li>a {
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
}

.head-fixed.fixed .nav>ul>li>ul li a {
    font-size: 14px;
    padding: 10px 5px;
}*/

.head-top {
    /* position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -639px; */
}

.logo {
    float: left;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    display: block;
    height: 85px;
    vertical-align: middle;
    transition: all 0.5s;
}

.nav {
    float: right;
    background-size: 100% 100%;
}

.nav>ul {
    float: right;
    margin-top: 20px;
}

.nav>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    background: url("./");
}

.nav>ul>li>a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
    position: relative;
    padding: 0 15px;
    transition: all 0.5s;
}

.nav>ul>li:hover>a {
    color: #fae385;
}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav>ul>li>span {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}

.nav>ul>li:hover ul {
    display: block;
}

.nav>ul>li.active>a {
    color: #fae385;
}

.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav>ul>li>ul {
    width:156px;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
}

.nav>ul>li>ul li:hover {
    background: #0a6fb5;
}

.nav>ul>li>ul li a {
    display: block;
    padding: 10px 10px;
    color: #333;
}

.nav>ul>li>ul li a:hover {
    color: #fff;
}

.nav-top {
    float: right;
    margin-top: 32px;
    transition: all 0.5s;
}

.nav-top>ul {
    overflow: hidden;
    float: left;
    line-height: 30px;
}

.nav-top>ul>li {
    float: left;
    margin-right: 20px;
}

.nav-top>ul>li>a {
    display: block;
    font-size: 0;
}

.nav-top>ul>li>a img {
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-top>ul>li>a span {
    font-size: 15px;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.nav-top>ul>li>a:hover span {
    color: #fff;
}

.search {
    float: right;
    position: relative;
    height: 30px;
    margin-left: 30px;
}

.search input {
    outline: none;
    line-height: 20px;
    color: #000;
    position: relative;
    width: 0;
    height: 30px;
    right: 0;
    top: 0;
    opacity: 1;
    transition: all 0.5s;
    border: none;
}

.search img {
    position: absolute;
    right: 10px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    vertical-align: text-bottom;
}

.search .button {
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: 0;
    height: 20px;
    margin-top: -10px;
    background: none;
    border: none;
    display: none;
    transition: all 0.5s;
    color: #333;
}

.search .button input {
    top: 0;
    right: 0;
    width: auto;
    height: 20px;
    width: 20px;
    z-index: 9999;
    border: none;
}

.search:hover .input {
    width: 170px;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #fff;
}

.search:hover .button {
    display: block;
    opacity: 1;
    cursor: pointer;
    outline: none;
}

.footer {
    background: #005da3;
}

.foot-box {
    background: #005da3;
}

.foot-box>div {
    overflow: hidden;
    padding: 30px 0;
    background: #005da3;
}

.foot-box>div>div {
    float: left;
}

.foot-box>div>div p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
display:inline
}

.foot-box>div>img {
    float: right;
    width: 104px;
    height: 104px;
}

/*表格*/
.art-main .art-body table td p{text-indent:0 !important;}

.art-main .art-body table{max-width:100%;border-right:1px solid #666 !important;border-bottom:1px solid #666 !important;} 
.art-main .art-body table td{border-left:1px solid #666 !important;border-top:1px solid #666 !important;border-right:none !important;border-bottom:none !important;}