/* 网络推广样式 */
/* 头部+banner */
.online_marketing_top{
    min-width: 1500px;
    height:700px;
    margin: 0 auto;
    background: linear-gradient(to right, #2F4CE3, #2D3DA4);
    position: relative;
}
.online_marketing_top::after{
    content:'';
    display: inline-block;
    width:100%;
    height:700px;
    background:url('../../css/images/wltg_bg.png') no-repeat center/cover;
    position: absolute;
    left:0;
    top:0;
}
.online_marketing_top .online_marketing_wrap{
    position: relative;
    z-index: 10;
}
.online_marketing_top .online_marketing_header{
    display: flex;
    width:1500px;
    align-items: center;
    justify-content: space-between;
    height:100px;
}
.online_marketing_tab .marketing_tab_item{
    margin-left:45px;
    font-size:16px;
    line-height:24px;
    color:#ffffff;
    position: relative;
    cursor: pointer;
}
.online_marketing_tab .marketing_tab_item.active::before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -6px;
}
.online_marketing_top .online_marketing_banner{
    display: flex;
    justify-content: space-between;
    height:452px;
    box-sizing: border-box;
    padding:0px 53px 0 40px;
}
.marketing_banner_hint{
    padding:182px 0 0 95px;
    font-size: 40px;
    font-weight: bold;
    line-height:51px;
    color:#FFFFFF;
    position: relative;
}
.marketing_banner_hint::before,
.marketing_banner_hint::after{
    content:'';
    display: inline-block;
    width:38px;
    height:33px;
    background:url('../../css/images/wltg_mark_icon.png') no-repeat center/cover;
    position: absolute;
    left: 0;
    top: 149px;
}
.marketing_banner_hint::after{
    left:unset;
    top:unset;
    right:-74px;
    transform: rotate(180deg);
}
.marketing_banner_hint p:last-child{
    margin-top:28px;
}
.marketing_banner_container{
    width:645px;
    height:452px;
    box-sizing: border-box;
    margin-top:58px;
    position: relative;
}
.marketing_banner_container::before{
    content:'';
    display: inline-block;
    width:285px;
    height:452px;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    background:#FF9E27;
    position: absolute;
    top:0;
    left:235px;
    z-index: 90;
}
.marketing_banner_container .marketing_banner_left{
    position: absolute;
    top:28px;
    left:0;
    z-index: 91;
}
.marketing_banner_container .marketing_banner_right{
    position: absolute;
    top:140px;
    left:300px;
    z-index: 99;
}

/* 具体内容 */
.online_marketing_content{
    background:#ffff;
    padding-bottom:93px;
}
.online_marketing_content .marketing_content_width{
    width:1200px;
    margin:0 auto;
    padding-top:60px;
}
.marketing_content_width .marketing_content_title{
    font-size:32px;
    font-weight: bold;
    text-align: center;
    color:#FF8C00;
}
.marketing_content_width .marketing_content_mintitle{
    margin-top:15px;
    font-size:16px;
    text-align: center;
    line-height:30px;
    color:#333333;
}
.marketing_content_width .marketing_content_mintitle.line_h20{
    line-height:20px !important;
}
.online_marketing_content .marketing_content_img{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.online_marketing_content .marketing_content_img img{
    width: 383px;
    height: 203px;
    margin-top: 44px;
}
.online_marketing_content .marketing_content_img img:not(:nth-child(3n)){
    margin-right:25px;
}
.protection_safeguard_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:440px;
    position: relative;
}
.protection_safeguard_item:not(:first-child){
    margin-top:120px;
}
.protection_safeguard_item .protection_safeguard_hint{
    height: 216px;
    margin: 88px 10px;
    box-sizing: content-box;
    align-items: center;
    display: flex;
    padding: 42px;
    position: relative;
    transition: all .3s;
    width: -moz-fit-content;
    width: fit-content;
}
.protection_safeguard_item .protection_safeguard_hint:hover{
    box-shadow: 0 12px 25px 0px rgba(185, 185, 185, 0.3);
    background: #ffffff;
    transition: all .3s;
    margin: 8px 0;
    padding: 52px;
}
.protection_safeguard_item.special_hint_item .protection_safeguard_hint{
    margin: 0 10px;
    position: relative;
    top: -36px;
    padding: 75px 42px;
}
.protection_safeguard_item.special_hint_item .protection_safeguard_hint:hover{
    margin: 0px 0px !important;
    padding: 85px 52px !important;
}
.safeguard_hint_container{
    box-sizing: border-box;
    position: relative;
}
.protection_safeguard_item .protection_safeguard_hint::before{
    content:'';
    display: inline-block;
    width:24px;
    height:24px;
    box-sizing: border-box;
    border-top:5px solid #FF9008;
    border-left: 5px solid #FF9008;
    position: absolute;
    top:0;
    left:0;
}
.protection_safeguard_item .protection_safeguard_hint::after{
    content:'';
    display: inline-block;
    width:24px;
    height:24px;
    box-sizing: border-box;
    border-bottom:5px solid #FF9008;
    border-right: 5px solid #FF9008;
    position: absolute;
    bottom:0;
    right:0;
}
.protection_safeguard_hint .safeguard_hint_title{
    font-size:26px;
    font-weight: bold;
    color:#FF8C00;
}
.protection_safeguard_hint .safeguard_hint_text{
    width:412px;
    margin-top:20px;
    font-size:16px;
    line-height: 30px;
    color:#333333;
}
/* 媒体宣传 */
.media_publicity_content{
    height:720px;
    min-width: 1500px;
    margin-top:120px;
    background:url('../../css/images/media_publicity_bg.png') no-repeat center/cover;
}
.media_publicity_content .media_publicity_hint{
    padding-top:182px;
    width:487px;
    text-align: left;
}
.media_publicity_hint .media_publicity_title{
    margin-bottom:30px;
    font-size:32px;
    font-weight: bold;
    line-height:30px;
    color:#333333;
}
.media_publicity_hint .media_publicity_text{
    font-size:16px;
    line-height:30px;
    color:#444444;
}
.media_publicity_content .media_publicity_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1189px;
    height: 238px;
    box-sizing: border-box;
    margin-top: 80px;
    padding: 50px 78px;
    border-radius: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}
.media_publicity_list .media_publicity_item{
    min-width: 96px;
}
.media_publicity_list .media_publicity_item.Youtube_item{
    min-width: 159px;
}
.media_publicity_list .media_publicity_item img{
    transition: all .1s;
}
.media_publicity_list .media_publicity_item:not(.Youtube_item):hover img{
    width:96px;
    height:96px;
    transition: all .1s;
}
.media_publicity_list .media_publicity_item.Youtube_item:hover img{
    width:158px;
    height:65px;
    transition: all .1s;
}
.media_publicity_list .media_publicity_item p{
    margin-top:12px;
    font-size:20px;
    line-height:30px;
    color:#898989;
}
/* 买家采购专场 */
.procurementSessionSwiper{
    width: 1200px;
    height: 450px;
    margin: 30px auto 0 auto;
}
.procurementSessionSwiper .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
}
.procurementSessionSwiper .swiper-slide-next{
    z-index: 99;
}
.procurementSessionSwiper .swiper-slide .procurement_session_img{
    position: relative;
    cursor: pointer;
}
.procurementSessionSwiper .swiper-slide .procurement_session_img img{
    width: 400px;
    height: 330px;
    border-radius: 5px;
    object-fit: cover;
}
.procurementSessionSwiper .swiper-slide .procurement_session_img::before{
    content:'';
    display: inline-block;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.5);
    position: absolute;
    left:0;
    top:0;
}
/* swiper显示效果 */
.procurementSessionSwiper .swiper-slide-active,
.procurementSessionSwiper .swiper-slide-duplicate-active{
    z-index: 100;
}
.procurementSessionSwiper .swiper-slide-active img,
.procurementSessionSwiper .swiper-slide-duplicate-active img{
    width: 648px !important;
    height: 418px !important;
    object-fit: unset !important;
    transition:all 0.3s ease;
    box-shadow: 0 5px 19px 0 rgba(106, 106, 106, 0.3);
}
.procurementSessionSwiper .swiper-slide-active .procurement_session_img::before,
.procurementSessionSwiper .swiper-slide-duplicate-active .procurement_session_img::before{
    display: none !important;
}