@font-face {
    font-family: '锐字锐线怒放黑简';   /*字体名称*/
    src: url('../font/锐字锐线怒放黑简.TTF');       /*字体源文件*/
}
body{
    /*background: #dadada;*/
    font-family: "SourceHanSansCN Regular";
    letter-spacing: 0.1em;
}
img{
    max-width: 100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.title{
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 88px;
}
.theme-font-color{
    color: #ffa800;
}
.box-shadow{
    box-shadow: 0 5px 20px rgba(149,87,26,.16);
    background-color: white;
}
.bg-container{
    background-image: url("../images/body_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 230px;
}

.banner-box{
    position: relative;
    width: 100%;
}
.banner-box .banner-title{
    font-size: 60px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    z-index: 1;
    font-family: '锐字锐线怒放黑简';
    font-weight: initial;
}
.content-box{
    margin-top: 15px;
    padding-bottom: 90px;
}
.content-box-introduc{
    font-size: 18px;
    color: #343434;
    text-indent: 2em;
    line-height: 26px;
    padding-bottom: 10px;
    background-color: white;
}
.title-box{
    position: relative;
    padding-bottom: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.title-box .title-icon{
    width: 88px;
    height: 88px;
    display: block;
    background-image: url("../images/icon/tab_title_icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 200px;
    top: 0;
    z-index: 1;
}

.title-box .bg-font{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    text-align: center;
    font-size: 55px;
    color: white;
    text-shadow: 0 10px 13px rgba(255,192,51,0.3);
}
.table-box{
    width: 100%;
    background-color: #f7f7f7;
}
.table-box .val{
    width: 33.33%;
    text-align: center;
    border-right: 1px solid white;
}
.table-box .th{
    font-size: 36px;
    color: white;
    line-height: 60px;
    background-color: #ffb830;
}
.table-box .th .val{
}
.table-box .list .item{
    border-bottom: 4px solid white;
}
.table-box .list .item.color{
    background-color: #fff5dd;
}
.table-box .list .item .val{
    min-height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    font-size: 24px;
    color: #54565b;
}

.content-three{
    padding: 0 30px;
    margin-top: 50px;
}
.content-three .item{
    padding: 5px 0;
    border-top: 1px solid #d9d9d9;
}
.content-three .item:nth-child(1){
    border: none;
}
.content-three .item .right{
    padding-right: 0;
}
.content-three .item .left{
    padding-top: 20px;
}

.content-three .item .left .grade{
    font-size: 36px;
    font-weight: bold;
}
.content-three .item .left .text{
    line-height: 27px;
    font-size: 18px;
    padding-right: 100px;
    padding-left: 50px;
}

.content-three .item .subject{
    margin-top: 30px;
}
.content-three .item .subject .subject-item{
	cursor: pointer;
    margin-right: 6px;
    font-size: 20px;
    padding: 0 12px 4px;
    color: white;
    background-color: #94c541; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #d9e12f , #94c541);
}
.content-three .item .subject.two .subject-item{
    background-image: linear-gradient(to right, #fb916b , #ed544a);
}
.content-three .item .subject.three .subject-item{
    background-image: linear-gradient(to right, #8deeff , #0caed7);
}
.content-four{
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(142,65,2,0.1);
    padding: 68px 20px 20px;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}
.content-four .swiper-button{
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -22px;
    cursor: pointer;
}
.content-four .swiper-next{
    right: 50px;
    left: auto;
}

.content-four .swiper-prev{
    left: 50px;
    right: auto;
}
.content-four .swiper-wrapper{
    margin: 0 90px;
}
.content-four .text{
    width: 50%;
}
.content-four .user-introduction{
    font-size: 16px;
    color: #252525;
    line-height: 30px;
}
.content-four .swiper-slide {
    padding: 0 90px;
}

.content-four .swiper-slide .img{
    /*width: 138px;*/
    /*height: 326px;*/
    position: absolute;
    left: 100px;
    top: -68px;
    z-index: 1;
}

.content-fives .item{
    position: relative;
    padding-left: 25px;
    padding-right: 13px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.content-fives .text-box{
    width: 300px;
    padding: 35px 20px 10px;
    border-radius: 10px;
    background-color: #faa90e;
    background-image: linear-gradient(to right, #fccb05 , #faa90e);
    overflow: hidden;
    color: white;
    min-height: 245px;
    box-shadow: 5px 8px 18px rgba(250,169,14,0.5);

    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.content-fives .item:nth-child(2) .text-box{
    background-image: linear-gradient(to right, #fa8b67 , #ed534a);
}
.content-fives .item:nth-child(3) .text-box{
    background-image: linear-gradient(to right, #87ebfd , #0cafd8);
}
.content-fives .item:nth-child(3) .text-box{
    background-image: linear-gradient(to right, #87ebfd , #0cafd8);
}
.content-fives .item:nth-child(4) .text-box{
    background-image: linear-gradient(to right, #d9e12f , #9ac840);
}

.content-fives .item:nth-child(3) .text-box,.content-fives .item:nth-child(4) .text-box{
    right: 13px;
    left: auto;
}
.content-fives .item .img-box{
    /*position: absolute;*/
    /*right: 13px;*/
    /*top: 50%;*/
    /*z-index: -1;*/
    /*margin-top: -84px;*/
    min-height: 168px;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 5px 8px 18px rgba(17,5,10,0.28);

    margin: 38px 0;
}
.content-fives .text-box .number{
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
}

.content-fives .text-box .text{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.content-fives .form-box{
    padding: 55px;
    margin-top: 110px;
    font-size: 25px;
    color: #636363;
    position: relative;
    border-radius: 10px;
}

.content-fives .form-box .half{
    padding: 0 50px;
}

.content-fives .form-box .input-item{
    margin-bottom: 32px;
}
.content-fives .form-box .input{
    background-color: #eee;
    height: 45px;
    width: 315px;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    outline:none;/*去除蓝色边框*/
}
.content-fives .form-box .submit-button{
    font-size: 30px;
    color: white;
    background-color: #ed5249;
    background-image: linear-gradient(to right, #ff7644 , #ed5249);
    line-height: 64px;
    padding: 0 20px;
    box-shadow: 0 5px 15px #ff7644;
    border: none;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
}
.content-six{
    margin-top: 70px;
}
.content-six .bar-list{
    padding-right: 50px;
}
.content-six .bar-list .item{
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #faa90e;
    background-image: linear-gradient(to right, #fccb05 , #faa90e);
    border-radius: 10px;
    min-height: 84px;
    line-height: 30px;
    padding: 10px;
    font-weight: bold;
    margin-top: 20px;
    cursor:pointer;
}
.content-six .bar-list .item:hover{
    opacity: 0.6;
}
.content-six .bar-list .item:nth-child(1){
    margin-top: 0;
}
.content-six .bar-list .item:nth-child(2){
    background-image: linear-gradient(to right, #fa8b67 , #ed534a);
}
.content-six .bar-list .item:nth-child(3){
    background-image: linear-gradient(to right, #87ebfd , #0cafd8);
}
.content-six .bar-list .item:nth-child(3){
    background-image: linear-gradient(to right, #87ebfd , #0cafd8);
}
.content-six .bar-list .item:nth-child(4){
    background-image: linear-gradient(to right, #d9e12f , #9ac840);
}
.content-six .right-text{
    border-radius: 15px;
    padding: 15px 30px;
    min-height: 396px;
}
.content-six .right-text .user-name{
    font-size: 18px;
    margin-bottom: 35px;
}
.content-six .right-text .text{
    font-size: 12px;
    color: #636363;
    line-height: 20px;
}
.content-six .right-text .item{
    display: none;
}
.content-seven .item{
    padding: 30px 5px;
    color: #3e3a39;
    margin-bottom: 105px;
    border-radius: 20px;
}
.content-seven .item .left{
    padding: 0;
}
.content-seven .text-box{
    padding: 25px 0 25px 30px;
    line-height: 35px;
    font-size: 21px;
}

.right-table-box{
    width: 100%;
}
.right-table-box .val{
    width: 20%;
    text-align: center;
    border-left: 2px solid white;
}
.right-table-box-s .val{
    width: 33.3%;
}
.right-table-box .th{
    font-size: 28px;
    color: white;
    line-height: 46px;
    background-color: #ffb830;
}
.right-table-box .th .val{
}
.right-table-box .list{
    margin-top: 8px;
    background-color: #f7f7f7;
    height: 648px;
    overflow: hidden;
}
.right-table-box .list .val-item{
    border-bottom: 2px solid white;
}
.right-table-box .list .val-item:nth-child(odd){
    background-color: #fff5dd;
}
.right-table-box .list .val-item .val{
    min-height: 30px;
    text-align: center;
    font-size: 24px;
    color: #54565b;
}
