.pageheader-navlist-child>a{
    color: #fff;
}
.pageheader-nav .tel{
    color: #fff;
}
.fixed .pageheader-nav .tel{
    color: #0056b3;
}
.fixed .pageheader-navlist-child>a{
    color:rgb(3,28,73);
}
.pageheader-nav .shopImg{
    display: none;
}
.fixed .pageheader-nav img{
    display: none;
}
.fixed .pageheader-nav .shopImg{
    display: block;
}
.banner {
    width: 100%;
    height: 760px;
    background: url(../../images/landinglive/video/topbg.png)no-repeat;
    background-size: 100% 100%;
    padding-top: 72px;

}

.bannerCont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.lunbo {
    width: 450px;
    overflow: hidden;
}

.bannerText {
    padding-left: 50px;
    padding-top: 50px;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    flex: 1;
}

.banner .swiper-slide img {
    width: 450px;
}

.bannerText h2 {
    font-size: 50px;
    font-weight: 900;
}

.bannerText h2 span {
    color: #ffff00;
}

.bannerText p span {
    color: #ffff00;
}

.bannerText .btnBox {
    display: flex;
    padding: 30px 0;
}

.btnBox div {
    margin-right: 20px;
    padding: 0 15px;
    line-height: 1.8;
    background: #5ac1ff;
    border-radius: 25px;
}

.characteristic {
    padding-top: 80px;
}

.characteristic>button {
    position: relative;
    height: 68px;
    line-height: 68px;
    padding: 0 34px;
    font-size: 30px;
    margin: 20px auto 0;
    display: block;
    background-image: linear-gradient(134deg, #FFB08C 10%, #FF7B7F 88%);
    color: #ffffff;
    border-radius: 60px;
    transition: .25s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    overflow: hidden;
    /* left: -197px; */
}

.characteristic>button:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: myfirst 5s linear infinite;
}

@keyframes myfirst {
    75% {
        transform: skewX(-45deg) translateX(0);
        transition: all 0.5s ease-in-out;
    }

    100% {
        transform: skewX(-45deg) translateX(35em);
        transition: all 0.5s ease-in-out;
    }
}

.characteristic>button:hover {
    transform: translateY(-10px)
}






/*************************** 短视频功能展示 **************************************/
.gongneng{
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding-top: 50px;
}
.gongneng .gongneng-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
	margin-top:65px;
}
.gongneng .gongneng-title span{
	color:#FA8B00;
}

.gongneng-content{
    width: 1200px;
    height: 774px;
    margin: 0 auto;
    position: relative;
}
.gongneng-lefts{
    width: 354px;
	position: relative;
	top: 30px;
	left: -1000px;
}
.gongneng-center{
	width: 492px;
	position: relative;
	bottom: -1000px;
}
.gongneng-right{
    width: 354px;
	position: absolute;
	right: -1000px;
	top: 30px;
}
.gongneng-content .left{
    float: left;
}
.gongneng-left{
    display: block;
    width: 327px;
	position: absolute;
	top: 12px;
	left: 83px;

}
.gongneng-left1{
    position: absolute;
	left: 70px;
    display: block;
    
}
.c-3-3-1{
    width: 352px;
    height: 108px;
	border: 1px solid #F1F1F1;
    border-radius: 20px;
}
.c-3-3-1:hover{
	width: 352px;
    height: 108px;
	color:#fff !important;
	background-color:#8C81FA;
	border: 1px solid #8C81FA;
    border-radius: 20px;

}
.c-3-3-1:hover .c-3-3-3{
	color:#fff !important;
}
.top3{
    margin-top: 30px;
}
.c-3-3-4{
    position: relative;
    top: 23px;
    left: 8px;
    width: 59px;
    display: block;
}

.c-3-3-4>img{
    
    width: 66px;
	height: 66px;
}

.c-3-3-5{
    position: relative;
    top:10px;
}

.c-3-3-2{
    position: relative;
    left: 81px;
    top: -42px;
    font-size: 20px;
}

.c-3-3-3{
    position: relative;
    left: 80px;
    top: -37px;
    font-size: 13px;
    width: 224px;
	color: #A2A2A2;
    line-height: 1.8;
}
.display{
    display: none;
}


/*------------------------------获取方案------------------------------*/
.hqfa {
    margin: 40px 0
}

.hqfa-main {
    display: flex;
    justify-content: center;
}

.hqfa-main .iptdiv {
    display: flex;
    height: 50px;
    width: 500px;
    border: 1px solid #80b2ff;
    padding: 0 0 0 20px;
    font-size: 18px;
    background-color: rgba(240, 242, 247, 1);
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.hqfa-main .iptdiv input {
    flex: 1;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
}

.hqfa-main .iptdiv img {
    width: 44px;
}

.hqfa-main>button {
    padding: 0 15px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #fff; 
    background-image: linear-gradient(-30deg, #6858ff, #6c5fe4);
    border-radius: 4px;
}

.hqfa-main>button:hover {
    background-image: linear-gradient(-30deg, #6f66c1, #6257c3);
}


/*----------获取方案的轮播开始----------*/
.hqfa-lunbo {
    width: 400px;
    padding: 10px 0;
    margin: 20px auto 0;
    background-color: #e5efff;
    border-radius: 8px;
}

.hqfa-lunbo>div {
    height: 180px;
    overflow: hidden;
}

.hqfa-lunbo .swiper-wrapper {
    transition-timing-function: linear !important
}

.hqfa-lunbo .swiper-slide {
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 20px;
}

.hqfa-lunbo .swiper-slide>p:first-child {
    display: flex;
    align-items: center;
}

.hqfa-lunbo .swiper-slide>p:first-child:before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("../../images/landing/tongzhi.png") center;
    background-size: cover;
}

.hqfa-lunbo .swiper-slide em {
    color: #6858ff
}


/*----------获取方案的人数开始----------*/
.hqfa .people-num {
    position: relative;
    width: fit-content;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
}

.hqfa .people-num em {
    position: relative;
    font-weight: bold;
    color: red
}

.hqfa .people-num em:nth-child(2) {
    position: absolute;
    top: 0;
    left: 40px;
    opacity: 1;
    animation: peoplenumanimation 1s linear infinite;
}

@keyframes peoplenumanimation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}

/*************************** 短视频特性 **************************************/
.block2{
	width: 100%;
	height: 518px;
	background-color: #f8f8f8;
	overflow: hidden;
    padding-top: 50px;
}

.block2_content{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.block2_content_con{
	width: 25%;
	float: left;
	text-align: center;
}

.block2_info{
	width: 238px;
	margin: 0 auto;
	cursor: pointer;
}
.block2_info_text1{
	margin-top: 28px;
	font-size: 20px;
	color:#6858ff;
}
.block2_info_text2{
	line-height: 28px;
	margin-top: 20px;
}
.block2_info img{
	height: 65px;
	transition: all 2s;
    display: inline-block;
}
.block2_info:hover img{
	transform: rotateY(360deg);
}

/*************************** 短视频案例展示 **************************************/
.block5{
	width: 100%;
    padding: 50px 0;
	overflow: hidden;
	background-color: #fff;
}

.block5-img{
	width: 100%;
	text-align: center;
    margin: 0 auto;
}
.block5-img img{
    display: inline-block;
    text-align: center;
}
/*************************** 短视频解决方案展示 **************************************/
.v_scene *{
    box-sizing: border-box;
}
.v_scene{
    width: 100%;
    height: 1050px;
    background: url('../../images/landinglive/video/fabg.png') #f8f8f8;
    background-size: 100% 100%;
	padding-top: 70px;
	overflow: hidden;
}
.v_scene .v_scene-title{
	font-family:simplified_form;
	font-size: 50px;
	text-align: center;
	margin-top:50px;
}
.v_scene .v_scene-title span{
	color:#FA8B00;
}

.v_scene-content{
    width: 1200px;
    height: 760px;
    margin: 0 auto;
    position: relative;
    top: 1050px;
}
.v_scene-content .swiper-container{
    padding-bottom:30px;
}
.v_scene-content .swiper-container .swiper-pagination-bullet{
    width:30px;
    height:5px;
    border-radius:5px;
    background:#FDFEFE;
}
.v_scene-content .swiper-container .swiper-pagination-bullet-active{
    background:#fff;
}

.v_scene_li{
    margin: auto;
    text-align: center;
    /* margin-top:50px ; */
    width:360px;
    border-radius:5px;
}
.v_scene_li .v_scene_li_img img{
    max-width:100%;
    display: inline-block;
}
.v_scene_li .swiper-slide img {
    width: 275px;
}
.v_scene_li .v_scene_li_bd{
    padding:10px 20px;
	text-align: center;
	color: #fff;
}
.v_scene_li .v_scene_li_bd .v_scene_li_bd_t{
    line-height: 50px;
	font-size: 22px;
	margin-top: 5px;
	
}
.v_scene_li .v_scene_li_bd .v_scene_li_bd_d{
    line-height: 30px;
}



















































































