* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "氓戮庐猫陆炉茅鈥衡�γ┞烩��";
    background: #fff;
    min-width: 1400px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: underline;
    color: #1e579a;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 120px;
    background: url(../images/headerbg.jpg) no-repeat center;
    background-size: cover;
}

.logo {
    float: left;
    width: 460px;
}

.logo img {
    margin-top: 34px;
}

.logo .header-ri {
    width: 890px;
    float: left;
}

.header-top {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.header-top img {
    float: right;
    margin-top: 18px;
    margin-left: 24px;
    cursor: pointer;
}

.header-top a {
    float: right;
    margin-left: 24px;
    font-size: 14px;
    color: #fff;
    opacity: .7;
}

.search {
    width: 230px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    display: none;
}

.search input {
    outline: none;
    border: none;
}

.search .inpt {
    width: 190px;
    height: 40px;
    float: left;
}

.search .sub {
    width: 40px;
    height: 40px;
    background: #1e579a url(../images/seicon.png) no-repeat center;
    float: left;
}

.nav {
    height: 70px;
    float: right;
    line-height: 70px;
    position: relative;
    top: 1px;
    right: -25px;
}

.nav ul li {
    padding: 0 20px;
    float: left;
    position: relative;
}

.nav ul li a.s {
    color: #fff;
    font-size: 16px;
}

.nav ul li::after {
    content: "";
    width: 8px;
    height: 14px;
    background: url(../images/icon.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 29px;
}

.nav ul li:first-child::after {
    display: none;
}

.nav ul li .se {
    width: 200px;
    border-left: 3px solid #ffc000;
    position: absolute;
    background: #1a4a87;
    left: 0;
    z-index: 20;
    display: none;
    padding: 10px 0;
    z-index: 50;
}

.nav ul li .se p {
    height: 45px;
    line-height: 45px;
}

.nav ul li .se p a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-indent: 25px;
}

.nav ul li .se p:hover {
    background: #fff;
}

.nav ul li .se p:hover a {
    color: #1a4a87;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide img,
.banner .swiper-slide {
    width: 100%;
}

.banner .swiper-slide img {
    vertical-align: bottom;
}

.banner .pagination {
    position: absolute;
    bottom: 70px;
    right: 13.5vw;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 4px;
    /* background: #8f908f; */
    margin: 0 7px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    /* background:#ffc000; */
}

.banner .banner-zao {
    width: 996px;
    height: 24px;
    background: url(../images/bg1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 40;
}

.index-bsqgs {
    min-height: 800px;
    width: 100%;
    width: 100%;
    margin: auto;
}

.new-content {
    width: 1110px;
    /* height: 1040px; */
    /* padding-left: 600px; */
    /* margin-left: 630px; */
    margin-top: 50px;
    padding-bottom: 98px;
    /* border-bottom:1px solid #eeeeee; */
    /* background-color: red; */
    /* margin: auto; */
}

.content-nav {
    width: 100%;
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;

}

.nav-right {
    /* margin-left:63%; */
    float: right;
    font-size: 10px;
    display: flex;
    /* flex-direction: row; */
    color: #666666;
    margin-bottom: 10px;
}

.nav-right a {
    color: #666666;
}

.nav-right a:hover {
    color: #1e579a;
    text-decoration: none;
}

.nav-left {
    height: 45px;
    font-size: 20px;
    border-bottom: 2px solid #1e579a;
    float: left;
}

.nav-right div {
    height: 14px;
    /* text-align: ; */
    /* margin-left: 10px; */
    border-right: 1px solid #eeeeee;

}

.nav-right div:last-child {
    border: none !important;
}


.nav-right-wen {
    text-align: center;
}

.content-title {
    height: 100px;
    text-align: center;
    /* line-height: 60px; */
    border-bottom: 1px solid #eeeeee;
}

.title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.date {
    font-size: 14px;
    color: #808080;
}

.newlist-content {
    font-size: 15px;
    margin-top: 30px;
}

.newlist-content p {
    line-height: 32px;
    color: #333333;
}

.newlist-title ul li a:hover {
    color: #1e579a;
    text-decoration: none;

}

.newlist-title ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    background: url(../images/list.png) no-repeat left;
    padding-left: 10px;

}

.newlist-title ul li span {
    float: right;

}

.imglist li {
    width: 20%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}

.imglist .imgbox,
.imglist .imgbox img {
    width: 100%;
}

.imgbox img {
    height: 200px;
}

.imglist h2 {
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.footer {
    width: 100%;
    height: 150px;
    /* float: left; */
    background-color: #0d3b76;


}


.footer-left {
    width: 900px;
    padding-top: 50px;
    /* width: 376px; */
    /* height: 100px; */
    display: flex;
    flex-direction: row;
}

.footer-left a {
    width: 376px;
    height: 52px;
    border-right: 0.5px solid #19457d;
    margin-right: 20px;
}

.footer-center {
    /* width:493px; */
    margin-left: 20px;
    color: #cbd0db;
    /* margin-left: 20px; */
    font-size: 14px;
}

.footer-right {
    color: #cbd0db;
    /* margin-left: 270px; */
    padding-top: 50px;
    font-size: 14px;

}

.footer a {
    /* padding-top: 60px; */
    color: #cbd0db;
}

.footer a:hover {
    /* padding-top: 60px; */
    color: #cbd0db;
    /* text-decoration: none; */
}




.content {
    width: 73%;
    display: flex;
    justify-content: space-around;
}

.w1300 {
    width: 372px;
    height: auto;
    position: relative;
    /* left: 230px; */
    top: -100px;
    z-index: 100;
}

.w1300-li:hover,
.w1300-li-nei:hover {
    background-color: #f8b62c;
    color: #ffffff !important;
}

.w1300-li:hover span {
    color: #ffffff;

}

.w1300-title {
    width: 268px;
    height: 70px;
    background-color: #1e579a;
    font-size: 26px;
    color: #ffffff;
    padding-left: 40px;
    padding-top: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

.w1300-title img {
    position: relative;
    top: -92px;
    right: -76px;
}

.w1300-content {
    width: 288px;
    background-color: #ffffff;
    position: relative;
    left: 20px;

}

.w1300-content ul a {
    color: #000000;
    text-decoration: none;
}

.w1300-content ul li {
    /* height: 55px; */
    background-color: #f2f4f9;
    margin-bottom: 2px;

}

.bg {
    background-color: #f2f4f9;
}

.otherDiv {
    display: none;
}

.w1300-li-rong ul li {
    height: 40px;
    margin-left: 60px;
    list-style-type: square;
    color: #000000;
    background-color: #ffffff;
    font-size: 14px;
}

/* .w1300-li-rong div ul li:hover{
  color: #1e579a;
} */
.w1300-li-rong div ul li a:hover,
.w1300-li-rong ul li:hover {
    color: #1e579a;
    text-decoration: none;
}


.w1300-content ul li span {
    margin-left: 30px;
}

/* .w1300-content ul a{
  background-color: #f8b62c;
} */
.w1300-li,
.w1300-li-rong {
    /* height: 50px; */
    line-height: 50px;
}