.header {
    /* width: 100%; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 55px 0;
    padding: 30px 0;
    background: url(../img/mark.png) top center no-repeat;
    background-size: 100% 100%;
}


/* ------------------------- */

.banner {
    position: relative;
}

.banlist {
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    position: absolute;
    z-index: 99;
    top: calc((100% - 225px) / 2);
    width: 34px;
    height: 58px;
    cursor: pointer;
}

.banlist .swiper-prev {
    background: url(../img/prev-ico.svg) center no-repeat;
    left: 0;
}

.banlist .swiper-next {
    background: url(../img/next-ico.svg) center no-repeat;
    right: 0;
}

.banlist .swiper-prev:hover {
    background: url(../img/prev-ico2.svg) center no-repeat;
    left: 0;
}

.banlist .swiper-next:hover {
    background: url(../img/next-ico2.svg) center no-repeat;
    right: 0;
}

.banBtns {
    width: 100%;
    height: 165px;
    background: rgba(2, 87, 158, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.banBtns .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banBtns .box a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banBtns .box .ico {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banBtns .box .ico::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px dashed #fff;
    border-radius: 50%;
    transform: rotate(0deg);
    animation: rotate 20s linear infinite;
}

.banBtns .box .ico img {
    transition: transform 0.5s;
}

.banBtns .box p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 8px;
}

.banBtns .box:hover .ico img {
    /* transform: rotateY(180deg); */
    animation: jello 1s linear;
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 140px 0 50px 0;
}

.tabHead .title {
    display: flex;
    align-items: center;
}

.tabHead .title .box {
    opacity: .5;
}

.tabHead .title .box.active {
    opacity: 1;
}

.tabHead .title a {
    display: flex;
    align-items: center;
}

.tabHead .title .name {
    color: #000;
    font-weight: bold;
}

.tabHead .title .en {
    color: rgba(0, 0, 0, .3);
    margin-left: 15px;
}

.tabHead .more a {
    display: none;
}

.tabHead .more a.active {
    display: block;
}


.new_item {
    position: relative;
    display: none;
}

.new_item.active {
    display: block;
}

.new_item .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 28px;
}

.new_item .swiper-slide .img {
    overflow: hidden;
}

.new_item .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.new_item .swiper-slide .tt {
    box-sizing: border-box;
}

.new_item .swiper-slide .title {
    color: #000;
    line-height: 35px;
    height: 35px;
}

.new_item .swiper-slide .desc {
    opacity: .5;
    line-height: 25px;
    height: 50px;
    color: #000;
    margin: 15px 0 0 0;
}

.new_item .swiper-slide .dete {
    color: #02579E;
}

.new_item .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.new_item .swiper-slide:hover .title {
    color: #02579E;
}

.new_item .swiper-slide:hover .desc {
    opacity: 1;
}


.new_item .swiper-prev,
.new_item .swiper-next {
    position: absolute;
    top: calc((100% - 48px) /2);
    z-index: 99;
    width: 24px;
    height: 48px;
    cursor: pointer;
}

.new_item .swiper-prev {
    background: url(../img/new-prev.svg) no-repeat center;
    background-size: cover;
    left: -72px;
    left: -5%;
}

.new_item .swiper-next {
    background: url(../img/new-next.svg) no-repeat center;
    background-size: cover;
    right: -72px;
    right: -5%;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 140px 0 50px 0;
}

.column .title {
    display: flex;
    align-items: center;
}

.column .title .name {
    font-weight: bold;
    color: #000;
}

.column .title .en {
    color: #000;
    opacity: .3;
    margin-left: 15px;
}

.bgImg {
    position: relative;
}

.bgImg img {
    width: 100%;
    min-height: 150px;
    object-fit: cover;
}

.jhzc_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.jhzc_text .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.jhzc_text_p1 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
}

.jhzc_text_p2 {
    font-size: 72px;
    color: #fff;
    margin: 30px 0 110px 0;
}

.jhzc_text_p3 {
    font-size: 30px;
    color: #fff;
}

.jhzc_text_p3 img {
    width: 10px;
    height: 20px;
    min-height: auto;
}

.jhzclist {
    width: 100%;
    background: #02579E;
}

.jhzclist_ul {
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 42px 0;
}

.jhzclist_ul .xian {
    width: 2px;
    height: 100%;
    display: inline-block;
    background: #fff;
}

.jhzclist_ul .box {
    /* width: 14%; */
    width: 18%;
}

.jhzclist_ul .box a {
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.jhzclist_ul .box .dete {
    width: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.jhzclist_ul .box .title {
    flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 30px;
    height: 60px;
}

.content3 {
    width: 100%;
    background: #F3F4F8;
    padding-bottom: 160px;
}

.rmzy_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rmzy_video {
    width: 72%;
    box-sizing: border-box;
    padding: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rmzy_video .box {
    display: none;
    width: 100%;
    height: 100%;
}

.rmzy_video .box.on {
    display: flex;
    align-items: center;
}

.rmzy_video .box video {
    aspect-ratio: 16/9;
}

.rmzy_list {
    width: 28%;
    box-sizing: border-box;
    padding-left: 26px;
}

.rmzy_list .box {
    width: 100%;
    height: 82px;
    line-height: 82px;
    background: #fff;
    margin-bottom: 23px;
    box-sizing: border-box;
    padding: 0 50px 0 20px;
    position: relative;
}

.rmzy_list .box::before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/more-icox.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 29px;
}

.rmzy_list .box.last {
    margin: 0;
}

.rmzy_list .box a {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.rmzy_list .box.on {
    background: #02579E;
}

.rmzy_list .box.on::before {
    background: url(../img/more-icox2.svg) no-repeat;
    background-size: cover;
}

.rmzy_list .box.on a {
    color: #fff;
}

.content4 {
    width: 100%;
    background: url(../img/content4Bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 132px 0;
}

.num_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.num_box .box .ico {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: transform 0.5s;
}

.num_box .box .ico img {
    transition: transform 0.5s;
}

.num_box .box:hover .ico {
    transform: rotateY(180deg);
}

.num_box .box .ico::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px dashed #fff;
    border-radius: 50%;
    transform: rotate(0deg);
    /* animation: rotate 20s linear infinite; */
}

.num_box .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.num_box .box .p1 {
    display: flex;
    align-items: center;
    color: #fff;
}

.num_box .box .p1 {
    display: flex;
    justify-content: center;
    padding: 25px 0 5px 0;
}

.num_box .box .num {
    font-size: 36px;
}

.num_box .box .p2 {
    text-align: center;
    color: #fff;
}



.footer {
    width: 100%;
    background: url(../img/footerBg.jpg) center center no-repeat;
    background-size: cover;

    overflow: hidden;
}

.foot {
    width: 100%;
    padding: 67px 0;
}

.banq {
    width: 100%;
    line-height: 75px;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.banq p {
    color: #fff;
    text-align: center;
}

.banq p a {
    color: #fff !important;
}

.foot .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.foot_code {
    display: flex;
    width: 90%;
}

.foot_code .img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot_code .img img {
    width: 100px;
}

.foot_left,
.foot_right {
    flex: 1;
}

.foot_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.foot_code .img p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.foot_contact p {
    color: #fff;
    line-height: 40px;
}

.foot .box {
    width: 90%;
    line-height: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    position: relative;
    z-index: 99;
}

.foot .box h3 {
    color: #fff;
    position: relative;
    cursor: pointer;
}

.foot .box h3 .ico {
    width: 13px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 17px;
    background: url(../img/jt-ico.png) no-repeat;
}

.foot .box .sub {
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    max-height: 270px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.foot .box:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.foot .box .sub a {
    width: 48%;
    display: inline-block;
    line-height: 25px;
    color: #333;
    margin-bottom: 10px;
}

.foot .box .sub a:hover {
    color: #02579E;
}

.nydt .img img {
    width: 100%;
}

.nheader {
    /* height: 200px; */
    height: 145px;
    padding: 0;
    background: #02579E;
    border: 1px solid rgba(97, 97, 97, 0.3);
    position: relative;
}

.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.num_box .box .ico img {
    width: 90%;
}

.header h1 {
    /* width: 35%; */
    width: 31%;
}

.header h1 img {
    width: 100%;
}

.navgation {
    max-width: 69%;
    /* height: 60px; */
    position: relative;
    z-index: 99;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
    padding: 0 10px;
    margin-left: 25px;
}

.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    font-weight: bold;
}

.navgation ul li h3 {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
}

.navgation ul li h3 a {
    font-size: 22px;
    color: #fff;
}

.navgation ul li .sub {
    width: 170%;
    left: -35%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.navgation ul li .sub li {
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.navgation ul li .sub li a {
    color: #333;
    font-size: 18px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.navgation ul li .sub li:hover {
    background: #EFF3FF;
}

.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #223A86;
}



/* ---------------------------------- */
.nmain {
    background: #f5f7fb;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 21%;
    background: #02579E;
    box-sizing: border-box;
    padding: 0 0 10px 10px;
    position: relative;
    margin-bottom: 50px;
}

.subNav .crumbs-name {
    width: 100%;
    height: 126px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 42px;
    position: absolute;
    top: -126px;
    z-index: 99;
    background: #02579E;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crumbs-name .name {
    font-size: 40px;
    font-weight: bold;
}

.crumbs-name .en {
    font-size: 16px;
    color: #fff;
    opacity: .5;
}

.subNav ul {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 40px 270px 40px;
    background: url(../img/subNavBg.png) bottom no-repeat #fff;
}

.subNav ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0 17px;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.subNav ul li::before {
    content: '';
    width: 13px;
    height: 17px;
    display: inline-block;
    background: url(../img/subnav-ico.svg) no-repeat;
    position: absolute;
    right: 17px;
    top: 32px;
}

.subNav ul li a {
    font-weight: bold;
    color: #272727;
    display: inline-block;
    width: 100%;
    padding: 22px 0;
}

.subNav ul li.on,
.subNav ul li:hover {
    background: #02579E;
}

.subNav ul li.on::before,
.subNav ul li:hover::before {
    background: url(../img/subnav-ico2.svg) no-repeat;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #fff;
}


.ncontent {
    width: calc(79% - 40px);
    overflow: hidden;
}

.crumbs {
    width: 100%;
    height: 72px;
    line-height: 72px;
    display: flex;
    justify-content: flex-end;
    color: rgba(0, 0, 0, .5);
}

.crumbs a {
    color: rgba(0, 0, 0, .5);
}

.crumbs .wz span:last-of-type {
    display: none;
}

.listBg {
    width: 100%;

    box-sizing: border-box;
}

/*background: #fff;*/
.textlist .box {
    width: 100%;
    height: 121px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px;
    position: relative;
}

.textlist .box a {
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    width: 73px;
}

.textlist .box .dete .d {
    width: 100%;
    height: 44px;
    font-size: 28px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    color: #373737;
}

.textlist .box .dete .y {
    width: 100%;
    height: 26px;
    color: #868686;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background: #DEDEDE;
}

.textlist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 22px;
}

.textlist .box .title {
    color: #373737;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}

.textlist .box .desc {
    color: #373737;
    opacity: .5;
    margin-top: 10px;
}

.textlist .box:hover .title {
    color: #02579E;
}

.textlist .box:hover .d {
    color: #fff;
    background: #02579E;
}

.textlist .box:hover .y {
    color: #02579E;
    background: #E1F1FE;
}

.textlist .box::before {
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #02579E;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.piclist .box {
    width: 100%;
    box-shadow: 0px 0px 48.62px 0px rgba(0, 0, 0, 0.1);
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .box .img {
    width: 32%;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 35px;
    position: relative;
}

.piclist .box .tt::before {
    content: '';
    width: 177px;
    height: 37px;
    background: url(../img/logo-ico.png) center no-repeat;
    display: inline-block;
    position: absolute;
    right: 35px;
    bottom: 35px;
    opacity: 0;
}

.piclist .box:hover .tt::before {
    opacity: 1;
}

.piclist .box .title {
    color: #272727;
    line-height: 30px;
    height: 30px;
}

.piclist .box .desc {
    color: #9E9E9E;
    line-height: 30px;
    height: 60px;
    margin: 10px 0 50px 0;
}

.piclist .box .dete {
    color: #9E9E9E;
}

.piclist .box:hover {
    background: #02579E;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.piclist .box:hover .title {
    font-weight: bold;
    color: #fff;
}

.piclist .box:hover .desc {
    color: #fff;
}

.piclist .box:hover .dete {
    color: #fff;
}

.piclist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
}

.picture25 .box .img img {
    aspect-ratio: 16 / 12;
}

.picture .box .title {
    width: 100%;
    height: 56px;
    color: #272727;
    line-height: 56px;
    text-align: center;
    background: #F5F7FB;
}

.picture .box:hover .title {
    background: #02579E;
    color: #fff;
    font-weight: bold;
}

.detail {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 120px;
    background: #fff;
}

.detail .title {
    text-align: center;
    font-weight: bold;
    color: #272727;
}

.detail .timer {
    padding: 30px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(216, 216, 216, .6);
}

.detail .timer>div {
    color: #9E9E9E;
    font-size: 16px;
    margin: 0 25px;
}

.detail .dtl p,
.detail .dtl span {
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
    color: #444;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.detail-page .box {
    width: 100%;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 1px;
    background: #02579E;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box a {
    color: #676767;
    font-size: 18px;
}

.detail-page .box:hover a {
    color: #02579E;
}

.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.danye .dtl {
    padding: 0;
}



.teaSlide {
    position: relative;
}

.teaSlide .swiper-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    box-sizing: border-box;
    padding: 20px;
}

.teaSlide .swiper-slide {
    background: url(../img/teaSlide-bg.png) center no-repeat #fff;
    background-size: cover;
}

.teaSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.teaSlide .swiper-slide .img {
    overflow: hidden;
}

.teaSlide .swiper-slide {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 48px 70px;
}

.teaSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 3 / 4;
}

.teaSlide .swiper-slide .title {
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 25px 0 20px 0;
}

.teaSlide .swiper-slide .title2 {
    width: 70%;
    margin: 0 auto;
    line-height: 54px;
    background: #E6F3FF;
    color: #000;
    opacity: .5;
    text-align: center;
}

/* .teaSlide .swiper-pagination-tea {
    width: 100%;
    margin-top: 56px;
    text-align: center;
}

.teaSlide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    margin: 0 10px;
    background: #D8D8D8;
}

.teaSlide .swiper-pagination-bullet-active {
    background: #02579E;
} */

.teaSlide .swiper-slide:hover {
    background: url(../img/teaSlide-bg2.jpg) center no-repeat;
    background-size: cover;
}

.teaSlide .swiper-slide:hover .title {
    color: #025499;
}

.teaSlide .swiper-prev,
.teaSlide .swiper-next {
    position: absolute;
    top: calc((100% - 48px) / 2);
    z-index: 99;
    width: 24px;
    height: 48px;
    cursor: pointer;
}

.teaSlide .swiper-prev {
    background: url(../img/new-prev.svg) no-repeat center;
    background-size: cover;
    left: -72px;
}

.teaSlide .swiper-next {
    background: url(../img/new-next.svg) no-repeat center;
    background-size: cover;
    right: -72px;
}


.content7 {
    width: 100%;
    background: #F3F4F8;
    padding: 114px 0 103px 0;
}

.content7 .column {
    display: none;
}

.yylk_box {
    display: flex;
}

.column_yylk {
    width: 21.7%;
    box-sizing: border-box;
    padding-right: 74px;
}

.column_yylk a {
    height: 100%;
    display: inline-block;
}

.column_yylk img {
    width: 100%;
    height: 100%;
}

.yylkSlide {
    width: 78.3%;
    position: relative;
}

.mySwiper_yylk2 .swiper-slide .img {
    width: 100%;
    position: relative;
}

.mySwiper_yylk2 .swiper-slide .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}

.mySwiper_yylk2 .swiper-slide .videoBtn {
    width: 94px;
    height: 94px;
    background: url(../img/videoBtn.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: calc((100% - 94px) / 2);
    left: calc((100% - 94px) / 2);
    z-index: 9;
}

.mySwiper_yylk2 .swiper-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.mySwiper_yylk {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
}

.mySwiper_yylk .swiper-slide a {
    width: 100%;
    position: relative;
}

.mySwiper_yylk .swiper-slide a::before {
    content: '';
    height: 100%;
    width: calc(100% + 20px);
    display: inline-block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: -10px;
    top: -10px;
}

.mySwiper_yylk .swiper-slide .img {
    position: relative;
}

.mySwiper_yylk .swiper-slide .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}

.mySwiper_yylk .swiper-slide-active .img::before {
    display: none;
}

.mySwiper_yylk .swiper-slide img {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.jysx-page {
    width: 100%;
    box-sizing: border-box;
    padding: 0 74px;
    position: absolute;
    bottom: -10px;
}

.jysx-page .swiper-next,
.jysx-page .swiper-prev {
    width: 52px;
    height: 52px;
    display: inline-block;
    position: absolute;
    top: calc((100% - 52px) / 2);
    z-index: 99;
    cursor: pointer;
}

.jysx-page .swiper-next {
    background: url(../img/next-yy.png) no-repeat;
    background-size: cover;
    right: 38px;
}

.jysx-page .swiper-prev {
    background: url(../img/prev-yy.png) no-repeat;
    background-size: cover;
    left: 38px;
}

.jysx-page .swiper-next:hover {
    background: url(../img/next-yy2.png) no-repeat;
    background-size: cover;
}

.jysx-page .swiper-prev:hover {
    background: url(../img/prev-yy2.png) no-repeat;
    background-size: cover;
}

.content6 {
    padding-bottom: 113px;
}

.zjlk {
    width: 48.85%;
}

.lksj_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zjlk_list .box {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 28px;
    box-sizing: border-box;
    padding: 0 25px;
}


.zjlk_list .box a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zjlk_list .box .title {
    color: #000;
    /* flex: 1; */
    width: calc(100% - 120px);
    line-height: 30px;
    height: 30px;
}

.zjlk_list .box .col {
    width: 110px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border-radius: 1000px;
    box-sizing: border-box;
    border: 1px solid #004A85;
    color: #004A85;
}

.zjlk_list .box:hover .title {
    color: #004A85;
    font-weight: bold;
}

.zjlk_list .box:hover .col {
    background: #004A85;
    color: #fff;
}

.sjlkSlide {
    position: relative;
}

.sjlkSlide .swiper-slide .img {
    overflow: hidden;
}

.sjlkSlide .swiper-slide .img img {
    width: 100%;
}

.sjlkSlide .swiper-pagination {
    width: 100%;
    bottom: 25px;
    text-align: center;
}

.sjlkSlide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 0.3;
    margin: 0 10px;
    background: #fff;
}

.sjlkSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.lksj {
    width: calc(51.15% - 52px);
}

.lksj_img {
    position: relative;
}

.lksj_img .swiper-slide a {
    width: 100%;
}

.lksj_img .swiper-slide img {
    width: 100%;
}

.lksj_img .swiper-prev,
.lksj_img .swiper-next {
    position: absolute;
    z-index: 99;
    top: calc((100% - 41px) / 2);
    width: 20px;
    height: 41px;
    cursor: pointer;
}

.lksj_img .swiper-prev {
    background: url(../img/lksj-prev.png) center no-repeat;
    left: 1%;
    background-size: cover;
}

.lksj_img .swiper-next {
    background: url(../img/lksj-next.png) center no-repeat;
    right: 1%;
    background-size: cover;
}

.content8 {
    padding-bottom: 100px;
}

.lksj_btn {
    width: 100%;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}

.lksj_btn .box {
    width: calc((100% - 80px) / 3);
    height: 261px;
    position: relative;
}

.lksj_btn .box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lksj_btn .box1 {
    background: linear-gradient(180deg, #FFE5E5 0%, rgba(255, 255, 255, 0) 100%);
}

.lksj_btn .box2 {
    background: linear-gradient(180deg, #E5EFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.lksj_btn .box3 {
    background: linear-gradient(180deg, #FCE5FF 0%, rgba(255, 255, 255, 0) 100%);
}

.lksj_btn .box p {
    width: 100%;
    color: #000;
    text-align: center;
    /* margin-top: 50px; */
    position: absolute;
    bottom: 0;
    left: 0;
}

.lksj_btn .box .ico img {
    transition: transform 0.5s;
}

.lksj_btn .box:hover .ico img {
    transform: rotateY(180deg);
}

.lksj_btn .box:hover p {
    color: #004A85;
}

/* ------------------- */

.content5 {
    width: 100%;
    background: url(../img/content5Bg.jpg) center no-repeat;
    padding-bottom: 227px;
    background-size: cover;
}

.mySwiper2 {
    position: relative;
    overflow: hidden;
}

.mySwiper2 .swiper-slide {
    justify-content: space-between;
    align-items: flex-start;
    opacity: 0 !important;
}

.mySwiper2 .swiper-slide-active {
    opacity: 1 !important;
}

.mySwiper2 .swiper-slide .img {
    padding: 36px 0 0 36px;
    position: relative;
    width: 518px;
    height: 518px;
}

.mySwiper2 .swiper-slide .img::before {
    content: '';
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    border-radius: 50%;
    background: #02579E;
    position: absolute;
    z-index: -1;
    left: 18px;
    top: 18px;
}

.mySwiper2 .swiper-slide .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.mySwiper2 .swiper-slide .img::after {
    content: '';
    width: calc(100% - 36px);
    height: calc(100% - 36px);
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px dashed #02579E;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    animation: rotate 20s linear infinite;
}

.mySwiper2 .swiper-slide .text {
    /* width: calc(100% - 554px); */
    flex: 1;
    box-sizing: border-box;
    padding-left: 80px;
}

.mySwiper2 .swiper-slide .title {
    color: #000;
}

.mySwiper2 .swiper-slide .title2 {
    color: #000;
    margin: 20px 0 30px 0;
}

.mySwiper2 .swiper-slide .desc {
    color: #000;
    opacity: .6;
    line-height: 35px;
}

.mySwiper2 .swiper-next,
.mySwiper2 .swiper-prev {
    width: 52px;
    height: 52px;
    display: inline-block;
    position: absolute;
    top: calc((100% - 52px) / 2);
    z-index: 99;
    cursor: pointer;
}

.mySwiper2 .swiper-prev {
    background: url(../img/prev-yy.png) no-repeat;
    background-size: cover;
    right: 80px;
}

.mySwiper2 .swiper-next {
    background: url(../img/next-yy.png) no-repeat;
    background-size: cover;
    right: 0;
}




.jysx_item {
    width: 100%;
    position: relative;
    display: none;
}

.jysx_item.active {
    display: block;
}

.mySwiper_page {
    width: 77%;
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 16px;
}

/* .mySwiper .swiper-slide .img {
    width: 152px;
} */

.mySwiper .swiper-slide .img img {
    width: 152px;
    height: 152px;
    background: #fff;
    border-radius: 50%;
}

.mySwiper .swiper-slide {
    height: 193px;
    border-radius: 10000px 0px 0px 0px;
    background: linear-gradient(90deg, #DBEFFF 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #02579E;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.mySwiper .swiper-slide a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 100px;
}

.mySwiper .swiper-slide .tt {
    box-sizing: border-box;
    padding-left: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 120px;
}

.mySwiper .swiper-slide .title {
    color: #000;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.mySwiper .swiper-slide .title2 {
    color: #000;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.mySwiper .swiper-slide .ico {
    width: 92px;
    height: 92px;
    background: url(../img/logo-ico2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 25px;
    opacity: .2;
}

.mySwiper .swiper-slide-active .title,
.mySwiper .swiper-slide-active .title2 {
    color: #02579E;
}

.mySwiper .swiper-slide-active .ico {
    opacity: 1;
}


.navBtn {
    width: 100%;
    /* position: absolute; */
    /* top: -25px; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navBtn a {
    color: #fff;
    margin-left: 25px;
}

.navBtn a.ss {
    width: 21px;
    height: 21px;
    background: url(../img/ss.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 20px;
}

/* ------------------------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    background: #02579E;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 55px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #004898;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #004898 !important;
    background-color: #004898 !important;
}

#scrolltop {
    width: 64px;
    height: 64px;
    /* padding-top: 16px; */
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    background: #004680;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../img/toTop.png") center no-repeat;
}

/* -------------------------- */

.banFixed {
    width: 100%;
    height: 96px;
    z-index: 96;
    position: absolute;
    bottom: 165px;
}

.banFixed .txt {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
}

.hot-words {
    display: flex;
    color: #fff;
    font-size: 17px;
    line-height: 46px;
}

.hot-words .list {
    display: flex;
    align-content: center;
}

.hot-words .list a {
    color: #fff;
}

.hot-words .list li::after {
    content: '|';
    margin: 0 10px;
    color: rgba(255, 255, 255, .6)
}

.hot-words .list li:last-child::after {
    display: none;
}

.hot-words .p-ico {
    margin: 0 6px;
}

.banFixed .search {
    position: relative;
}

.banFixed .search .search-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../img/ss.png) center center no-repeat;
    border: navajowhite;
}

.banFixed .search .search-in {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(2552, 255, 255, .5);
    color: #c9c4c4;
    padding: 0 100px 0 50px;
    outline: none;
}

.content1,
.content2,
.content3,
.content4,
.content5,
.content6,
.content7,
.content8 {
    overflow: hidden;
}

/* --------------------------------------------- */

#videoAlert {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#videoAlert .cont {
    position: relative;
    height: 100%;
}

#videoAlert .video_box {
    position: absolute;
    margin-top: 10%;
    width: 70%;
    height: 60%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

#videoAlert .video_box video {
    width: 85%;
    margin: 0 auto;
}

#videoAlert .video_box .close img {
    width: 30px;
    position: absolute;
    top: 0;
    right: 10%;
    max-height: initial;
}

#videoAlert .video_box .close {
    margin-bottom: 65px;
    height: 30px;
    position: relative;
    z-index: 10000;
    cursor: pointer;
}

.zsdtSlide .swiper-container,
.zszcSlide .swiper-container {
    width: calc(100% + 40px);
    margin-left: -20px;
    box-sizing: border-box;
    padding: 20px;
}

.ybm_box {
    position: relative;
}

.ybm_box .code {
    position: absolute;
    background: #fff;
    left: -175px;
    bottom: 106%;
    z-index: 99;
    display: none;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.ybm_box .code.active {
    display: block;
}

.num_text {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
}

.num_text img {
    max-width: 45%;
}

.landlist .info {
    display: flex;
    flex-wrap: wrap;
}

.landlist .box {
    width: calc((100% - 60px) / 3);
    height: 208px;
    /* box-sizing: border-box;
    border: 1px solid #02579E; */
    margin-right: 30px;
    margin-bottom: 30px;
    background: url(../img/land-box-bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.landlist .box:nth-child(3n) {
    margin-right: 0;
}

.landlist .box a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.landlist .box .ico {
    width: 120px;
    height: 120px;
    background: url(../img/land-ico.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 31px;
    text-align: center;
}

.landlist .box .ico p {
    font-size: 30px;
    font-weight: bold;
    color: #02579E;
}

.landlist .box .desc {
    width: 255px;
    max-width: 90%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 5px;
    background: #02579E;
    font-size: 26px;
    color: #fff;
    margin-top: -32px;
}

.landlist .box:hover {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.landlist .box:hover a {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

/* ---- 鎷涚敓淇℃伅 ------ */

.zsxxBox {
    background: url(../img/zsxxBg.png) center top no-repeat #fff;
    background-position-y: 140px;
}

.jgsz_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jgsz_box .jgsz_xian {
    width: 2px;
    display: inline-block;
    background: #04477E;
    background-size: 100% 100%;
    position: relative;
    margin-top: 160px;
}

.jgsz_box .jgsz_xian::before {
    content: '';
    width: 200px;
    height: 200px;
    background: url(../img/jg-logo-ico.svg) center no-repeat;
    display: inline-block;
    position: absolute;
    top: -150px;
    left: -100px;
}






.jgsz_item .list {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.jgsz_left .list {
    align-items: flex-start;
}

.jgsz_right .list {
    align-items: flex-end;
}

.jgsz_item .list a {
    color: #3D3D3D;
    display: inline-block;
    margin: 10px 0;
    position: relative;
    font-size: 16px;
}

.jgsz_item .list a::before {
    content: '';
    width: 0;
    height: 1px;
    background: #04477E;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -5px;
    transition: all 0.5sease-in-out;
}

.jgsz_item .list a::after {
    content: '';
    width: 25px;
    height: 20px;
    display: inline-block;
    background: url(../img/icon_4.png) no-repeat;
    position: relative;
    top: 3px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.jgsz_left {
    box-sizing: border-box;
    padding-top: 260px;
}

.jgsz_right {
    box-sizing: border-box;
    padding-top: 500px;
}

.jgsz_item .list a:hover::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.jgsz_item .list a:hover {
    color: #04477E;
}

.jgsz_left .list a:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.jgsz_right .list a::before {
    left: 0;
    right: auto;
}

.jgsz_right .list a:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}



.jgsz_item {
    width: 480px;
    width: 34.5%;
}

.jgsz_item .item {
    position: relative;
    border-top: 2px solid #04477E;
}

.jgsz_item .item::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #04477E;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -6px;
}

.jgsz_right .item::before {
    right: auto;
    left: -5px;
}

.jgsz_item .name {
    font-size: 20px;
    font-weight: bold;
    color: #143270;
    position: absolute;
    display: inline-block;
    top: 16px;
}

.jgsz_item .name a {
    color: #143270;
}

.jgsz_item .name p {
    display: inline-block;
}

.jgsz_item .name::before {
    content: '';
    width: 25px;
    height: 20px;
    display: inline-block;
    background: url(../img/icon_4.png) no-repeat;
    position: relative;
    top: 3px;
}

.jgsz_right .name::before {
    display: none;
}

.jgsz_right .name::after {
    content: '';
    width: 25px;
    height: 20px;
    display: inline-block;
    background: url(../img/icon_4.png) no-repeat;
    position: relative;
    top: 3px;
}

.jgsz_left .item .name {
    right: 20px;
}

.jgsz_right .item .name {
    left: 20px;
}

/* ----------------------- */

.tealist .info {
    display: flex;
    flex-wrap: wrap;
}

.tealist .box {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    margin-right: 30px;
    background: url(../img/logoBg.jpg) center no-repeat;

    box-sizing: border-box;
    padding: 25px;
    position: relative;
}

/* background: #f5f7fb;*/
.tealist .box:nth-child(3n) {
    margin-right: 0;
}

.tealist .box .title {
    display: flex;
    align-items: center;
}

.tealist .box .title .name {
    font-size: 18px;
    color: #333;
    margin-right: 10px;
}

.tealist .box .title .subname {
    color: #666;
    font-size: 15px;
}

.tealist .box .desc {
    color: #333;
    opacity: .7;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 10px 0 25px 0;
}

.tealist .box .more {
    color: #02579E;
    text-align: right;
}

.tealist .box:hover {
    background: #02579E;
}

.tealist .box:hover .name,
.tealist .box:hover .subname,
.tealist .box:hover .desc,
.tealist .box:hover .more {
    color: #fff;
}

.tealist .box::before {
    content: '';
    width: 177px;
    height: 37px;
    background: url(../img/logo-ico.png) center no-repeat;
    display: inline-block;
    position: absolute;
    left: 25px;
    bottom: 15px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .box:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.search_box {
    position: relative;
    margin-top: 3px;
    cursor: pointer;
}

.search {
    /* width: 30px; */
    position: absolute;
    right: 0;
    top: -10px;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.search input {
    border: none;
}

.search .input {
    width: 0;
    transition: all 0.5s ease-in-out;
}

.search input.search-in {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    box-sizing: border-box;
    color: #666;
    padding-left: 12px;
    outline: none;
    background: #fff;
    padding: 0;
}

.search input.search-btn {
    position: absolute;
    right: 6px;
    top: 10px;
    border: none;
    width: 15px;
    height: 15px;
    background: url(../img/ss.png) no-repeat;
}

/* Safari锛孋hrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* 鐏嫄 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* 鐏嫄 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

.search.on .input {
    width: 290px;
    transition: all 0.5s ease-in-out;
}

.search.on input.search-in {
    padding-left: 15px;
}

.search.on input.search-btn {
    right: 15px;
    top: 13px;
    background: url(../img/ss2.png) no-repeat;
}

.dtl .img_vsb_content {
    width: 80% !important;
    height: auto !important;
}


/* ---- 录取查询 ----- */
.lqcx_sbftp img {
    width: 100%;
}

.lqcx_xbftp {
    margin-top: 40px;
}

.lqcx_xbftp .img {
    text-align: center;
}

.lqcx_xbftp .img1 img {
    width: 40%;
}

.lqcx_xbftp .img1,
.lqcx_xbftp .img2 {
    text-align: center;
}

.lqcx_xbftp .img2 img {
    width: 75%;
}

.xhx {
    border-bottom: 1px solid #000;
    font-weight: bold;
    padding: 0 10px;
}

.lqcx_dewz {
    width: 100%;
    font-size: 30px;
    line-height: 65px;
    margin: 20px 0;
}

.red {
    color: red;
}