.swiper-container {
    width: 100%;
    height: 640px;
}

.swiper-button-prev {
    width: 34px;
    height: 65px;
    background: #333333;
    opacity: 0.27;
    left: 110px !important;
    color: #fff !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}

.swiper-button-next {
    width: 34px;
    color: #fff !important;
    height: 65px;
    background: #333333;
    opacity: 0.27;
    right: 110px !important;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
}

.choose {
    width: 1200px;
    height: 100%;
    /* background: red; */
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.view {
    width: 196px;
    height: 212px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 174px;
    left: 0;
    padding: 38px 32px;
    box-shadow: border-box;
}

.down_switch {
    width: 198px;
    height: 40px;
    background: #FFFFFF;
    opacity: 1;
    line-height: 40px;
    padding: 0 32px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
}


.submit_button {
    width: 198px;
    height: 40px;
    background: var(--color);
    opacity: 1;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    /* margin-top: 180px; */
    cursor: pointer;
}

.down_switch img {
    float: right;
    margin-top: 16px;
}

.content_index {
    width: 100%;
    /* height: 1300px; */
    margin-bottom: 20px;
    background: url('https://qqdai-data.oss-cn-shenzhen.aliyuncs.com/temp/87d80ae7e96b9214e3d1ba51379d99b8.png');
}

.navlist_index {
    width: 1200px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    margin: -70px auto 0;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-around;
    border-radius: 5px;
}

.navlist_index div {
    height: 100%;
    width: 68px;
    /* background: red; */
    text-align: center;
    cursor: pointer;
}

.navlist_index div img {
    height: 46px;
    width: 46px;
    margin-top: 10px;
}

.navlist_index div .text {
    font-size: 16px;
    margin-top: 4px;
    color: #333333;
}

.navlist_index div .money_index {
    font-size: 20px;
    color: var(--color);
    margin-top: 4px;
}

.newsconsulting {
    width: 1200px;
    height: 484px;
    background: #fff;
    margin: 0 auto;
    padding-top: 40px;
}

.newsconsulting_left {
    height: 378px;
    width: 870px;
    /* background: lemonchiffon; */
    float: left;
}

.newsconsulting_left .title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
    border-left: 4px solid var(--color);
    padding-left: 14px;
}

.newsList {
    height: 320px;
    margin-top: 20px;
}

.newsList>img {
    height: 100%;
    width: 340px;
}

.newsList_inner {
    float: right;
    height: 320px;
    /* background: red; */
    width: 504px;
}

.newsList_inner .lists {
    height: 68px;
    width: 100%;
    /* background: lightblue; */
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}

.newslist3 {
    width: 340px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.over_tit {
    width: 100%;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.over_tit a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
}

.flex_news {
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    color: #6E6E6E;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.flex_news :first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 420px;
}

.newsconsulting_right {
    width: 284px;
    height: 378px;
    float: left;
    /* background: rosybrown; */
}

.news_right_tit {
    display: flex;
    justify-content: space-between;
    border-left: 4px solid var(--color);
    padding-left: 14px;
}

.news_right_tit .tit {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 30px;
}

.news_right_tit .more {
    font-size: 14px;
    line-height: 30px;
}

.news_right_tit .more span {
    color: #6E6E6E;
}

.news_right_tit .more img {
    width: 6px;
    height: 12px;
    margin-left: 6px;
    float: right;
    margin-top: 9px;
}

.titles_list {
    display: flex;
    height: 34px;
    width: 100%;
    background: #ECECEC;
    line-height: 34px;
    /* justify-content: space-around; */
    margin-top: 18px;
    font-size: 14px;
    color: #333333;
}

.titles_list p {
    width: 50%;
    text-align: center;
}

.lists_tit p {
    width: 50%;
    text-align: center;
}

.lists_tit {
    padding: 16px 0 14px 0;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
}

.img_switch {
    width: 1200px;
    height: 40px;
    background: #EEEEEE;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.04);
    opacity: 1;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    white-space: nowrap;
}

.img_switch p {
    cursor: pointer;
    width: 16.667%;
    /* background: red; */
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.img_switch .link {
    color: var(--color);
    border-top: 2px solid var(--color);
}

.imgs {
    width: 1200px;
    height: 570px;
    margin: 0 auto;
    position: relative;
}

.imgs>img {
    height: 100%;
    width: 100%;
}

.imgs>button {
    width: 127px;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px var(--color);
    opacity: 1;
    border-radius: 107px;
    outline: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

select {
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.swiper-option {
    /*用div的样式代替select的样式*/
    margin-bottom: 12px;
    width: 100%;
    height: 40px;
    /*border-radius: 5px;*/
    /*盒子阴影修饰作用,自己随意*/
    /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
}

.swiper-option select {
    /*清除select的边框样式*/
    border: none;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 100%;
    height: 40px;
    line-height: 40px;
    /*隐藏select的下拉图标*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*通过padding-left的值让文字居中*/
    padding-left: 20px;
}

/*使用伪类给select添加自己想用的图标*/

.swiper-option:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../img/sanjiao.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}

.advertisement-img {
    /* background-image: url("../img/advertisement.png"); */
    height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.advertisement-img .text {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 80px;
    margin-left: 60px;
}

.prve1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.prve1 .left {
    display: flex;
    align-items: center;
    border-bottom: solid;
    padding-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
}

.prve1 .left img {
    margin: auto 5px;
}

.prve1 .right {}

.prve1 .right a {
    margin-left: 12.5px;
    color: #6E6E6E;
    cursor: pointer;
    padding: 3px;
}

.prve1 .right a:hover {
    background-color: #952C24;
    color: #fff;
    /* padding: 2px 5px; */
}

.section1 {
    height: 304px;
    display: flex;
}

.section1 .zixun {
    display: flex;
    cursor: pointer;
    margin-bottom: 10px;
}

.section1>div {
    margin-left: 20px;
}

.section1>div:first-of-type {
    margin-left: 0;
    width: 323px;
    /* display: flex;
    flex-wrap: wrap; */
}

.section1>div:first-of-type img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.section1>div:first-of-type h3 {
    width: 240px;
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
}

.section1>div:first-of-type p {
    width: 240px;
    height: 44px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    opacity: 1;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section1>div:last-of-type p {
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #5A1B16;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section1>div:last-of-type p a{
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #5A1B16;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section1>div:last-of-type li {
    color: #5A1B16;
    list-style-type: disc;
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

.section1>div:last-of-type li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.section2 {
    overflow: hidden;
    margin-top: 30px;
    /* margin-bottom: 20px; */
    display: flex;
}

.section2 .middle-img {
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}

.section2 .middle-img .bg {
    width: 100%;
    height: 180px;
    background-position: center;
    border-radius: 10px;
    /* background-image: url(../img/menban2.png); */
}

.section2 .middle-img .bg:first-of-type {
    margin-bottom: 5px;
    /* background-image: url(../img/menban3.png); */
    /* padding: 20px 30px; */
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
}

.section2 .right-img {
    width: 570px;
    position: relative;
}

.section2 .right-img .bg {
    width: 100%;
    /* background-image: url(../img/menban1.png); */
    height: 364px;
    margin-left: 5px;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

.section2 .right-img .bg .txt{
    position: absolute;
    bottom: 0;
}

.section2 .right-img  p {
    position: absolute;
    width: 100%;
    padding-left: 21px;
    padding-right: 22px;
    box-sizing: border-box;
    bottom: 25px;
    line-height: 28px;
    font-size: 17px;
    color: #fff;
    left: 6px;
}

select.select {
    height: 100%;
}