.box{
    background: #f3f8fc;
}
.banner{
    width: 100%;
    height: 500px;
    margin-top: 80px;
}
.banner .swiper{
    width: 100%;
    height: 100%;
}

.top{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.top .top-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    color: #013ca6;
    text-align: center;
    line-height: 46px;
    margin-top: 30px;
}
.top .top-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    text-align: center;
}

.about{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about .about-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #4265a6;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
    margin-bottom: 30px;
}
.about .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    text-indent: 2em;
    text-align: justify;
}
.about .about-box{
    width: 100%;
    height: 400px;
    margin-top: 35px;
    margin-bottom: 60px;
}
.about-box .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about-box .swiper-slide{
    transform:scale(0.8);
    position: relative;
}
.about-box .swiper-slide-active{
    margin-top: 0;
    transform:scale(1);
}
.about-box .about-on{
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.about-on .about-le{
    width: auto;
    height: 34px;
    font-size: 24px;
    color: #ffffff;
    line-height: 34px;
}
.about-on .about-ri{
    width: 32px;
    height: 6px;
    margin-top: 14px;
}
.about-box .swiper-button-next{
    width: 70px;
    height: 70px;
    background: url(/assets/index/images/add1.png) no-repeat center center / 100% 100%;
}
.about-box .swiper-button-prev{
    width: 70px;
    height: 70px;
    background: url(/assets/index/images/add1.png) no-repeat center center / 100% 100%;
    transform:rotate(180deg)
}
.about-box .swiper .swiper-button-next,.swiper-button-prev{
    outline: none;
}
.swiper-button-prev:after{
    content:'' !important
}
.swiper-button-next:after{
    content:'' !important
}

.video{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.video video{
    display: block;
    width: 100%;
    height: 100%;
}

.news{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.news .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.new-box .new-le{
    width: 450px;
    height: auto;
    overflow: hidden;
}
.new-box .new-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin-top: 30px;
}
.new-title .new-span{
    display: block;
    color: #333333;
}
.new-title .new-icon{
    width: 31px;
    height: 5px;
    margin-top: 15px;
}
.new-le .new-li{
    margin-top: 15px;
    display: block;
    background: #ffffff;
}
.new-le .new-img{
    width: 100%;
    height: 250px;
}
.new-le .new-on{
    width: 100%;
    height: 250px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}
.new-on .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.new-on .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-indent: 2em;
    text-align: justify;
}
.new-on .new-last{
    width: 100%;
    height: 60px;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    color: #999999;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.new-box .new-ri{
    width: 730px;
    height: auto;
    overflow: hidden;
}
.new-ri .new-item{
    display: block;
    width: 100%;
    height: 240px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    background: #ffffff;

}
.new-item .new-img{
    width: 365px;
    height: 240px;
}
.new-item .new-on{
    width: 365px;
    height: 240px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}
.new-on .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.new-ri .new-last{
    width: 335px;
    left: 15px;
    padding: 0!important;
}

.recruit{
    width: 100%;
    height: 690px;
    background: url(/assets/index/images/index6.jpg) no-repeat center;
    overflow: hidden;
    /*margin-top: 58px;*/
}
.recruit .top-name{
    color: #ffffff;
}
.recruit .top-span{
    color: #ffffff;
}
.recruit .rec-box{
    width: 100%;
    height: 500px;
    background: rgba(255,255,255,0.8);
    overflow: hidden;
    padding: 0 90px;
    box-sizing: border-box;
    margin-top: 25px;
}

.rec-box .rec-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #013ca6;
    text-align: center;
    line-height: 40px;
    margin-top: 35px;
}
.rec-box table{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: none;
}
.rec-box tbody{
    display: block;
    width: 100%;
}
.rec-box tr{
    display: block;
    width: 100%;
    margin-top: 25px;
}

.rec-box th{
    display: block;
    float: left;
    width: 25%;
    font-size: 22px;
    color: #4265a6;
    line-height: 34px;
    text-align: center;
    /*font-weight: bold;*/
    margin-bottom: 10px;
}
.rec-box td{
    display: block;
    float: left;
    width: 25%;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.rec-box .rec-btn{
    display: block;
    width: auto;
    height: 30px;
    font-size: 18px;
    color: #013ca6;
    line-height: 30px;
    display: flex;
    float: right;
    margin-top: 25px;
}
.rec-btn .rec-icon{
    width: 31px;
    height: 5px;
    margin-top: 13px;
    margin-left: 5px;
}