@charset "UTF-8";



.about-box {
    width: 100%;
    min-width:1250px;
    height: 519px;

    background: url(bj2.jpg) no-repeat center;

    margin-top: 40px;

    text-align: left;

}

.about-left {

    width: 516px;

    height: 324px;

    float:left;

    margin-top: 85px;

}

.about-list .slick-arrow {

    position: absolute;

    width: 34px;

    height: 8px;

    bottom:-25px;

    right:0;

    border:none;

    font-size: 0px;

    outline: none;

    cursor: pointer;

}

.about-list .slick-prev {

    background: url(pleft.png) no-repeat;

    right:50px;

}

.about-list .slick-prev:hover {

    background: url(pleft1.png) no-repeat;

}

.about-list .slick-next {

    background: url(pright.png) no-repeat;

}

.about-list .slick-next:hover {

    background: url(pright1.png) no-repeat;

}



.about-right {

    width: 567px;

    float:right;

    margin-top: 120px;

}

.about-right h2 {

    font-size: 33px;

    color:#fff;

    font-weight: normal;

}

.about-right h2 p {

    font-size: 28px;

    opacity: 0.8;

    line-height: 60px;

}

.about-right .about-content {

    color:#fff;

    font-size: 14px;

    line-height: 30px;

    margin-top:55px;

}

.about-right .more9 {

    width: 94px;

    height: 33px;

    display: block;

    background: #0083e0;

    color:#fff;

    text-align: center;

    font-size: 14px;

    color:#fff;

    line-height: 33px;

    float:right;

    margin-top:20px;

}

