* {
    margin: 0;
    padding: 0;
    text-decoration: none;

}

.text {
    width: 1200px;
    margin: 0 auto;

    text-align: center;
    font-weight: 800;
    font-size: 25px;
   line-height: 90px;
    margin-top: 20px;
    background: #fdf5df
}

.textT {

    text-align: justify;
    padding: 30px;

}

.textT p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 32px;
    text-indent: 2em;
}

.text a {
    color: red;
}

.text1 {
    font-size: 35px;line-height: 40px;
}

.bnner {
    max-width: 1920px;
    min-width: 1200px;

}

.contentText {
    text-align: center;
    font-size: 74px;
    font-weight: bold;
    letter-spacing: 10px;
    color: red;
    min-width: 1200px;
    margin-bottom: 20px;
    padding: 50px;
}

.bgText {
    width: 1200px;
    margin-top: 20px;
    margin: 0 auto;
}

.contentBg {

    background: url(nr1p2bg.png) no-repeat;
    padding: 42px 60px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}


.contentBg {
    line-height: 34px;
    text-indent: 2em;
}

.video {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

.imgText {
    width: 1200px;
    height: 607px;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url("bg1.png");
    background-repeat: no-repeat;
}

.imgText1 {

    text-align: center;
    color: #ffff00;
    font-size: 20px;

    padding-top: 31px;
    letter-spacing: 3px;
}

.imgText2 {

    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding-top: 9px;
    font-weight: 700;
    font-size: 36px;
}

.bottom {
    max-width: 1920px;
    min-width: 1200px;

}

.display {
    display: flex;
}

.imgText3 img {
    width: 500px;
    height: 355px;
    padding: 50px 50px 50px 70px;
}

.imgText4 {
    margin-top: 20px;
}

.imgText4 p {
    width: 467px;
    font-size: 25px;
    color: #cc0000;
    font-weight: 700;
    padding-top: 20px;
    text-indent: 0em;
    line-height: 37px;
}

.imgSy {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;

}

.swiperList {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;

}

.swiperListLeftBf {
    width: 95px;
    height: 111px;
    top: 40%;
    position: absolute;
    left: 240px;
    z-index: 1;
    cursor: pointer;
    background-image: url(bfan.png);
}


.swiperListLeft {
    position: relative;
}

.swiperListLeft img {
    width: 562px;
    height: 350px;
}

.swiperListRight {


    background-color: #f8f8f8;
    padding: 10px 15px;
    overflow-y: scroll;

}

.swiperListRight1 {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}





.swiperListRight1 span {
    font-weight: 800;
    margin-left: 681px;
    color: #333;
}

/*滚动条样式*/
.swiperListRight::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.swiperListRight::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #adadad;
    background: #adadad;
}

.swiperListRight::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #f8f8f8;
    border-radius: 0;
    background: #f8f8f8;
}

.swiperListRight::-webkit-scrollbar {
    /*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width: 4px !important;
    height: 4px;
}

.swiperListRight::-webkit-scrollbar-button {
    /*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    background: #74D334;
    display: none;
}

.swiperListRight::-webkit-scrollbar-track {
    /*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    -webkit-box-shadow: inset 0 0 5px #f8f8f8;
    border-radius: 0;
    background: #f8f8f8;
}

.swiperListRight::-webkit-scrollbar-track-piece {
    /*内层轨道，滚动条中间部分（位置4）*/
    -webkit-box-shadow: inset 0 0 5px #f8f8f8;
    border-radius: 0;
    background: #f8f8f8;
}

.swiperListRight::-webkit-scrollbar-thumb {
    /*滚动条里面可以拖动的那部分（位置5）*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #adadad;
    background: #adadad;
}


.footerBottom {
    height: 100px;
    width: 100%;
    background-image: url(di.png);
}

.footerBottom1 {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.footerBottom2 {
    margin-top: 20px;

}

.footerBottom3 {
    display: block;
    width: 180px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #d78181;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.footerBottom3 span a {
    font-family: '微软雅黑';
    font-size: 16px;
    color: #fff;
}