header {
    width: 100%;
}

.banlist {
    position: relative;
    overflow: hidden;
}

.banlist .swiper-slide img {
    width: 100%;
    overflow: hidden;
}

.ftImgSlide .swiper-slide a {
    display: inline-block;
}

.ftImgSlide .swiper-slide .img {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-slide-active img {
    animation: img_scale linear 9s;
}


@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banlist .swiper-pagination {
    width: 100%;
    bottom: 50px;
    text-align: center;
}

.banlist .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 0.6;
    margin: 0 4px;
}

.banlist .swiper-pagination-bullet-active {
    background: #0C74B4;
    opacity: 1;
}

.head {
    width: 100%;
    /* position: absolute;
    top: 0;
    z-index: 999; */
}

.head .top {
    width: 100%;
    height: 40px;
    background: #0C74B4;
    background: linear-gradient(to right, #0C74B4, #E48500);
}

.navigation {
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
}

.navigation h1 {
    margin: 0 70px;
    position: relative;
    top: 10px;
}

.navigation .ss {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #0C74B4;
    border-radius: 50%;
    margin: 0 18px;
}

.navigation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.navigation::before {
    content: '';
    width: 100%;
    height: 111px;
    background: url(../img/navBg.png) no-repeat;
    display: inline-block;
    z-index: -1;
    position: absolute;
    left: 0;
    background-size: 100% 100%;
    z-index: 2;
}

.navigation .nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.navigation::after {
    content: '';
    height: 0;
    background: #0C74B4;
    background: linear-gradient(to right, #0C74B4, #E48500);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: 9;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}



.nav .nLi {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav li h3 {
    position: relative;
}

.nav li h3::before {
    content: '';
    width: 52px;
    height: 52px;
    background: url(../img/nav-ico.png) no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -17px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.nav li:hover h3::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.nav li.on h3::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.nav li.li1 {
    margin: 0;
}

.nav li h3 a {
    font-size: 16px;
    color: #262626;
}

.nav li h3 a:hover {
    color: #A3844A;
    font-weight: bold;
}

.nav li.on h3 a {
    color: #A3844A;
    font-weight: bold;
}

.nav .sub li {
    width: 100%;
}

.nav .sub {
    padding: 15px 0;
    position: absolute;
    width: 200%;
    left: -50%;
    top: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    opacity: 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    background: #0C74B4;
    background: linear-gradient(to right, #0C74B4, #E48500);
    display: flex;
    flex-direction: column;
    visibility: hidden;
}


.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
}

.nav .sub li {
    line-height: 35px;
}

.nav .sub li a {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.nav .sub li a:hover {
    border-bottom: 1px solid #fff;
}

.nav .nLi.li4 {
    position: static;
}

.nav .li4 .sub {
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    padding: 30px 15px;
    background: none;
}

.nav .li4 .sub li {
    width: 20%;
    text-align: left;
}

.navigation.active::after {
    opacity: 0.9;
    height: 168px;
}

/* --------------------- */

.column {
    text-align: center;
    width: 100%;
}

.column .name {
    font-size: 40px;
    color: #0E0E0E;
}

.content1 {
    position: relative;
    overflow: hidden;
}

.content1::before {
    content: '';
    width: 156px;
    height: 495px;
    background: url(../img/home-ico1.jpg) no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 115px;
}

.content1::after {
    content: '';
    width: 156px;
    height: 495px;
    background: url(../img/home-ico2.jpg) no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 115px;
}

.ryh_list .box {
    position: relative;
}

.ryh_list .box a {
    display: flex;
    align-items: center;
}

.ryh_list .box .ico {
    width: 69px;
    height: 69px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.ryh_list .box1 .ico::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    border: 1px dashed #0c74b4;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate 20s linear infinite;
}

.ryh_list .box2 .ico::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    border: 1px dashed #d97e0c;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate 20s linear infinite;
}

.ryh_list .box3 .ico::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    border: 1px dashed #a3844a;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate 20s linear infinite;
}

.ryh_list .box4 .ico::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block;
    border: 1px dashed #39c2ad;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotate 20s linear infinite;
}

.ryh_list .box .title {
    color: #0E0E0E;
}

.ryh_list .box .desc {
    color: #878787;
}

.ryh_list .box:hover .title {
    color: #0C74B4;
}

.ryh_list .box:hover .desc {
    color: #666;
}

.ryh_list .box .code_img {
    position: absolute;
    left: 50%;
    top: 120%;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    transform: translateX(-50%);
    display: none;
}

.ryh_list .box:hover .code_img {
    display: block;
}


.yhhd {
    background: #F5F7FB;
}

.yhhd_list {
    display: flex;
    box-sizing: border-box;
    padding: 0 85px;
}

.yhhd_list .item {
    width: calc((100% - 80px) / 3);
    background: #fff;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.yhhd_list .item .img {
    overflow: hidden;
}

.yhhd_list .item .img img {
    width: 100%;
    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;
}

.yhhd_list .item .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 25px 30px;
}

.yhhd_list .item .title {
    color: #0E0E0E;
    line-height: 26px;
    height: 26px;
}

.yhhd_list .item .desc {
    color: #0E0E0E;
    line-height: 26px;
    height: 52px;
    opacity: .7;
}

.yhhd_list .item .more {
    color: #A3844A;
}

.yhhd_list .item:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.yhhd_list .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.yhhd_list .item:hover .title {
    color: #0C74B4;
    font-weight: bold;
}

.yhhd_list .item:hover .desc {
    opacity: 1;
}

.yhhd-more {
    width: 175px;
    height: 50px;
    line-height: 50px;
    background: #0C74B4;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.yhhd-more a {
    color: #fff;
}

.fzg_text .sub-title {
    text-align: center;
    color: #0E0E0E;
    opacity: .7 !important;
}

.fzg_text .title {
    color: #0E0E0E;
    text-align: center;
    margin: 25px 0 40px 0;
}

.fzg_text .desc {
    width: 70%;
    color: #0E0E0E;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
}

.fzgSlide {
    width: 100%;
    position: relative;
}

.fzgSlide .swiper-container {
    padding: 10px 0;
}

.fzgSlide .swiper-slide {
    top: -10px;
}

.fzgSlide .swiper-slide:nth-child(2n) {
    top: 10px;
}

.fzgSlide .swiper-slide .img {
    position: relative;
    overflow: hidden;
}

.fzgSlide .swiper-slide .img img {
    width: 100%;
    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;
}

.fzgSlide .swiper-slide .btn {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.fzgSlide .swiper-slide .btn .b {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 13px 0;
}

.fzgSlide .swiper-slide .btn .b>a {
    color: #fff;
    display: inline-block;
}

.fzgSlide .swiper-slide .title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    opacity: .7;
    margin-top: 10px;
}

.fzgSlide .swiper-slide .title>a {
    width: 100%;
    color: #0E0E0E;
    text-align: center;
    display: inline-block;
}

.fzgSlide .swiper-pagination {
    width: 100%;
}

.fzgSlide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #E48500;
    opacity: 0.3;
    margin: 0 4px;
}

.fzgSlide .swiper-pagination-bullet-active {
    background: #0C74B4;
    opacity: 1;
}

.fzgSlide .swiper-slide:hover .btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.fzgSlide .swiper-slide:hover .title>a {
    color: #0C74B4;
    font-weight: bold;
}

.fzgSlide .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);
}

.content2 {
    width: 100%;
    background: url(../img/content2Bg.jpg) top center no-repeat;
    overflow: hidden;
}

.dj_item .dfSlide,
.dj_item .djImg {
    width: calc((100% - 30px) / 2);
}

.dj_item .djImg {
    overflow: hidden;
}

.dj_item .djImg img {
    width: 100%;
    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;
}

.dfSlide {
    position: relative;
}

.dfSlide .swiper-slide img {
    width: 100%;
    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;
}

.dfSlide .swiper-slide img:hover,
.dj_item .djImg img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.dfSlide .swiper-next,
.dfSlide .swiper-prev {
    width: 21px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    cursor: pointer;
}

.dfSlide .swiper-next {
    right: 0;
    background: url(../img/dj-next.jpg) no-repeat;
}

.dfSlide .swiper-prev {
    left: 0;
    background: url(../img/dj-prev.jpg) no-repeat;
}


.djlist {
    position: relative;
}

.djlist .swiper-slide {
    background: rgba(245, 247, 251, 1);
    box-sizing: border-box;
    padding: 30px;
}

.djlist .swiper-slide .dete {
    display: flex;
    align-items: center;
}

.djlist .swiper-slide .d {
    font-size: 30px;
    color: #262626;
}

.djlist .swiper-slide .y {
    font-size: 16px;
    color: #262626;
    opacity: .7;
    margin-top: 8px;
}

.djlist .swiper-slide .title {
    color: #262626;
    line-height: 25px;
    height: 25px;
    margin: 15px 0 20px 0;
}

.djlist .swiper-slide .desc {
    color: #262626;
    line-height: 28px;
    height: 84px;
    opacity: .7;
}

.djlist .swiper-pagination1 {
    text-align: center;
    padding: 40px 0 10px 0;
}

.djlist .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #E48500;
    opacity: 0.3;
    margin: 0 4px;
}

.djlist .swiper-pagination-bullet-active {
    background: #0C74B4;
    opacity: 1;
}

.djlist .swiper-slide:hover {
    background: #0C74B4;
    transition: all 0.5s ease-in-out;
}

.djlist .swiper-slide:hover .d,
.djlist .swiper-slide:hover .y,
.djlist .swiper-slide:hover .title,
.djlist .swiper-slide:hover .desc {
    color: #fff;
}

.hyhd_left {
    width: 44.5%;
}

.hyhd_right {
    flex: 1;
    width: 55.5%;
    height: 540px;
    position: relative;
    background: url(../img/hyhd-right-bg.jpg) center no-repeat;
    background-size: cover;
}

.hyhd_left img {
    width: 100%;
    height: 540px;
}

.code-left {
    position: relative;
    top: 3px;
}


.hyhd_text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 50px 55px;
}

.hyhd_text .desc {
    line-height: 49px;
    margin: 20px 0 25px 0;
}

.hyhd_text .more {
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #A3844A;
}

.hyhd_text .more a {
    color: #fff;
}

.img-code {
    width: 100%;
    height: 307px;
    background: url(../img/content5Bg.jpg) no-repeat;
    margin-top: 35px;
    box-sizing: border-box;
    padding: 50px 50px 0 90px;
    background-size: cover;
}

.img-code .p2 {
    opacity: .7;
}

.code-right {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
}

/* ---------------------------------------------------------- */

footer {
    width: 100%;
    border-top: 1px solid #E5E5E5;
    margin-top: 80px;
    padding-top: 70px;
    position: relative;
    z-index: 101;
    overflow: hidden;
}

.banq {
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #0C74B4, #E48500);
}

.banq .bl {
    color: #fff;
}

.banq .bl a {
    color: #fff;
}

.banq .bl>div {
    display: inline-block;
}

.ftlink .box {
    width: 240px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}

.ftlink .box h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}

.ftlink .box h3::before {
    content: '';
    width: 17px;
    height: 10px;
    background: url(../img/jt-ico.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 12px;
}

.ftlink .box ul {
    width: 100%;
    height: auto;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: absolute;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
}

.ftlink .box ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.ftlink .box ul li a {
    color: #666;
}

.ftlink .box ul li:hover a {
    color: #0C74B4;
}

.ftlink .box:hover ul {
    opacity: 1;
    visibility: visible;
}

.foot {
    display: flex;
    justify-content: space-between;
}

.ftnav {
    width: 645px;
    display: flex;
    justify-content: space-between;
}

.ftnav .xian {
    width: 1px;
    height: 100%;
    display: inline-block;
    background: #000000;
    opacity: 0.05;
}

.ftnav .box h3 {
    margin-bottom: 10px;
}

.ftnav .box h3 a {
    color: #0E0E0E;
    font-size: 16px;
}

.ftnav .box li a {
    color: #818181;
    display: inline-block;
    line-height: 25px;
}

.ftnav .box li a:hover {
    color: #0C74B4;
}

.fcenter .box1 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0C74B4;
    margin-bottom: 20px;
}

.fcenter .box2 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #A3844A;
}

.fcenter .box a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.fcenter .box img {
    margin-right: 10px;
}

.contact .box {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.contact .box .ico {
    width: 48px;
    height: 43px;
    border: 1px solid rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}


.ftcode {
    display: flex;
    align-items: center;
}

.ftcode .ico {
    display: flex;
    margin-right: 60px;
}

.ftcode .ico .box {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: #F5F7FB;
    margin-right: 20px;
    cursor: pointer;
}

.ftcode .ico .box.on {
    background: #F5F7FB;
    border: 1px solid #0C74B4;
}

.ftcode .imgs .img {
    display: none;
}

.ftcode .imgs .img.on {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    border-radius: 5px 5px 5px 5px;
    padding: 10px;
    border: 1px solid #f2f2f2;
}

.ftcode .imgs .img img {
    width: 106px;
    height: 106px;
}

.ftcode .imgs .img p {
    font-size: 16px;
    color: #262626;
    opacity: .8;
    text-align: center;
}

.ftcode .imgs .code {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
}

.ftImgSlide {
    width: 100%;
    height: 152px;
    border: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: 0 75px;
    display: flex;
    align-items: center;
    position: relative;
}

.ftImgSlide .swiper-slide {
    /* max-width: calc(100% / 6); */
}

.ftImgSlide .swiper-prev {
    position: absolute;
    left: 20px;
    cursor: pointer;
}

.ftImgSlide .swiper-next {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.ftImgSlide .ftlogo {
    position: absolute;
    left: 55px;
    top: -30px;
    background: #fff;
    padding: 0 10px;
}

.content4 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.content4::before {
    content: '';
    width: 156px;
    height: 495px;
    background: url(../img/home-ico1.jpg) no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 115px;
    z-index: -1;
}

.content5 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.content5::after {
    content: '';
    width: 156px;
    height: 495px;
    background: url(../img/home-ico2.jpg) no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    z-index: -1;
    bottom: 115px;
}

/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.header-con .search {
    position: absolute;
    right: 30px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #0C74B4;
    border-radius: 50%;
    margin: 0 18px;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 64%;
}

.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: #1C65B4;
    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: 9999;
    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: #1C65B4
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #1C65B4 !important;
    background-color: #1C65B4 !important;
}

#scrolltop {
    display: block;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 9999;
    text-align: center;
    line-height: 50px;
    background: #125DB2;
    border-radius: 10px;
}

.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 35px;
}

.nydt::before {
    content: '';
    width: 100%;
    min-height: 280px;
    display: inline-block;
    background: url(../img/mark.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    background-size: 100%;
}

.crumbs-name {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.crumbs-list {
    color: #fff;
    font-size: 16px;
}

.crumbs-list a {
    color: #fff;
}

.crumbs-list span:last-of-type {
    display: none;
}

.subNav {
    width: 100%;
    /* height: 55px; */
    background: #EBEBEB;
}

.subNav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.subNav ul li {
    padding: 0 20px;
    height: 55px;
    display: flex;
    align-items: center;
}

.subNav ul li a {
    font-size: 16px;
    color: #0E0E0E;
}

.subNav ul li.on,
.subNav ul li:hover {
    background: #A3844A;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #fff;
}

.ncontent {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ncontent::before {
    content: '';
    width: 156px;
    height: 495px;
    background: url(../img/home-ico1.jpg) no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: -1;
}

.ncontent::after {
    content: '';
    width: 156px;
    height: 495px;
    background: url(../img/home-ico2.jpg) no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: -1;
}

.textlist .box {
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    margin-bottom: 35px;
    padding: 20px 30px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.textlist .box::before {
    content: '';
    width: 124px;
    height: 22px;
    display: inline-block;
    background: url(../img/logo-ico.png) no-repeat;
    position: absolute;
    bottom: 27px;
    left: 125px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.textlist .box .title {
    color: #0E0E0E;
    line-height: 25px;
    height: 25px;
}

.textlist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #404040;
    opacity: .5;
    margin: 20px 0 25px 0;
}

.textlist .box .dd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #D8D8D8;
    position: relative;
}

.piclist .box .dd {
    align-items: flex-end;
}

.textlist .box .dete {
    flex: 1;
    color: #9E9E9E;
}

.textlist .box .more {
    width: 117px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    color: #9F9F9F;
}

.textlist .box .dd::before {
    content: '';
    width: 0;
    height: 1px;
    background: #0F74B2;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover .dd::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover {
    top: -10px;
    border: 1px solid #A3844A;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover .title {
    color: #0F74B2;
    font-weight: bold;
}

.textlist .box:hover .more {
    background: #0F74B2;
    color: #fff;
}

.list-page {
    width: 100%;
    text-align: center;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    border: 1px solid #aaa;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background: #A3844A;
}

.piclist .box {
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    margin-bottom: 35px;
    padding: 30px 27px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.piclist .box .img {
    width: 315px;
}

.piclist .box .img img {
    width: 100%;
    /* height: 177px; */
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
}

.piclist .box .dd {
    padding-top: 20px;
}

.piclist .box::before {
    display: none;
}

.piclist .box .tt::before {
    content: '';
    width: 124px;
    height: 22px;
    display: inline-block;
    background: url(../img/logo-ico.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 125px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover .tt::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}


.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: 31%;
    margin-right: 3.33%;
    margin-bottom: 30px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .pic {
    margin-bottom: 15px;
    position: relative;
}

.picture .box .pic .img {
    overflow: hidden;
}

.picture .box .pic::before {
    content: '';
    width: 100%;
    height: 164px;
    background: #ECF2FC;
    display: inline-block;
    position: absolute;
    left: -14px;
    bottom: -14px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}

.picture .box .img img {
    width: 100%;
    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;
}

.picture .box .title {
    width: 100%;
    line-height: 60px;
    height: 60px;
    color: #444;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
}

.picture .box:hover .title {
    color: #014286;
    font-weight: bold;
}

.picture .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 .box:hover .pic::before {
    background: #0F74B2;
    transition: all 0.5s ease-in-out;
}

.picture .box .title::before {
    content: '';
    width: 0;
    height: 2px;
    background: #014286;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.picture .box:hover .title::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail .dleft {
    width: 67%;
}

.detail .dright {
    width: calc(33% - 42px);
}

.detail .name {
    color: #272727;
}

.detail .timer {
    display: flex;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #D8D8D8;
    color: #9E9E9E;
}

.detail .timer span {
    margin-right: 15px;
}

.detail .timer span img {
    position: relative;
    margin-right: 5px;
    top: -2px;
}

.detail .dtl p {
    font-size: 18px;
    line-height: 40px;
    color: #323232;
    margin: 15px 0;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
}

.pager {
    width: 100%;
}

.pager li {
    width: 100%;
    line-height: 80px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    padding: 0 30px;
    margin-top: 34px;
}

.pager li a {
    width: 100%;
    font-size: 18px;
    color: #9E9E9E;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pager li:hover {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.pager li:hover a {
    color: #1B7BB6;
}

.dtl-list {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.dtl-list .col-name {
    width: calc(100% + 30px);
    height: 61px;
    line-height: 61px;
    background: #0C74B4;
    font-size: 24px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 25px;
    margin-left: -30px;
    position: relative;
    background: linear-gradient(90deg, #0C74B4 0%, #D4840D 100%);
}

.dtl-list ul {
    margin-top: 15px;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 1px solid #ECECEC;
}

.dtl-list ul li {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.dtl-list ul li .title {
    line-height: 68px;
    height: 68px;
}

.dtl-list ul li::before {
    content: '';
    width: 15px;
    height: 20px;
    background: url(../img/book-ico.png) center no-repeat;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 26px;
    opacity: 0;
}

.dtl-list ul li a {
    color: #323232;
}

.dtl-list ul li:hover::before {
    opacity: 1;
}

.dtl-list ul li:hover a {
    color: #0F74B2;
    font-weight: bold;
}

.dtl-list ul li::after {
    content: '';
    width: 0;
    height: 1px;
    background: #0F74B2;
    display: inline-block;
    position: absolute;
    bottom: -1px;
    transition: all 0.5s ease-in-out;
}

.dtl-list ul li:hover::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.land-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.land-contact .item {
    width: calc((100% - 44px) / 3);
    height: 220px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 65px;
}

.land-contact .item .desc {
    margin: 15px 0 10px 0;
}

.land-contact .item .link {
    width: 117px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 0px 0px 0px 100000px;
    background: linear-gradient(90deg, #0C74B4 0%, #D4840D 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.land-contact .item .link a {
    font-size: 16px;
    color: #fff;
}

.land-contact .item:hover {
    box-sizing: border-box;
    border: 1px solid #0F74B2;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    outline: none;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

#btSubmit {
    width: 100%;
    height: 70px;
    background: #0F74B2;
    color: #fff;
    font-size: 16px;
}

#guestbook .error,
#guestbook2 .error {
    color: red;
}

.detail.danye {
    box-sizing: border-box;
    padding: 40px 110px;
    border: 1px solid #d8d8d8;
}

.zyldlist {
    display: flex;
    flex-wrap: wrap;
}

.zyldlist .box {
    width: 33.33%;
    height: 190px;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    padding: 0 30px;
}

.zyldlist .box a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zyldlist .box .name {
    font-size: 22px;
    color: #0E0E0E;
}

.zyldlist .box .desc {
    font-size: 16px;
    color: #404040;
    opacity: 0.5;
    margin: 10px 0 30px 0;
}

.zyldlist .box .xian {
    width: 46px;
    height: 1px;
    background: #0F74B2;
    display: inline-block;
}

.zyldlist .box .more {
    font-size: 16px;
    color: #0F74B2;
    display: none;
}

.zyldlist .box:hover a {
    align-items: flex-start;
}

.zyldlist .box:hover {
    background: url(../img/ld-ico.png) right center no-repeat;
    background-position-x: calc(100% - 30px);
    border: 1px solid #0F74B2;
}

.zyldlist .box:hover .xian {
    display: none;
}

.zyldlist .box:hover .more {
    display: block;
}

.zyldlist .box:hover .name {
    color: #0F74B2;
}

.textlist.dsjlist .box::before {
    display: none;
}

.textlist.dsjlist .box .desc {
    height: auto;
}

.up-ztzllist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.up-ztzllist .box {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}

.up-ztzllist .box .img {
    overflow: hidden;
}

.up-ztzllist .box .img img {
    width: 100%;
    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;
}

.up-ztzllist .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);
}