.title {
    margin-bottom: 60px;
}

.btn {
    cursor: pointer;
}

/* banner */
.banner {
    background: url('/liuxue/img/pc/wmt/banner.png') no-repeat center;
    background-size: cover;
    height: 500px;
    padding-bottom: 0;
}

.banner .box {
    margin-top: -160px;
}
.banner .box .fl{
    width: 563px;
    margin-top: 165px;
}
.banner .box .fl h3{
    color: #2D2D2D;
    font-size: 75px;
    letter-spacing: 2.74px;
    line-height: 90px;
    margin-bottom: 24px;
}
.banner .box .fl p{
    color: #2D2D2D;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 60px;
}
.banner .box .fl span{
    color: #545454;
    font-size: 15px;
    display: block;
    font-weight: bold;
    letter-spacing: .5px;
    line-height: 21px;
}
.banner .box em{
    font-style: normal;
    color: #FFFFFF;
    font-size: 26px;
    letter-spacing: 1px;
    position: absolute;
    right: 352px;
    font-weight: bold;
    opacity: .4;
    bottom: -25px;
}

/* .notes */
.notes {
    height: 580px;
    background: url('/liuxue/img/pc/wmt/bg30.png') no-repeat center;
    background-size: cover;
}

.notes .box {
    padding-top: 180px;
}

.notes .line {
    width: 100%;
    height: 15px;
    position: relative;
}

.notes .line>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.notes .line>div {
    width: 100%;
    height: 84px;
    position: absolute;
    padding-left: 120px;
    box-sizing: border-box;
}

.notes .line .top {
    padding-left: 166px;
}

.notes .line>div>div {
    width: 134px;
    height: 100%;
    padding-left: 10px;
    border-left: 1px dashed #979797;
    margin-right: 70px;
}

.notes .line>div>div:last-child {
    margin-right: 0;
}

.notes .line .top>div {
    margin-right: 54px;
    width: 150px;
}

.notes .line .down {
    top: 7.5px;
    left: 0;
}

.notes .line .top {
    height: 150px;
    bottom: 7.5px;
    left: 0;
}

.notes .line>div p {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 3px;
}

.notes .line>div p::before {
    content: '';
    position: absolute;
    left: -12.5px;
    width: 5px;
    height: 5px;
    background: #878787;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.notes .line>div span {
    color: #5F5F5F;
    font-size: 14px;
    line-height: 20px;
}

.notes .line .top p {
    margin-top: -10px;
}

.notes .line .down p {
    margin-top: 71.5px;
}

.notes .line .top .fl:last-child {
    width: 263px;
}


/* college */
.college .fl {
    width: 464px;
}
.college .fl .list{
    width: 100%;
    margin-bottom: 50px;
}
.college .fl .list span{
    color: #000000;
    font-size: 14px;
    height: 50px;
    padding-top: 14px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
    transition: all .6s;
}
.college .fl .list span:after{
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #979797;
    transition: all .4s;
    position: absolute;
}
.college .fl .list span.on{
    padding-bottom: 14px;
    font-weight: bold;
    font-size: 16px;
}
.college .fl .list span.on:after{
    width: 100%;
}
.college .fl .list span:hover{
    padding-bottom: 14px;
    position: relative;
    font-weight: bold;
}
.college .fl .list span.on::before{
    content: '';
    bottom: 8px;
    left: -24px;
    width: 49px;
    height: 49px;
    background: #FFEE4D;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.college .fl .info{
    width: 100%;
    height: 128px;
    position: relative;
}
.college .fl .info span{
    color: #333333;
    line-height: 24px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.college .fr{
    width: 611px;
}
.college .fr p{
    text-align: right;
    color: #000000;
    font-size: 14px;
}
.college .fr > div{
    width: 611px;
    height: 407px;
    position: relative;
} 
.college .fr > div > div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transform: translateX(-30px);
    transition: all .8s;
    border-radius: 8px;
    overflow: hidden;
}
.college .fr > div > div.on{
    opacity: 1;
    z-index: 2;
    transform: translateX(0);
}
.college .fr > div > div img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.college .fr > div > div span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    z-index: 2;
    background-color: rgba(34, 34, 36, .37);
}
.college .fr > div > div span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.college .fr > div > div span em{
    width: 353px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: bold;
    vertical-align: middle;
}

/* company */
.company {
    background-color: rgb(240, 242, 245);
}

.company .fr {
    width: 527px;
    height: 429px;
}

.company .fr img {
    width: 100%;
    height: 100%;
}

.company .fl {
    width: 514px;
    margin-top: 40px;
}

.company .fl p {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.company .fl p span {
    position: relative;
    z-index: 1;
}

.company .fl p::before {
    content: '私たちについて';
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    color: rgba(13, 110, 253, .15);
    font-size: 56px;
}

.company .fl div>span {
    color: #5F5F5F;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    display: none;
}
.company .fl div>span em{
    color: #0d6efd;
    cursor: pointer;
}
.company .fl div>span.on{
    display: block;
}

.btn {
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid #5F5F5F;
    text-align: center;
    position: relative;
    font-size: 14px;
    transition: all .6s;
    color: #fff;
    text-indent: -40px;
    background-color: #3d8bfd;
    border-color: #3d8bfd;
}

.btn:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 44px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    margin-left: 0;
    background: url('/liuxue/img/pc/wmt/wri.png') no-repeat center;
    transition: all .4s;
    background-size: cover;
}
/* 
.btn:hover {
    color: #fff;
    background-color: #3d8bfd;
    border-color: #3d8bfd;
}
*/
.btn:hover{
    background-color: #0d6efd;
}
.btn:hover:after {
    right: 22px;
} 

/* offer */
.offer{
    background-color: #F8F7F7;
}
table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

table thead {
    width: 100%;
    height: 30px;
    background: #3d8bfd;
    box-shadow: 0px 2px 4px 0px rgba(195, 195, 195, 0.5);
    font-size: 15px;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
    margin-bottom: 10px;
    overflow: hidden;
}

table tr {
    padding: 5px;
}

table th,
table td {
    padding: 10px;
    text-align: center;
}

table thead,
tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

tbody tr td {
    font-size: 15px;
    color: #404040;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

tbody {
    display: block;
    height: 640px;
    overflow-y: auto;
    /* // 为了滚动顺畅  */
    -webkit-overflow-scrolling: touch;
}
/* tbody tr:nth-child(odd) {
    height: 30px;
    background: #fff;
} */

tbody .news {
    position: relative;
}

tbody .news:after {
    content: "";
    width: 46px;
    height: 18px;
    background: url('/liuxue/img/index/new.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 8px;
}

tbody tr {
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(195, 195, 195, 0.5);
    border-radius: 2px;
    margin-bottom: 10px;
    transition: all .5s;
}

tbody tr:hover {
    background: #6ea8fe;
}

tbody tr:hover td {
    color: #fff;
}

tbody#tables::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0px;
    height: 100%;
}

tbody#tables::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #6ea8fe;
}

tbody#tables::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 5px;
    background: #fff;
}

/* survey */
.survey{
    background: url('/liuxue/img/pc/wmt/bg71.png') no-repeat center;
    background-size: cover;
}
.survey .box p{
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    text-indent: 34px;
    position: relative;
    margin-bottom: 60px;
}
.survey .box p::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: 56px;
    background: url('/liuxue/img/pc/wmt/bg72.png') no-repeat center;
    background-size: cover;
}
.survey .box span{
    color: #5F5F5F;
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}

/* follow */

.follow .fl {
    padding-top: 145px;
    box-sizing: border-box;
    width: 317px;
    height: 636px;
    position: relative;
    margin-left: 173px;
}

.follow .fl>span,
.follow .fr>span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #5F5F5F;
    font-size: 22px;
    font-weight: bold;
}

.follow .fl>span:after,
.follow .fr>span:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 32px;
    height: 5px;
    background: #3d8bfd;
}

.follow .fl .img {
    width: 100%;
    height: 317px;
    position: relative;
}

.follow .fl .img:after {
    width: 35%;
    text-align: center;
    content: '彬彬新媒体生态圈';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #5F5F5F;
    font-size: 22px;
    font-weight: bold;
    z-index: 3;
    line-height: 36px;
}

.follow .fl .img>img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.follow .fl .img>div {
    width: 160px;
    height: 160px;
    position: absolute;
    z-index: 2;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(228, 228, 228, 0.5);
    border: 1px solid #F5F5F5;
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
}

.follow .fl .img>div:hover {
    transform: translateY(-10px);
}

.follow .fl .img>div:hover p,
.follow .fl .img>div:hover span {
    color: #FF8A00;
}

.follow .fl .img>div:nth-child(2):hover,
.follow .fl .img>div:nth-child(5):hover {
    transform: translate(-50%, -10px);
}

.follow .fl .img>div:nth-child(2) {
    left: 50%;
    top: -110px;
    transform: translateX(-50%);
}

.follow .fl .img>div:nth-child(3) {
    left: 76%;
    top: -20px;
}

.follow .fl .img>div:nth-child(4) {
    left: 76%;
    top: 174px;
}

.follow .fl .img>div:nth-child(5) {
    left: 50%;
    bottom: -110px;
    transform: translateX(-50%);
}

.follow .fl .img>div:nth-child(6) {
    right: 76%;
    top: 174px;
}

.follow .fl .img>div:nth-child(7) {
    right: 76%;
    top: -20px;
}

.follow .fl .img>div img {
    display: block;
    margin: 0 auto 8px;
    margin-top: 30px;
    width: 54px;
    /* height: 54px; */
}

.follow .fl .img>div p {
    color: #6D7278;
    font-size: 15px;
}

.follow .fl .img>div span {
    color: #414141;
    font-size: 15px;
}

.follow .fr {
    box-sizing: border-box;
    width: 333px;
    height: 636px;
    position: relative;
    margin-right: 101px;
}

.follow .fr .img {
    width: 100%;
    height: 596px;
    position: relative;
}

.follow .fr .img .phone {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.follow .fr .img .lu {
    width: 108px;
    height: 173px;
    position: absolute;
    z-index: 3;
    top: 291px;
    left: 88px;
}

.follow .fr .img>div {
    width: 177px;
    height: 177px;
    background: #FFFFFF;
    box-shadow: 0px 0px 23px 0px rgba(210, 210, 210, 0.5);
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    transition: all .3s;
}

.follow .fr .img>div:hover {
    background: #FF8A00;
    transform: scale(1.1);
}

.follow .fr .img>div:hover p {
    color: #fff;
}

.follow .fr .img>div:nth-child(3) {
    left: -32px;
    top: 115px;
}

.follow .fr .img>div:nth-child(4) {
    top: 87px;
    left: 196px;
}

.follow .fr .img>div:nth-child(5) {
    left: 169px;
    top: 285px;
}

.follow .fr .img>div img {
    display: block;
    margin: 25px auto 0;
    width: 94px;
    height: 94px;
}

.follow .fr .img>div p {
    color: #5F5F5F;
    font-size: 14px;
    text-align: center;
}

/* case */
.case .swiper-container{
    overflow: initial;
}
.case .prev,
.case .next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url('/liuxue/img/pc/wmt/le_normal.png') no-repeat center;
    background-size: cover;
    transition: all .4s;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border: none;
}
.case .prev{
    left: -30px;
}
.case .prev:hover{
    background: url('/liuxue/img/pc/wmt/hover_le.png') no-repeat center;
    background-size: cover;
}
.case .next{
    right: -30px;
    background: url('/liuxue/img/pc/wmt/ri_normal.png') no-repeat center;
    background-size: cover;
}
.case .next:hover{
    background: url('/liuxue/img/pc/wmt/hover_ri.png') no-repeat center;
    background-size: cover;
}
.case .swiper-slide{
    width: 442px;
    height: 527px;
    background: #FFFFFF;
    box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    position: relative;
    padding: 50px 40px 0;
    box-sizing: border-box;
    text-align: center;
    transition: all .4s;
}
.case .swiper-slide img{
    width: 190px;
    display: block;
    height: 190px;
    margin: -30px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.case .swiper-slide p{
    color: #565656;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.case .swiper-slide div{
    text-align: center;
    margin-bottom: 23px;
}
.case .swiper-slide em{
    display: inline-block;
    padding: 4px 10px;
    height: 24px;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #3d8bfd;
    margin-right: 18px;
    color: #3d8bfd;
    font-size: 14px;
    letter-spacing: .5px;
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.case .swiper-slide em:last-child{
    margin-right: 0;
}
.case .swiper-slide span{
    color: #565656;
    font-size: 15px;
    line-height: 34px;
    display: block;
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
