

.fullSlide2 {
    display: none
}


.slide {
    position: relative;
    margin: 0 auto
}

.slide .bd {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.slide .bd li img {
    width: 100%;
    vertical-align: top
}

.slide .hd {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.slide .hd ul {
    text-align: center
}

.slide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 5px;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%
}

.slide .hd ul .on {
    background-color: #ae835e;
}

.slide .prev {
    z-index: 1;
    display: block;
    width: 53px;
    height: 14px;
    position: relative;
    float: left;
    background: url(../image/left.png) center no-repeat;
    position: absolute;
    top: 50%;
}

.slide .next {
    z-index: 1;
    display: block;
    width: 53px;
    height: 14px;
    position: relative;
    float: left;
    background: url(../image/right.png) center no-repeat;
    position: absolute;
    top: 50%;
}

.slide .prev {
    left: 2.1%;
    margin-left: 10px
}

.slide .next {
    right: 2.1%;
    margin-right: 10px
}

.slide .prev:hover,
.slide .next:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.about-learn {
    margin: 0 auto;
    width: 96%;
    max-width: 1720px;
}

.about-learn-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 4rem auto 6rem;
}

.about-learn-list:after {
    content: "";
    display: block;
    width: 32.55%;
}

.about-learn-list li {
    float: left;
    width: 32.55%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 6.4px 4.8px 29px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
    background: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.about-learn-list li a {
    display: block;
    height: 100%;
}

.about-learn-list li .pic {
    overflow: hidden;
}

.about-learn-list li .tit {
    position: relative;
    text-align: center;
    height: 6.8rem;
    line-height: 6.8rem;
}

.about-learn-list li .tit .more {
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -61.5px;
    text-align: center;
    line-height: 2.35rem;
    width: 6.65rem;
    height: 2.35rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(231, 164, 0, 0.1);
    color: #d29836;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;

    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
}

.about-learn-list li .tit h4 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.75rem;
    font-size: .9rem;
    color: #333;

    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-learn-list li:hover {
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, 0.2);
}

.about-learn-list li:hover .tit .more {
    background-color: #d29836;
    color: #fff;
    top: -1rem;
}

/*图片放大*/
.pic-scale .pic,
.img-scale {
    position: relative;
    overflow: hidden;
}

.pic-scale img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-scale:hover img,
.pic-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.proxy {
    margin: 0 auto 6rem;
}

.proxy-tabbox {
    display: flex;
    width: 96%;
    margin: 4rem auto 0;
    position: relative;
}

#proxytab-left {
    width: 30.23%;
    height: 100%;
    position: relative;
    display: block;
}

#proxytab-left li {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #534a46;
    cursor: pointer;
}

#proxytab-left li:not(.proxytab-current):hover {
    color: #d29836;
}

.proxy-tabbox .current-line {
    width: 88.46%;
    height: 1px;
    background: #d29836;
    margin: 0 auto;
}

#proxytab-left li.proxytab-current {
    background-color: #d29836;
    color: #ffff;
    transition: all 1s;
}

#proxytab-right {
    width: 69.77%;
    position: relative;
}

#proxytab-right:after {
    content: "";
    display: block;
    padding-bottom: 53.33%;
}

#proxytab-right li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    display: none;
}

#proxytab-right li.proxytab-current {
    display: block;
    transition: 1s all;
}

#proxytab-right li.proxytab-current img {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .fullSlide2 {
        display: block !important
    }

    .about-learn-list:after {
        width: 48%;
    }

    .about-learn-list li {
        width: 48%;
    }

    .about-learn-list li .tit .more {
        font-size: 1.4rem;
    }

    .about-learn-list li .tit h4 {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:750px) {
    .about-learn-list:after {
        width: 100%;
    }

    .about-learn-list li {
        width: 100%;
    }

    .about-learn-list li .tit .more {
        display: none;
    }

    .about-learn-list li .tit h4 {
        font-size: 1.285rem;
    }
}