﻿#logo {
    width: 1150px;
    height: 120px;
    margin: auto;
}

.logo-logo {
    margin: auto;
    width: 515px;
    height: 79px;
    padding-top: 20px;
    float: left;
}

.logo-so {
    width: 240px;
    height: 38px;
    float: right;
    padding-top: 50px;
    margin-right: 0px;
}

.logo-so-kuang {
    width: 200px;
    height: 25px;
    border: 1px solid #9a8c72;
}

#banner {
    width: 100%;
    min-width: 1190px;
}

#daohangbar {
    width: 100%;
    height: 44px;
    background-color: #31443e;
    min-width: 1190px;
}

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

#news {
    width: 1150px;
    height: 360px;
    margin: 0 auto;
    padding-top: 10px;
}

.news-news {
    width: 640px;
    height: 335px;
    float: left;
}

.news-news-bt {
    width: 496px;
    height: 70px;
    float: left;
}

.news-news-more {
    width: 60px;
    height: 22px;
    float: left;
    padding-top: 40px;
    padding-left: 82px;
}

.news-news-wz {
    width: 640px;
    height: 265px;
    float: left;
}

.news-tu {
    width: 465px;
    height: 305px;
    float: left;
    padding-left: 40px;
    padding-top: 22px;
    position: relative;
    overflow: hidden;
}
.news_box{
    
}
.news_box ul li img{
    width: 100%;
    height: 100%;
    display: block;
}
.news_box ul li a{
    display: block;
    width: 465px;
    height: 305px;
    overflow: hidden;
}
.news_hd{position: absolute;bottom: 4px;right: 26px;display: flex;}
.news_hd li{
    list-style: none;
    width: 17px;
    font-size: 15px;
    height: 20px;
    color: white;
    text-align: center;
    margin: 0 5px;
    background-color: #666;
}
.news_hd li.on{
    background-color: red;
}
#newsother1 {
    width: 1150px;
    height: 260px;
    margin: 0 auto;
    padding-top: 27px;
    border-top: 2px solid #6baa04;
}

.newsother-bt {
    width: 286px;
    height: 40px;
    float: left;
    padding-left: 5px;
}

.newsother-more {
    width: 40px;
    height: 15px;
    float: left;
    padding-left: 215px;
    padding-right: 10px;
    padding-top: 15px;
}

.newsother-wz {
    width: 550px;
    height: 200px;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

#newsother2 {
    width: 1150px;
    height: 260px;
    margin: 0 auto;
    padding-top: 27px;
    border-top: 1px dashed #999999;
}

.newsother-kuang {
    width: 575px;
    height: 260px;
    float: left;
}

#newstubar {
    width: 100%;
    background-color: #f1f1f1;
    height: 240px;
}

#newstu {
    width: 1150px;
    height: 140px;
    margin: auto;
    padding-top: 50px;
    background-image: url(../images/newstu-bj.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.newstu-bt {
    width: 240px;
    height: 140px;
    float: left;
}

.newstu-tu {
    width: 910px;
    height: 140px;
    float: left;
}

#qclinkbar {
    width: 100%;
    background-color: #f1f1f1;
    height: 50px;
    border-top: 1px solid #dadada;
    min-width: 1150px;
    overflow: hidden;
}

#qclink {
    width: 1100px;
    height: 20px;
    margin: auto;
    padding-top: 15px;
}

.qclink-link {
    width: 1000px;
    height: 20px;
    float: left;
}

.qclink-bt {
    width: 80px;
    height: 20px;
    float: left;
    padding-top: 3px;
}

#copyright {
    width: 100%;
    min-width: 1190px;
    height: 120px;
    padding-top: 50px;
    background-color: #31443e;
    text-align: center;
}

.nav_container {
    max-width: 1150px;
    float: left;
}

.nav_container>ul>li>a {
    font-size: 12pt;
    position: relative;
    color: white;
    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: #9a8b74;
}

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

.nav-item:hover .nav-item-ul {
    opacity: 1;
    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;
    white-space: nowrap;
    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-1150 {
    width: 1150px;
    margin: 0 auto;
}

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