.xcxlive_wrapper{
    width: 100%;
    height: 100%;
}

/* banner */
.xcxlive_wrapper .banner_main{
    background: url(../images/banner.png) no-repeat center/cover;
	height: 420px;
}
/* banner */

/* sec1 */
.xcxlive_sec1{
    width: 100%;
    padding: 96px 0 216px;
    box-sizing: border-box;
    background: url(../images/sec1_bg.png) no-repeat center/cover;
}
.xcxlive_sec1 .xcxlive_sec1_box{
    width: 510px;
    margin-top: 128px;
}
.xcxlive_sec1_box>p{
    font-size: 20px;
    color: #333;
    line-height: 55px;
}
/* sec1 */

/* sec2 */
.xcxlive_sec2{
    width: 100%;
    padding: 80px 0 94px;
    box-sizing: border-box;
}
.xcxlive_sec2 .xcxlive_sec2_box{
    margin-top: 122px;
}
.xcxlive_sec2_box>div{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.xcxlive_sec2_box>div:last-child{
    margin-bottom: 0;
}
.sec2_box_li>div{
    margin-right: 13%;
}
.sec2_box_li>div:last-child{
    margin-right: 0;
}
.sec2_box_li>div.sec2_li_img{
    width: 40%;
    text-align: center;
}
.sec2_box_li>div.sec2_li_txt{
    width: 47%;
}
.sec2_li_txt>h6{
    font-size: 22px;
    color: #333;
    line-height: 44px;
    margin-bottom: 14px;
}
.sec2_li_txt>h6>span{
    display: inline-block;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-right: 6px;
    background-color: #86afff;
    border-radius: 50%;
}
.sec2_li_txt>p{
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin-bottom: 26px;
}
.sec2_li_txt .btns>a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #86afff;
    background-color: #86afff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec2_li_txt .btns>a:hover{
    color: #86afff;
    background-color: transparent;
}
.sec2_li_txt .btns>a.J_ConsultWfx{
    color: #333;
    background-color: transparent;
    border-color: #d2d2d2;
    margin-left: 20px;
}
.sec2_li_txt .btns>a.J_ConsultWfx:hover{
    background-color: #d2d2d2;
}
/* sec2 */

/* sec3 */
.xcxlive_sec3{
    width: 100%;
    padding: 78px 0 86px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.xcxlive_sec3 .xcxlive_sec3_box{
    margin-top: 86px;
    overflow: hidden;
}
.xcxlive_sec3_box>li{
    font-size: 22px;
    color: #333;
    float: left;
    width: 32%;
    padding: 22px 25px;
    margin-right: 2%;
    margin-bottom: 22px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.xcxlive_sec3_box>li:nth-child(3n){
    margin-right: 0;
}
.xcxlive_sec3_box>li>span{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #86afff;
    border-radius: 50%;
    margin-right: 6px;
}
.xcxlive_sec3_box>li:hover{
    color: #fff;
    background-color: #a1c1ff;
}
.xcxlive_sec3_box>li:hover>span{
    background-color: #6499ff;
}
.xcxlive_sec3 .sec3_btn{
    text-align: center;
    margin-top: 38px;
}
.xcxlive_sec3 .sec3_btn>a{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #86afff;
    border-radius: 6px;
}
/* sec3 */