.bg_top {
    width: 100%;
    /*height: 548px;*/
    background: url(../img/index_new/bg_top.jpg) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    /*background-size: cover;*/
}

.bg_top2 {
    width: 100%;
    height: 548px;
    background: url(../img/index_new/bg_top.jpg) no-repeat center center;
    /*display: flex;*/
    /*justify-content: center;*/
    background-size: cover;
}

.bg_dh {
    width: 100%;
    background: url(../img/index_new/bg_dh.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    /*background-size: cover;*/
}

.bg_dh2 {
    width: 100%;
    height: 756px;
    background: url(../img/index_new/bg_dh.png) no-repeat center center;
    background-size: cover;
}

.indexnew_header {
    height: 54px;
    background: rgba(0, 0, 0, 0.1);
}

.flex_space_between_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_space_between {
    display: flex;
    justify-content: space-between;
}

.login_register {
    width: 105px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #2B63C3;
    font-size: 14px;
    color: #2C64C3;
    font-weight: 500;
    margin-left: 24px;
}

.login_register a {
    font-size: 14px;
    color: #2C64C3;
    font-weight: 500;
}

.indexnew_name {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #093074;
    line-height: 40px;
    text-align: center;
    font-style: normal;
}

.indexnew_search {
    width: 640px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.indexnew_search input {
    padding-left: 16px;
    background: #fff;
    flex-grow: 1;
    border: none;
    height: 100%;
    border-radius: 4px 0 0 4px;
}

.indexnew_search_btn {
    cursor: pointer;
    width: 99px;
    height: 100%;
    background: #2C64C3;
    border-radius: 0px;
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.fc-093074 {
    color: #093074;
}

.indexnew_hot {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
}

.indexnew_hot_title {
    font-weight: 600;
    font-size: 14px;
    color: #093074;
}

.indexnew_menu_dh {
    width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.indexnew_menu_dh .dh_item_sel {
    height: 42px;
    line-height: 34px;
}

.indexnew_menu_dh .dh_item_sel a {
    font-weight: 600;
    font-size: 18px;
    color: #fff
}

.indexnew_menu_dh .dh_item_sel .dh_item_t {
    width: 100%;
    height: 4px;
}

.indexnew_menu_dh .dh_item_sel .dh_item_b {
    width: 100%;
    height: 4px;
    background: #fff
}

.indexnew_menu_dh .dh_item {
    height: 42px;
    line-height: 34px;
}

.indexnew_menu_dh .dh_item a {
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.indexnew_menu_dh .dh_item .dh_item_t {
    width: 100%;
    height: 4px;
}

.indexnew_menu_dh .dh_item .dh_item_b {
    width: 100%;
    height: 4px;
}

.indexnew_menu_dh .dh_item:hover .dh_item_b {
    width: 100%;
    height: 4px;
    background: #ffffff;
}

.indexnew_menu_dh .dh_item:hover a {
    font-weight: 600;
    font-size: 18px;
    color: #fff
}

.indexnew_top_carousel {
    width: 583px;
    height: 438px;
}

.indexnew_top_carousel_img {
    width: 583px;
    height: 438px;
}

.indexnew_top_carousel_ab {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.indexnew_top_carousel_text {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.indexnew_top_right {
    width: 585px;
    height: 438px;
}

.indexnew_top_right_dh {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.indexnew_top_right_dh_item_hand {
    height: 42px;
    line-height: 34px;
}

.indexnew_top_right_dh_item_hand a {
    font-weight: 600;
    font-size: 22px;
    color: #333333;
}

.indexnew_top_right_dh_item_hand .dh_item_t {
    width: 100%;
    height: 4px;
}

.indexnew_top_right_dh_item_hand .dh_item_b {
    width: 100%;
    height: 4px;
    background: #2C64C3;
}

.indexnew_top_right_dh_item_hand .dh_item_b .dh_item_b_zi {
    width: 20px;
    height: 100%;
    background: #BD1A2D;
}

.indexnew_top_right_dh_item {
    height: 42px;
    line-height: 34px;
}

.indexnew_top_right_dh_item a {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
}

.indexnew_top_right_dh_item .dh_item_t {
    width: 100%;
    height: 4px;
}

.indexnew_top_right_dh_item .dh_item_b {
    width: 100%;
    height: 4px;
}

.indexnew_top_right_dh_item .dh_item_b .dh_item_b_zi {
    width: 20px;
    height: 100%;
}

.indexnew_top_right_dh_item:hover .dh_item_b {
    width: 100%;
    height: 4px;
    background: #2C64C3;
}

.indexnew_top_right_dh_item:hover .dh_item_b .dh_item_b_zi {
    width: 20px;
    height: 100%;
    background: #BD1A2D;
}

.indexnew_top_right_footer {
    width: 100%;
    height: 396px;
}

.indexnew_top_right_footer_list {
    width: 100%;
    height: 100%;
    padding: 20px 5px 5px 5px;
    box-sizing: border-box;
}

.indexnew_top_right_footer_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.ml40 {
    margin-left: 40px;
}

.indexnew_top_footer_item_pre {
    width: 16px;
    height: 16px;
}

.indexnew_top_footer_item_pre_in {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3991F6
}

.flex_align_center {
    display: flex;
    align-items: center;
}

.indexnew_top_right_footer_list_item_title {
    max-width: 349px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indexnew_top_right_footer_list_item_new {
    margin-left: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #3991F6;
}

.indexnew_gys_hand {
    display: flex;
    align-items: center;
    width: 600px;
    height: 50px;
    cursor: pointer;
    background: linear-gradient(90deg, #2C64C3 0%, rgba(44, 100, 195, 0) 100%);
}

.indexnew_gys_hand .gys_title {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 24px;
}

.indexnew_gys_hand .gys_tip {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 12px;
    align-self: flex-end;
}

.indexnew_gys {
    display: flex;
    align-items: center;
    width: 600px;
    height: 50px;
    cursor: pointer;
}

.indexnew_gys:hover {
    display: flex;
    align-items: center;
    width: 600px;
    height: 50px;
    cursor: pointer;
    background: linear-gradient(90deg, #2C64C3 0%, rgba(44, 100, 195, 0) 100%);
}

.indexnew_gys .gys_title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    margin-left: 24px;
}

.indexnew_gys:hover .gys_title {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 24px;
}

.indexnew_gys .gys_tip {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin-left: 12px;
    align-self: flex-end;
}

.indexnew_gys:hover .gys_tip {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 12px;
    align-self: flex-end;
}

indexnew_gys_c_1 {
    width: 100%;
    height: 149px;
}

.indexnew_gys_c {
    width: 100%;
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.indexnew_gys_c_img {
    width: 56px;
    height: 56px;
}

.indexnew_gys_c .title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}

.indexnew_gys_c .tips {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.indexnew_gys_c .btn {
    cursor: pointer;
    margin-left: 10px;
    width: 104px;
    height: 30px;
    border-radius: 44px;
    border: 1px solid #2C64C3;
    font-weight: 500;
    font-size: 14px;
    color: #2C64C3;
}

.indexnew_gys_c .btn:hover {
    cursor: pointer;
    margin-left: 10px;
    width: 104px;
    height: 30px;
    background: #2C64C3;
    border-radius: 44px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.indexnew_gys_c .vline {
    height: 45px;
    border: 1px solid #CCCCCC;
}

.indexnew_trade_div {
    width: 100%;
    display: flex;
    cursor: pointer;
}

.indexnew_trade_name {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    position: relative;
}

.indexnew_trade_name_line {
    width: 100%;
    height: 4px;
    background: #2C64C3;
    position: absolute;
    left: 0px;
    top: 40px;
}

.indexnew_trade_name_line_in {
    width: 20px;
    height: 100%;
    background: #BD1A2D;
}

.indexnew_trade_tip {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    align-self: flex-end;
    margin-left: 8px;
}

.indexnew_trade_more {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    align-self: flex-end;
}

.indexnew_trade_list {
    margin-top: 36px;
    width: 100%;
    min-height: 158px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
}

.indexnew_trade_one {
    width: 130px;
    height: 50px;
    margin-top: 20px;
    cursor: pointer;
}

.indexnew_trade_one:hover a {
    color: #2C64C3;
}

.indexnew_trade_one_er {
    position: absolute;
    top: 49px;
    left: 0px;
    width: 1200px;
    z-index: 999;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

.indexnew_trade_one_er_list {
    margin: 20px;
    /*margin-left: 20px;*/
    /*margin-top: 20px;*/
    /*width: 100%;*/
    /*height: 421px;*/
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.indexnew_trade_one_er_one {
    display: flex;
    margin-top: 8px;
}


.indexnew_trade_one_er_third {
    margin-left: 20px;
    width: 963px;
    border-bottom: 1px dashed #E1E1E1;
    display: flex;
    flex-flow: row wrap;
}

.indexnew_trade_one_er_third a {
    display: block;
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.indexnew_trade_one_er_third a:hover {
    color: #2C64C3;
}

.indexnew_trade_one_er_right {
    position: absolute;
    top: 49px;
    right: 0px;
    width: 1200px;
    /*height: 460px;*/
    z-index: 999;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}

.indexnew_flex_center_center_row_img_gundong {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    /*height: 90px;*/
    overflow: hidden;
}

.indexnew_source_img {
    width: 190px;
    /*width: 120px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}

.indexnew_source_img img {
    width: 190px;
}

.indexnew_zhezhao {
    width: 190px;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 5px;
    border-radius: 4px;
    background: rgba(9, 118, 255, 0.9);
    opacity: 0.8;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}

.indexnew_zhezhao p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indexnew_webpage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.indexnew_webpage_one {
    width: 290px;
    background: #ffffff;
    border: 1px solid #EEEEEE;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.indexnew_webpage_one:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.indexnew_webpage_one_top {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
}

.indexnew_webpage_one_top_title {
    width: 270px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #4A515F;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indexnew_webpage_one_top_title a {
    display: block;
    width: 270px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    color: #4A515F;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indexnew_webpage_one_top_title a:hover {
    color: #2C64C3;
}

.mt36 {
    margin-top: 36px;
}

.fc-E3656F {
    color: #E3656F;;
}

.fc-2404 {
    color: #4A515F;
}

.indexnew_hangye {
    background: #E0EBFD;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #2C64C3;
    width: 100px;
    height: 22px;
}

.indexnew_one_bidrog {
    width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.indexnew_zxy_service_right_one_line {
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

.indexnew_djs {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
    justify-content: space-between;
}

.indexnew_djs_baoming {
    width: 60px;
    height: 22px;
    background: #E0EBFD;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #2C64C3;
}

.indexnew_endtype {
    font-weight: 400;
    font-size: 14px;
    color: #4A515F;
}

.indexnew_djs_time {
    width: 25px;
    height: 22px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-4A515F {
    background: #4A515F;
}

.indexnew_semzxy4_data_common {
    width: 585px;
    height: 352px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.indexnew_data_1 {
    width: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.indexnew_data_1_w {
    width: 242px;
}

.indexnew_data_1_item {
    width: 100%;
    height: 37px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.indexnew_data_1_square {
    width: 16px;
    height: 16px;
}

.bg-EB7E65 {
    background: #EB7E65;
}

.bg-73DEB3 {
    background: #73DEB3;
}

.bg-73A0FA {
    background: #73A0FA;
}

.bg-F7C739 {
    background: #F7C739;
}

.bg-FFD900 {
    background: #FFD900;
}

.bg-7585A2 {
    background: #7585A2;
}

.indexnew_data_1_w2 {
    width: 174px;
}

.indexnew_data_1_right_item {
    width: 174px;
    height: 69px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
}

.indexnew_semzxy4_pt_item {
    margin-bottom: 8px;
}

.indexnew_semzxy4_pt_common {
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.indexnew_semzxy4_pt1 {
    width: 480px;
    background: #EB7E65;
}

.indexnew_semzxy4_pt2 {
    width: 440px;
    background: #F7C739;
}

.indexnew_semzxy4_pt3 {
    width: 364px;
    background: #73A0FA;
}

.indexnew_semzxy4_pt4 {
    width: 299px;
    background: #3CCF93;
}

.indexnew_semzxy4_pt5 {
    width: 259px;
    background: #7585A2;
}

.indexnew_semzxy4_pt6 {
    width: 209px;
    background: #13C2C2;
}

.indexnew_semzxy4_pt_item {
    margin-bottom: 8px;
}

.indexnew_semzxy4_pm_common {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.indexnew_semzxy4_pm_item_text {
    width: 72px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bg-F6DFE1 {
    background: #F6DFE1;
}

.indexnew_semzxy4_c1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.indexnew_semzxy4_c1_right {
    width: 597px;
    height: 436px;
}

.indexnew_semzxy4_c1_right_top {
    display: flex;
    width: 100%;
    height: 54px;
}

.bg-E0EFFF {
    background: #E0EFFF;
}

.fc-3991F6 {
    color: #3991F6;
}

.bg-3991F6 {
    background: #3991F6;
}

.indexnew_semzxy4_c1_right_top_item {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.indexnew_semzxy4_c6_left {
    width: 595px;
    height: 369px;
}

.indexnew_semzxy4_c1_img {
    width: 583px;
    height: 436px;
}

.indexnew_semzxy4_c1_ab {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.indexnew_semzxy4_c1_text {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.indexnew_footer-left {
    display: flex;
    width: 756px;
    justify-content: space-between;
}


.indexnew_footer-left-sun p {
    margin-bottom: 14px;
}

.indexnew_footer-left-sun p > a {
    font-size: 16px;
    font-weight: bold;
}

.indexnew_footer-left-sun p > span {
    font-size: 16px;
    font-weight: bold;
}

.indexnew_footer-left-sun ul li {
    margin-bottom: 8px;
}

.indexnew_footer-right {
    width: 364px;
    display: flex;
    color: #333;
    flex-direction: column;
}

.indexnew_footer-right-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}

.indexnew_footer-right-suns {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.indexnew_footer-right-sun-ewm {
    margin-top: 8px;
}

.indexnew_footer-bottom-b {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 16px;
}

.indexnew_footer-bottom-b-one {
    width: 812px;
    display: flex;
    justify-content: space-between;
}

.indexnew_footer-bottom-b-one a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexnew_footer-bottom-b-two {
    width: 764px;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.indexnew_zxy_service_right_one_baoming {
    width: 60px;
    height: 22px;
    background: #E0EBFD;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #2C64C3;
}

.ml24 {
    margin-left: 24px;
}


.search_list_space_list_item_info {
    width: 100%;
    height: 28px;
    /*height: 30px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.search_list_space_list_item_info .rz_btn {
    width: 90%;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #2C64C3;
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #2C64C3;
    cursor: pointer;
}