.banner {
    width: 100%;
}

.news {
    width: 1190px;
    margin: 0 auto;
    margin-top: 99px;
}

body,
html {
    width: 100%;
    height: 100%;
}


/* 视频 */

.disgraceful-box {
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.disgraceful {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    /* display: none; */
}

.disgraceful-box .disgraceful-content {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}

.disgraceful-box .disgraceful-content video {
    width: 1200px;
}

.news .news-title {
    width: 100%;
    height: 38px;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    border-left: 5px solid #2ea0d3;
    display: flex;
    justify-content: space-between;
    padding-left: 7px;
    box-sizing: border-box;
}

.news .more {
    font-size: 14px;
    color: #999;
}

.news .more a,
a.ahover {
    text-decoration: none;
    color: #666666;
}

.news .more img {
    vertical-align: inherit;
    margin-left: 10px;
}

.news .news-tab {
    width: 200px;
    height: 17px;
    font-size: 16px;
    line-height: 17px;
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
    cursor: pointer;
    color: #999999;
}

.news .news-tab div.tabs {
    color: #333333
}


/* .news .news-tab .new-dynamic {
    
} */

.news .news-tab .line {
    margin: 0 10px;
}

.news .news-tab .news-media {
    /* width: 50%; */
    color: #999999;
    text-align: right;
}

.news .news-top {
    margin-top: 20px;
    display: flex;
}

.news .news-top .news-top-left {
    width: 680px;
    height: 414px;
    overflow: hidden;
    cursor: pointer;
}

.news .news-top .news-top-left img {
    transition: 1s;
}

.news .news-top .news-top-left img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.news .news-top .news-top-right {
    width: 500px;
    height: 414px;
    padding: 45px 30px 37px 42px;
    box-sizing: border-box;
}

.news .news-top .news-top-right .date {
    font-size: 14px;
    color: #999;
}

.news .news-top .news-top-right .title {
    font-size: 24px;
    margin-top: 30px;
}

.news .news-top .news-top-right .title a {
    font-size: 24px;
    font-weight: 500 !important;
}

.news .news-top .news-top-right .title a,
a:hover {
    opacity: 1;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.news .news-top .news-top-right .text a,
a:hover {
    opacity: 1;
    color: #666666;
    text-decoration: none;
}

.news .news-top .news-top-right .text {
    text-align: justify;
    margin-top: 20px;
    /* color: #666666; */
    cursor: pointer;
}

.news .news-top .news-top-right .details {
    width: 57px;
    height: 22px;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #666666;
    margin-top: 35px;
    cursor: pointer;
}

.news .news-top .news-top-right .details a,
a:hover {
    color: #666666;
    text-decoration: none;
}

/*
.news .card-deck {
    margin-top: 63px;
    border-top: 1px solid #dcdcdc;
    display: flex;
}

.news .news-card {
    display: none;
}

.news .news-card.show {
    display: block;
}

.news .card-deck .card {
    flex: 0 0 280px;
    height: 421px;
    border-bottom: 3px solid #BB9962;
    margin: 0;
    margin-top: 56px;
    cursor: pointer;
    border-radius: 0;
}

.news .card-deck .card:hover {
    border: 1px solid transparent !important;
    border-bottom: 3px solid transparent;
}

.news .card-deck .card:hover .card-body {
    background-color: #FBFBFB;
}

.news .card-deck .card .card-footer {
    background-color: #FFFFFF;
}

.news .card-deck .card:hover .card-footer .text-muted span {
    color: #333333 !important;
}

.news .card-deck .card:hover .card-footer {
    background-color: #E9E9E9;
    border: 1px solid transparent;
}

.news .card-deck .card .card-img {
    width: 278px;
    height: 199px;
    overflow: hidden;
}

.news .card-deck .card .card-img .card-img-top {
    width: 278px;
    height: 199px;
    transition: 1s;
}

.news .card-deck .card:hover .card-img .card-img-top {
    transition: 1s;
    transform: scale(1.1);
}

.news .card-deck .card .card-body {
    width: 280px;
}

.news .card-deck .card .card-title {
    font-size: 14px;
    color: #aaaaaa;
}

.news .card-deck .card .card-text {
    font-family: Source Han Sans CN;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: clip;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.news .card-deck .card .text-muted {
    display: flex;
    justify-content: space-between;
}

.news .card-deck .card .text-muted span {
    font-size: 14px;
    color: #666666;
}
*/
.video-box {
    position: relative;
    width: 100%;
    margin-top: 111px;
}

#videoBg {
    height: calc(570vw / 19.2);
}

.video-box>img {
    width: 100%;
    height: 100%;
}

.video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.development {
    width: 1190px;
    margin: 0 auto;
    margin-top: 100px;
}

.development .development-title {
    width: 100%;
    height: 38px;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    border-left: 5px solid #2ea0d3;
    display: flex;
    justify-content: space-between;
    padding-left: 7px;
    box-sizing: border-box;
}

.development .development-title .more {
    font-size: 14px;
    color: #999;
}

.development .development-title .more a,
a:hover {
    text-decoration: none;
    color: #666666;
}

.development .development-title .more img {
    vertical-align: inherit;
    margin-left: 10px;
}

.development .accordion {
    height: 425px;
    display: flex;
    justify-content: space-between;
    margin-top: 69px;
}

.development .accordion-left {
    position: relative;
    /* width: 383px;
    height: 425px; */
    width: 65.6%;
    height: 425px;
}

.development .accordion-left>img {
    width: 100%;
    height: 100%;
}

.development .switch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #FFF; */
    display: none;
    cursor: pointer;
}

.development .switch.switchShow {
    display: block;
    display: flex;
}

.development .switch .icon {
    width: 47px;
    height: 47px;
    /* background-color: red; */
}

.development .switch .text {
    width: 108px;
    height: 47px;
    font-size: 18px;
    color: #FFF;
    font-weight: 800;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    /* background-color: blue; */
}

.development .accordion-right {
    position: relative;
    /* width: 780px;
    height: 425px; */
    width: 32%;
    height: 425px;
    overflow: hidden;
}

.development .img-a>#img {
    width: 100%;
    height: 100%;
}

.accordion-touzi {
    display: none;
}

.accordion-touzi.touziShow {
    display: block;
}

.development .label {
    position: absolute;
    top: 130px;
    left: 0;
    width: 568px;
    height: 131px;
    color: #FFF;
    padding-left: 72px;
    padding-top: 19px;
    box-sizing: border-box;
    background: linear-gradient(to right, #000, transparent);
}

.development .label .label-ttile {
    width: 367px;
    height: 40px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
}

.development .label .label-ttile div:nth-child(1) {
    font-size: 30px;
    font-family: Arial;
    font-weight: 400;
}

.development .label .label-ttile .line {
    margin: 0 16px;
    font-weight: normal;
    color: #999;
}

.development .label .label-text {
    width: 431px;
    height: 40px;
    margin-left: 64px;
    letter-spacing: -1px;
}

.development .accordion-right-tab {
    position: absolute;
    bottom: 0;
    width: 347px;
    height: 58px;
    margin-left: 136px;
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}

.development .accordion-right-tab.one {
    width: 186px;
}

.accordion-right-tab li a img {
    width: 34px;
    height: 34px;
}

.development .accordion-right-tab li {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #FFF;
}

.development .accordion-right-tab li a {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #FFF;
}

/*
.news .card-deck .card+.card{
  margin-left:30px;
}
*/

/* 适配 */
@media all and (min-width:990px) and (max-width:1360px) {

    .news,
    .development {
        width: 93vw;
    }

    .content {
        width: 100%;
    }
}

@media all and (min-width:990px) and (max-width:1220px) {
    .content {
        width: 100%;
    }

    .news {
        width: 93vw;
    }

    /*
    .news .card-deck .card+.card{
        margin-left: calc(10vw / 12.2);
    }
    .news .card-deck .card{
        flex: 0 0 calc(280vw / 12.2);
    }
    .news .card-deck .card .card-body{
        width: calc(280vw / 12.2);
    }
    .news .card-deck .card .card-img{
        width: calc(280vw / 12.2);
    }
    */
    .development {
        width: 93vw;
    }

    .development .accordion-left {
        /* width: calc(782vw / 12.2); */
        width: 65%;
        height: calc(425vw / 12.2);
    }

    .development .accordion-left>a>img {
        width: 100%;
        height: 100%;
    }

    .development .accordion-right {
        width: 30%;
        /* width: calc(383vw / 12.2); */
        height: calc(425vw / 12.2);
    }
}

@media all and (max-width:990px) {

    /* @media all and (max-width:1200px) { */

    .card-deck {
        height: 100% !important;
    }

    .banner {
        margin-top: calc(99vw / 7.5);
    }

    .banner img {
        width: 100%;
        height: 100%;
    }

    .banner .slick-arrow {
        background-image: unset !important;
    }

    .ul-dots {
        bottom: calc(20vw / 7.5);
        margin-bottom: 0;
    }

    .ul-dots li {
        width: calc(55vw / 7.5);
        height: calc(6vw / 7.5);
    }

    .news .news-title {
        width: 90vw;
        margin: 0 auto;
        font-size: calc(36vw / 7.5);
        height: calc(36vw / 7.5);
        line-height: calc(36vw / 7.5);
    }

    .news .news-tab .news-media {
        width: calc(100% / 2.2);
        text-align: center;
        font-size: calc(30vw / 7.5);
    }

    .new-dynamic {
        width: calc(100% / 2.2);
        text-align: center;
        font-size: calc(30vw / 7.5);
    }

    .news .more a {
        font-size: calc(26vw / 7.5);
    }

    .news .more a img {
        width: calc(29vw / 7.5);
        height: calc(22vw / 7.5);
    }

    .development .development-title .more img {
        width: calc(29vw / 7.5);
        height: calc(22vw / 7.5);
    }

    .news {
        width: 100%;
        margin-top: calc(50vw / 7.5);
    }

    .news .news-tab {
        width: 100%;
        height: calc(90vw / 7.5);
        line-height: calc(90vw / 7.5);
        margin-top: calc(38vw / 7.5);
        background-color: #F7F7F7;
        justify-content: space-around;
    }

    /*
    .news .news-card {
        width: calc(690vw / 7.5);
        margin: 0 auto;
    }
    .news .news-top {
        flex-direction: column;
    }
    .news .card-deck {
        flex-direction: column;
        margin-top: calc(57vw / 7.5);
    }
    .news .news-top .news-top-right .title a {
        font-size: calc(30vw / 7.5);
    }
    .news .news-top .news-top-right .text a {
        font-size: calc(24vw / 7.5);
    }
    .news .card-deck .card {
        margin-top: calc(50vw / 7.5);
        border-top: none;
        border-left: none;
        border-right: none;
        background-color: #FBFBFB;
        height: calc(848vw / 7.5);
    }
    .news .card-deck .card+.card {
        margin-left: 0;
    }
    .news .card-deck .card .card-img {
        width: 100%;
        height: calc(489vw / 7.5);
    }
    .news .card-deck .card .card-img .card-img-top {
        width: 100%;
        height: 100%;
    }
    .news .card-deck .card .card-body {
        width: 100%;
        height: calc(257vw / 7.5);
    }
    .news .card-deck .card .card-title {
        font-size: calc(24vw / 7.5);
    }
    .news .card-deck .card .card-text {
        font-size: calc(30vw / 7.5);
        line-height: calc(48vw / 7.5);
    }
    .news .card-deck .card .text-muted span {
        font-size: calc(26vw / 7.5);
    }
    */
    .video-box {
        margin-top: calc(44vw / 7.5);
        height: calc(421vw / 7.5);
    }

    .video-box video {
        width: 100%;
        height: 100%;
    }

    .development {
        width: calc(690vw / 7.5);
        margin-top: calc(50vw / 7.5);
    }

    .development .development-title {
        font-size: calc(36vw / 7.5);
        height: calc(36vw / 7.5);
        line-height: calc(36vw / 7.5);
    }

    .development .development-title .more {
        font-size: calc(26vw / 7.5);
    }

    .development .accordion {
        flex-direction: column;
        height: calc(634vw / 7.5);
        margin-top: calc(55vw / 7.5);
    }

    .development .accordion-left {
        width: calc(690vw / 7.5);
        height: calc(404vw / 7.5);
        /* width: 90vw; */
        margin: 0 auto;
    }

    .development .accordion-left a #img {
        width: calc(690vw / 7.5);
        height: 100%;
        /* width: 90vw; */
    }

    .development .label {
        width: calc(568vw / 7.5);
        height: calc(162vw / 7.5);
        top: calc(58vw / 7.5);
        padding-left: 0;
        padding-top: calc(19vw / 7.5);
    }

    .development .label .label-ttile div:nth-child(1) {
        font-size: calc(30vw / 7.5);
    }

    .development .label .label-ttile .line {
        margin: 0 calc(15vw / 7.5);
    }

    .development .label .label-ttile {
        width: calc(367vw / 7.5);
        height: calc(40vw / 7.5);
        font-size: calc(30vw / 7.5);
        margin-left: calc(32vw / 7.5);
    }

    .news .news-top .news-top-left {
        display: block;
        width: calc(690vw / 7.5);
        height: calc(421VW / 7.5);
    }

    .news .news-top .news-top-left img {
        /* width: 100%;
        height: 100%; */
        width: calc(690vw / 7.5);
        height: calc(421VW / 7.5);
    }

    .news .news-top .news-top-right .title {
        margin-top: calc(27vw / 7.5);
        font-size: calc(30vw / 7.5);
    }

    .news .news-top .news-top-right .details {
        display: none;
    }

    .news .news-top .news-top-right {
        width: calc(690vw / 7.5);
        padding: 0;
        margin-top: calc(25vw / 7.5);
        height: auto;
    }

    .development .accordion-right-tab.one {
        width: calc(186vw / 7.5);
        height: calc(79vw / 7.5);
        margin-left: calc(35vw / 7.5);
        margin-top: calc(94vw / 7.5);
    }

    .development .label .label-text {
        width: calc(431vw / 7.5);
        font-size: calc(24vw / 7.5);
        margin-left: calc(96vw / 7.5);
        margin-top: calc(16vw / 7.5);
        opacity: 0.8;
    }

    .accordion-right-tab li a img {
        width: calc(46vw / 7.5);
        height: calc(47vw / 7.5);
    }

    .development .accordion-right-tab li a {
        font-size: calc(24vw / 7.5);
        line-height: calc(24vw / 7.5);
    }

    .development .accordion-right-tab li a div:nth-child(2) {
        margin-top: calc(8vw / 7.5);
    }

    .development .accordion-right {
        width: calc(690vw / 7.5);
        height: calc(200vw / 7.5);
    }

    .development .switch {
        width: calc(343vw / 7.5);
        height: calc(65vw / 7.5);
    }

    .development .switch .arrow-img {
        width: calc(28vw / 7.5);
        height: calc(27vw / 7.5);
        display: flex;
    }

    .development .switch .arrow-img img {
        width: 100%;
        height: 100%;
    }

    .development .switch .text {
        font-size: calc(30vw / 7.5);
        height: calc(65vw / 7.5);
        flex-flow: inherit;
    }

    .development .switch .icon {
        width: calc(57vw / 7.5);
        height: calc(63vw / 7.5);
    }

    .development .switch .icon img {
        width: 100%;
        height: 100%;
    }

    .development .accordion-right-tab {
        margin-left: calc(36vw / 7.5);
        width: calc(427vw / 7.5);
        height: calc(79vw / 7.5);
    }

    .h200 {
        transition: 1s;
        width: calc(427vw / 7.5);
        height: calc(200vw / 7.5) !important;
    }

    .h400 {
        transition: 1s;
        height: calc(400vw / 7.5) !important;
    }

    .footer .footer-nav {
        margin-left: calc(100vw / 7.5);
    }

    .content {
        width: 93vw;
    }

    .footer .footer-copyright .government {
        width: 90vw;
    }

    .disgraceful-box .disgraceful-content {
        width: 93vw;
    }

    .disgraceful-box .disgraceful-content video {
        height: auto !important;
    }
}