@charset "utf-8";

.ibg {
    background: url(../images/ibodybg.png) no-repeat center center;
    background-size: 100% 100%;
}

/* snv1607-banner */

.snv1607-banner {
    position: relative;
    overflow: hidden;
}

.snv1607-banner img {
    display: block;
    width: 100%;
}

.snv1607-banner img {}

.snv1607-banner .slick-dots {
    width: auto;
    display: flex;
    align-items: center;
    bottom: 40px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.snv1607-banner .slick-dots li {
    width: 50px;
    height: 4px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
}

.snv1607-banner .slick-dots li button {
    display: none;
}

.snv1607-banner .slick-dots li.slick-active {
    opacity: 1;
    background: #DBB251
}

/* 组件样式 */
#std_nav_1600_007 {
    font-size: 16px;
}

.std_nav_1600_007 a {
    display: block;
}

/* 版心宽度 */
.container-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.snv1607-wid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.snv1607-hdtop {
    padding: 20px 0;
    background: url(../images/topbg.png) #165592;
    background-size: 100% 100%;
    border-bottom: 1px solid rgba(216, 216, 216, 0.34);
}

.snv1607-ser {
    width: 240px;
    height: 42px;
    background: none;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    border: #fff 1px solid;
}



.snv1607-ser input[type="text"]::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}



.snv1607-ser input[type="text"] {
    width: 90%;
    border-radius: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: #fff;
    background: none;
}

.snv1607-ser button[type="submit"] {
    width: 53px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/snv1607-ser.png) no-repeat center;
    cursor: pointer;
}




/* nav */

/* 头部导航 */
.snv1607-navbox {
    background: #fff;
    background-size: cover;
}

.snv1607-navbox .nav {
    max-width: 1400px;
    margin: 0 auto;
}

.nav>ul>li {
    float: left;
    position: relative;
    width: 14%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 21px;
    color: #333;
    text-align: center;
    line-height: 56px;
    position: relative;
}

.nav>ul>li>a:hover {
    background: #165592;
    color: #fff
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 0;
    background: #fff;
    backdrop-filter: blur(10px);
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 42px;
    white-space: nowrap;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {
    background-color: #165592;
}

.nav>ul>li.active>a {
    background-color: #f58c00;
    color: #fff;
    font-weight: 600;
}

/*  */
.ilistbox {
    display: flex;
    justify-content: space-between;
    margin: 50px auto 70px auto;
}

.ilistbox .ilistbox_item {
    width: 32%;
    background: #337BC0;
}

.ilistbox_item:nth-child(2) .ilistbox_list li a:before {
    background: #3E9777
}

.ilistbox_item:nth-child(3) .ilistbox_list li a:before {
    background: #DBB251
}

.ilistbox .ilistbox_item_tit {
    margin: 20px;
}

.ilistbox .ilistbox_item_tit h3 {
    color: #fff
}

.ilistbox .ilistbox_item_tit p {
    color: #fff
}

.ilistbox .ilistbox_item_tit .more span {
    color: #fff
}

.ilistbox .ilistbox_list {
    background: #fff;
    margin: 0 10px 15px 0;
}

.ilistbox .ilistbox_list ul {
    padding: 0 20px;
}

.ilistbox .ilistbox_list li {
    border-bottom: #E5E5E5 1px solid;
    transition: all 0.3s;
}

.ilistbox .ilistbox_list li:hover h3 {
    color: #337bc0
}

.ilistbox .ilistbox_list li:hover {
    border-bottom: #337bc0 1px solid;
}

.ilistbox .ilistbox_list li a {
    display: flex;
    font-size: 18px;
    color: #262626;
    height: 72px;
    line-height: 72px;
    position: relative;
}

.ilistbox .ilistbox_list li a h3 {
    position: relative;
    display: block;
    margin: 0 0 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    font-size: 18px;
    min-width: 0;
}

.ilistbox .ilistbox_list li a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    background: #155089;
}

.ilistbox .ilistbox_list li span {
    width: 105px;
    font-size: 14px;
    color: #999;
    /* background-size: 16px 16px !important; */
    display: block;
    text-align: right;
    background: url(../images/infolist16_22_tim1.png) left center no-repeat;
}

/* 内容区域样式 */
.content-section {
    /* display: flex; */
    margin-bottom: 30px;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}



/* 组件ID */
#info_list_1400_007 {
    font-size: 16px;
}

/* 组件样式 */
.info_list_1400_007 {
    background: url(../images/ibg01.jpg) center #F4F4F4 no-repeat;
    padding-top: 44px;
    padding-bottom: 47px;
    background-size: 100% 100%;
}

.info_list_1400_007 .infolist14_7_wid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_list_1400_007 .infolist14_7_l {
    width: 70.57%;
}

.infolist14_7_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_list_1400_007 .infolist14_7_tit h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: #1D1D1D;
}

.infolist14_7_tit {
    /* padding-right: 23px; */
}

.infolist14_7_tit h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}

.infolist14_7_more a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #083059;
    background: url(../images/infolist16_02_morebg.png) no-repeat right center;
    padding-right: 14px;
    padding-right: 70px;
    transition: all 0.3s;
    margin-right: 0;
    margin-right: 5px;
}

.infolist14_7_more a:hover {
    color: #d4b66d;
    margin-right: 0;
    transition: all 0.3s;
    padding-right: 67px;
}

.info_list_1400_007 .infolist14_7_lbox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}



.info_list_1400_007 .infolist14_7_jdt {
    width: 48.85%;
}

.info_list_1400_007 .slick-dots {
    bottom: 34%;
    right: 20px;
    z-index: 9999999;
    text-align: right;
}

.info_list_1400_007 .slick-dots li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 0.5;
    background: #FFFFFF;
    box-shadow: 0.5px 1px 2px 0px rgba(0, 0, 0, 0.22);
}

.info_list_1400_007 .slick-dots .slick-active {
    opacity: 1;
}

.info_list_1400_007 .slick-slider {}

.info_list_1400_007 .infolist14_7_jdt ul li a {
    display: block;
}

.info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_pic {
    position: relative;
    overflow: hidden;
    height: 314px;
}

.info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_pic span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s
}

.info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_pic span:hover {
    scale: 1.1;
    transition: all 0.3s
}

.info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_info {}

.info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_info h3 {
    font-size: 20px;
    font-weight: bold;
    color: #072B56;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 14px;
}

.info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_info span {
    background: #D4B66D;
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 9px 0;
    width: 114px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_info p {
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_list_1400_007 .infolist14_7_lr {
    width: 48.95%;
    padding: 0 0;
}

.info_list_1400_007 .infolist14_7_lr ul li {
    line-height: 51px;
    overflow: hidden;
}

.info_list_1400_007 .infolist14_7_lr ul li span {
    float: right;
    font-size: 16px;
    color: #9E9E9E;
    padding-left: 10px;
}

.info_list_1400_007 .infolist14_7_lr ul li a {
    display: block;
    font-size: 18px;
    color: #262626;
    background: url(../images/infolist14_7zs.png) no-repeat left center;
    background-size: 5px 9px;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.info_list_1400_007 .infolist14_7_lr ul li:hover a {
    font-weight: bold;
    color: #072B56;
}

.info_list_1400_007 .infolist14_7_lr ul li:hover span {
    color: #072B56;
}


.info_list_1400_007 .infolist14_7_r {
    width: 27.71%;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}



.info_list_1400_007 .infolist14_7_r .infolist14_7_tit {}

.info_list_1400_007 .infolist14_7_r .infolist14_7_tit h3 {}

.info_list_1400_007 .infolist14_7_r .infolist14_7_more a {}

.info_list_1400_007 .infolist14_7_r ul {
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
}

.info_list_1400_007 .infolist14_7_r ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px;
    transition: all 0.3s;
}

.info_list_1400_007 .infolist14_7_r ul li:hover a {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.info_list_1400_007 .infolist14_7_r ul li a .infolist14_7_rdate {
    text-align: center;
    width: 60px;
}

.info_list_1400_007 .infolist14_7_r ul li a .infolist14_7_rdate p {
    font-size: 26px;
    font-weight: bold;
    line-height: 24px;
    color: #072B56;
    font-family: Source Han Serif CN;
}

.info_list_1400_007 .infolist14_7_r ul li a .infolist14_7_rdate span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #5B5A5A;
    font-family: Source Han Serif CN;
}

.info_list_1400_007 .infolist14_7_r ul li a hr {
    background: none;
    height: 50px;
    border-left: 1px solid #072B56;
    margin: 0 15px 0 10px;
}

.info_list_1400_007 .infolist14_7_r ul li a h3 {
    width: calc(100% - 86px);
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    max-height: 48px;
    color: #3D3D3D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_list_1400_007 .infolist14_7_r ul li:hover a h3 {
    color: #072B56;
    font-weight: bold;
}


@media screen and (max-width: 1400px) {
    .info_list_1400_007 .infolist14_7_wid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .info_list_1400_007 .infolist14_7_l {
        width: 100%;
    }

    .info_list_1400_007 .infolist14_7_r {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .info_list_1400_007 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .info_list_1400_007 .infolist14_7_l .infolist14_7_tit h3 {
        font-size: 24px !important;
        line-height: 30px;
        background-size: 32px 30px !important;
    }

    .info_list_1400_007 .infolist14_7_more a {
        line-height: 30px;
    }

    .info_list_1400_007 .infolist14_7_l .infolist14_7_tit {
        padding-right: 0;
    }

    .info_list_1400_007 .infolist14_7_lbox {}

    .infolist14_7_tit h3 {
        font-size: 24px !important;
        line-height: 30px;
    }

    .info_list_1400_007 .infolist14_7_r ul li a .infolist14_7_rdate p {
        font-size: 22px !important;
        line-height: 22px;
    }

    .info_list_1400_007 .infolist14_7_r ul li a .infolist14_7_rdate span {
        font-size: 12px !important;
        line-height: 22px;
    }

    .info_list_1400_007 .infolist14_7_r ul {
        padding: 0;
    }

    .info_list_1400_007 .infolist14_7_r ul li a {
        padding: 15px;
    }

}

@media screen and (max-width: 768px) {
    .info_list_1400_007 .infolist14_7_jdt {
        width: 100%;
    }

    .info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_pic {
        height: auto;
        padding-top: 67.09%;
    }

    .info_list_1400_007 .infolist14_7_lr {
        width: 100%;
    }

    .info_list_1400_007 .infolist14_7_lbox {
        flex-wrap: wrap;
        padding: 0;
    }

    .info_list_1400_007 .infolist14_7_lbox::before {
        right: 0;
    }

    .info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_info h3 {
        font-size: 16px !important;
        margin-top: 20px;
    }

    .info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_info p {
        margin-top: 10px;
    }

    .info_list_1400_007 .infolist14_7_jdt ul li a .infolist14_7_info {
        padding-bottom: 20px;
    }

    .info_list_1400_007 .infolist14_7_lr ul li {
        line-height: 46px;
    }
}

/* 可变点 */
#info_list_1400_007 .chg_30 {}

#info_list_1400_007 .chg_01_tit {
    color: #1D1D1D;
}





#info_list_1400_007 .chg_06 {}

#info_list_1400_007 .chg_07 {}

#info_list_1400_007 .chg_08 {}



#info_list_1400_007 .chg_10 {}

#info_list_1400_007 .chg_11 {
    color: #9E9E9E;
}

#info_list_1400_007 .infolist14_7_lr ul li:hover .chg_12_png_bg {
    background: url(../images/infolist14_7zs.png) no-repeat left center;
    background-size: 5px 9px;
}

#info_list_1400_007 .infolist14_7_lr ul li:hover .chg_13 {
    color: #072B56;
}

#info_list_1400_007 .infolist14_7_lr ul li:hover .chg_14 {
    color: #072B56;
}



#info_list_1400_007 .chg_16_tit {}

#info_list_1400_007 .chg_17 {}

#info_list_1400_007 .chg_18_png_bg {}

#info_list_1400_007 .chg_19 {}

#info_list_1400_007 .chg_20 {
    color: #5B5A5A;
}

#info_list_1400_007 .chg_21 {}

#info_list_1400_007 .chg_22 {}

#info_list_1400_007 .infolist14_7_r ul li:hover .chg_23 {
    color: #072B56;
}

#info_list_1400_007 .infolist14_7_r ul li:hover .chg_24 {
    color: #5B5A5A;
}

#info_list_1400_007 .infolist14_7_r ul li:hover .chg_25 {
    border-left: 1px solid #2042B9;
}

#info_list_1400_007 .infolist14_7_r ul li:hover .chg_26 {}

#info_list_1400_007 .infolist14_7_r ul li:hover .chg_27 {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

#info_list_1400_007 .chg_28 {}

#info_list_1400_007 .chg_29::before {}


/* 新闻列表样式 */
.news-list {
    background-color: white;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.news-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.news-date {
    width: 60px;
    text-align: center;
    padding-right: 10px;
    border-right: 1px solid #eee;
}

.news-date .day {
    font-size: 20px;
    font-weight: bold;
    color: #1e88e5;
}

.news-date .month {
    font-size: 12px;
    color: #999;
}

.news-content {
    flex: 1;
}

.news-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.news-title a:hover {
    color: #1e88e5;
}

.news-summary {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}

/* 图片新闻样式 */
.image-news {
    position: relative;
    height: 200px;
    margin-bottom: 15px;
    overflow: hidden;
}

.image-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-news-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px;
}

.slider-nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}

.slider-nav button {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
}







@media screen and (max-width:1600px) {
    .snv1607-wid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1200px) {
    .snv1607-hdtop .logo a img {
        width: 450px;
    }

    .snv1607-ser {
        width: 280px;
    }
}




/* 移动端导航 */

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

@media screen and (max-width:1024px) {

    .pc-hide {
        display: none;
    }

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #083059;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
        white-space: nowrap;
        display: none;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #083059;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .m-nav ul {
        padding: 0 15px;

    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/snv1607-sub.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

}

@media screen and (max-width:1024px) {
    .ilistbox {
        display: block
    }

    .ilistbox .ilistbox_item {
        width: 100%;
    }
}

@media screen and (max-width:900px) {
    .info_list_1600_022 {
        padding: 20px 0;
    }

    .icon-item {
        width: 24%;
        padding: 5px;
        margin-bottom: 5px;
    }

    .icon-item img {
        margin: 10px auto;
    }

    .icon-item p {
        font-size: 15px;
    }

    .info_list_1600_002 .infolist16_02_r li a {
        height: auto;
        padding: 10px 0;
    }

    .snv1607-banner .slick-dots {
        bottom: 010px;
    }

    .snv1607-banner .slick-dots li {
        width: 30px;
    }



}