﻿#logo {
    width: 100%;
    height: 149px;
    background-color: #3a61ae;
    min-width: 1260px;
}

.logo-logo {
    margin: auto;
    width: 909px;
    height: 149px;
    float: left;
    background-image: url(../images/logo.jpg);
}

.logo-so {
    width: 200px;
    height: 38px;
    float: right;
    padding-top: 65px;
    margin-right: 100px;
}

#banner {
    width: 100%;
    min-width: 1260px;
    margin: auto;
}

#daohangbar {
    width: 100%;
    height: 44px;
    min-width: 1260px;
}

#daohang {
    width: 1200px;
    height: 44px;
    margin: 0 auto;
}

.daohang-home {
    width: 147px;
    height: 38px;
    float: left;
}

.daohang-lanmu {
    width: 1028px;
    height: 38px;
    float: left;
}

#newsbar {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
    height: 340px;
    min-width: 1260px;
    text-align: center;
}

#news {
    width: 1150px;
    height: 340px;
    margin: 0 auto;
}

.news-news {
    width: 594px;
    height: 340px;
    float: left;
}

.news-news-bt {
    width: 185px;
    height: 51px;
    float: left;
}

.news-news-more {
    width: 51px;
    height: 20px;
    float: left;
    padding-top: 10px;
    padding-left: 350px;
}

.news-news-line {
    width: 594px;
    height: 7px;
    padding-top: 51px;
}

.news-news-wz {
    width: 594px;
    height: 278px;
    float: left;
}

.news-notice {
    width: 479px;
    height: 340px;
    float: left;
    padding-left: 70px;
}

.news-notice-more {
    width: 51px;
    height: 20px;
    float: left;
    padding-top: 10px;
    padding-left: 240px;
}

.news-notice-line {
    width: 485px;
    height: 7px;
    padding-top: 51px;
}

.news-notice-wz {
    width: 485px;
    height: 278px;
    float: left;
}

#newstubar {
    width: 100%;
    height: 350px;
    background-color: #f6f6f6;
    min-width: 1260px;
}

#newstu {
    width: 1150px;
    height: 350px;
    margin: 0 auto;
}

.newstu-1 {
    width: 369px;
    height: 350px;
    float: left;
}

.newstu-1-tu {
    width: 367px;
    height: 203px;
    float: left;
    padding-bottom: 10px;
}

.newstu-1-wz {
    width: 363px;
    height: 135px;
    margin: auto;
    padding-top: 213px;
    background-color: #FFFFFF;
}

.newstu-2 {
    width: 564px;
    float: left;
    height: 274px;
    padding-left: 50px;
    padding-top: 40px;
    padding-right: 80px;
}

.newstu-bt {
    width: 86px;
    height: 350px;
    float: left;
}

#copyright {
    width: 100%;
    height: 100px;
    min-width: 1260px;
    padding-top: 15px;
    background-color: #3a61ae;
    text-align: center;
}

.banner {
    width: 100%;
}

.banner_container {
    width: 100%;
    /* max-width: 1920px; */
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.banner_bd {
    width: 100%;
}

.banner_bd ul li {
    overflow: hidden;
}

.banner_bd ul li img {
    width: 100%;
    display: block;
    object-fit: fill;
    /* animation: zoomin 10s ease-in-out infinite alternate; */
}

.banner_container .prev {
    right: 0%;
    background: url("../images/prev.png") 59% 51% / 100% no-repeat;
    background-size: 36%;
}

.banner_container .next {
    left: 0%;
    background: url("../images/next.png") 47% 51% / 100% no-repeat;
    background-size: 36%;
}

.banner_container .prev {
    width: 33px;
    height: 87px;
    line-height: 56px;
    position: absolute;
    top: 0px;
    background-color: black;
    bottom: 0px;
    margin: auto;
    cursor: pointer;
    opacity: 0.7;
    border-radius: 5px;
}

.banner_container .next {
    width: 28px;
    height: 87px;
    line-height: 56px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: black;
    cursor: pointer;
    opacity: 0.7;
    border-radius: 5px;
}

.banner-hd,
.t_banner_hd,
.base_hd {
    position: absolute;
    max-width: 300px;
    text-align: center;
    height: 17px;
    right: 0;
    bottom: 13px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

.banner-hd,
.t_banner_hd {
    left: 0;
}

.banner-hd li,
.t_banner_hd li,
.base_hd li {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    margin: 8px;
    float: left;
}

.banner-hd li.on,
.t_banner_hd li.on {
    width: 20px;
    height: 20px;
    background-color: black;
}

li {
    list-style: none;
}

ul {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

.banner_container .prev:hover {
    opacity: 0.8;
}
.nav_container {
    max-width: 1280px;
    float: left;
}

.nav_container>ul>li>a {
    font-size: 12pt;
    position: relative;
    color: black;
    font-family: fzltzh;
}

.nav-item {
    height: 44px;
    line-height: 44px;
    float: left;
    padding: 0 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.nav-item:hover {
    background-color: rgb(42,120,195);
}
.nav-item:hover .naa{
    color:white;
}

.nav-item-ul {
    position: absolute;
    z-index: 111;
    display: none;
    transition: all 0.3s ease 0s;
    top: 40px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

.nav-item:hover .nav-item-ul {
    display: block;
    top: 44px
}

.nav-item-ul li {
    font-size: 19px;
}

.nav-item-ul li a {
    width: 100px;
    height: 20px;
    line-height: 20px;
    color: black;
    padding: 0px 5px;
    font-size: 10.5pt;
}

.nav-item-ul li:hover a {
    color: red;
    font-size: 10.5pt;
}

.nav_container .nav-item:last-child {
    padding-right: 0px;
}

.head_nav {
    /* border-top: 1px solid white; */
}

ul,
li {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

ul {
    list-style: none;
}

.clearfix {
    zoom: 1;
    /* width: 100%; */
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden;
    height: 0;
    /* overflow: auto; */
}

.w-1280 {
    width: 1280px;
    margin: 0 auto;
}


}
.nav-item-ul2{
    position: absolute;
    left: 102px;
    width: 80px;
    background-color: white;
    top: 0px;
     display:none ;

}

.nav-item-ul li:hover .nav-item-ul2{
    color: red;
    font-size: 9pt;
    display: block;
}
td.b1_3_ {
            FONT-SIZE: 9pt;
            BACKGROUND-IMAGE: url(../images/daohangbj2.jpg);
        }

        td.b2_3_ {
            FONT-SIZE: 9pt;
            BACKGROUND-IMAGE: url(../images/daohangbj2.jpg);
        }

        td.b3_3_ {
            FONT-SIZE: 9pt;
            BORDER-BOTTOM: #cccccc 1px solid;
            BACKGROUND-COLOR: #eeeeee;
            BORDER-RIGHT: #cccccc 1px solid;
        }

        td.b4_3_ {
            FONT-SIZE: 9pt;
            BORDER-BOTTOM: #cccccc 1px solid;
            BACKGROUND-COLOR: #eeeeee;
            BORDER-RIGHT: #cccccc 1px solid;
        }

        a.menu0_3_:link {
            TEXT-DECORATION: none;
        }

        ; a.menu0_3_:visited {
            TEXT-DECORATION: none;
        }

        ; a.menu0_3_:hover {
            TEXT-DECORATION: none;
        }

        ; a.menu0_3_:active {
            TEXT-DECORATION: none;
        }

        ; table.tb1_3_ {
            FONT-SIZE: 9pt;
            border: 0;
        }

        span.s1_3_ {
            FONT-SIZE: 12pt;
            FONT-FAMILY: 微软雅黑;
            BACKGROUND-REPEAT: no-repeat;
            COLOR: #cc0000;
            PADDING-LEFT: 90px;
            LINE-HEIGHT: 40px;
        }

        span.s2_3_ {
            LINE-HEIGHT: 160%;
            FONT-FAMILY: 宋体;
            COLOR: #cc0000;
            FONT-SIZE: 11pt;
            TEXT-DECORATION: none;
        }

        span.s10_3_ {
            FONT-SIZE: 12pt;
            FONT-FAMILY: 微软雅黑;
            COLOR: #333333;
            PADDING-LEFT: 90px;
            LINE-HEIGHT: 40px;
        }

        span.s20_3_ {
            LINE-HEIGHT: 160%;
            FONT-FAMILY: 宋体;
            COLOR: #000000;
            FONT-SIZE: 11pt;
            TEXT-DECORATION: none;
        }
.s10_3_:hover{
FONT-SIZE: 12pt;
    FONT-FAMILY: 微软雅黑;
    BACKGROUND-REPEAT: no-repeat;
    COLOR: #cc0000;
    PADDING-LEFT: 90px;
    LINE-HEIGHT: 40px;
}