

.section1 .slider {
    position: relative;
    width: 100%;
}

.section1 .slider img {
    width: 100%;
}

.section1 .slider span {
    position: absolute;
    top: 50%;
}

.section1 .slider .prev {
    left: 24%
}

.section1 .slider .next {
    right: 24%;
}


.section1 .tip {
    height: 275px;
    background: white;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    line-height: 30px;
    letter-spacing: 3px;
}

.section1 .tip .english {
    color: #007169;
    word-spacing: 10px;
    font-size: 22px;
    letter-spacing: 4px;
}

.section1 .tip p:first-child {
    margin-top: 100px;
}

.section2 .sliders {
    position: relative;
}

.section2 .slider > img {
    width: 100%;
}

.sliders > span {
    position: absolute;
    top: 50%;
}

.sliders .prev {
    left: 24%;
}

.sliders .next {
    right: 24%;
}

#slider2 .butn {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 50px;
    z-index: 20;
}

#slider2 .butn span img {
    height: 100%;
}

#slider2 .butn > span {
    height: 100%;
}

#slider2 .butn .btn2 {
    margin-left: 1%;
}

#slider2 .butn .item {
    display: inline-block;
    height: 100%;
    color: white;
    font-size: 20px;
    vertical-align: middle;
    background: #0f65db;
    overflow: hidden;
    width: 200px;
    line-height: 80px;
    white-space: nowrap;
}

#slider2 .butn .item span {
    display: inline-block;
}

#slider2 .butn .item .tip {
    margin-left: 15px;
}

#slider2 .butn > div {
    display: inline-block;
    height: 100%;
    position: relative;
}
#slider2 .swiper-slide>img {
    height: 550px;
}
#slider2{
    height: 550px;
}

.section2 .news, .section2 .build {
    text-align: center;
    position: relative;
    margin-top: 80px;
    padding: 0;
}

.section2 .news h2, .section2 .build h2 {
    color: #404041;
    font-weight: bold;
    margin-bottom: 50px;
}

.section2 .news .content {
    position: relative;
    display: inline-block;
    background: white;
    height: 371px;
}

.section2 .news .content .left {
    width: 495px;
    height: 371px;
}
.section2 .news .content .left a{
    width: 100%;
}
.section2 .news .content .left img{
    width: 100%;
    height: 100%;
}
.section2 .news .content .word {
    width: 500px;
    height: 371px;
    padding: 55px 30px;
    text-align: left;
    font-size: 15px;
}

.section2 .news .content .word a {
    float: right;
}

.section2 .news .content .title {
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}

.section2 .more {
    height: 30px;
    position: absolute;
    line-height: 30px;
    font-size: 14px;
}

.section2 .more .icon {
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("/public/img/home/index/main_icon.png") no-repeat;
}

.section2 .more a {
    color: #9d7cb3;

}

.section2 .news .more {
    right: 30px;
    top: 310px;
}

.section2 .build .content {
    position: relative;
    display: inline-block;
}

.section2 .build .content > .left {
    border-right: 1px solid #c4c4c4;
    width: 50%;
}

.section2 .build .content > .right {
    width: 50%;
}

.section2 .build .content > div {
    padding: 0 10px 25px;
}

.section2 .build .content > div .last {
    margin-left: 9px;
}

.section2 .build .content > div .left {
    position: relative;
    width: 49%;
}

.section2 .build .content > div .left img {
    width: 230px;
    height: 173px;
}

.section2 .build .content .title {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
}

.section2 .build .content .title span {
    font-size: 20px;
    font-weight: bold;
    color: black;
    display: inline-block;
    padding: 7px 10px;
    border-bottom: 2px solid #0f65db;
}

.section2 .build .content .word {
    padding: 20px 10px;
}

.section2 .build .content .word p {
    width: 210px;
    text-align: left;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.section2 .build .content .word span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: black;
    height: 44px;
    margin-bottom: 20px;
    text-align:left;
}

.section2 .build .more {
    top: 10px;
    right: 0;
    font-size: 16px;
    color: #9d7cb3;
}

