.p_text_indent_2{
    text-indent: 2em;
}

@charset "utf-8";

/* CSS Document */


/*2023.9.11*/

/*2024.1.9*/
.mar0 {
    margin-top: 0;
}

.nycon {
    min-height: 600px;
    background: #f5f5f5 url(../images/nybg.jpg) no-repeat center bottom;
}

.nybanbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 70%;
    z-index: 1;
    background-image: linear-gradient(rgba(8,46,75,0), rgba(8,46,75,0.55));
}

.nav-pbg {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    z-index: 11;
    text-align: left;
}

.nav-panel-title {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 2px;
}


/*内页面包屑侧导航*/

.ke-tit {
    z-index: 1;
}

.nav-path {
    z-index: 111;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}

    .nav-path a {
        color: #fff;
        font-size: 14px;
        padding: 0 3px;
    }

        .nav-path a:hover,
        .nav-path a.active {
            color: #fff;
        }


/******左侧导航******/

.main-left {
    /*transition: all 1.5s;*/
    /*padding-top: 20px;*/
    background: #fff;
    z-index: 1;
}


/******右侧样式******/

.main-right {
    position: relative;
    min-height: 500px;
}

/*左侧导航：*/

.side-nav-panel {
    /*border-bottom:1px solid #ccc;*/
    margin-bottom: 0;
    padding: 0 0px;
    background: #fff;
}

.slide-nav-ul {
    padding: 0;
    margin: 0;
}

    .slide-nav-ul li {
        position: relative;
        text-align: center;
        margin-right: 8px;
        /*float: left;*/
        display: inline-block;
    }

        .slide-nav-ul li a {
            display: block;
            color: #999;
            text-decoration: none;
            font-size: 18px;
            padding: 22px 25px;
        }


            /* 左侧二级选中 .parent */

            .slide-nav-ul li a:hover,
            .slide-nav-ul li a.active,
            .slide-nav-ul li a.selected,
            .slide-nav-ul li a.parent,
            .slide-nav-ul li a.active:hover {
                text-decoration: none;
                background: #1d679b;
                color: #fff;
            }


/*内页三级导航*/


.navigation--offcanvas > li > a {
    font-weight: normal;
    font-size: 15px;
}

.slide-nav-item-ul {
    padding: 0px 0 0px;
    /*border: 1px solid #064bac;*/
    z-index: 111;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 150%;
    background: #fff;
    opacity: 0.98;
    border-top: 1px solid #fff;
    display: none;
    box-shadow: 10px 15px 17px -16px rgba(0, 0, 0, 0.64);
}

    .slide-nav-item-ul li:first-child {
        background: none;
        padding: 0;
    }

    .slide-nav-item-ul li {
        padding: 0px;
        line-height: 29px;
        background: none;
        float: none;
        text-align: left;
        border-bottom: none;
        margin: 0;
        display: block;
        width: 100%;
    }

        .slide-nav-item-ul li a {
            background: none;
            color: #6e8489;
            padding-left: 3px;
            font-size: 16px;
            border-bottom: none;
            padding: 8px 15px 8px 15px;
        }

.slide-nav-ul li .slide-nav-item-ul a.active,
.slide-nav-ul li .slide-nav-item-ul li a:hover,
.slide-nav-ul li .slide-nav-item-ul a.active,
.slide-nav-ul li .slide-nav-item-ul a.selected {
    font-weight: normal;
    color: #fff;
    border-bottom: none;
    background: none;
    background: #64b6c8;
}


/* 三级选中 .selected */


/* 手机二级导航下拉 */



.nav_name {
    /*background: #0964cf;*/
    border: 1px solid #1e7bc2;
    width: 100%;
    margin: auto;
    font-size: 16px;
    padding: 10px 0 10px 15px;
    color: #333;
    line-height: initial;
    cursor: pointer;
}

    .nav_name img {
        position: absolute;
        right: 10px;
        top: 15px;
    }

.nav_menu {
    display: none;
}

    .nav_menu .nav_menu_list li {
        display: block;
        width: 100%;
    }

        .nav_menu .nav_menu_list li a {
            padding: 10px 0 10px 25px;
            border-bottom: 1px solid #F6EAEA;
            font-size: 14px;
            display: block;
            width: 100%;
            color: #333;
            line-height: initial;
            text-decoration: none;
        }

    .nav_menu .nav_menu_item_list li a {
        padding: 10px 0 10px 45px;
    }


/* 手机二级导航下拉end */


/*yiqi*/
.yi-box {
    padding-top: 15px;
}

.yi-top {
}

    .yi-top .yi-li {
        text-align: center;
        position: relative;
    }

        .yi-top .yi-li a {
            display: block;
            width: 100%;
            text-decoration: none;
        }

        .yi-top .yi-li img {
        }

        .yi-top .yi-li p {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
        }

    .yi-top .y_bg {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: 166px;
        text-decoration: none;
        text-align: center;
    }

    .yi-top .yi-li:nth-child(1) .y_bg {
        background: url(../images/yiimg1.jpg) no-repeat center center;
        background-size: cover;
    }

    .yi-top .yi-li:nth-child(2) .y_bg {
        background: url(../images/yiimg2.jpg) no-repeat center center;
        background-size: cover;
    }

    .yi-top .yi-li:nth-child(3) .y_bg {
        background: url(../images/yiimg3.jpg) no-repeat center center;
        background-size: cover;
    }

    .yi-top .yi-li .bb {
        position: absolute;
        left: 15px;
        top: 0px;
        width: calc(100% - 30px);
        height: 100%;
        background: rgba(0,110,192,0.9);
        opacity: 0;
        transition: all 0.8s;
    }

    .yi-top .yi-li:hover .bb, .yi-top .yi-li.selected .bb {
        opacity: 1;
        transition: all 0.8s;
        cursor: pointer;
    }
    .yi-top .yi-li.selected img, .yi-top .yi-li.selected p,
    .yi-top .yi-li:hover img, .yi-top .yi-li:hover p {
        z-index: 111;
        position: relative;
    }

    .yi-top .yi-li:hover .y_bg, .yi-top .yi-li.selected .y_bg{
        box-shadow: 0px 35px 77px -17px #c4c4c4;
    }



.yi-them {
    margin: 50px 0;
}

.yi-title {
    display: none;
}

    .yi-title h4 {
        font-size: 32px;
        color: #333;
    }

    .yi-title span {
        display: inline-block;
        width: 20%;
        height: 3px;
        background: #006ec0;
    }

.yi-themcon {
    margin-top: 40px;
}

    .yi-themcon .yi-aa {
        margin-bottom: 25px;
    }

        .yi-themcon .yi-aa a {
            text-decoration: none;
            display: block;
            line-height: 65px;
            background: #fff;
            border: 1px solid #f1f1f1;
            font-size: 18px;
            color: #666;
            padding: 0 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        }

            .yi-themcon .yi-aa a:hover {
                color: #fff;
                background: #006ec0;
            }


    .yi-themcon .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
        display: none;
    }

    .yi-themcon .wp_subcolumn_list .wp_sublist .sublist_title a {
        font-size: 32px;
        font-weight: normal;
        color: #333;
        padding-bottom: 20px;
        border-bottom: 3px solid #006ec0;
        text-decoration: none;
    }

    .yi-themcon .wp_subcolumn_list .wp_sublist .sublist_title {
        line-height: inherit;
        height: auto;
        border-bottom: 0;
        margin-bottom: 40px;
    }
.aback {
text-align: right;
    margin-bottom: 15px;
}
.aback a{
	text-decoration: none;
	display: inline-block;
	color: #1d679b;
	font-size: 18px;
	border: 1px solid #1d679b;
	border-radius: 26px;

	padding: 10px 20px;
}
.aback:hover a{
	color: #fff;
	background: #1d679b;
}

.pt_img{
    width:300px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.pt_img h4{
display: block;
    font-weight: bold;
    color: #03428a;
    background: #fff;
    font-size: 18px;
    border: 1px solid #eee;
    padding: 20px 30px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt_cnt{
    width:calc(100% - 300px);
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}



@media (min-width: 1200px) {
}

@media (max-width: 1300px) {
    .nav-panel-title {
        font-size: 40px;
    }

    .slide-nav-ul li a {
        font-size: 16px;
    }

    .slide-nav-ul li {
        text-align: left;
    }

    .slide-nav-item-ul li {
        line-height: 26px;
    }

    .nav-pane .nav-pbg {
        min-height: auto;
    }

    .slide-nav-item-ul {
        margin: 0 20px;
    }


    /**/
    .yi-title h4 {
        font-size: 26px;
    }

    .yi-themcon {
        margin-top: 30px;
    }
}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .nav-path a {
        font-size: 16px;
    }

    .nav-panel-title {
        font-size: 24px;
    }

    .slide-nav-ul {
        /*padding: 10px ;*/
        padding-top: 20px;
    }

        .slide-nav-ul li a {
            font-size: 16px;
        }

    .slide-nav-item-ul li {
        padding: 0;
    }

    .ke {
        font-size: 36px;
    }

    .slide-nav-ul li {
        /*line-height: 56px;*/
    }

    .slide-nav-item-ul li {
        margin: 0;
    }

        .slide-nav-item-ul li a {
            font-size: 16px;
        }

    .slide-nav-ul li .slide-nav-item-ul li a:hover,
    .slide-nav-ul li .slide-nav-item-ul a.active,
    .slide-nav-ul li .slide-nav-item-ul a.selected {
        font-weight: normal;
    }

    .slide-nav-item-ul {
        /*padding:2px 10px;*/
    }

    .slide-nav-ul {
        padding-top: 0px !important;
    }

    .nav-pbg {
        bottom: 10px;
    }

    .nav-path {
        margin-top: 3px;
    }


    .yi-title h4 {
        font-size: 24px;
    }

    .yi-themcon {
        margin-top: 20px;
    }

        .yi-themcon .yi-aa a {
            line-height: 50px;
            font-size: 16px;
        }
}

@media (max-width: 991px) {
.aback a{
       font-size: 14px;
}
.yi-themcon .wp_subcolumn_list .wp_sublist .sublist_title a{
    font-size: 24px;
    padding-bottom: 10px;
}

    /*小屏幕设备 平板*/
    .nnavbg {
        background: none;
        margin-top: 20px;
    }

    .slide-nav-ul {
        padding: 5px;
        background: none;
        margin: 5px;
    }

    .side-nav-panel {
        border-radius: 0;
    }

    .nav-panel-title1 {
        font-size: 40px;
    }

    .slide-nav-ul li a img {
        display: none !important;
    }

    .nav-panel-title h4 {
        font-size: 40px;
    }

    .nav-panel-title span {
        font-size: 32px;
        margin-bottom: 2px;
    }

    .main-top {
        margin-top: 20px;
    }

    .main-left {
        background: none;
    }

    .nav-pbg {
        display: inline-block;
        padding-top: 10px;
        min-height: 100px;
        padding: 10px 20px;
    }


    .ke {
        font-size: 26px;
    }

    .nav-path {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 10px;
    }

    .slide-nav-ul li .slide-nav-item-ul li:hover,
    .slide-nav-ul li.active {
        background: none;
    }
    /*小屏幕 手机上三级样式*/
    .side-nav-panel {
        display: none;
        margin-top: 0;
        background: #f8fbff;
        padding-top: 0;
        padding-left: 0;
        padding: 0;
        /*border-top: none;*/
    }

    .slide-nav-item-ul {
        padding: 0;
        width: 100%;
        overflow: hidden;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 0;
        border: none;
        margin-top: 0;
        box-shadow: none;
        margin: 0;
    }

    .slide-nav-ul li a {
        font-size: 16px;
    }

    .side-nav-panel ul li {
        display: block;
        width: 100%;
        padding: 1px 0;
        border-bottom: none;
        background: none;
        margin-bottom: 0;
        margin-top: 1px;
        margin: 0;
        border: none;
    }

    .slide-nav-ul li:hover, .slide-nav-ul li.active {
        border-left: none;
    }

    .slide-nav-ul li a {
        padding: 10px 0 10px 28px;
        border-bottom: 1px solid #F6EAEA;
        font-size: 14px;
        display: block;
        width: 100%;
        color: #333 !important;
        line-height: initial;
        text-decoration: none;
        text-align: left;
        background: url(../images/rs/lia.png) no-repeat 15px center;
        background-color: transparent !important;
    }

        .slide-nav-ul li a.active,
        .slide-nav-ul li a:hover,
        .slide-nav-ul li a.active:hover,
        .slide-nav-ul li a.parent,
        .slide-nav-ul li a.selected {
            color: #03428a !important;
            background: url(../images/rs/lia.png) no-repeat 15px center;
            border-bottom: 1px solid #F6EAEA !important;
        }

    .slide-nav-ul li:hover {
        border-bottom: none;
    }

    .slide-nav-ul li .slide-nav-item-ul li a {
        padding: 10px 0 10px 43px;
        opacity: 1;
        border-bottom: 1px solid #F6EAEA;
        background: url(../images/rs/lia.png) no-repeat 30px center;
        background-color: none !important;
    }

        .slide-nav-ul li .slide-nav-item-ul li a.active,
        .slide-nav-ul li .slide-nav-item-ul li a:hover,
        .slide-nav-ul li .slide-nav-item-ul li a.selected {
            color: #03428a;
            background: url(../images/rs/lia.png) no-repeat 30px center;
            border-bottom: 1px solid #F6EAEA !important;
            opacity: 1;
        }



    .nycon {
        padding-top: 30px;
    }

    .nav-pane {
        bottom: 20px;
    }


    .yi-title h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .yi-themcon {
        margin-top: 20px;
    }

        .yi-themcon .yi-aa a {
            line-height: 50px;
            font-size: 16px;
        }
}

@media (max-width:767px) {

.pt_img{

}
.pt_img h4{
    font-size: 16px;
}

.pt_cnt{
    width:100%;
    margin-top:30px;
}

    /*小屏幕*/
    .yi-top .yi-li {
        margin-bottom: 30px;
        display:none;
    }
.yi-top .yi-li.selected{
    display: block;
}

    .nav-panel-title {
        font-size: 18px;
        padding-left: 0;
        padding-bottom: 0px;
        border-bottom: none;
        padding: 5px 10px;
        background: #465499;
        display: inline-block;
    }

    .nav-pane .nav-pbg {
        padding: 5px;
        background: none;
        width: auto;
    }

    .nycon {
        padding-bottom: 15px;
    }

    .nav-path {
        margin-top: 0;
        padding-bottom: 0;
    }

        .nav-path a {
            line-height: 30px;
            font-size: 16px;
        }

    .ke {
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 5px;
        text-align: center;
        padding: 10px;
        width: 100%;
        display: inline;
        float: none;
    }

    .yi-title h4 {
        font-size: 18px;
    }

    .yi-themcon .yi-aa a {
        line-height: 45px;
    }

    .yi-themcon .yi-aa {
        margin-bottom: 20px;
    }

    .yi-them {
        margin: 30px 0 0px;
    }
}
