@charset "utf-8";
/* CSS Document */
a:link, a:visited {
    text-decoration: none;
    color: #333;
    outline: none;
}

a:hover {
    color: #F00;
}

dl dt {
    float: left;
}

dl dd {
    float: right;
}

.top {
    width: 100%;
    height: 27px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.topL {
    width: 250px;
    height: 27px;
    line-height: 27px;
    float: left;
}

.topL a {
    color: white;
}

.top_nav, .top_nav a {
    font-size: 14px;
}

.fz {
    width: 70px;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.fz a:link,
.fz a:visited,
.fz a:hover
{
    color: #fff !important;
}

#sddm a.more:link, #sddm a.more:visited {
    color: #f00;
    font-weight: bold;
}

#sddm {
    margin: 0 auto;
    padding: 0;
    z-index: 30;
    width:100%;
    height: 27px;
    line-height: 27px;
    float: right;
    display: flex;
    justify-content: flex-end;
}

#sddm li {
    float: right;
}

#sddm li a:link, #sddm li a:visited {
    display: block;
    margin: 0 1px 0 0;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}

#sddm li a:hover {
    color: #F00;
}

#sddm #m5 {
    position: absolute;
    visibility: hidden;
    margin: 5px 0;
    padding: 5px 10px 0;
    background: #FFF;
    border: 1px solid #F00;
    z-index: 999;
    width: 401px;
    right: 10px;
}

#sddm #m5 .fenquwrap li a {
    position: relative;
    display: block;
    line-height: 20px;
    float: left;
    margin: 0;
    padding: 0 10px;
    width: auto;
    text-align: left;
    background: #FFF;
    color: #2875DE;
    z-index: 999;
}

#sddm #m5 .fenquwrap li a:hover {
    color: #F00;
}

#sddm #m5 .fenquwrap {
    width: 420px;
    padding: 5px;
}

#sddm #m5 .fenquwrap li {
    width: 420px;
    line-height: 20px;
    padding: 0 0 10px;
}

.fenqu {
    display: block;
    float: left;
    width: 51px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    font-weight: bold;
    background: url(/static/images/1_bg3.jpg) no-repeat left center;
    text-align: center;
}

/*#KeyName {*/
/*    padding: 0 5px;*/
/*    width: 60%;*/
/*    height: 28px;*/
/*    float: left;*/
/*}*/

.search_form select {
    width: 100px;
    height: 32px;
}

/*nav2*/
.nav2 {
    width: calc(100% - 2em);
    height: 80px;
    padding: 1em 1em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav2 .red {
    color: #F00;
}

.nav2 dl {
    width: 22%;
    height: 58px;
    float: left;
    padding-right: 10px;
    display: flex;
    justify-content: space-around;
}

#sevice1 {
    width: 27%;
    float: left;
    padding-left: 10px;
}

#sevice1 .nav2L {
    padding-left: 5px;
}

.nav2 dl dt {
    width: 35px;
    height: 48px;
    padding: 0;
    float: left;
    line-height: 48px;
}

.nav2 dl dd {
    float: left;
    margin: -5px 0 10px;
}

.nav2 ul li {
    line-height: 20px;
    font-size: 13px;
}

.nav2 ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
}

.nav2L {
    float: left;
    border-right: 1px solid #DDDDDD;
    padding-right: 5px;
    padding-left: 0;
}

.nav2R {
    float: left;
    /*padding-left: 10px;*/
    padding-left: 5px;
    color: #888;
}

.nav2 a:visited {
    display: block;
    width: 51px;
    height: 20px;
    text-align: center;
}

.nav2 a:hover {
    background: #4080FF;
    color: #FFF;
    text-decoration: none;
}

.zs {
    width: 100%;
    margin: auto;
}

.zs ul {
    padding-top: 0px;
    margin: 0px;
}

.zs ul li {
    height: 30px;
}

.zbrd a {
    width: 103px;
    margin: 0 7px;
    text-align: center;
}

/* 注册*/
.bj {
    background-image: none;
}

.re_top {
    width: 1400px;
    height: 230px;
    margin: 10px auto;
}

.tzdl span {
    font-size: 16px;
    margin-right: 20px;
}

.tzdl a {
    width: 80px;
    height: 30px;
    background-color: #4080FF;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}

.tzdl a:hover {
    color: #fff
}

/*通用广告*/
.ad .swiper-container{
    width: 100%;
    height: 100%;
}
.ad .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.ad .swiper-slide{
    width: 100%;
    height: 100%;
}

.ad svg{
    width: 100%;
    height: 100%;
}
.ad rect{
    width: 100%;
    height: 100%;
    fill:rgb(0,0,255);
    stroke-width:1;
    stroke:rgb(0,0,0)
}
.ad text {
     stroke: #fff;
     stroke-width: 1;
     font-size: 26px;
    /* 文本水平居中 */
     text-anchor: middle;
    /* 文本垂直居中 */
     dominant-baseline: middle;
    letter-spacing: 0.2em;
}
