.banner {
    position: relative;
    min-height: 858px;
}

.banner .adimg, .banner ul {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.banner .adimg img {
    width: 100%;
    display: none;
}

.banner .adimg img:first-child {
    display: block;
}

.banner ul li {
    float: left;
    display: inline-block;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.banner ul li:hover {
    float: left;
    display: inline-block;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    height: 105vh;
    transition: all 0.5s ease-in-out;
}

.banner ul li h3 {
    font-size: 26px;
    text-align: center;
    padding-top: 48vh;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.banner ul li:hover h3 {
    font-size: 36px;
    text-align: center;
    padding-top: 48vh;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.banner ul li p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

.banner ul li a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    background-color: rgba(255, 102, 0, 0.9);
    border-radius: 50px;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.banner ul li:hover a {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.one-desc ul li {
    float: left;
    width: 310px;
    text-align: center;
    margin-right: 184px;
    margin-top: 87.5px;
}

.one-desc ul li:last-child {
    margin-right: 0;
}

.one-desc ul li img {
    width: 124px;
    height: auto;
}

.one-desc ul li h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

.one-desc ul li p {
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
}

.two-desc {
    margin-top: 20px;
}

.two-desc .content {
    height: 188px;
    background-image: url(/assets/pc/images/bgjin.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto;
    border-top-color: rgba(58, 86, 162, 1);
    border-top-style: solid;
    border-top-width: 5px;
    border-bottom-color: rgba(58, 86, 162, 1);
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

.two-desc ul li {
    float: left;
    font-size: 16px;
    color: #808080;
    margin-top: 93.5px;
    margin-left: 263px;
}

.two-desc ul li:nth-child(2) {
    margin-left: 315px;
}

.two-desc ul li:nth-child(3) {
    margin-left: 310px;
}

.three-desc {
    background-image: url(/assets/pc/images/bgdi3.jpg);
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    margin-top: 100px;
}

.three-desc h1 {
    text-align: center;
    color: #3A56A2;
    font-size: 28px;
}

.three-desc .desc {
    text-align: center;
    margin-top: 15px;
    color: #FF8C00;
    font-size: 16px;
}

.three-desc ul li {
    float: left;
    width: 184px;
    height: 237px;
    margin-right: 94px;
    background-image: url(/assets/pc/images/kuandi.png);
    background-size: 100%;
    position: relative;
    margin-top: 70px;
}

.three-desc ul li:last-child {
    margin-right: 0;
}

.three-desc ul li strong {
    position: absolute;
    top: 43px;
    left: -11px;
    z-index: 1;
    width: 32px;
    height: 28px;
    font-size: 20px;
}

.three-desc ul li img {
    position: absolute;
    top: 56px;
    left: 60px;
    z-index: 2;
    width: 54px;
    height: 62px;
}

.three-desc ul li .text {
    position: absolute;
    top: 140px;
    left: 5.5px;
    z-index: 3;
    width: 171px;
    height: 56px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.activity {
    padding-bottom: 0;
}

.activity .moreBtn {
    margin-top: 60px;
}

.record {
    background: url(/assets/pc/images/bgdi6.jpg) no-repeat left center;
    background-size: 115%;
    padding-top: 0;
    margin-top: 60px;
}

.record .title {
    text-align: center;
    font-size: 28px;
    color: #3A56A2;
    padding-top: 95px;
    padding-bottom: 30px;
}

.record .desc {
    text-align: center;
    color: #707070;
    margin-bottom: 20px;
}

/* .record .list{
    height: 350px;
    overflow-x: scroll;
    margin-bottom: 50px;
} */
/* .record .list li{
    width: 414px;
    height: auto;
    overflow: hidden;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.record .list li:first-child{
    margin-left: 4px;
}
.record .list li:last-child{
    margin-right: 4px;
} */
.record .list li .pic {
    position: relative;
    padding-bottom: 68.2927%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.record .list li img {
    width: 100% !important;
    height: 100% !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
}

.record .list li h3 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    background-color: #FF9900;
    text-align: center;
}

.record .list li h3 a {
    color: #fff;
    background: none;
}