.fushuIndex {
    width: 1200px;
    margin: 0 auto;
    /* height: 100%; */
    height: 110px;
    display: flex;
    justify-content: space-between;
}

.fushuIndex-logo {
    width: 472px;
    height: 70px;
    background-image: url(../img/logo1.png);
    background-size: cover;
    margin-top: 19px;
}

.ss {
    width: 323px;
}

.btn_one {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-top: 33px;
    border: 1px solid #EA8191;
    background-color: #D50422;
    border-left: none;
    background-image: url(../img/sousuo.png);
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}

#s {
    width: 276px;
    height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 33px;
    background-color: transparent;
    border: #EA8191 1px solid;
    /* opacity: .5; */
    color: #FFFFFF;
    outline: none;
    float: left;
}

input::input-placeholder {
    color: #fff !important;
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;

}

.fushuIndex-nav {
    margin: 0 auto;
    width: 1200px;
    height: 50px;

}

.fushuIndex-nav ul {
    display: flex;
}

.fushuIndex-nav ul li {
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    position: relative;

}

.fushuIndex-nav ul li .a {
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.fushuIndex-nav ul li .lisa {
    position: absolute;
    right: 0;
    top: 17px;
    width: 1px;
    height: 20px;
    background-image: url(../img/g.jpg);
}

.nav-list{
    display: none;
    top: 50px;
    position: absolute;
}
.fushuIndex-nav li{
    position: relative;
}
.fushuIndex-nav li .a{
    height: 50px;
}
.fushuIndex-nav li:hover .nav-list {
    display: block
}
.list a:hover {
    transition: all .2s linear;
    background-color: #B24045;
}
.fushuIndex-nav li a:hover{
    transition: all .2s linear;
    background-color: #D93A44;
}
 .list{
    margin: 0;
    padding: 0;
}
.list a {
    min-width: 140px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background-color: #A41F24;
    /* B24045 */
    text-align: center;
    color: #fff;
    padding: 0 10px;
    word-break:keep-all;
    white-space:nowrap;
}
.jq22-container {
    width: 100%;
    height: 750px;
    position: fixed;
    top: 0;
    /*z-index: -20;*/
    /*background-image: url(../img/banner.jpg);*/
    background-image: url(../images/dangjian20221104.jpeg);
    margin-top: 160px;
    background-position: center;
    background-repeat: no-repeat
}

.fushuIndex-sidler {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.fushuIcon {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.fushuIcon div {
    width: 34px;
    height: 34px;
    background-image: url(../img/dang.jpg);
    margin-right: 15px;
}

.fushuIcon h3 {
    font-size: 24px;
    font-weight: 800;
    color: #CC0000;
    line-height: 46px;
}

.fushuSidler-More {
    width: 60px;
    height: 28px;
    border: 1px solid #CB0101;
    border-radius: 14px;
}

.fushuSidler-More a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #CB0101;
    line-height: 28px;
    text-align: center;
    display: inline-block
}

.fudanIndex-dwgk {
    width: 600px;
    height: 70px;
    background-image: url(../img/NEW.jpg);
    background-size: cover;
}

.fudanIndex-dwgk a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.fudanIndex-dwgk p {
    color: #FFEA03;
    font-weight: 600;
    font-size: 18px;
    margin-left: 60px;
    padding-top: 21px;
    box-sizing: border-box;
}

.fudanIndex-dwgk span {
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
}

.fudanNewList {
    /* list-style-type: disc; */
    /* color: #f00; */
    /* margin-left: 20px; */
}

.fudanNewList li:first-child {
    margin-top: 30px;
}

.fudanNewList li {
    height: 30px;
    margin-top: 5px;
    display: flex;
    /* justify-content: space-between; */
}

.fudanNewList li:before {
    content: '\2022 ';
    color: red;
    padding-right: 10px;
}

.fudanNewList li a {
    width: 430px;
    height: 100%;
    display: inline-block;
    color: #2C2C2C;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all .2s;
}
.fudanNewList li a:hover{
    color: #f00;
    /* transition: all .5s; */
}

.fudanNewList li div {
    color: gray;
    margin-left: 50px;
}

.fudanIndex-tabs {
    width: 100%;
    height: 80px;
    background-color: #B9000F;
}

.fudanIndex-tabList {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.fudanIndex-tabOne {
    width: 600px;
    height: 80px;
    background-color: #D60011;
}

.fudanIndex-tabOne a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.fudanIndex-tabTwo {
    width: 600px;
    background-image: url(../img/02.jpg);
}

.fudanIndex-tab-icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/xuexiyuandi.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
}

.fudanIndex-tab-icontwo {
    width: 32px;
    height: 28px;
    background-image: url(../img/dangjianfup.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
}

.swiper-one {
    width: 1005px;
    height: 301px;
    background-image: url(../img/banner3.jpg);
    background-size: cover;
    position: relative;
}

.swiper1-header {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.swiper1-header h4 {
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #CC0000;
}

.swiper1-header a {
    width: 38px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding-right: 90px;
    padding-top: 5px;
    color: #565656;
    box-sizing: border-box;
}

.swiper1-header-div {
    display: flex;
    align-items: center;
}

.swiper1-header-div div {
    margin-left: 150px;
}

.swiper1-content {
    width: 730px;
    margin: 0 auto
}
/* .swiper1-content a p:hover{
    color: #D60011;
    transition: all .2s;
} */
.swiper1-content h3 {
    margin-top: 36px;
    margin-bottom: 27px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.swiper1-content p {
    width: 724px;
    font-size: 16px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ulss {
    margin-top: 30px;
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.ulss li {
    position: relative;
    top: 0;
    transition: all 0.5s
}

.ulss li:hover {
    cursor: pointer;
    top: -10px;
}

.fushuIndex-ulssImg {
    width: 372px;
    height: 220px;
    margin-bottom: 27px;
}
.ulssImgOne{
    background-image: url(../img/05.jpg);
    background-size: cover;
}
.ulssImgTwo{
    background-image: url(../img/tam.jpg);
    background-size: cover;
}
.ulssImgThree{
    background-image: url(../img/06.jpg);
    background-size: cover;
}

.fushuIndex-ulsssBg {
    width: 363px;
    height: 34px;
    background-image: url(../img/111.png);
    /* background-size: cover; */
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 8px;
    padding-right: 20px;
    box-sizing: border-box;
}

.ulss li p {
    width: 352px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 28px;
    opacity: 0.72;
    margin-top: 15px;
}

.fushuIndex-ulssdiv {
    margin-top: 24px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 26px;
    opacity: 0.3;
}
.djdt02{
    margin-top: 30px;
}
