﻿@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}

image,input{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}

.px1338{
    width: 1338px;
    margin: auto;
}
body{
    min-width: 1338px;
    background: #e9f4ff;
}


.header{
    padding: 24px 0 19px;
    background: url("../image/header.png") no-repeat center center;
}
.logo{
    width: 551px;
    float: left;
}
.logo a{
    display: block;
    overflow: hidden;
}
.logo img{
    display: block;
    width: 100%;
}
.searchBox{
    float: right;
}
.h-link{
    font-size: 0;
    text-align: center;
}
.h-link>a{
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: rgba(103, 103, 103, 0.5);
    margin-left: 18px;
    padding-left: 22px;
    border-left: 1px solid #676767;
}
.h-link>a:first-child{
    padding-left: 0;
    margin-left: 0;
    border: none;
}
.h-link>a:hover {
    color: #004288;
}
.search{
    position: relative;
    margin-top: 14px;
}
.search input[type="text"]{
    width: 240px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #676767;
    padding-left: 13px;
    padding-right: 42px;
    background: #cfd9e3;
    border-radius: 5px;
}
.search input[type="image"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 38px;
    padding: 11px 15px 11px 12px;
}
.nav{
    background: url("../image/nav.jpg")no-repeat center center;
}
.nav .v1>li{
    float: left;
    width: 167px;
    position: relative;
    line-height: 60px;
    height: 60px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.17);
    transition: all .3s;
}
.nav .v1>li:first-child{
    border: none;
}
.nav .v1>li>a{
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
.nav .v1>li.active,.nav .v1>li.on{
    background: rgba(0, 0, 0, 0.2);
}
.v2{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px 0;
    background: rgba(8, 68, 134, 0.8);
    display: none;
    z-index: 99;
}
.v2>li{
    line-height: 48px;
    transition: all .3s;
    text-align: center;

}
.v2>li>a{
    font-size: 14px;
    color: #fff;
    transition: all .3s;
}
.v2>li:hover{
    background: rgba(0, 0, 0, 0.5);
}



.link>div{
    display: inline-block;
    position: relative;
    width: 283px;
    background: #fff;
    margin-left: 27px;
    border:1px solid #d4d4d4;
    border-radius: 5px;
}
.link>div:first-child{
    margin-left: 0;
}
.link>div>p{
    font-size: 16px;
    line-height: 36px;
    color: #000;
    position: relative;
    padding-left: 24px;
    padding-right: 47px;
    overflow: hidden;
    white-space: nowrap;
}
.link>div>p>img{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2.5px;
}
.link>div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 999;
    max-height: 280px;
    overflow-y: auto;
}

.link>div ul li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.link>div ul li a:hover {
    background: #2267b1;
    color: #fff;
}

.link>div:hover ul {
    display: block;
}
.link{
    margin-top: 26px;
    padding: 20px 20px 20px 20px;
    background: #fff;
}
.footer>div{
    font-size: 0;
}
.ft-logo{
    margin-top: 18px;
    margin-left: 17px;
    display: inline-block;
    width: 298px;
    height: 70px;
    vertical-align: middle;
}
.add {
    margin-top: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
}
.add p{
    font-size: 16px;
    color: #4e4e4e;
    line-height: 30px;
}
.qr{
    float: right;
    overflow: hidden;
}
.qr img{
    display: block;
    width: 109px;
    height: 109px;
    float: left;
    margin-left: 35px;
}
.qr img:first-child{
    margin-left: 0;
}
.footer{
    padding-top: 26px;
    padding-bottom: 25px;
    overflow: hidden;
    background: #fff;
    border-top: 7px solid #004288;
}
.index{
    padding-bottom: 74px;
    background: url("../image/index.png") no-repeat bottom center;
}
.headStyle39i4e514os .PrevDisabled{height:22px!important;}



.art-main p {
    font-size: 16px !important;
    line-height: 40px !important;
}
#vsb_content p {
    font-size: 16px !important;
    line-height: 40px !important;
}