body {
    background: #F8F9FC;
}
.content_box {
    padding-bottom: 80px;
}
.for_bottom_ad {
    padding-bottom: 100px;
}
.bannerTop_box {
    position: relative;
}
.bannerTop_box .swiper-slide .bg_img{
    height: 500px;
    width: 100%;
    /*background: url("../images/index/1-1_vf32463.jpg") no-repeat;*/
    background-repeat: no-repeat;
    background-position: center;
}
.bannerTop_box .pagination_box {
    position: absolute;
    width: 1260px;
    left: 50%;
    margin-left: -630px;
    bottom: 5px;
    z-index: 9;
}
.bannerTop_box .pagination_box .pagination{
    text-align: center;
}
.bannerTop_box .pagination_box .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 2.5px;
}
.bannerTop_box .pagination_box .swiper-pagination-bullet-active {
    background: #ffffff;
}
.common_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.common_flex>div {
    width: 615px;
}
.common_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.common_title p {
    font-weight: bold;
    font-size: 22px;
}
.common_title p span {
    font-size: 16px;
    color: #999999;
    margin-left: 14px;
    font-weight: normal;
}
.common_title a {
    font-size: 12px;
    color: #348FE2;
}
.player_box {
    position: relative;
    overflow: hidden;
}
.video_item {
    position: relative;
    display: none;
}
.video_item.active {
    display: block;
}
.video_item a {
    position: absolute;
    left: 8px;
    top: 3px;
    color: #ffffff;
    display: inline-block;
    max-width: 290px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 9;
}
.video_item video {
    display: block;
}
.player_box .video_list {
    position: absolute;
    top: 2px;
    right: -109px;
    width: 110px;
    height: 265px;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    padding: 5px;
    transition: right .3s linear;
}
.player_box .video_list.show {
    right: 2px;
}
.player_box .video_list .show_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    background: rgba(0,0,0,.5);
    height: 50px;
    left: -18px;
}
.player_box .video_list .show_btn div {
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}
.player_box .video_list .show_btn div i {
    font-size: 12px;
}
.player_box .swiper-container {
    height: 235px;
}
.player_box .swiper-slide {
    height: 78px;
}
.player_box .swiper-slide img {
    width: 100px;
    height: 56px;
    border-radius: 5px;
}
.player_box .swiper-slide.choose img {
    border: 1px solid #D51a1c;
}
.player_box .swiper-slide p {
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.paginationBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.paginationBox div {
    width: 40px;
    height: 15px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    line-height: 13px;
    margin: 0 3px;
}
.paginationBox div.swiper-button-disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.paginationBox div i {
    font-size: 12px;
}
.inquiry_box {
    width: 615px;
    z-index: 9;
}
.inquiry_box .table {
    width: 100%;
    background: #ffffff;
    padding: 10px 7.5px;
    border: 1px solid #F1F1F1;
}
.inquiry_box table {
    width: 100%;
    text-align: left;
}
.inquiry_box table thead tr {
    height: 25px;
    background: #EEF1F6;
    color: #5D77A8;
}
.inquiry_box table tbody tr {
    height: 50px;
}
.inquiry_box table thead tr th,
.inquiry_box table tbody tr td {
    padding: 0 6px;
}
.inquiry_box table tbody tr td p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inquiry_box table tbody tr td.name p {
    width: 240px;
}
.inquiry_box table tbody tr td.num p{
    width: 75px;
}
.inquiry_box table tbody tr td.country p{
    width: 75px;
}
.inquiry_box table tbody tr td a {
    color: #1470cc;
}
.inquiry_box table tbody tr td a:hover {
    text-decoration: underline;
}
.inquiry_box .more_btn {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    margin-top: 15px;
}
.inquiry_box .more_btn a {
    width: 150px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    position: absolute;
    font-size: 14px;
    background: #D51A1C;
    color: #ffffff;
}
.inquiry_box .more_btn a:hover {
    background: #B81C22;
}

.supplier_box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #F1F1F1;
}
.supplier_box .items {
    width: 204px;
    height: 100px;
    position: relative;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: #ffffff;
}
.supplier_box .items:nth-child(3n) {
    border-right: none;
}
.supplier_box .items .img_box {
    width: 204px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}
.supplier_box .items .img_box img {
    max-height: 50px;
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.supplier_box .items:hover p {
    display: block;
}
.supplier_box .items p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    display: none;
}
.supplier_box .items p a {
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 10px;
    transform: translateY(-50%);
    color: #ffffff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.ad_box {
    margin-top: 40px;
}
.ad_box img {
    height: 100px;
    width: 1260px;
    display: block;
}
.market {
    margin-top: 30px;
}
.market .flex {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
.market .flex_item {
    display: flex;
}
.market .flex_item .img_box {
    width: 250px;
    height: 300px;
    position: relative;
}
.market .flex_item .img_box .cate {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 45px;
    left: 30px;
}
.market .flex_item .img_box a {
    font-size: 12px;
    position: absolute;
    top: 90px;
    left: 30px;
}
.market .color1 {
    color: #98A992;
}
.market .color2 {
    color: #C16240;
}
.market .color3 {
    color: #BE5E00;
}
.market .color4 {
    color: #217289;
}
.market .flex_item .detail {
    width: 365px;
    background: #ffffff;
    padding: 40px 20px;
}
.market .flex_item .title {
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.market .flex_item .cont {
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 35px;
}
.market .flex_item .detail a {
    color: #348FE2;
}
.last_part_item .img_box {
    width: 615px;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.last_part_item .img_box img {
    height: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.last_part_item .img_box p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.6);
    padding: 0 10px;
    width: 100%;
}
.last_part_item .img_box p a {
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header_top_banner_box {
    position: relative;
}
.header_top_banner_box .bg_box{
    height: 70px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.header_top_banner_box span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 600px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.header_top_banner_box span i {
    font-size: 12px;
    color: #2f3b4e;
}

.foot_bottom_banner_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.foot_bottom_banner_box .bg_box{
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.foot_bottom_banner_box span {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 600px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.foot_bottom_banner_box span i {
    font-size: 12px;
    color: #2f3b4e;
}
