@charset "utf-8";
/*直播点播宣传页面-wukai-2017-11-17*/
.w40{
    width: 40%;
}
.w60{
    width: 60%;
}
.odd_space{
    margin-right: 344px;
}

.live__wrapper{
    margin: 0 auto;
}
.live__odd--bg {
    background-color: #fff;
}
.live__even--bg {
    background-color: #edf2f7;
}
.live__introduce--item {
    display: flex;
    display: -webkit-flex;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    align-items: center;
    overflow: hidden;
   
}
.introduce__left {
    float: left;
}
.introduce__right {
    float: left; 
    text-align: right;
}
.introduce__title {
    margin: 0 0 23px 0;
    font-size: 50px;
}
.icon__circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #0090e9;
    vertical-align: middle;
    margin-right: 11px;
    margin-top: -10px;
}
.introduce__subtitle {
    font-size: 40px;
    color: #0090e9;
}
.introduce__des {
    font-size: 26px;
    color: #999;
    margin-left: 20px;
}
.live__slogan--img {
    width: 100%;
    margin: 0 auto;
}

.live__slogan {
    position: relative;
    text-align: center;
}
.live__btn--wrapper {
    position: absolute;
    left: 50%;
    bottom: 8%;
    margin-left: -272px;
}
.live__btn--publish {
    display: inline-block;
    width: 170px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border-radius: 50px;
    background: -ms-linear-gradient(top, #ff7d06, #f6921d); /* IE 10 */
    background: -moz-linear-gradient(top,#ff7d06, #f6921d); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7d06), to(#f6921d)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #ff7d06, #f6921d); /*Safari5.1 Chrome 10+*/
}
.live__btn--publish:hover,
.live__btn--publish:focus{
    text-decoration: none;
    color: #fff;
    background: -ms-linear-gradient(top, #c4c4c4, #999999); /* IE 10 */
    background: -moz-linear-gradient(top,#c4c4c4, #999999); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c4c4c4), to(#999999)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #c4c4c4, #999999); /*Safari5.1 Chrome 10+*/

}
.live__btn--list {
    display: inline-block;
    width: 170px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    border-radius: 50px;
    background: -ms-linear-gradient(top, #0060ff, #002fff); /* IE 10 */
    background: -moz-linear-gradient(top,#0060ff, #002fff); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0060ff), to(#002fff)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #0060ff, #002fff); /*Safari5.1 Chrome 10+*/
    margin-left: 138px;
}
.live__btn--list:hover,
.live__btn--list:focus{
    text-decoration: none;
    color: #fff;
    background: -ms-linear-gradient(top, #4286fd, #325aff); /* IE 10 */
    background: -moz-linear-gradient(top,#4286fd, #325aff); /*ç«ç‹*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4286fd), to(#325aff)); /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #4286fd, #325aff); /*Safari5.1 Chrome 10+*/
}


.introduce__img1 {
    margin-right: 90px;
}
.introduce__img2 {
    width: 100%;
}
.introduce__img3 {
    margin-right: 48px;
}
.introduce__img4 {
    margin-left: 90px;
   
}
.introduce__img5 {
    margin-right: 32px;
}
/* .introduce__img6 {
 
} */
.introduce__img7 {
    margin-right: 46px;
}
.introduce__img8 {
    margin-left: 33px;
    width: 100%;
}
.introduce__img9 {
    margin-right: 77px;
}
.introduce__img10 {
    margin-right: 100px;
    width: 50%;
}


/*直播点播宣传页面-zhangcheng-2020-11-17*/
.live_introduce_body {
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    margin-top: 82px;
}
.live_introduce_box {
    width: 1260px;
    background-color: #FFFFFF;
}
.live_banner_box {
    width: 100%;
    height: 400px;
    position: relative;
}
.live_banner_bg {
    width: 100%;
    height: 400px;
}
.live_banner_slogan {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.live_banner_title {
    width: 100%;
    height: 40px;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 100px;
    margin-bottom: 0;
    text-align: center;
}
.live_banner_words {
    width: 612px;
    height: 80px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.live_banner_btn {
    width: 100%;
    height: 48px;
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.live_banner_btn button {
    width: 180px;
    height: 48px;  
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    border-radius: 2px;
    border: none;
    margin: 0 50px;
    outline: none;
}
.live_banner_buttonbule {
    background-color: #0099E9;
}
.live_banner_buttonbule:hover {
    background-color: rgb(0,170,233);
}
.live_banner_buttonGreen {
    background-color: #2DC790;
}
.live_banner_buttonGreen:hover {
    background-color: rgb(45,210,144);
}
.live_feature_box {
    width: 100%;
    padding-top: 50px;
}
.live_feature_title {
    text-align: center;
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 0;
}
.live_feature_ul {
    width: 100%;
    margin-top: 30px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}
.live_feature_ul li {
    width: 1080px;
    height: 240px;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.live_feature_item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
.live_feature_li_title {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
}
.live_feature_li_words {
    margin-top: 20px;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}
.live_feature_img {
    width: 540px;
    height: 240px;
}
#live_feature_secede .live_feature_item {
    padding-right: 73px;
}
.live_function {
    width: 100%;
    height: 570px;
    margin-top: 50px;
    background-color: #FBFBFB;
    padding-top: 40px;
    padding-bottom: 30px;
}
.live_function_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    text-align: center;
}
.live_function_ul {
    width: 100%;
    height: 450px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.live_function_item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 540px;
    height: 150px;
    border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.live_function_item:nth-child(2n) {
    border-right: none;
}
.live_function_item:nth-child(5) {
    border-bottom: none;
}
.live_function_item:last-child {
    border-bottom: none;
}
.live_function_img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.live_function_itme_box {
    width: 400px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
.live_function_itme_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}
.live_function_itme_words {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}
.live_scene {
    width: 100%;
    padding-top: 50px;
}
.live_scene_title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    text-align: center;
}
.live_scene_ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 47px;
}
.live_scene_item {
    width: 260px;
    height: 320px;
    margin: 0 7px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 2px 20px rgba(102, 102, 102, 0.1);
}
.live_scene_img {
    width: 100%;
    height: 170px;
    position: relative;
}
.live_scene_img img {
    width: 100%;
    height: 100%;
}
.live_scene_img p {
    top: 50%;
    margin-top: -14px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}
.live_scene_words {
    width: 235px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
}