.jx_khzx {
    background: url('../img/banner/banner09.jpg') center center;
    background-size: cover;
    height: 505px;
}
.jx_khzx{
    background-color: #081A38;
  }
.jx_lb_swyt {
    margin-bottom: 0px;
    width: 100%;
}

.jx_lb_swyt div {
    width: auto;
    text-align: auto;
}

.jx_lb_swyt div.jx_section1,
.jx_lb_swyt div.jx_section2,
.jx_lb_swyt div.jx_section3,
.jx_lb_swyt div.jx_section4 {
    width: 1200px;
    margin: 0 auto;
}

.jx_section {
    height: 550px;
    width: 100%;
    padding-top: 90px;
}

.jx_lb_swyt .jx_section_img {
    float: left;
    width: 700px;
    height: 400px;
}

.jx_section_img img {
    font-size: 0;
    width: 700px;
    height: 400px;
}

.jx_lb_swyt .jx_section_font {
    width: 500px;
    height: 400px;
    padding-left: 64px;
    padding-right: 6px;
    word-break: break-all;
    float: left;
    font-size: 14px;
    color: #666666;
}

.jx_lb_swyt .jx_section_font.paddingR64_L6{
    padding-left: 6px;
    padding-right: 64px;
}


.jx_lb_swyt .jx_section_font div {
    margin-bottom: 8px;
    font-size: 16px;
}

.jx_lb_swyt .jx_section_font div:nth-of-type(1) {
    margin-top: 90px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333333;
    /* font-weight: 550; */
}

.jx_lb_swyt .jx_section_font li {
    margin-bottom: 8px;
}

.jx_lb_swyt .jx_section_font li:nth-of-type(1) {
    /* margin-top: 10px; */
    margin-bottom: 8px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

#section1 {
    margin: 0 auto;
    width: 1200px;
}

#section1 div,
#section3 div {
    text-align: left;
}

#section2 div,
#section4 div {
    text-align: right;
}

ul img {
    width: 4px;
    height: 4px;
    margin-right: 6px;
    margin-bottom: 3px;
}

.jx_section2 ul img {
    margin-left: 6px;
    margin-right: 0px;
}

.section2BG,
.section4BG {
    background-color: #fbfbfb;
}

.jx_lb_swyt>div.section1BG,
.jx_lb_swyt>div.section2BG,
.jx_lb_swyt>div.section3BG,
.jx_lb_swyt>div.section4BG,
    {
    width: 100%;
}

.bannerFont {
    margin: 0 auto;
    width: 1200px;
    z-index: 99;
    /* background-color: pink; */
    text-align: left;
    font-size: 44px;
    padding-top: 190px;
    height: 505px;
    color: #fff;
}

.bannerFont p:nth-of-type(2) {
    margin-top: 22px;
    font-size: 20px;
    opacity: 0.8;
}

.jx-botton-new {
    display: block;
    background: url(../img/p2/button.png) no-repeat 0px 0px;
    background-size: cover;
    width: 150px !important;
    height: 42px !important;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 26px;
    line-height: 42px;
    position: relative;
    margin-top: 23px;
}
.jx-botton-new:hover {
    background: url(../img/p2/button.png) no-repeat 0px -47px;
    background-size: cover;
}
.bannerFont img {
    position: absolute;
    display: block;
    top: 13px;
    left: 110px;
}

/* 相关推荐 */
.jx-w100 {
    width: 100%;
    height: 150px;
    background-color: #f5f5f5;
}

.jx-w1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    /* background-color: #fff; */
    font-size: 16px;
    padding-top: 40px;
}

.jx-w1200>div {
    height: 21px;
    margin-bottom: 30px;
}

.jx-w1200 ul li {
    float: left;
    color: #058ff9;
    height: 21px;
}

.jx-w1200 span {
    font-size: 16px;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
    color: #333;
}

.jx-w1200 ul {
    margin-left: 25px;
    display: inline-block;
    height: 21px;
    vertical-align: middle;
}

.jx-w1200 ul li a {
    text-decoration: underline;
    padding-right: 30px;
    height: 21px;
    vertical-align: top;
}

/* 动画效果添加 */
.speechRecognitionScheme,
.section1 {
    position: relative;
    top: 30px;
    opacity: 0;
    -webkit-animation: robotUse_O_1 0.5s ease-out forwards;
    /* Safari and Chrome */
    -moz-animation: robotUse_O_1 0.5s ease-out forwards;
    /* Firefox */
    -o-animation: robotUse_O_1 0.5s ease-out forwards;
    /* Opera */
    -ms-animation: robotUse_O_1 0.5s ease-out forwards;
    /* IE */
    animation: robotUse_O_1 0.5s ease-out forwards;
}

.jx_section2,
.jx_section3,
.jx_section4 {
    position: relative;
    top: 30px;
    opacity: 0;
}


@-webkit-keyframes robotUse_O_1 {

    /* Safari and Chrome */
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-moz-keyframes robotUse_O_1 {

    /* Firefox */
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-o-keyframes robotUse_O_1 {

    /* Opera */
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-ms-keyframes robotUse_O_1 {

    /* Opera */
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes robotUse_O_1 {
    0% {
        opacity: 0;
        top: 30px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}