.pc-con {
    display: block;
}

.container {

    width: 1280px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 60px;
}

.content {
    width: 1080px;
    margin: 0 auto;
}

.con {
    position: relative;
}

.bold {
    font-weight: 600;
}

.text-con {
    text-align: justify;
}

.title-con {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

.title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.pc-con .title-level {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 14px;
}

.pc-con .title-des {
    padding-top: 25px;
    line-height: 24px;
}

h4.title-des {
    font-size: 18px;
    font-weight: inherit;
}

/* 常规图片57.8% */
.normal-img {
    width: 57.8%;
    height: auto;
}

/* 100%图片 */
.cover-img {
    width: 100%;
    height: auto;
}

.pc-con .more {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 27px;
    border-radius: 10px;
    color: #fff;
    background: #0580ff;
    text-align: center;
    cursor: pointer;
}


.more:visited {
    color: #fff;
}


.more:hover{
    color: #ffc800;
}


/* 菜单 */
/* nav */
.pc-nav {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #003C96;
 
    top: 0;
    background: #fff;
    z-index: 999;
}

.pc-nav .nav-container {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.pc-nav .nav-logo-con {
    width: 150px;
    height: 100%;
    float: left;

}

.pc-nav .nav-logo-con a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/logo.png') no-repeat center;
    background-size: 150px;
}

.pc-nav .nav-con {
    width: 800px;
    height: 100%;
    float: right;
    /* margin-left: 248px; */
    display: flex;
    align-content: space-between;
    justify-content: flex-end;
}

.pc-nav .nav-item {
    height: 100%;
    padding: 0 20px;
    position: relative;

}

.pc-nav .nav-item:first-child {
    padding-left: 0;
}

.pc-nav .nav-item:last-child {
    padding-right: 0;
}

.pc-nav .nav-item .nav-item-link {
    display: block;
    position: relative;
    height: 100%;
    line-height: 20px;
    color: #000;
    padding-top: 26px;
}

.pc-nav .nav-item.active .nav-item-link {
    color: #0580ff;
}

.pc-nav .nav-item.active .nav-item-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #0580ff;
}

.pc-nav .nav-inner {
    width: 206px;
    position: absolute;
    margin-top: 10px;
    top: 70px;
    left: 0;
    text-align: center;
    display: none;
    border: 1px solid #f0f0f0;
    /* border-top: none; */
    z-index: 100000;
}

.pc-nav .nav-item:hover .nav-item-link {
    color: #009CFF;
    font-weight: 600;
}

.pc-nav .nav-item:hover .nav-inner {
    display: block;
}

.pc-nav .nav-inner-item {
    height: 54px;
    line-height: 54px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.pc-nav .nav-inner-item:last-child {
    line-height: 20px;
    padding: 8px 20px;
}

.pc-nav .nav-inner-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.pc-nav .nav-inner-item:last-child {
    border: none;
}

.pc-nav .nav-inner-item a:hover{
    color: #009CFF;
    font-weight: 600;
}

/* footer */

.footer {
/*    height: 290px;*/
    background-size: 1280px;
    padding-top: 30px;
    text-align: center;margin-top: 20px;
    position: relative;
    min-width: 1280px;
    color: #fff;
    text-align: center;
}

.footer-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    font-size: 0;
    z-index: 1;
}

.footer-item {
    height: 100%;
    flex: 1;
}
.footer-item img {
    width: 100%;
    height: 100%;
}

.footer-middle {
    width: 710px;
}

.footer-text-con {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}

.footer-link-con {
    width: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.footer-link-con a {
    color: #fff;

}

.qrcode-con {
    width: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}

.qr-item {
    width: 90px;
}

.qr-item img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.qr-item div {
    margin-top: 10px;
}

.under-qr {
    color: #ffc800;
    margin-top: 30px;
}

.copy-right {
    margin-top: 7px;
}

/* 左图右文 */

.img-text .normal-img {
    width: 100%;
    border-radius: 0;
}

.img-text .img-con {
    width: 740px;
    padding: 30px 0;
    border-radius: 30px;
    background: #0165ff;
    position: relative;
    z-index: 5;
}

.pc-con .img-text .text-con {
    position: absolute;
    top: 30px;
    left: 740px;
    right: 0;
    text-align: left;
    background: #f5f5f5;
    padding: 50px 100px 50px 50px;
}

.pc-con .img-text .title-des {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.pc-con .img-text.reverse .img-con {
    margin-left: 540px;
}

.pc-con .img-text.reverse .text-con {
    left: 0;
    right: 740px;
    padding-left: 100px;
    padding-right: 48px;
}


/* video modal */

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
}

.modal-con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    justify-content:center;
}

.modal-content {
    width: 65%;
    max-width: 1050px;
    position: absolute;
    background: #fff;
}



#text-modal  .modal-content {
    padding: 50px 35px 60px;
    /* bottom: 80px; */
    /* overflow: hidden; */
    max-height: 65%;
    height: inherit;
}

#text-modal-container .modal-content {
    /* overflow: hidden; */
}

.video-content {
    font-size: 0;
}

.video-content video {
    width: 100%;
}

#text-modal-container {
    text-align: justify;
    /* max-height: 650px; */
    /* height: 550px; */
    overflow-y: scroll;
    line-height: 24px;
    padding-right: 15px;
    height: 100%;
}


.modal-con .close {
    width: 90px;
    height: 43px;
    line-height: 43px;
    background: url(../images/close.svg) #fff no-repeat;
    background-size: 25px;
    background-position: 10px 8px;
    text-indent: 40px;
    font-size: 18px;
    position: absolute;
    top: -45px;
    right: 0;
    cursor: pointer;
}


.video-img-con {
    position: relative;
    width: fit-content;
    cursor: pointer;
}

.video-img-con  .play-btn {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.mobile-con {
    display: none;
}


@media screen and (max-width: 500px) {
    html {
        font-size: 62.5%;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        -webkit-text-size-adjust: none;
    }
    .pc-con {
        display: none;
    }
    .footer {
       
    }
    .mobile-con {
        display: block;
        overflow: hidden;
    }
}

/* 面包屑 */

.crumb {
    font-size: 13px;
    padding:28px 0 28px;
    color: #979797;
    border-bottom: 1px solid #d8d8d8;
}

.crumb a {
    color: #000;
}

.page-con {
    text-align: center;
}
