body {
    background-color: #fff;
}

.swiper-container1 {
    width: 100%;
    /* height: 550px; */
}

.swiper-container1 .swiper-slide .images {
    min-width: 1200px;
    width: 100%;
}

.normal_title {
    /* width:1090px; */
    text-align: center;
    font-size: 24px;
    color: #2256ad;
    position: relative;
    padding: 44px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.normal_title .normal_title-new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding-left: 24px;
}

.normal_title .normal_title-new::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 50px;
    background-color: #6e4493;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.normal_title .normal_title-new>p {
    font-size: 26px;
    color: #2a2a2a;
    font-weight: bold;
}

.normal_title .normal_title-new>span {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.normal_title_link {
    position: absolute;
    /* top: 50%; */
    right: 0;
    color: #6e4493;
    font-size: 16px;
    /* transform: translateY(-50%); */
    font-weight: lighter;
}

/* 第二个轮播 */
.swiper-container2 {
    width: 486px;
    height: 352px;
}

.swiper-container2 a {
    width: 100%;
    height: 100%;
}

.swiper-container2 .swiper-slide {
    position: relative;
}

.pagination2 .swiper-pagination-bullet,
.pagination3 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1 !important;
}

.pagination2 .swiper-pagination-bullet-active,
.pagination3 .swiper-pagination-bullet-active {
    background: #b93033;
}

.swiper2_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.news_div_container {
    width: 392px;
    margin-left: 15px;
}

.news_list {
    width: 100%;
    height: 88px;
    border-bottom: 1px dotted #d2d2d2;
}

.news_title {
    width: 70%;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #131313;
}

.news_title:hover {
    color: #6e4493;
}

.news_content {
    width: 100%;
}

.news_content,
.news_content span,
.news_content p {
    font-size: 14px !important;
    color: #515151;
}

/* 服务之窗 */
.service_win {
    width: 1160px;
    height: 252px;
    background: url('../images/index/service_win.png');
    background-size: 100% 100%;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
}

.service_win_item {
    width: 228px;
    height: 55px;
    color: #fff;
    margin: 10px 25px;
    background: #fff no-repeat 0 0 / 100% 100%;
}

.icon-hysq {
    background-image: url('../images/index/sy-icon1.png');
}

.icon-zzcx {
    background-image: url('../images/index/sy-icon2.png');
}

.icon-jbyd {
    background-image: url('../images/index/sy-icon3.png');
}

.icon-fxyj {
    background-image: url('../images/index/sy-icon4.png');
}

.icon-xzzx {
    background-image: url('../images/index/sy-icon5.png');
}

.icon-zbxt {
    background-image: url('../images/index/sy-icon6.png');
}

.icon-jyxy {
    background-image: url('../images/index/sy-icon7.png');
}

.news_div_container_2 {
    width: 1090px;
}

.trade_div {
    width: 517px;
}

.trade_title {
    font-size: 24px;
    color: #063d78;
    position: relative;
}

.trade_title a {
    position: absolute;
    top: 3px;
    right: 0;
    color: #666666;
    font-size: 16px;
}

.trade_title_piece_1 {
    width: 6px;
    height: 9px;
    background-color: #063d78;
    margin: 0 5px 0 14px;
}

.trade_title_piece_2 {
    width: 395px;
    height: 7px;
    background-color: #dddddd;
}

.swiper-container3 {
    width: 100%;
    height: 250px;
    margin-top: 20px !important;
}

.swiper-container3 a {
    width: 100%;
    height: 100%;
}

.trade_list {
    width: 100%;
    height: 54px;
    position: relative;
}

.trade_list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 8px;
    border-radius: 4px;
    width: 8px;
    background-color: #000;
}

.swiper-container4 {
    width: 88%;
    height: 375px;
}

.prev1,
.next1 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 44px;
    height: 88px;
    cursor: pointer;
    outline: none;
}

.prev1 {
    left: 0;
    background: url('../images/index/sy-zuo.png');
    background-size: 100% 100%;
}

.next1 {
    right: 0;
    background: url('../images/index/sy-you.png');
    background-size: 100% 100%;
}

.swiper4_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.swiper4_inner>div {
    width: 12.5%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 187px;
}

.swiper4_pic_div {
    width: 100%;
    height: 105px;
}

.swiper4_pic_div .images {
    max-width: 100%;
    max-height: 100%;
}

.select_container {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.select_container select {
    width: 150px;
    height: 38px;
    color: #666;
    text-align: center;
    text-align-last: center;
    vertical-align: middle;
    margin: 0 37px 20px 37px;
    position: relative;
    background-color: #fcfcfc;
}

.select_container select option {
    color: #666;
}

.info_popup {
    position: fixed;
    top: 160px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 681px;
    min-height: 340px;
    background-color: #6e4493;
    border-radius: 10px;
    opacity: 0.99;
    z-index: 99;
    color: #fff;
    padding-top: 70px;
    box-sizing: border-box;
    text-align: center;
    display: none;
}

.info_close {
    position: absolute;
    top: 27px;
    right: 37px;
    cursor: pointer;
}

.info_popup_title {
    width: 623px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto 20px;
}

.info_popup_content {
    width: 623px;
    line-height: 24px;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
}

/* 会员展示 */
.self_width {
    width: 95% !important;
    margin: 0 auto;
}

.select_wrapper {
    position: relative;
    width: 224px;
    padding: 0 37px 20px;
    box-sizing: border-box;
}

.select_val {
    position: relative;
    line-height: 38px;
    padding-left: 5px;
    padding-right: 15px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #d2d2d2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select_val::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    width: 15px;
    height: 8px;
    background: url('../images/index/sy-sousuoicon1.png');
}

.select_val.active::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 10px;
    width: 15px;
    height: 8px;
    transform: rotate(180deg);
    background: url('../images/index/sy-sousuoicon1.png');
}

.option_con {
    display: none;
    position: absolute;
    top: 42px;
    left: 37px;
    right: 37px;
    border: 1px solid #d2d2d2;
    background-color: #fcfcfc;
    z-index: 9;
}

.option_con div {
    line-height: 32px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.option_con div:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
}

/* 新增樣式 2022/07/14 */
.content_main {
    display: flex;
}

.content_main>div {
    flex-shrink: 0;
}

.new-normal_title {
    width: 312px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice a {
    display: flex;
    max-width: 312px;
    margin-bottom: 9px;
}

.notice:hover {
    cursor: pointer;
}

.notice:hover a .time {
    transform: scale(1.1);
    transition: 0.3s;
}

.notice:hover a .notice-title {
    color: #6e4493;
    font-weight: bold;
}

.notice a .time {
    background-color: #b93033;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 58px;
    height: 58px;
    margin-right: 14px;
    flex-shrink: 0;
    transition: 0.3s;
}

.notice a .time b {
    font-size: 20px;
    color: #fff;
}

.notice a .time p {
    font-size: 12px;
}

.notice a .notice-title {
    height: 20px;
    font-size: 16px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s;
    font-weight: bold;
}

.notice a .notice-title1 {
    height: 20px;
    font-size: 16px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s;
    font-weight: bold;
}

/* S 商会介绍 */
.introduce {
    background: #f4f4f4 url('/web/templates/images/index/home-bj1.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    /* padding-top: 16px; */
    height: 588px;
}

.introduce .introduce-content {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

.introduce .introduce-content .introduce-flex {
    display: flex;
    align-items: center;
}

.introduce .introduce-content .introduce-flex .introduce-logo {
    width: 306px;
    height: 306px;
    margin-right: 54px;
}

.introduce .introduce-content .introduce-flex .introduce-details {
    width: 532px;
    margin-right: 53px;
}

.introduce .introduce-content .introduce-flex .introduce-details b {
    font-size: 36px;
    color: #313131;
}

.introduce .introduce-content .introduce-flex .introduce-details p {
    font-size: 18px;
    color: #999;
    margin-top: 10px;
    margin-bottom: 30px;
}

.introduce .introduce-content .introduce-flex .introduce-details span {
    font-size: 16px;
    color: #333;
    text-align: justify;
    line-height: 26px;
    max-height: 178px;
    overflow: hidden;
    position: relative;
}

/* .introduce .introduce-content .introduce-flex .introduce-details .introduce-details-span::after {
    position: absolute;
    content: '...';
    background-color: #f4f4f4;
    right: 0;
    bottom: 0;
    width: 32px;
    padding-left: 2px;
} */

.introduce .introduce-content .introduce-flex .introduce-details .introduce-more {
    width: 194px;
    height: 48px;
    border: solid 1px #6e4493;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #6e4493;
    margin-top: 46px;
    cursor: pointer;
}


.introduce .introduce-content .introduce-flex .introduce-list>div {
    display: flex;
}

.introduce .introduce-content .introduce-flex .introduce-list>div:nth-of-type(1) {
    margin-bottom: 26px;
}

.introduce .introduce-content .introduce-flex .introduce-list .nav {
    width: 116px;
    height: 122px;
    background-image: linear-gradient(-41deg,
            #f6e0b5 0%,
            #fff1d9 100%);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;


}

.introduce .introduce-content .introduce-flex .introduce-list .nav:hover {
    transform: scale(1.1);
    transition: all 0.2s;
}

.introduce .introduce-content .introduce-flex .introduce-list .nav>img {
    width: 48px;
    height: 48px;
    transition: all 0.2s;
}

.introduce .introduce-content .introduce-flex .introduce-list .nav>p {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

/* E 商会介绍 */

/* S 会员风采 */
.mien-box {
    /* min-height: 600px; */
}

.mien-box .mien-content {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}

/* E 会员风采 */

/* S 企业风采 */
.firm-box {
    background: #f4f4f4 url('/web/templates/images/index/home-bj2.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 36px;
}

.firm-box .firm-content {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 10px;
}

.firm-box .firm-content .normal_title .tab {
    display: flex;
    align-items: center;

}

.firm-box .firm-content .normal_title .tab>div {
    font-size: 16px;
    color: #515151;
    box-sizing: border-box;
    padding: 0 20px;
    font-weight: normal !important;
}

.firm-box .firm-content .normal_title .tab>div:hover {
    cursor: pointer;
}

.firm-box .firm-content .normal_title .tab>div.active {
    color: #515151;
    font-weight: bold !important;
    position: relative;
}

.firm-box .firm-content .normal_title .tab>div.active::after {
    position: absolute;
    content: '';
    width: 66px;
    height: 2px;
    background-color: #6e4493;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.firm-box .firm-content .firm-list {
    display: flex;
    flex-wrap: wrap;
}

.firm-box .firm-content .firm-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 378px;
    transition: .2s;
    margin-bottom: 20px;
}

.firm-box .firm-content .firm-list .item:not(:nth-of-type(3n)) {
    margin-right: 33px;
}

.firm-box .firm-content .firm-list .item:hover p {
    color: #6e4493;
    background-color: #fff;
}

.firm-box .firm-content .firm-list .item:hover {
    transform: scale(1.04);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.firm-box .firm-content .firm-list .item>img {
    width: 100%;
    height: 214px;
}

.firm-box .firm-content .firm-list .item p {
    min-height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.firm-box .firm-content .firm-more {
    width: 194px;
    height: 48px;
    border: solid 1px #6e4493;
    font-size: 14px;
    color: #6e4493;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    margin: 15px auto 0;
}

/* E 企业风采 */


/* S 会员风采 */
#index-swiper {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#index-swiper .mySwiper {
    width: 278px;
    flex-shrink: 0;
}

#index-swiper .swiper {
    width: 1200px;
    overflow: hidden;
}

#index-swiper .qiye-item {
    width: 278px;
    height: 380px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    margin-right: 30px;
}

#index-swiper .qiye-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#index-swiper .qiye-item .qiye-content {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    padding: 13px 30px;
    position: absolute;
    top: 298px;
    color: #fff;
    transition: 0.6s;
}

#index-swiper .qiye-item:hover .qiye-content {
    top: 0;
    padding-top: 100px;
    height: 100%;
    transition: 0.6s;
}

#index-swiper .qiye-item .qiye-content>b {
    color: #fff;
    font-size: 24px;
}

#index-swiper .qiye-item .qiye-content>p {
    font-size: 16px;
    transition: 0.6s;
}

#index-swiper .qiye-item .qiye-content:hover>p {
    margin-top: 10px;
    transition: 0.6s;
    font-size: 20px;
}

#index-swiper .qiye-item .qiye-content>span {
    margin-top: 44px;
    font-size: 14px;
}

#index-swiper .qiye-item .qiye-content .qiye-more {
    background-color: #6e4493;
    color: #fff;
    width: 130px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    margin-top: 55px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 8px;
}

#index-swiper .qiye-item .qiye-content .qiye-more a{
    display: flex;
    align-items: center;
}

#index-swiper .qiye-item .qiye-content .qiye-more a img {
    width: 16px;
        height: 14px;
        margin-left: 7px;
}

#index-swiper .swiper-button-prev {
    background: url('../images/index/home-icon7.png') no-repeat;
    background-size: 100%;
    width: 20px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#index-swiper .swiper-button-next {
    background: url('../images/index/home-icon8.png') no-repeat;
    background-size: 100%;
    width: 20px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* E 会员风采 */

