.main .banner {
    height: 699.9936px;
}

.main .banner img {
    width: 100%;
    height: 699.9936px;
}

.main .arrow {
    height: 58.0032px;
    line-height: 58.0032px;
    text-align: center;
    color: #fff;
    font-size: 25.9968px;
    background-color: #b9202f;
}

.main .intro {
    display: flex;
    height: 505px;
    justify-content: flex-start;
    align-items: flex-end;
}

.main .intro .left img {
    height: 400px;
    margin-left: 180px;
}

.main .intro .center {
    flex: 1;
}

.main .intro .center .title {
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #b0061a;
    text-align: left;
    margin-top: -60px;
}

.main .intro .center .content {
    padding: 52px 20px 53px;
    background: url(../../img/union_center_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-left: -240px;
    height: 321px;
}

.main .intro .center .content .content_detail {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888;
    line-height: 40px;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.main .intro .right {
    width: 100px;
    height: 145px;
    background: #D1261E;
}

.main .union_new {
    /*height: 800px;*/
    padding-top: 140px;
    background-color: #fff;
}

.main .union_new .top {
    width: 420.9984px;
    height: 92.0064px;
    margin: 0 auto;
}

.main .union_new .top .en {
    height: 28px;
    font-size: 28px;
    text-align: center;
    white-space: nowrap;
}

.main .union_new .line {
    width: 110px;
    height: 2px;
    background: #D1261E;
    margin: 18px auto 0;
}

.main .union_new .top .zh {
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    margin-top: 14px;
}

.main .union_new .tab {
    width: 1200px;
    height: 24px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

.main .union_new .tab ul {
    float: right;
}

.main .union_new .tab ul li {
    float: left;
}

.main .union_new .tab ul li {
    border-right: 0.9984px solid #222;
}

.main .union_new .tab ul li a {
    padding: 0 27.9936px;
}

.main .union_new .tab ul li .active {
    color: #d1261e;
}

.main .union_new .tab ul li:nth-child(3) a {
    padding-right: 0;
}

.main .union_new .tab > a {
    margin-left: 28px;
    font-size: 16px;
}

.main .union_new .list {
    width: 1203.9936px;
    /*height: 368.0064px;*/
    margin: 37.9968px auto 0;
}

.main .union_new .list table tr {
    width: 1203.9936px;
    height: 132px;
    padding-bottom: 25.9968px;
}

.main .union_new .list table tr td {
    width: 564px;
    height: 109.9968px;
    float: left;
}

.main .union_new .list table tr td:nth-child(2n) {
    margin-left: 75.9936px;
}

.main .union_new .list table tr td .left {
    float: left;
    width: 104.0064px;
    height: 109.9968px;
    padding-top: 18.0096px;
    padding-left: 13.9968px;
    border: 3.9936px solid #E6E6E6;
}

.active_new:hover {
    position: relative;
    top: -10.0032px;
}

.active_new .left_active {
    color: #fff;
    background-color: #BC1D25;
    border-color: #BC1D25 !important;
}

.main .union_new .list table tr td .left .day {
    font-size: 27.9936px;
    text-align: center;
}

.main .union_new .list table tr td .left .year_month {
    font-size: 18.0096px;
    text-align: center;
}

.main .union_new .list table tr td .right {
    position: relative;
    float: left;
    width: 459.9936px;
    height: 102.0096px;
    margin-top: 4.992px;
    border-top: 0.9984px solid #E6E6E6;
    border-bottom: 0.9984px solid #E6E6E6;
    border-right: 0.9984px solid #E6E6E6;
    padding-top: 14.9952px;
    padding-left: 27.9936px;
}

.active_new:hover .right {
    height: 109.9968px !important;
    margin-top: 0 !important;
}

.main .union_new .list table tr td .right .title {
    width: 84%;
    font-size: 15.9936px;
    color: #000000;

    /* 显示一行 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.active_new:hover .right .title {
    color: #BC1D25 !important;
}

.main .union_new .list table tr td .right .description {
    width: 357.0048px;
    height: 36px;
    font-size: 14px;
    line-height: 18px;
    color: #888888;
    margin-top: 15px;
    padding-left: 4px;

    /* 显示两行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.active_new:hover .right .description {
    width: 357.0048px;
    height: 36px;
    color: #BC1D25 !important;
    margin-top: 15.9936px;

    font-size: 13.9968px;
    padding-left: 3.9936px;

    /* 显示两行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.main .union_new .list table tr td .right img {
    position: absolute;
    top: 60px;
    right: 20.0064px;
}

.main .union_new .list table tr td .right_active .title {
    color: #BC1D25;
    border-color: #BC1D25 !important;
}

.main .union_new .list table tr td .right_active .description {
    color: #BC1D25;
    border-color: #BC1D25 !important;
}


.active_new:hover .left {
    color: #fff;
    background-color: #BC1D25;
    border-color: #BC1D25 !important;
}

.main .ip_service {
    height: 816px;
    background-color: #F8F9F6;
}

.main .ip_service .top {
    padding-top: 30px;
}

.main .ip_service .zh {
    font-size: 28px;
    text-align: center;
}

.main .ip_service .en {
    font-size: 16px;
    text-align: center;
    margin-top: 26px;
}

.main .ip_service .tab {
    position: relative;
    width: 715px;
    height: 42px;
    font-size: 16px;
    margin: 32px auto 0;
}

.main .ip_service .tab ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.main .ip_service .tab ul li {
    width: 131.0016px;
    height: 42.0096px;
    margin-left: 14.9952px;
    padding-top: 11.0016px;
    text-align: center;
    background-color: #fff;
}

.main .ip_service .tab ul a .active_ip {
    background-color: #b0061a;
    color: #fff;
}

.main .ip_service .tab ul li:hover {
    background-color: #b0061a;
}

.main .ip_service .tab ul a li:hover {
    color: #fff;
}

.main .ip_service .tab .more {
    position: absolute;
    right: -200px;
    top: 10px;
    font-size: 16px;
}

.main .ip_service .list {
    position: relative;
    width: 100%;
    margin-top: 37.9968px;
}

.main .ip_service .list .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    min-height: 420px;
}

.main .ip_service .list .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 50px;
    border: 1px solid #f2f2f2;
    height: 420px;
}

.main .ip_service .list .swiper-slide a {
    width: 100%;
}

.main .ip_service .list .swiper-slide .avatar {
    width: 100%;
    text-align: center;
}


.main .ip_service .list .swiper-slide .avatar img {
    width: 100%;
    height: 310px;
}

.main .ip_service .list .swiper-slide .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main .ip_service .list .swiper-slide .content .title {
    width: 85%;
    height: 28px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #323232;
    line-height: 39px;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .ip_service .list .swiper-slide .content .type {
    width: 115px;
    padding: 5px 15px;
    color: #c60a21;
    border: 1px solid #B0061A;
    border-radius: 20px;
}

.main .ip_service .list .swiper-slide .ip_window {
    position: absolute;
    width: 100%;
    color: #fff;
    background-color: #b0061a;
    text-align: center;
    bottom: 0px;
    right: 0px;
    display: none;
    opacity: .9;
}

.main .ip_service .list .swiper-slide:hover .ip_window {
    display: block;
}

.main .ip_service .list .swiper-slide .ip_window .ip_window_border {
    margin: 5px;
    border: 1px solid #fff;
    padding: 20px 0;
}

.main .ip_service .list .swiper-slide .ip_window .ip_window_border .title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 39px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.main .ip_service .list .swiper-slide .ip_window .ip_window_border .company {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.main .ip_service .list .swiper-slide .ip_window .ip_window_border .add_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    margin: auto auto 10px;
}

.main .ip_service .page {
    width: 130px;
    height: 52px;
    border: 1px solid #db0100;
    margin: 32px auto 0;
    display: flex;
}

.main .ip_service .page .swiper_ip_left {
    width: 64px;
    height: 49px;
    background-color: #fff;
}

.main .ip_service .page .swiper_ip_right {
    width: 64px;
    height: 50px;
    background-color: #B0061A;
}

.main .ip_service .page img {
    width: 25.9968px;
    height: 20.0064px;
    margin-top: 15.9936px;
    margin-left: 20.0064px;
}

/* 会员单位 */
.main .member {
    padding-top: 100px;
}

.main .member .en {
    height: 28px;
    font-size: 28px;
    text-align: center;
}

.main .member .line {
    width: 112px;
    height: 2px;
    background-color: #BC1D25;
    margin: 20px auto 0;
}

.main .member .zh {
    height: 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 14px;
}

.main .member .tab {
    width: 1022px;
    height: 22px;
    margin: 56px auto 0;
}

.main .member .tab ul {
    width: 352.992px;
    height: 22.0032px;
    margin: 56.0064px auto 0;
}

.main .member .tab ul li {
    height: 22.0032px;
    float: left;
    border-right: 0.9984px solid #222;
}

.main .member .tab ul li:nth-child(3) {
    border: none;
}

.main .member .tab ul a li {
    font-size: 18.0096px;
    padding: 0 18.0096px;
}

.active_member {
    color: #a80d15;
}

.main .member .tab > a {
    display: inline-block;
    float: right;
    margin-right: 18px;
    margin-top: -22px;
    font-size: 16px;
}

.main .member .list {
    position: relative;
    width: 1020px;
    height: 330px;
    margin: 60px auto 0;
}

.main .member .list .swiper-slide {
    height: 330px;
    padding-right: 22.0032px;
}

.main .member .list .swiper-slide .content {
    height: 360px;
    padding-top: 36px;
    background-color: #F3F4F8;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.main .member .list .swiper-slide .content .avatar img {
    width: 142px;
    height: 142px;
    background-color: #fff;
    border-radius: 50%;
}

.main .member .list .swiper-slide .title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #bc1d25;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 30px;
    text-align: center;
    margin-top: 20px;
}

.member .list .swiper-wrapper .active .content {
    background-color: #bc1d25;
}

.main .member .list .swiper-wrapper .active .content .title {
    color: #fff;
}

.member .list .swiper-wrapper-update .active .content {
    background-color: #bc1d25;
}

.main .member .list .swiper-wrapper-update .active .content .title {
    color: #fff;
}

.main .member .list .swiper-slide .description {
    width: 168px;
    height: 13.9968px;
    font-size: 12px;
    color: #727272;
    text-align: center;
    margin: 14.9952px auto 0;

    /* 120px */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;

    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}

.main .member .list .swiper-slide .detail {
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #bc1d25;
    background-color: #F3F4F8;
    border: 1px solid #bc1d25;
    display: block;
    margin-top: 20px;
}

.main .member .list .swiper-wrapper .active .content .detail {
    color: #fff;
    background-color: #bc1d25;
    border: 1px solid #fff;
}

.main .member .list #swiper-wrapper-member-update .active .content .detail {
    color: #fff;
    background-color: #bc1d25;
    border: 1px solid #fff;
}

.main .member .list .swiper-button-prev {
    position: absolute;
    top: 166.0032px;
    left: -64.992px;
}

.main .member .list .swiper-button-next {
    position: absolute;
    top: 166.0032px;
    right: -55.008px;
}

.main .member .list .swiper-button-prev::after,
.main .member .list .swiper-button-next::after {
    content: "";
}

.main .member .last-row {
    height: 336px;
    background: url("../../img/service_member_bg.png");
}


/*交易系统*/
.trading_system {
    width: 100%;
    height: 884px;
    padding-top: 60px;
    /*background: url(../img/trading_system.png);*/
    background-color: #f8f9f6;
}

.trading_system .title {
    width: 188.0064px;
    height: 90.0096px;
    text-align: center;
    margin: 0 auto;
}

.trading_system .title img {
    width: 72px;
    height: 34.0032px;
    margin-top: -18.0096px;
}

.trading_system .title p:nth-child(1) {
    font-size: 30.0096px;
}

.trading_system .title p:nth-child(1) span {
    margin-left: -37.9968px;
}

.trading_system .title p:nth-child(2) {
    font-size: 13.9968px;
    margin-top: 18.0096px;
}

.trading_system .title p:nth-child(3) {
    width: 69.0048px;
    height: 3.9936px;
    background-color: #fff;
    margin: 12px auto 0;
}

.trading_system .bd {
    width: 1272px;
    height: 620.0064px;
    margin: 12px auto 0;
    background-color: #fff;
}

.trading_system .bd .tab {
    height: 80.0064px;
    padding-top: 60px;
}

.trading_system .bd .tab ul {
    float: right;
    margin-right: 10.0032px;
}

.trading_system .bd .tab ul li {
    float: left;
    font-size: 20.0064px;
}

.trading_system .bd .tab ul li .active {
    color: #a80d15;
}

.trading_system .bd .tab ul li a {
    padding: 0 30.0096px;
    font-size: 18px;
}

.trading_system .list {
    width: 1200px;
    height: 466.0032px;
    margin: 26.9952px auto;
}

.trading_system .list table {
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
    white-space: nowrap;
}

.trading_system .list table tr:nth-child(2n + 1) {
    background-color: #e8edf6;
}

.trading_system .list table tr th {
    text-align: center;
    height: 75.9936px;
    font-size: 22.0032px;
    /* padding: 0 0.3125rem; */
}

.trading_system .list table tr th:nth-child(1) {
    padding: 0 120px;
}

.trading_system .list table tr th:nth-child(2) {
    padding: 0 120px;
}

.trading_system .list table tr th:nth-child(3) {
    padding: 0 120px;
}

.trading_system .list table tr th:nth-child(4) {
    padding: 0 82.0032px;
}


.trading_system .list table tr td {
    height: 79.008px;
    font-size: 18.0096px;
    text-align: center;
}