* {
    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;
}

.pagebox a {
    overflow: initial;
}

img {
    max-width: 100%;
}

a:hover {
    color: #0e53a5;
    text-decoration: underline;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.header-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0e53a5;
}

.header-top ul li {
    float: right;
    padding: 0 12px;
    background: url(../images/icon1.jpg) no-repeat right center;
}

.header-top ul li a {
    color: #fff;
    opacity: .7;
    font-size: 14px;
}

.header-top ul li:first-child {
    background: none;
}

.search {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
}

.search::before {
    content: "";
    width: 50px;
    height: 50px;
    background: #246ec3 url(../images/icon.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.search .search-form {
    width: 250px;
    height: 40px;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
    background: #fff;
    z-index: 20;
}

.search .search-form input {
    outline: none;
    border: none;
    box-sizing: border-box;
}

.search .search-form .inpt {
    width: 210px;
    float: left;
    height: 40px;
    background: #fff;
}

.search .search-form .sub {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/icon2.png) no-repeat center;
}

.search:hover .search-form {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.header {
    width: 100%;
    height: 85px;
    line-height: 81px;
}

.logo {
    float: left;
    height: 85px;

}

.logo img {
    margin-top: 20px;
}

.nav {
    float: right;
}

.nav ul li {
    float: left;
    padding: 0 25px;
    position: relative;
}

.nav ul li .s {
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    display: block;
}

.nav ul li:last-child {
    padding-right: 0;
}

.nav ul li:hover .s,
.nav ul li.on .s {
    color: #0e53a5;
}

.nav ul li.on .s {
    border-bottom: 3px solid #0e53a5;
}

.nav ul li .se {
    width: 180px;
    border-left: 3px solid #0e53a5;
    box-shadow: 3px 9px 15px rgb(0 0 0 / 10%);
    line-height: 40px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 20;
    background: #fff;
    opacity: 0;
    padding: 10px 0;
}

.nav ul li .se p a {
    font-size: 14px;
    color: #333333;
    display: block;
    padding-left: 25px;
}

.nav ul li .se::before {
    content: "";
    width: 3px;
    height: 30px;
    background: #0e53a5;
    position: absolute;
    left: -3px;
    top: -30px;
}

.nav ul li:hover .se {
    opacity: 1;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.nav ul li .se p:hover a {
    background: #f3f5f8;
    color: #0e53a5;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    vertical-align: bottom;
}

.banner .pagination {
    position: absolute;
    bottom: 45px;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.banner .pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    opacity: .7;
    margin: 0 8px;
    cursor: pointer;
}

.banner .pagination .swiper-active-switch {
    opacity: 1;
    width: 10px;
    height: 10px;
}

.sylink {
    padding: 50px 0;
    background: #f1f3f6;
    overflow: hidden;
}

.sylink ul li {
    float: left;
    width: 320px;
    height: 240px;
    margin-left: 40px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    position: relative;
}

.sylink ul li:first-child {
    margin-left: 0;
}

.sylink ul li .imgbox {
    width: 320px;
    height: 240px;
    overflow: hidden;
}

.sylink ul li .imgbox::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 240px;
    background: linear-gradient(155.51deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 75%), url(image.png);
    top: 0;
    left: 0;
}

.sylink ul li img {
    width: 100%;
}

.sylink ul li:hover {
    transform: translateY(-10px);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.sylink ul li .wz {
    width: 260px;
    height: 220px;
    padding: 20px 30px 0;
    position: absolute;
    left: 0;
    top: 0;
}

.sylink ul li .wz h2 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.index-box {
    padding: 55px 0;
    overflow: hidden;
}

.lb {
    width: 680px;
    height: 400px;
    position: relative;
}

.lb .imgbox {
    width: 680px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.lb .imgbox img {
    width: 100%;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.lb .imgbox:hover img {
    transform: scale(1.1, 1.1);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

.lb .imgbox::before {
    content: "";
    width: 680px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 5;
}

.lb .bot {
    width: 610px;
    padding: 0 35px;
    height: 85px;
    position: absolute;
    bottom: 15px;
    z-index: 10;
}

.lb .bot span {
    color: #ffcd36;
    font-size: 16px;
    line-height: 36px;
    position: relative;
}

.lb .bot span::after {
    content: "";
    width: 82px;
    height: 1px;
    background: #ffcd36;
    position: absolute;
    left: 105px;
    top: 11px;
}

.lb .bot h2 {
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lb .bot h2:hover {
    text-decoration: underline;
}

.syhead {
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #eceff3;
}

.syhead h2 {
    color: #333333;
    font-size: 22px;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

.syhead h2.sh {
    color: #0e53a5;
    font-weight: bold;
    border-bottom: 2px solid #0e53a5;
}

.syhead a {
    float: right;
    color: #666666;
    font-size: 14px;
    padding-left: 18px;
    background: url(../images/icon3.png) no-repeat left center;
    display: none;
}

.syhead a.show {
    display: block;
}

.syitem .cont {
    display: none;
    margin-top: 5px;
}

.syitem .cont.active {
    display: block;
}

.sylist li {
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #e7ebed;
}

.sylist li span {
    width: 60px;
    height: 26px;
    line-height: 26px;
    display: block;
    background: #eaf1f9;
    float: left;
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    color: #0e53a5;
}

.sylist li a {
    float: left;
    margin-left: 15px;
    width: 86%;
    color: #333333;
    font-size: 16px;
    display: block;
}

.sylist li:hover a {
    color: #0e53a5;
}


.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.index-wl {
    padding: 50px 0;
    background: #f1f3f6;
    overflow: hidden;
}

.index-wl .item {
    width: 256px;
    height: 140px;
    margin-left: 30px;
    float: left;
    background-position: left;
}

.index-wl .item:first-child {
    margin-left: 0;
}

.index-wl .item a {
    width: 100%;
    height: 100%;
    /* display: block; */
}

.index-wl .item h2 {
    width: 140px;
    color: #fff;
    font-size: 23px;
    line-height: 32px;
    /* margin-left: 110px; */
    /* margin-top: 35px; */
    white-space: break-spaces;
    margin-right: 10px;
}

.index-wl .item a:hover {
    color: #fff;
}

.footer {
    width: 100%;
    padding: 40px 0 30px;
    overflow: hidden;
    background: #2e2d34;
}

.footer-left {
    width: 900px;
}

.footer-nav {
    overflow: hidden;
}

.footer-nav li {
    float: left;
    padding: 0 10px;
    background: url(../images/icon5.jpg) no-repeat left center;
    line-height: 30px;
}

.footer-nav li:first-child {
    padding-left: 0;
    background: none;
}

.footer-nav li a {
    color: #d6d6d6;
    font-size: 14px;
}

.footer-left h2 {
    color: #d6d6d6;
    font-size: 14px;
    line-height: 30px;
}

.footer-left p {
    color: #ababab;
    opacity: .8;
    font-size: 14px;
    line-height: 30px;
}

.footer-left p a {
    color: #d6d6d6;
    opacity: .8;
}

.footer-right {
    width: 95px;
    text-align: center;
}

.footer-right img {
    width: 95px;
    height: 95px;
}

.footer-right h2 {
    color: #fff;
    font-size: 14px;
    opacity: .7;
    margin-top: 10px;
}

.nyban {
    width: 100%;
    position: relative;
}

.nyban img {
    width: 100%;
    vertical-align: bottom;
}

.location {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
}

.location p {
    float: right;
    color: #fff;
    font-size: 14px;
    opacity: .75;
}

.location p a {
    color: #fff;
    padding: 0 4px;
}

.nywrap {
    padding: 20px 0 30px;
}

.nav-two {
    width: 290px;
    position: relative;
}

.nav-two .title {
    width: 290px;
    height: 90px;
    background: #0e53a5;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: -70px;
}

.nav-two .title h2 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

.nav-two ul {
    width: 226px;
    background: #f5f6f8;
    margin-top: 20px;
    border-left: 4px solid #d6dbe1;
    padding: 15px 30px;
}

.nav-two ul li {
    line-height: 60px;
    border-bottom: 1px solid #e2e4e9;
    position: relative;
}

.nav-two ul li .s {
    color: #333333;
    font-size: 18px;
}

.nav-two ul li:hover .s,
.nav-two ul li.on .s {
    color: #0e53a5;
    font-weight: bold;
}

.nav-two ul li::before {
    content: "";
    width: 4px;
    height: 0;
    background: #0e53a5;
    position: absolute;
    left: -34px;
    top: 10px;
    transition: 0.6s;
}

.nav-two ul li:hover::before,
.nav-two ul li.on::before {
    height: 40px;
}

.nav-two ul li i {
    width: 13px;
    height: 7px;
    background: url(../images/icon6.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 25px;
}

.nav-two ul li.on i {
    background: url(../images/icon7.png) no-repeat center;
    top: 28px;
}

.nav-two ul li .se {
    width: 190px;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #e2e4e9;
    display: none;
}

.nav-two ul li.on .se {
    display: block;
}

.nav-two ul li p {
    line-height: 36px;
}

.nav-two ul li p a {
    color: #333333;
    font-size: 14px;
    display: block;
    width: 100%;
    padding-left: 15px;
    position: relative;
}

.nav-two ul li p a::before {
    content: "";
    width: 8px;
    height: 2px;
    background: #d6dbe1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.nav-two ul li p a:hover,
.nav-two ul li p.on a {
    color: #0e53a5;
}

.nav-two ul li p a:hover::before,
.nav-two ul li p.on a::before {
    background: #0e53a5;
}

.content {
    width: 1060px;
}

.content .head {
    height: 60px;
    line-height: 60px;
    border-bottom: 3px solid #e8eaef;
}

.content .head h2 {
    color: #0e53a5;
    font-size: 24px;
    font-weight: bold;
    float: left;
}

.nybtn li {
    float: right;
    height: 60px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.nybtn li img {
    height: 18px;
    margin-top: 20px;
}

.nybtn li .select {
    display: none;
}

.nybtn li:hover .c {
    display: none;
}

.nybtn li:hover .select {
    display: block;
}

.nybtn li .share {
    position: absolute;
    right: 15px;
    width: 80px;
    bottom: 18px;
    opacity: 0;
    display: none;
}

.nybtn li.fenx:hover .share {
    opacity: 1;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
}

#content-box {
    margin-top: 5px;
}

.szlist ul {
    margin-top: 25px;
    overflow: hidden;
}

.szlist ul li {
    float: left;
    width: 240px;
    height: 340px;
    margin: 0 12px 38px;
    border-bottom: 1px solid #e8eaef;
    position: relative;
}

.szlist ul li .imgbox {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.szlist ul li .imgbox img {
    width: 100%;
}

.szlist ul li h2 {
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.szlist ul li:hover h2 {
    color: #1450b0;
}

.szlist ul li::after {
    content: "";
    width: 0;
    height: 1px;
    background: #0e53a5;
    transition: all .4s linear;
    position: absolute;
    left: 0;
    bottom: 0;
}

.szlist ul li:hover::after {
    width: 100%;
}

.list ul li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e7ebed;
}

.list ul li a {
    float: left;
    padding-left: 18px;
    background: url(../images/icon8.jpg) no-repeat left center;
    color: #333333;
    font-size: 16px;
    display: block;
    width: 80%;
}

.list ul li .time {
    color: #888888;
    font-size: 14px;
    float: right;
}

.imglist ul li {
    padding: 25px 0;
    overflow: hidden;
    border-bottom: 1px solid #e7ebed;
}

.imglist ul li .imgbox {
    width: 220px;
    height: 145px;
    overflow: hidden;
    float: left;
}

.imglist ul li .imgbox img {
    width: 100%;
}

.imglist ul li .wz {
    float: right;
    width: 810px;
}

.imglist ul li .wz h2 {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.imglist ul li .wz p {
    color: #888888;
    font-size: 14px;
    line-height: 26px;
    margin-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: break-spaces;
}

.imglist ul li .wz span {
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

.imglist ul li:hover .wz h2 {
    color: #0e53a5;
}

.deta .top {
    padding: 15px 0;
    border-bottom: 1px solid #e7ebed;
    text-align: center;
}

.deta .top h2 {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}

.deta .top p {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}

.deta .top p span {
    margin-right: 10px;
}

.deta .nr {
    padding-top: 15px;
    color: #505050;
    font-size: 15px;
    line-height: 28px;
}

.single {
    padding-top: 15px;
    color: #505050;
    font-size: 15px;
    line-height: 28px;
}

.listFrame {
    margin: 20px 0;
}

.content .pagebox {
    padding: 28px 0;
}