*{ margin: 0; padding: 0; box-sizing: border-box; }

img{ max-width: 100%; height: auto; }

a{ text-decoration: none; color: #232323; }

body{
    min-width: 1240px;
    color: #232323;
}

.box1 {
    position: relative;
    background: url(../images/b1.png) no-repeat;
    padding: 60px 0;
}
.box1-t {
    position: relative;
    width: 1120px;
    height: 672px;
    background: url(../images/b2.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 60px 80px 0 80px;
    line-height: 32px;
}
.box1-t p{
    margin-top: 20px;
    text-indent: 32px;
}

.box1-s-l{
    float: left;
    width: 660px;
}
.box1-s-l img{
    width: 80px;
    float: right;
}
.box1-s-l a{
    display: block;
    width: 100%;
    height: 50px;
    background: url(../images/b3.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 5px 0 0 20px;
}
.box1-s-r{
    float: left;
    margin-left: 48px;
}
.box1-s-r img{
    display: block;
    width: 160px;
    height: 165.38px;
}

.box2 {
    position: relative;
    background: url(../images/b8.jpg) no-repeat;
    background-size: cover 100%;
    padding: 80px 0;
}
.box2-t {
    position: relative;
    width: 1120px;
    height: 836px;
    background: url(../images/b9.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 60px 80px 0 60px;
    line-height: 32px;
}

.swiper-item-text{
    float: left;
    width: 31%;
    background-color: #fadd5b;
    background-image: linear-gradient(to bottom, #fadd5b, #fadd5b,#fadd5b,#fadd5b, #f7efa6, #fadd5b );
    border: 2px solid #232323;
    border-radius: 26px;
    color: #232323;
    overflow: hidden;
    text-align: center;
}
.swiper-item-text h4{
    font-size: 18px;
    font-weight: 600;
}
.swiper-item-text + .swiper-item-text{
    margin-left: 3.5%;
}
.swiper-item-text .cover{
    display: block;
    height: 400px;
    border-bottom: 2px solid #232323;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-item-text .cover img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-item-text .text{
    padding: 12px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box3 {
    position: relative;
    background: url(../images/b13.png) no-repeat;
    padding: 120px 0 80px 0;
}
.box3-t {
    position: relative;
    width: 1120px;
    height: 860px;
    background: url(../images/b14.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 100px 96px 0 60px;
    line-height: 32px;
}

.box3-l {
    height: 350px;
}
.box3-l a{
    float: left;
    width: 48.5%;
}
.box3-l a + a{
    margin-left: 3%;
}

.box4 {
    position: relative;
    background: url(../images/b17.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 120px 0 106px 0;
}
.box4-t {
    position: relative;
    width: 1120px;
    height: 836px;
    background: url(../images/b21.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 100px 50px 0 60px;
    line-height: 34px;
}

.box5 {
    position: relative;
    background: url(../images/b22.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 120px 0 132px 0;
}
.box5-t {
    position: relative;
    width: 1120px;
    height: 892px;
    background: url(../images/b23.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 72px 20px 0 60px;
    line-height: 34px;
}

.box5-news {
    margin-top: 56px;
    height: 540px;
}
.box5-news ul {
    list-style: none;
}
.box5-news ul li{
    position: relative;
    float: left;
    width: 50%;
    height: 88px;
    padding-left: 80px;
    padding-right: 52px;
    margin-bottom: 20px;
}
.box5-news ul li .time{
    position: absolute;
    top: 20px; left: 0;
    width: 60px;
    line-height: 20px;
    color: #a0a0a0;
    text-align: center;
    font-size: 14px;
    padding-right: 12px;
    border-right: 1px solid #e6e6e6;
}
.box5-news ul li .time span{
    display: block;
    font-size: 18px;
    padding-bottom: 8px;
}
.box5-news .text {
    line-height: 24px;
}
.box5-news .text h3{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box5-news .text p{
    height: 56px;
    font-size: 14px;
    line-height: 28px;
    color: #a0a0a0;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}

.box5-btn{
    display: block;
    width: 172px;
    padding: 5px 0;
    margin: 20px auto 0;
    text-align: center;
    border: 2px solid #232323;
    border-radius: 50px 50px;
    cursor: pointer;
    color: #232323;
    user-select: none;
}
.box5-btn:active{
    opacity: 0.5;
}

.footer{
    background-color: #6ECCA7;
    text-align: center;
    padding: 16px 0;
    border-top: 2px solid #232323;
    line-height: 32px;
}
.footer a:hover{
    color: black;
    text-decoration: underline;
}

.swiper-container{
    height: 526px;
    margin-top: 52px;
}

.swiper-pagination-bullet{
    width: 20px;
    height: 5px;
    border-radius: 6px;
    opacity: 1;
    background: #93DEA2;
}
.swiper-pagination-bullet-active{
    width: 26px;
    background: black;
}