.box{
    background: #ffffff;
}
.banner{
    width: 100%;
    height: 509px;
    margin-top: 80px;
}
.banner .swiper{
    width: 100%;
    height: 100%;
}

.top{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 50px;
}
.top .top-le{
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
    text-align: center;
}
.top-le span{
    color: #d1a06f;
}
.top .top-ri{
    width: auto;
    height: 40px;
    font-size: 18px;
    color: #999999;
    line-height: 40px;
    display: block;
}
.about{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about .about-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.about .about-le{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
}
.about-le .about-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #7c0014;
    line-height: 30px;
}
.about-le .about-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 10px;
}
.about-le .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
}
.about-le .about-btn{
    width: 150px;
    height: 50px;
    background: #7c0014;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-top: 50px;
}
.about-on .about-ri{
    width: 600px;
    height: 490px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.about-ri .about-img{
    width: 500px;
    height: 400px;
    margin-left: 100px;
}
.about-ri .about-box{
    width: 270px;
    height: 460px;
    background: rgba(124,0,20,0.8);
    position: absolute;
    top: 30px;
    left: 0;
    border-radius: 10px;
}
.about-box .about-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 35px 20px;
    box-sizing: border-box;
}
.about-ul .about-li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.about-li .about-icon{
    width: 30px;
    height: 30px;
}
.about-icon img{
    height: 28px;
    margin-top: 1px;
}
.about-li:nth-of-type(n+2) .about-icon img{
    height: 26px;
    margin-top: 2px;
}
.about-li .about-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-top: 17px;
}
.about-li .about-e{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
}


.case{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
}
.case .case-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 35px;
}
.case-box .case-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.case-ul .case-li{
    width: 390px;
    height: 220px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.case-li:last-child{
    margin-bottom: 15px;
}
.case-li:nth-of-type(3n){
    margin-right: 0;
}
.case-li .case-img{
    width: 100%;
    height: 100%;
}
.case-li .case-on{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    opacity: 0;
}
.case-li:hover .case-on{
    opacity: 1;
}
.case-on .case-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    color: #333333;
    line-height: 34px;
    margin-top: 15px;
}
.case-on .case-line{
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 15px;
}
.case-on .case-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 15px;
    text-align: justify;
}
.case-on .case-add{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    text-align: right;
    line-height: 24px;
    cursor: pointer;
    margin-top: 10px;
}
.case-add .iconfont{
    font-size: 10px;
}

.method{
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}

.method .met-box{
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0 100px;
    box-sizing: border-box;
}
.met-box .swiper-wrapper{
    width: 1000px;
    height: 520px;
    margin: 0 auto;
}
.method .swiper-pagination{
    width: 100%;
    height: 46px;
    display: flex;
    position: absolute;
    top: 320px !important;
    padding: 0 200px;
    box-sizing: border-box;
}
.method .swiper-slide{
    width: 1000px !important;

}

.method .swiper-pagination-bullet{
    width: 25%!important;
    height: 46px!important;
    font-size: 22px;
    color: #666666;
    text-align: center;
    line-height: 46px;
    /*border-right: 1px solid #666666;*/
    background: #ffffff!important;
    position: relative;
    opacity:1!important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    border-radius: 0 !important;
}
.method .swiper-pagination-bullet:last-child{
    border-right: 0;
}

.method .swiper-pagination-bullet .swiper-line{
    display: none;
}

.method .swiper-pagination-bullet-active .swiper-line{
    display: none;
}
.method .swiper-pagination-bullet-active{
    font-size: 24px;
    color: #7c0014;
    outline: none;
}

.met-box .swiper-button-next{
    width: 48px;
    height: 48px;
    background: url(/assets/index/images/add2.png) no-repeat center center / 100% 100%;
    transform:rotate(180deg);
    top: 40% !important;
}
.met-box .swiper-button-prev{
    width: 48px;
    height: 48px;
    background: url(/assets/index/images/add2.png) no-repeat center center / 100% 100%;
    top: 40% !important;

}
.met-box .swiper .swiper-button-next,.swiper-button-prev{
    outline: none;
}
.swiper-button-prev:after{
    content:'' !important
}
.swiper-button-next:after{
    content:'' !important
}
.swiper-button-prev1:after{
    content:'' !important
}
.swiper-button-next1:after{
    content:'' !important
}

.met-box .met-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 40px;
    color: #333333;
    line-height: 58px;
    margin-top: 40px;
    text-align: center;
}
.met-box .met-img{
    width: 970px;
    height: 120px;
    margin: 55px auto 0;
}





.course{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
}

.cou-box .swiper-button-next1{
    width: 48px;
    height: 48px;
    background: url(/assets/index/images/add2.png) no-repeat center center / 100% 100%;
    transform:rotate(180deg);
    top: 40% !important;
}
.cou-box .swiper-button-prev1{
    width: 48px;
    height: 48px;
    background: url(/assets/index/images/add2.png) no-repeat center center / 100% 100%;
    top: 40% !important;

}
.cou-box .swiper .swiper-button-next,.swiper-button-prev{
    outline: none;
}
.course .cou-box{
    width: 100%;
    height: 350px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
}
.cou-box .swiper{
    width: 970px;
    box-sizing: border-box;
}
.cou-box .swiper-slide{
    width: 100%;
    height: 295px;
    position: relative;
}
.cou-box .cou-line{
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: #7c0014;
    border-radius: 50%;
    margin: 0 auto;
}
.cou-box .cou-year{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    color: #7c0014;
    line-height: 40px;
    margin-top: 15px;
    text-align: center;
}
.cou-box .cou-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
}
.cou-box .cou-img{
    width: 220px;
    height: 150px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

.new{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
}
.new-box .new-ul{
    width: 100%;
    height: auto;
}
.new-ul .new-li{
    /*width: 31% !important;*/
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.new-li .new-le{
    width: 140px;
    height: 223px;
}
.new-li .new-ri{
    width: 210px;
    height: 223px;
    overflow: hidden;
}
.new-ri .new-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-top: 10px;
}
.new-ri .new-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}


.service{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
}
.service .ser-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.ser-head span{
    color: #7c0014;
}
.service .ser-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    text-indent: 2em;
    line-height: 28px;
    margin-top: 10px;
    text-align: justify;
}
.ser-text:last-child{
    text-indent: 0em;
    margin-bottom: 40px;
}

.sense{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sense .sen-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
}
.sen-ul .sen-li{
    width: auto;
    height: auto;
    overflow: hidden;
}
.sen-li .sen-name{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #BE0000;
    margin-bottom: 10px;
    line-height: 28px;
    text-align: center;
}
.sen-li .sen-text{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 34px;
}