﻿



/*am2*/



.am_d1_floor1 {
    margin: 6% 0;
}


.am_d1_fr1lbl {
    width: calc(100% - 450px);
    position: relative;
}

.am_d1_fr1lblitem {
    position: relative;
}
.am_d1_banjian {
    cursor: pointer;
}

.am_d1_fr1lblitemp {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 1;
}

    .am_d1_fr1lblitemp p {
        color: #ffffff;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        position: relative;
        z-index: 2;
        padding: 0 40px;
        /* height: ; */
    }

.am_d1_banjian1 img {
    transform: rotate(180deg);
}

.am_d1_banjian2 {
    right: 32px;
    position: absolute;
    bottom: 20px;
}

.am_d1_banjian1 {
    left: 32px;
    position: absolute;
    bottom: 24px;
}

.am_d1_banjian img {
    width: 15px;
}

.am_d1_fr1lbr {
    width: 450px;
}
.am_d1_lbrighttitle {
    background: #f4f7f8;
    padding: 45px 30px;
    margin-bottom: 15px;
    transition: all 0.36s;
}
.am_d1_lbrighttitle h2{
    border-left:#005d9a solid 4px;padding-left:15px;    color: #005d9a;
}

.am_d1_lbrightitem {
    background: -webkit-linear-gradient(left,#339fe6,#015e9b);
    background: -o-linear-gradient(left,#339fe6,#015e9b);
    background: -moz-linear-gradient(left,#339fe6,#015e9bd);
    background: -mos-linear-gradient(right,#339fe6,#015e9b);
    background: linear-gradient(right,#339fe6,#015e9b);
    /*   margin-left: 11px;*/
    padding: 37.5px 30px;
    margin-bottom: 18px;
    transition: all 0.36s;
}

    .am_d1_lbrightitem p {
        color: #ffffff; font-size: 16px;
    }
    .am_d1_lbrightitem .line {
        height:2px;background:#fff;width:100px;margin-top:5px;
    }
    .am_d1_lbrightitem h2 {
        color: #ffffff; font-weight:600; font-size: 16px;
        margin-top: 14px;
        overflow: hidden;
    }


.am_d1_fr1lbr .slick-list {
    padding-top: 0 !important;
}

.am_d1_fr1lbr .slick-current {
    background: -webkit-linear-gradient(left,#ff6600,#ff6600);
    background: -o-linear-gradient(left,#ff6600,#ff6600);
    background: -moz-linear-gradient(left,#ff6600,#ff6600);
    background: -mos-linear-gradient(right,#ff6600,#ff6600);
    background: linear-gradient(right,#ff6600,#ff6600);
}

.am_d1_lbrightitem a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    .am_d1_lbrightitem p {
    font-size: 12px;
}
}