    @charset "UTF-8";
    /* CSS Document */
    
    * {
        padding: 0;
        margin: 0;
        font-family: "黑体，宋体";
        font-size: 14px;
    }
    
    html {
        -webkit-text-size-adjust: none;
    }
    
    img {
        border: 0;

    }
    
    img {
        vertical-align: middle;
    }
    
    img {
        border: 0;
    }
    
    body {
        font-size: 12px;
        color: #666;
        _overflow: hidden;
        overflow-x: hidden;
        background: #fff;
        width: 100%;
        *cursor: default;
    }
    
    body,
    ol,
    table,
    tr,
    td,
    ul,
    li,
    dt,
    dd,
    dl,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    select,
    textarea,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
               font-family: "黑体，宋体";
        border: 0px;
        margin: 0px;
        padding: 0px;
    }
    
    li {
        list-style-type: none;
    }
    
    img {
        border: none;
        vertical-align: middle;
    }
    /*-------this-a-list---------*/
    
    a {
        outline: none;
        cursor: pointer;
        text-decoration: none;
        color: #666;
        transition: all .4s ease 0s;
        -webkit-transition: all .4s ease 0s;
        -moz-transition: all .4s ease 0s;
        -ms-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
    }
    
    a:active,
    a:hover {
        text-decoration: none
    }
    
    a,
    area,
    a:active {
        blr: expression(this.onFocus=this.blur());
    }
    
     :focus {
        -moz-outline-style: none;
    }
    
     ::selection {
        color: #fff;
        background-color: #10492D;
    }
    
     ::-moz-selection {
        color: #fff;
        background-color: #10492D;
    }
    
    .blue a {
        color: #797979;
        text-decoration: none;
    }
    
    .blue a:hover {
        color: #10492D;
        text-decoration: none;
    }
    
    .write a {
        color: #fff;
        text-decoration: none;
    }
    
    .write a:hover {
        color: #fff;
        text-decoration: none;
    }
    /*------- the html5 display-role reset for older browsers---------*/
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    input::-webkit-input-placeholder {
        /* WebKit browsers */
    }
    
    input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
    }
    
    input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }
    
    input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }
    
    .top {
        height: 36px;
        width: 100%;
        border-top: 3px solid #0268ba;
        position: relative;
        z-index: 999999999999999;
    }
    
    .topleft1 {
        width: 70%;
        float: left;
        text-align: right;
        margin-top: 10PX;
        font-size: 15px;
    }
    
    .topright1 {
        width: 30%;
        float: right;
    }
    
    .iconleft {
        float: left;
        width: 10%;
        background-color: #0268ba;
    }
    
    .iicon {
        background: url(../images/icon.png) no-repeat;
        height: 35px;
        width: 47px;
    }
    
    .phone {
        background-color: #0268ba;
        height: 35px;
        float: left;
        width: 90%;
        color: #fff;
        line-height: 32px;
        font-size: 14px;
    }
    
    .phone span {
        font-weight: bold;
        font-size: 15px;
    }
    
    .phone p {
        background: url(../images/icon1.png) no-repeat;
        background-position: 1px;
        text-indent: 23px;
    }
    /*头部*/
    
    .intop {
        position: fixed;
        width: 100%;
        background-color: #fff;
        height: 108px;
        z-index: 999999999999;
        box-shadow: 0px 0px 8px 0px #ccc;
    }
    
    .header {
        position: relative;
    }
    
    .pcheader {
        width: 20%;
        float: left;
    }
    
    .pclogo {
        width: 246px;
        float: left;
        position: relative;
        top: -10px;
    }
    
    .headerlist {
        float: left;
        padding: 30px 0
    }
    
    .headerlist li {
        float: left;
        color: #fff;
        border-right: 1px solid #fff
    }
    
    .headerlist li a {
        color: #fff
    }
    
    .topright {
        float: right;
        width: 5%; margin-top:1%
    }
    
    .headerlist ul li:last-child {
        border: none;
    }
    
    .soso {}
    
    .soso form input {
        line-height: 35px;
        font-size: 14px;
        height: 35px;
        background: transparent;
        width: 225px;
        border: 0;
        padding-left: 8px;
        float: left;
        color: #333;
        border-radius: 30px;
    }
    
    .soso .searchbtn {
        width: 20px;
        height: 20px;
        background: url(../images/sousou1.png) no-repeat;
        float: right;
        margin: 6px 10px;
        cursor: pointer;
    }
    
    button {
        border: 0 none;
        background-color: transparent;
        cursor: pointer;
    }
    
    .sjs {
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 99
    }
    
    .banner {
        position: relative;
        top: 90px;
    }
    
    .jsNav {
        position: absolute;
        width: 40%;
        height: 1px;
        left: 48%;
        bottom: 89px;
        cursor: pointer;
        z-index: 99999;
        top: 90%;
    }
    
    .jsNav a {
        display: block;
        float: left;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 6px;
        cursor: pointer;
        z-index: 99999;
    }
    
    a.trigger {
        background-color: #FFFFFF;
        border: 1px solid #1398da;
    }
    
    a.imgSelected {
        background-color: #1398da;
        border: 1px solid #1398da;
    }
    
    .wrap {
        max-width: 1500px;
        margin: 0px auto;
        padding: 0px 3% 0px 3%;
    }
    
    .wrap1 {
        max-width: 1500px;
        margin: 0px auto;
        padding: 0px 3% 0px 3%;
    }
    
    .news {
        position: relative;
        top: 108px;
    }
    
    .newstit {
        background: url(../images/hx.jpg) no-repeat center;
        width: 100%;
        height: 86px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #333;
        padding-top: 20px;
    }
    
    .newstit p {
        color: #cacaca;
        font-weight: 100;
        font-size: 14px;
    }
    /*选项卡*/
    
    .sun {
        margin: auto;
        width: 100%;
        height: auto;
        clear: both;
    }
    
    .nTab {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    
    .nTab .TabTitle {
        height: 32px;
        overflow: hidden;
        width: 280px;
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 1px;
        margin: 20px auto;
    }
    
    .nTab .TabTitle ul {
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    .nTab .TabTitle li {
        float: left;
        width: 120px;
        font-size: 15px;
        color: #fff;
        line-height: 32px;
        text-decoration: none;
        letter-spacing: 1px;
        background-color: #aaaaaa;
        cursor: pointer;
        text-align: center;
        border-radius: 30px;
        margin: 0px 10px 0px 10px;
    }
    
    .nTab .TabTitle li:hover {
        width: 120px;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 32px;
        text-decoration: none;
        letter-spacing: 1px;
        background-color: #0268ba;
        cursor: pointer;
        text-align: center;
    }
    
    .nTab .TabTitle .active {
        width: 120px;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 32px;
        text-decoration: none;
        letter-spacing: 1px;
        background-color: #0268ba;
        cursor: pointer;
        text-align: center;
    }
    
    .active {
        height: 32px;
    }
    
    .normal {
        height: 32px;
    }
    
    .TabContent {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        background-color: #FFF;
    }
    
    .nTab .TabTitle .normal {
        height: 32px;
        width: 120px;
        font-size: 15px;
        line-height: 32px;
        text-decoration: none;
        letter-spacing: 1px;
        background-color: #aaaaaa;
        cursor: pointer;
        text-align: center;
        color: #fff;
    }
    
    .none {
        display: none;
    }
    
    .xxtab {
        width: 100%;
        height: auto;
    }
    
    .zxneitong {
        font-size: 0;
        margin: 0px auto;
        margin-top: 40px;
    }
    
    .indexMore {
        display: block;
        font-size: 15px!important;
        color: #0268ba!important;
        width: 130px;
        height: 34px;
        line-height: 34px;
        margin-top: 20px;
        text-align: center;
        transition: all .4s;
        border-radius: 15px;
        border: 1px solid #0268ba;
        font-weight: 100!important;
    }
    
    .indexMore:hover {
        box-shadow: 0 0 10px #0268ba;
    }
    
    .zcleft {
        display: inline-block;
        padding: 48px 60px;
        box-sizing: border-box;
        width: 50%;
        vertical-align: middle;
        background-color: #f6f6f6;
    }
    
    .zcleft h2 {
        font-weight: 100;
    }
    
    .zcleft a {
        color: #9f9f9f;
        font-size: 22px;
        line-height: 35px;
    }
    
    .zcleft h2 a:hover {
        color: #0268ba;
    }
    
    .zcleft h3 IMG {
        margin-top: 20PX;
    }
    
    .zcleft p {
        height: 45px;
       
 font-style: normal;text-align: left;-webkit-line-clamp: 1;  line-clamp: 1;  -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; overflow: hidden;

        color: #666666;
        font-size: 14px; 
    }
    
    .zcleft A H4 {
        background-color: #82d5dc;
        width: 90PX;
        height: 30PX;
        color: #fff;
        display: block;
        font-size: 14px;
        margin-top: 20px;
        line-height: 30PX;
        text-align: center;
    }
    
    .zcleft A H4:HOVER {
        background-color: #a3edf0;
        width: 90PX;
        color: #fff;
        height: 130PX;
        display: block;
        line-height: 30PX;
        margin-top: 20px;
        text-align: center;
    }
    
    .zcright {}
    
    .ulleft {
        display: inline-block;
        width: 76%;
        vertical-align: middle;
    }
    
    .ulright {
        display: inline-block;
        width: 23%;
        vertical-align: middle;
        text-align: right;
        padding-right: 2%;
        box-sizing: border-box;
    }
    
    .zcleft img {
        width: 100%;
    }
    
    .ulleft h1 {
        font-weight: normal;
-webkit-line-clamp: 1;  line-clamp: 1;  -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; overflow: hidden;


    }
    
    .ulleft a {
        color: #666666;
        font-size: 18px;
        line-height: 35px;
    }
    
    .ulleft p {
        color: #999999;
        font-size: 15px;
        line-height: 28px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        display: -webkit-box;
        margin-top: 15px;
    }
    
    .ulright h1 {
        color: #999ba1;
        font-size: 20px;
        margin-top: 0px;
        font-weight: 100;
    }
    
    .ulright h2 {
        margin-top: 10px;
    }
    
    .zcright ul li {
        background-color: #fff;
        display: block;
        padding: 40px 5%;
        margin-bottom: 10px;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .zcright ul li:last-child {
        margin-bottom: 0;
    }
    
    .zcright ul {
        width: 100%;
    }
    
    .zcright ul li:hover {
        background-color: #fff;
        display: block;
        box-shadow: 5px 0px 6px 3px #eee;
    }
    
    .zcright ul li:hover h1 a {
        color: #0268ba;
    }
    
    #focus_image {
        height: 440px;
        position: relative;
        z-index: 20;
        overflow: hidden;
        width: 100%
    }
    
    #focus_image .pages {
        width: 100%;
        height: 400px;
    }
    
    #focus_image .pages .item {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        z-index: 5;
        text-decoration: none；font-style: normal;
    }
    
    #focus_image .pages .item.cur {
        display: block;
        z-index: 10
    }
    
    #focus_image .pages .item .poster {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    
    #focus_image .pages .item b {
        opacity: .8;
        filter: alpha(opacity=80);
        position: absolute;
        width: 100%;
        height: 40px;
        left: 0;
        bottom: 0;
        z-index: 1;
        -moz-transition: opacity .2s ease-in;
        -webkit-transition: opacity .2s ease-in;
        -o-transition: opacity .2s ease-in;
        transition: opacity .2s ease-in;
        cursor: pointer
    }
    
    #focus_image .pages .item:hover b {
        opacity: .4;
        filter: alpha(opacity=40)
    }
    
    #focus_image .pages .item i {
        position: relative;
        width: 100%;
        height: 40px;
        left: 0;
        bottom: 0;
        z-index: 2;
   
        cursor: pointer;
        font-weight: 100;
        color: #9a9aa4;
        font-size: 25px;
        line-height: 40px;
        font-style: normal;

    }
    
    #focus_image .pages .item i span {
        font-weight: 700!important;
        font-size: 26px;
    }
    
    #focus_image .controler {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -moz-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none
    }
    
    #focus_image .controler b {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 10px 4px;
        background: #FFF;
        cursor: pointer;
        line-height: 20px;
        font-weight: 700;
        color: #2B2B2B;
        position: relative;
        z-index: 999999999999;

    }
    
    #focus_image .controler b i {
        display: none
    }
    
    #focus_image .controler b.down {
        background: #0268ba;
        color: #FFF
    }
    
    #focus_image .controler b.down i {}
    
    .moblie_head {
        display: none
    }
    /* 关于博沃 */
    
    .gybw {
        background-color: #fff;
        position: relative;
        top: 170px;
        padding-top: -2%;
    }
    
    .newstit1 {
        background: url(../images/hx1.png) no-repeat center;
        width: 100%;
        height: 86px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        color: #333;
        padding-top: 20px;
    }
    
    .newstit1 p {
        color: #cacaca;
        font-weight: 100;
        font-size: 14px;
    }
    
    .c_1530_4 {
        width: 100%;
        float: left;
        padding: 0px 0 17% 0;
    }
    
    .nng {
        width: 100%;
        overflow: hidden;
        background: url(../images/index.jpg) center no-repeat;
    }
    
    .c_1530_4 .dt {
        position: absolute;
        left: -10px;
        bottom: -6%;
    }
    
    .c_1530_4 .text {
        width: 71.14%;
        float: left;
        padding: 3%295px 3% 0px;
    background-color: rgba(255, 255, 255, 0.7);
        margin-top: 54px;
        position: relative;
        border-radius: 15px;
        margin-top: 3%;
    }
    
    .c_1530_4 .text h4 {
        width: 100%;
        float: left;
        font-size: 22px;
        color: #0268ba;
        line-height: 28px;
        position: relative;
    }
    
    .c_1530_4 .text h6 {
        width: 100%;
        float: left;
        font-size: 12px;
        color: #0268ba;
        line-height: 16px;
        margin-top: 10px;
        font-family: 'OPENSANS-REGULAR';
        text-transform: uppercase;
    }
    
    .c_1530_4 .text .p {
        width: 100%;
        float: left;
        font-size: 15px;
        color: #333;
        line-height: 32px;
        margin-top: 28px;
        overflow: hidden;


    }
    
    .c_1530_4 .text .ico {
        width: 100%;
        float: left;
        margin-top: 23px;
    }
    
    .c_1530_4 .img {
        position: absolute;
        top: 9%;
        right: -38.81%;
        width:53.39%;
        box-shadow: 0px 0 38px rgba(0, 0, 0, 0.25); 
    }
    
    .c_1530_4 .c_1530_4_down {
        width: 100%;
        float: left;
        padding: 0 0 10px 130px;
        position: relative;
    }
    
    @media screen and (min-width: 1025px) {
        .wel-04 {
            display: none;
        }
        .new-tit1 p {
            display: none;
        }
        .new-tit3 p {
            display: none;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .kePublic {
            display: none;
        }
        .pc-bg-container {
            display: none;
        }
        .wrap {
            width: 98%;
            margin: 0px auto;
        }
        .rollBox {
            display: none;
        }
        .js img {
            height: 200px;
        }
        .js {
            display: block
        }
        .slide-main {
            height: 580px;
            position: relative;
            display: none
        }
        .intro_l p {
            font-size: 16px;
            line-height: 26px;
            color: #000;
            margin: 40px 0 30px 0;
            letter-spacing: -0.025em;
        }
        .rollBox .Cont .pic img {
            padding-bottom: 0px;
        }
        .fft {
            padding-top: 5%;
        }
        .jsNav {
            position: absolute;
            width: 53%;
            height: 1px;
            left: 40%;
            bottom: 89px;
            cursor: pointer;
            z-index: 99999;
            top: 26%;
        }
        .jsNav a {
            display: block;
            float: left;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            margin-right: 6px;
            cursor: pointer;
            z-index: 99999;
        }
        a.trigger {
            background-color: #fff;
            border: 1px solid #1398da;
        }
        a.imgSelected {
            background-color: #1398da;
            border: 1px solid #1398da;
        }
        .soso {
            width: 100%;
            border-radius: 30px;
            height: 40px;
            background: #1398da;
            margin-top: 20px;
        }
        .focus .fbg {
            bottom: -8%;
            right: 40px;
            position: absolute;
            height: 21px;
            text-align: center;
            z-index: 200;
        }
        .focus .shadow {
            height: 40px;
            line-height: 40px;
        }
        .zxx {
            display: none;
        }
        .yxx {
            display: none;
        }
        .m-inforg1 {
            padding: 0px 0;
        }
        .bannerii {
            position: relative;
            overflow: auto;
            text-align: center;
            width: 100%;
            margin: 0 auto
        }
        .bannerii ul .slider-item {
            width: 100%;
            float: left;
            height: 400px;
            position: relative;
            overflow: hidden;
        }
        .bannerii img {
            width: 100%;
            height: 250px;
        }
        .bannerii #ar {
            right: 18px;
        }
        .bannerii ul .slider-item {
            width: 100%;
            float: left;
            height: 250px;
            position: relative;
            overflow: hidden;
        }
        .bannerii ul .slider-item .slider-title {
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            width: 100%;
        }
        ul#gallery li {
            width: 48%;
            float: left;
            margin: 10px 0px 0px 1.5%;
            display: inline;
        }
        ul#gallery {
            width: 100%;
            margin: 0 auto 0px;
            padding-left: 0px;
            overflow: hidden;
        }
        ul#gallery li img {
            width: 100%;
            height: 120px;
            border: 4px solid #fff;
        }
        ul#gallery1 {
            clear: both;
            padding-top: 20px;
        }
        ul#gallery1 li {
            width: 48%;
            float: left;
            margin: 10px 0px 0px 1.5%;
            display: inline;
        }
        ul#gallery 1 {
            width: 100%;
            margin: 0 auto 0px;
            padding-left: 0px;
            overflow: hidden;
        }
        ul#gallery1 li img {
            width: 100%;
            height: 70px;
            border: 2px solid #ebebeb;
        }
        .jsleft {
            width: 100%;
            float: none;
            color: #000;
            line-height: 38px;
            font-size: 16px;
            padding-top: 20px;
        }
        .jsright {
            width: 100%;
            float: none;
            padding-top: 30px;
        }
        .jsright img {
            width: 100%;
        }
        .dimg {
            display: none;
        }
        .rry {
            margin-top: 6px;
        }
        .top {
            display: none;
        }
    }
    
    @media (max-width: 750px) {
        html {
            font-size: 26px !important;
        }
    }
    
    @media (max-width: 767px) {
        html {
            font-size: 22px !important;
        }
    }
    
    @media (max-width: 479px) {
        html {
            font-size: 20px !important;
        }
    }
    
    @media (max-width: 320px) {
        html {
            font-size: 20px !important;
        }
    }
    
    @media screen and (max-width: 998px) {
        .hiSlider-title {
            overflow: hidden;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            display: -webkit-box;
        }
        .new-tit1 {
            background: none;
            width: 100%;
            height: 60px;
        }
        .new-tit {
            background: none;
            width: 100%;
            height: 60px;
        }
        .new-tit1 img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .new-tit2 {
            background: none;
            width: 100%;
            height: 50px;
            clear: both;
        }
        .new-tit2 img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .new-tit3 {
            background: none;
            width: 100%;
            height: 50px;
            clear: both;
        }
        .new-tit3 img {
            margin: 30px 0px 0px 10px!important;
            width: 120px;
            float: left;
        }
        .new-tit3 p {
            margin-top: 40px!important;
        }
        .new-tit4 {
            background: none;
            width: 100%;
            height: 50px;
        }
        .new-tit4 img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .news {
            top: 58px;
        }
        .zi img {
            margin: 5px 0px 0px 10px;
            width: 120px;
            float: left;
        }
        .zi p {
            float: right;
            margin-top: 15px;
            width: 60px;
            font-size: 14px;
        }
        .zi p a:hover {
            color: #1398da;
        }
        .zcleft {
            display: block;
            padding: 4%;
            box-sizing: border-box;
            width: 96%;
            vertical-align: middle;
            background-color: #f6f6f6;
            margin: 0px auto;
        }
        .TabContent {
            display: inline-block;
            padding: 2%;
            width: 98%;
            vertical-align: middle;
            background-color: #FFF;
        }
        #focus_image .pages {
            width: 100%;
            height: 300px;
        }
        #focus_image {
            height: 341px;
        }
        #focus_image .pages .item .poster {
            display: block;
            height: 250px;
            margin-top: 10px;
        }
        #focus_image .pages .item i {
            font-size: 20px;
        }
        .zcright ul li {
            background-color: #fff;
            display: block;
            padding: 20px 2%;
        }
        .ulright h1 {
            color: #999ba1;
            font-size: 23px;
        }
        .ulleft h1 {
            overflow: hidden;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            display: -webkit-box;
        }
        #focus_image .pages .item i {}
        .newstit {
            height: auto;
            padding-top: 0px;
        }
        .c_1530_4 {
            padding: 23px 10px 0 10px;
        }
        .c_1530_4 .dt {
            left: -2px;
            bottom: 18px;
            width: 37px;
        }
        .c_1530_4 .c_1530_4_down {
            padding: 0 0 26px 50px;
        }
        .c_1530_4 .text {
            width: 100%;
            padding: 16px 25px 12px 20px;
            margin-top: 14px;
        }
        .c_1530_4 .text h4 {
            font-size: 14px;
            line-height: 22px;
        }
        .c_1530_4 .text h6 {
            margin-top: 4px;
        }
        .c_1530_4 .text .p {
            line-height: 22px;
            margin-top: 12px;
            height: 64px;
        }
        .c_1530_4 .text .ico {
            margin-top: 8px;
        }
        .c_1530_4 .text .ico img {
            width: 16px;
        }
        .c_1530_4 .img {
            width: 100%;
            position: relative;
            float: left;
            top: auto;
            right: auto;
            margin-top: 20px; 
        }
        .gybw {
            background-color: #f8f8f8;
            position: relative;
            top: 140px;
            padding-top: 3%; padding-bottom:38%
        }
        .banner {
            position: relative;
            top: 50px;
        }
.c_1530_4 .dt img{width:158%;}
    }
    
    @media screen and (width: 1920px) {
        .wrap1 {
            max-width: 1500px;
            margin: 0px auto;
            padding: 0px 0% 0px 0%;
        }
    }
    




/* video::-internal-media-controls-download-button {

display:none;

}

video::-webkit-media-controls-enclosure {

overflow:hidden;

}

video::-webkit-media-controls-panel {

width: calc(100% + 50px);

}

video::-webkit-media-controls-fullscreen-button {
            display: none;
        } */