﻿/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




.section-3 {
    background: #FFFFFF;
}

.section-3>h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
}

.section-3>p {
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-bottom: 55px;
}

.section-3 .qiche {
    position: relative;
}


/*第一个*/

.section-3 .qiche .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 76%;
    max-width: 1140px;
}
.section-3 .qiche .text h3{
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
font-family: "Poppins",sans-serif; 
}
.section-3 .slider-for h2 {
    font-size: 25px;
    color: #FFFFFF;
    margin: 0px auto 15px;
    font-weight: normal;
    line-height: 40px;
}

.section-3 .slider-for p {
    font-size: 16px;
    color: #eee;
    line-height: 28px;
    width: 70%;
    margin: auto;
}

.section-3 .slider-for a {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 100px;
    transition: .5s;
    overflow: hidden;
    background: url(../images/yuan_03.png)center no-repeat;
    border: 1px solid #fff;
}




/*第二遍*/

.section-3 .slider-nav {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .2);
    position: absolute;
    bottom: -72px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    max-width: 1600px;
    width: 100%;
    font-size: 0;
    padding: 0 45px;
    box-sizing: border-box;
    height: auto;
    line-height: inherit;
    padding: 24px 80px;
}

.section-3 .slider-nav p {
    font-size: 15px;
    color: #999999;
    margin-top: 15px;
    transition: .5s;
}

.section-3 .slider-nav .slick-prev {
    position: absolute;
    width: 11px;
    height: 20px;
    transition: .5s;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    left: 40px;
    background: url(../images/next_03.png)center no-repeat;
    text-indent: 9999em;
    cursor: pointer;    border: 0px;
}

.section-3 .slider-nav .slick-prev:hover {
    background: url(../images/next_03-1.png)center no-repeat;
}

.section-3 .slick-dots {
    display: none !important;
}

.section-3 .slick-slider {
    overflow: hidden;
}

.section-3 .slider-nav .slick-next {
    position: absolute;
    background: url(../images/prev_03-1.png)center no-repeat;
    width: 11px;
    height: 20px;
    transition: .5s;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    right: 40px;
    text-indent: 9999em;
    cursor: pointer;    border: 0px;
}

.section-3 .slider-nav .slick-next:hover {
    background: url(../images/prev_03.png)center no-repeat;
}

.section-3 .slider-nav span {
    width: 40px;
    height: 40px;
    background-size: contain !important;
    display: inline-block;
    transition: .5s;
}

.slick-initialized .slick-slide {
    position: relative;
}

.slider-for .slick-slide:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.section-3 .slider-nav .item1 span {
    background: url(../images/ico1.png)center no-repeat;
}

.section-3 .slider-nav .item2 span {
    background: url(../images/ico2.png)center no-repeat;
}

.section-3 .slider-nav .item3 span {
    background: url(../images/ico3.png)center no-repeat;
}

.section-3 .slider-nav .item4 span {
    background: url(../images/ico4.png)center no-repeat;
}

.section-3 .slider-nav .item5 span {
    background: url(../images/ico5.png)center no-repeat;
}

.section-3 .slider-nav .item6 span {
    background: url(../images/ico6.png)center no-repeat;
}

.section-3 .slider-nav .item7 span {
    background: url(../images/ico7.png)center no-repeat;
}

.section-3 .slider-nav .item1:hover span {
    background: url(../images/ico1_hover.png)center no-repeat;
}

.section-3 .slider-nav .item2:hover span {
    background: url(../images/ico2_hover.png)center no-repeat;
}

.section-3 .slider-nav .item3:hover span {
    background: url(../images/ico3_hover.png)center no-repeat;
}

.section-3 .slider-nav .item4:hover span {
    background: url(../images/ico4_hover.png)center no-repeat;
}

.section-3 .slider-nav .item5:hover span {
    background: url(../images/ico5_hover.png)center no-repeat;
}

.section-3 .slider-nav .item6:hover span {
    background: url(../images/ico6_hover.png)center no-repeat;
}

.section-3 .slider-nav .item7:hover span {
    background: url(../images/ico7_hover.png)center no-repeat;
}

.section-3 .slider-nav .item1.slick-current span {
    background: url(../images/ico1_hover.png)center no-repeat;
}

.section-3 .slider-nav .item2.slick-current span {
    background: url(../images/ico2_hover.png)center no-repeat;
}

.section-3 .slider-nav .item3.slick-current span {
    background: url(../images/ico3_hover.png)center no-repeat;
}

.section-3 .slider-nav .item4.slick-current span {
    background: url(../images/ico4_hover.png)center no-repeat;
}

.section-3 .slider-nav .item5.slick-current span {
    background: url(../images/ico5_hover.png)center no-repeat;
}

.section-3 .slider-nav .item6.slick-current span {
    background: url(../images/ico6_hover.png)center no-repeat;
}

.section-3 .slider-nav .item7.slick-current span {
    background: url(../images/ico7_hover.png)center no-repeat;
}

.section-3 .slider-nav .slick-current p {
    color: #fe0000;
}

.section-3 .slider-nav .slick-slide:hover p {
    color: #fe0000;
}

.section-3 .slider-nav .slick-slide {
    cursor: pointer;
}
@media (max-width: 1560px) {
.section-3 .slider-nav{    width: 1400px;
}
}
@media only screen and (max-width: 992px) {
.section-3 {
        padding-top: 20px;
    }
    .section-5>p,
    .section-4>p,
    .section-3>p {
        padding: 0 15px;
    }
    .section-3>h2,
    .section-4>h2,
    .section-5>h2 {
        font-size: 22px;
    }
    .section-5>p,
    .section-4>p,
    .section-3>p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .slick-slide img {
        display: block;
        width: 200%;
        max-width: inherit;
        margin-left: -100%;
    }
    .section-3 .slider-nav {
        padding: 15px 30px;
        bottom: -50px;
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .section-3 .slider-for p {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 22px;
        text-align: justify;
overflow:hidden;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:3;
    }
    .section-3 .slider-for h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-3 .slider-for a {
        width: 30px;
        height: 30px;
        margin-top: 15px;
    }
.section-3 .qiche .text h3 {
    display: none;
}
}






















