body {
    background: #efefef;
    color: #828284;
}

.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: 60px;
    font-weight: 600;
    overflow: hidden;
    line-height: 275px;
}
@font-face {
    font-family: "zjgt";
    src: url("ZJGT.TTF");
}
.section1 .tip p{
    font-family: "zjgt";
}

.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: #c7000b;
    overflow: hidden;
    width: 220px;
    line-height: 80px;
    white-space: nowrap;
}

#slider2 .butn .item span {
    display: inline-block;
}

#slider2 .butn .item .tip {
    margin-left: 10px;
}

#slider2 .butn > div {
    display: inline-block;
    height: 100%;
    position: relative;
}
#slider2 .swiper-slide>img {
    height: 550px;
}
#slider2{
    height: 550px;
}

.section2 .news, .section2 .video {
    text-align: center;
    position: relative;
    margin-top: 80px;
    padding: 0;
}

.section2 .news h2, .section2 .video h2 {
    color: #404041;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: "zjgt";
}

.section2 .news .content {
    position: relative;
    display: inline-block;
    background: white;
}

.section2 .news .content .left {
    width: 495px;
}
.section2 .news .content .left a{
    width: 100%;
}
.section2 .news .content .left img{
    width: 100%;
    height: auto;
}
.section2 .news .content .word {
    width: 500px;
    padding: 20px 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 a {
    color: #c7000b;
}

.section2 .news .more {
    right: 30px;
    top: 230px;
}

.section3 {
    margin-top: 80px;
    overflow: hidden;
}

.section3 .box {
    position: relative;
    height: 490px;
    text-align: center;
}

.section3 .box > img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.section3 .box .btns {
    position: absolute;
    width: 100%;
    bottom: 18%;
}

.section3 .box .btns .btn-more {
    width: 192px;
    height: 47px;
    background-color: #c7000b;
    font-size: 20px;
    line-height: 47px;
    border-bottom-right-radius: 20px;
}

.section3 .need {
    padding: 40px;
    text-align: center;
}

.section3 .need > p {
    color: #007069;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.section3 .need li {
    width: 33.3%;
    float: left;
    padding: 30px 70px;
    font-size: 15px;
}

.section3 .need li .person {
    color: #007069;
}

.section3 .need li .person span {
    font-size: 45px;
}
.border{
    background-color:#666;
}

.news-list{
    margin-top: 30px;
}
.news-list .item{
    width: 242.5px;
    float: left;
    margin-right: 10px;
}
.news-list .item:last-child{
    margin-right: 0;
}
.news-list img{
    width: 100%;
    height: 135px;
}
.news-list .word {
    padding: 20px 10px;
}

.news-list .word p {
    width: 210px;
    text-align: left;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news-list .word p.title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    text-align:left;
}
/*视频*/
.video .content{
    background-color: #000;
}