﻿a {
    text-decoration: none;
}
.w100 {
    width: 100%;
}
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.d-block {
    display: block;
}
.d-none {
    display: none;
}
.d-inline {
    display: inline;
}
.d-in-block {
    display: inline-block;
}
.f-weight {
    font-weight: bold;
}
.v-middle {
    vertical-align: middle;
}
.v-top {
    vertical-align: top;
}
.transi4 {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.mt0 {
    margin-top: 0px;
}
.mt2 {
    margin-top: 2px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt60 {
    margin-top: 60px;
}
.mt65 {
    margin-top: 65px;
}
.mt70 {
    margin-top: 70px;
}
.mt75 {
    margin-top: 75px;
}
.mt80 {
    margin-top: 80px;
}
.mt85 {
    margin-top: 85px;
}
.mt90 {
    margin-top: 90px;
}
.mt100 {
    margin-top: 100px;
}
.mt-20 {
    margin-top: -20px;
}
.pt0 {
    padding-top: 0px;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt50 {
    padding-top: 50px;
}
.pt55 {
    padding-top: 55px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt70 {
    padding-top: 70px;
}
.pt75 {
    padding-top: 75px;
}
.pt85 {
    padding-top: 85px;
}
.pb20 {
    padding-bottom: 20px;
}
.pr5 {
    padding-right: 5px;
}
/*ml ?锟斤拷??锟斤拷C锟斤拷??锟斤拷锟斤拷?*/
.ml0 {
    margin-left: 0px !important;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.ml55 {
    margin-left: 55px;
}
.ml60 {
    margin-left: 60px;
}
.ml65 {
    margin-left: 65px;
}
.ml70 {
    margin-left: 70px;
}
.ml75 {
    margin-left: 75px;
}
.ml100 {
    margin-left: 100px;
}
.ml110 {
    margin-left: 110px;
}
.p15 {
    padding: 15px;
}
.p5 {
    padding: 5px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}
.m5 {
    margin: 5px;
}
.pl0 {
    padding-left: 0px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}
.pl45 {
    padding-left: 45px;
}
.pl50 {
    padding-left: 50px;
}
.pl55 {
    padding-left: 55px;
}
.pl60 {
    padding-left: 60px;
}
.pl65 {
    padding-left: 65px;
}
.pl70 {
    padding-left: 70px;
}
.pl75 {
    padding-left: 75px;
}
.mb50 {
    margin-bottom: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb60 {
    padding-bottom: 60px;
}
.flex {
    display: flex;
    display: -webkit-flex;
}
.flex-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-around {
    -webkit-justify-content: space-around;
    justify-content: space-sround;
}
.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flext-end;
}
.item-center {
    -webkit-align-items: center;
    align-items: center;
}
.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.mt1100 {
    width: 1100px;
    margin: 0 auto;
}
.mt1200 {
    width: 1200px;
    margin: 0 auto;
}
.anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
.btnt a {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.btnt .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
}
.btnt .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
}
.hoverable:hover > .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.hoverable:hover > .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
@-webkit-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-moz-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-ms-keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes anim-out {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
@-moz-keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
@keyframes anim-out-pseudo {
    0% {
        background: #c3afc5;
    }
    100% {
        background: transparent;
    }
}
h2 {
    font-size: 36px;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 50px;
}
h2 span {
    color: #EA2D21;
}
h4.sub {
    font-size: 24px;
    color: #999;
    line-height: 28px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 30px;
}
.ban {
    display: block;
    width: 100%;
    height: 600px;
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/banner.png) no-repeat center center #BD4A45;
    background-size: 1920px 600px;
}
.ban > div {display:none!important;}
.ban .anu {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.ban .anu > div {
    width: 244px;
    height: 56px;
    border-radius: 28px;
    margin-top: 480px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
    font-size: 23px;
    color: #fefeff;
    line-height: 56px;
}
.ban .anu .bl {
    background: #047BE0;
}
.ban .anu .yl {
    background-color: #FF9307;
}
.scq01 {
    padding-bottom: 70px;
}
.scq01 > .cont,.flbt {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.scq01 > .cont > a {
    text-align: left;
    width: 345px;
}
.scq01 > .cont > a > img {
    margin-top: 50px;
}
.scq01 > .cont > a > div {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 10px;
    transition: all 0.2s;
}

.scq01 > .cont > a > p {
    font-size: 18px;
    color: #999999;
    line-height: 28px;
    float: left;
    cursor: pointer;
}
.scq01 > .cont > a:hover img{    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    transition: all 0.4s;}
.scq01 > .cont > a p:hover{color:#EA2D21}
.scq02 {
    padding-bottom: 60px;
    background: #FCFCFC;
}

.scq02 > div .coit {
    width: 260px;
    overflow: hidden;transition: all 0.4s;
}
.scq02 > div .coit h5{
    text-align: center;
    font-size: 24px;
    margin: 25px 0 15px;
}
.scq02 > div .coit p:hover{color:#EA2D21;}
.scq02 > div .coit div.img-cont{margin-top:0px!important;}
.scq02 > div .coit p{
    cursor: pointer;
    color: #999999;
    font-size: 16px;
    padding: 0 22px;
    text-align: justify;
    height: 85px;
}
.scq02 > div .coit a.hid{display:block;width: 200px;height: 38px;line-height: 38px;text-align: center;background: #EA2D21;color: #fff;border-radius: 30px;margin: 30px auto 0;font-size: 16px;    transition: all 0.4s;}
.scq02 > div .coit a.hid:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.scq03 {
    padding-bottom: 70px;
}
.scq03 .cons {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq03 .cons > a {
    width: 285px;
    height: 350px;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3013.png) no-repeat top center;
    background-size: 285px 327px;
    text-align: center;
    transition: all 0.4s;
}
.scq03 .cons > a > img {
    display: inline-block;
    margin-top: 38px;
}
.scq03 .cons > a > .jvj {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 10px;
}
.scq03 .cons > a > p {
    width: 250px;
    font-size: 16px;
    color: #999;
    line-height: 27px;
    text-align: left;
    padding-left: 42px;
    height: 164px;
}
.scq03 .cons > a .liuc {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq03 .cons > a .liuc img {
    width: 11px;
    height: 11px;
    margin-top: 8px;
    margin-right: 4px;
}
.scq03 .cons > a .liuc span {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}
.scq03 .cons > a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.scq03 .cons.cons02 {
    height: 360px;
}
.scq03 .cons.cons02 > a {
    height: 306px;
    background-size: 100% 100%;
    margin-top: 30px;
}
.scq03 .cons.cons02 > a > p {
    height: 144px;
}
.scq03 .antu,.scq01 .antu {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq03 .antu a,.scq01 .antu a {
    width: 276px;
    height: 48px;
    line-height:48px;
    border-radius: 30px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.scq03 .antu .lfa,.scq01 .antu .lfa {
    background: #EA2D21;
    box-shadow: 0px 5px 10px 0px rgba(233,45,33, 0.45);
}
.scq03 .antu .ria,.scq01 .antu .ria {
    background: #000;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45);
}
.scq04 {
    padding-bottom: 70px;
}
.scq04 .cons {
    width: 1100px;
    height: 550px;
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/c5.png) no-repeat center center;
    background-size: 1097px 550px;
}
.scq04 .cons h5 {
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    padding-top: 14px;
}
.scq04 .cons .row {
    text-align: center;
    margin-top: 180px;
}
.scq04 .cons .row span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    padding: 0px 40px;
}
.scq04 .cons .row .lef {
    color: #ffffff;
    text-shadow: 0px 3px 9px rgba(205, 87, 0, 0.48);
}
.scq04 .cons .row .rig {
    text-shadow: 0px 3px 9px rgba(0, 81, 149, 0.48);
}
.scq04 .cons .boc {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.scq04 .cons .boc > a {
    display: inline-block;
    width: 532px;
    height: 181px;
    margin: 118px 0px 0px 0px;
    padding-left: 10px;
    padding-top: 20px;
    box-sizing: border-box;
}
.scq04 .cons .boc > a span {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    padding-left: 20px;
}
.scq04 .cons .boc > a span:hover {
    color: #EA2D21;
}
.scq04 .cons .boc a.righ {
    padding-top: 36px;
    padding-left: 54px;
}
.scq04 .cons .boc a.righ span {
    padding-left: 30px;
}
.scq04 .antu {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq04 .antu a {
    width: 276px;
    height: 48px;
    line-height: 48px;
    border-radius:30px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.scq04 .antu .lfa {
    background: #EA2D21;
    box-shadow: 0px 5px 10px 0px rgba(233,45,33, 0.45);
}
.scq04 .antu .ria {
    background: #000;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45);
}
.scq05 {
    width: 100%;
    height: 900px;
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/bgbg.png) no-repeat center center;
    background-size: 1920px 900px;
}
.scq05 h2 span,.scq05 h4.sub {color:#fff;}
.scq05 .swi01 {
    width: 1100px;
    height: 550px;
}
.scq05 .swiper-container {
    width: 1100px;
    height: 550px;
}
.scq05 .swiper-slide {
    text-align: center;
    font-size: 18px;
}
.scq05 .swiper-slide .row {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq05 .swiper-slide .row h6 {
    font-size: 24px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    padding-top: 46px;
    margin-bottom: 10px;
}
.scq05 .swiper-slide .row .tex {
    padding-left: 32px;
    height: 74px;
}
.scq05 .swiper-slide .row .tex p {
    font-size: 16px;
    color: #999999;
    line-height: 28px;
    text-align: left;
}
.scq05 .swiper-slide .row .tex p:hover {
    color: #EA2D21;
}
.scq05 .swiper-slide .row .tex p.lw {
    width: 146px;
}
.scq05 .row > a {
    width: 290px;
    height: 246px;
    margin-top: 10px;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3025.png) no-repeat center center;
    background-size: 290px 245px;
    transition: all 0.4s;
}
.scq05 .row > a .anb {
    width: 137px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px dashed #EA2D21;
    border-radius: 20px;
    margin-left: 73px;
    margin-top: 6px;
    color: #EA2D21;
    transition: all 0.3s;
}
.scq05 .row > a .anb:hover {
    background-color: #EA2D21;
    color: #fff;
    text-align: center;
}
.scq05 .row > a:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.scq05 .swiper-pagination-bullet {
    background-color: #FFCF00;opacity: 1!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 0!important;}
.scq05 .swiper-pagination-bullet-active {
    width: 19px;
    height: 6px;
    background: #ffffff;
    border-radius: 3px;
}
.scq05 .antu {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq05 .antu a {
    width: 274px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
}
.scq05 .antu .lfa {
    color: #EA2D21;
    background: #fff;
}
.scq05 .antu .ria {
    background: #FFCF00;
    color: #EA2D21;
}
.scq06 {
    width: 100%;
    height: 1180px;
    background: #FCFCFC;
}
.scq06 h2{padding-bottom:20px!important;}
.scq06 .bgk {
    width: 1100px;
    height: 916px;
    margin-top: 30px;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3026.png) no-repeat center center;
}
.scq06 .bgk > a {
    float: left;
    display: inline-block;
    width: 510px;
    height: 300px;
}
.scq06 .bgk > a .top {
    height: 190px;
}
.scq06 .bgk > a .top .flt {
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #EA2D21;
    line-height: 36px;
    padding-left: 72px;
    width: 176px;
    box-sizing: border-box;
}
.scq06 .bgk > a .top .rit {
    float: left;
    width: 326px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.scq06 .bgk > a .dian {
    display: inline-block;
    padding: 0px 20px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    margin-left: 176px;
    font-size: 16px;
    text-align: center;
    color: #999999;
    transition: all 0.4s;
}
.scq06 .bgk > a .dian:hover {
    background: #EA2D21;
    box-shadow: 0px 5px 10px 0px rgba(233, 45, 33, 0.45);
    border-radius: 10px;
    color: #fff;
    border: 1px solid #EA2D21;
}
.scq06 .bgk > a:nth-child(2n) {
    margin-left: 74px;
}
.scq07 {
    width: 100%;
    height: auto;
    padding-bottom: 70px;
    background: #F9F9FE;
}
.scq07 .bd {
    height: auto !important;
}
.scq07 .subt {
    text-align: center;
    font-size: 24px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 26px;
}
.scq07 .kecbg .qnslide01 {
    width: 1100px;
}
.scq07 .kecbg .qnslide01 .hd {
    width: 1100px;
    height: 60px;
    margin-top: 15px;
}
.scq07 .kecbg .qnslide01 .hd ul {
    width: 1100px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq07 .kecbg .qnslide01 .hd ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    color: #fff;
    float: left;
    width: 206px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3027.png) no-repeat center center;
    background-size: 100% 100%;
}
.scq07 .kecbg .qnslide01 .hd ul li span {
    font-size: 18px;
}
.scq07 .kecbg .qnslide01 .hd ul li.on {
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/c7.png) no-repeat center center;
    background-size: 100% 100%;
}
.scq07 .kecbg .qnslide01 .hd ul li.on span {
    color: #fff;
}
.scq07 .keb01 {
    position: relative ;
    width: 1100px;
    margin-top: 30px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.scq07 .keb01 .gudint {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 1100px;
    height: 70px;
    background-color: #2F2F2F;
    z-index: 9999;
}
.scq07 .keb01 .gudint ul {
    height: 70px;
}
.scq07 .keb01 .gudint ul li {
    font-size: 20px;
    float: left;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.scq07 .keb01 .ggkb thead {
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 1100px;
    height: 70px;
    background-color: #2F2F2F;
}
.scq07 .keb01 .ggkb thead tr {
    height: 70px;
}
.scq07 .keb01 .ggkb thead tr td {
    border-right: 1px solid #efefef;
    font-size: 20px;
}
.scq07 .keb01 .ggkb tbody tr {
    border-left: 1px solid #efefef;
}
.scq07 .keb01 .ggkb tbody tr td.shuer {
    color: #333;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    line-height: 20px;
}
.scq07 .keb01 .ggkb tbody tr td.shuer span {
    font-weight: bold;
}
.scq07 .keb01 .ggkb tbody tr td {
    padding-top: 14px;
    padding-bottom: 14px;
}
.scq07 .keb01 .ggkb tbody tr .juz {
    font-size: 14px;
    color: #666;
    text-align: left;
    padding-left: 14px;
}
.scq07 .keb01 .ggkb tbody tr .juz strong {
    color: #000;
    margin-bottom: 3px;
    margin-top: 2px;
    display: inline-block;
}
.scq07 .keb01 .ggkb tbody tr .pric {
    font-size: 16px;
    color: #EA2D21;
}
.scq07 .keb01 .ggkb tbody tr .pric span {
    font-size: 14px;
}
.scq07 .keb01 .ggkb tbody tr .huan {
    font-size: 16px;
    color: #EA2D21;
}
.scq07 .keb01 .ggkb tbody tr .huan span {
    font-size: 14px;
}
.scq07 .keb01 .ggkb tbody tr .btn a {
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background-color: #EA2D21;
    box-shadow: 0px 5px 10px 0pxrgba(233,45,33, 0.45);
    border-radius: 16px;
    color: #fff;
}
.scq07 .keb01 .ggkb tbody tr td {
    text-align: center;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    color: #333;
    background: #fff;
}
.scq07 .yinc {
    width: 1099px ;
    height: 650px ;
    overflow: auto;
    margin-top: 70px;
}
.scq07 .btnr {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.scq07 .btnr:hover .anim:after {
    -moz-animation: anim-out-pseudo 0.75s;
    -webkit-animation: anim-out-pseudo 0.75s;
    animation: anim-out-pseudo 0.75s;
}
.scq07 .btnr:hover .anim {
    -moz-animation: anim-out 0.75s;
    -webkit-animation: anim-out 0.75s;
    animation: anim-out 0.75s;
}
.scq07 .antu {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq07 .antu a {
    width: 274px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.scq07 .antu .lfa {
    background: #EA2D21;
    box-shadow: 0px 5px 10px 0px rgba(233,45,33, 0.45);
}
.scq07 .antu .ria {
    background: #000;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.45);
}
.scq08 .mr30 {
    margin-right: 30px;
}
.scq08 .slidetab {
    text-align: left;
    overflow: hidden;
    padding-top: 2px;
}
.scq08 .slidetab .hd {
    font-size: 18px;
    position: relative;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 16px;
}
.scq08 .slidetab .hd ul {
    float: left;
}
.scq08 .slidetab .hd ul li {
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    float: left;
    width: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 24px;
    background-color: #B5B5B5;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3027.png) no-repeat center center;
    background-size: 180px 48px;
}
.scq08 .slidetab .hd ul li.on {
    border: none;
    color: #fff;
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/c7.png) no-repeat center center;
    background-size: 180px 48px;
}
.scq08 .slidetab .hd ul li img {
    width: 15px;
    height: 6px;
    position: absolute;
    left: 42%;
    bottom: -6px;
    display: none;
}
.scq08 .slidetab .hd ul li img.sizi {
    left: 40%;
}
.scq08 .slidetab .hd ul li.on img {
    display: block;
}
.scq08 .slidetab .bd {
    margin-top: 20px;
}
.scq08 .liub {
    width: 1200px;
    height: 490px;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3032.png) no-repeat center center;
    background-size: 1148px 490px;
}
.scq08 .liub .btes {
    display: inline-block;
    margin-left: 81px;
    padding-top: 111px;
}
.scq08 .mzkc {
    text-align: center;
}
.scq08 .mxij {
    margin-left: 30px;
    width: 1041px;
    height: 774px;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3033.png) no-repeat center center;
    background-size: 1041px 774px;
}
.scq08 .mxij .mxhh {
    padding-left: 56px;
    padding-top: 40px;
}
.scq08 .antu {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq08 .antu a {
    width: 274px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 20px;
    margin-bottom: 70px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.scq08 .antu .ria {
    background: #EA2D21;
}
.scq09 {
    background-color: #F9F9FE;
    padding-bottom: 70px;
}
.scq09 .sanbt {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq09 .sanbt > div {
    margin-left: 15px;
    margin-right: 15px;
    width: 232px;
    height: 48px;
    line-height: 48px;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3027.png) no-repeat center center;
    background-size: 232px 48px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.scq09 .sanbt > div.on {
    color: #fff;
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/c7.png) no-repeat center center;
}
.scq09 .sanbod .danbig {
    display: none;
}
.scq09 .sanbod .danbig.active {
    display: block;
}
.scq09 .sanbod .diquf {
    width: 1200px;
    margin-top: 50px;
    display: block;
    position: relative;
}
.scq09 .sanbod .diquf .ull {
    position: absolute;
    width: 1100px;
    height: 300px;
    top: 140px;
    left: 0px;
}
.scq09 .sanbod .diquf .ull ul {
    float: left;
    margin-top: 28px;
    width: 220px;
}
.scq09 .sanbod .diquf .ull .ul01 {
    margin-left: 84px;
}
.scq09 .sanbod .diquf .ull .ul02 {
    margin-left: 40px;
}
.scq09 .sanbod .diquf .ull .ul03 {
    margin-left: 50px;
}
.scq09 .sanbod .diquf .ull .ul04 {
    margin-left: 42px;
}
.scq09 .sanbod .diquf .ull li {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-align: left;
    margin-bottom: 27px;
}
.scq09 .teatop {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.scq09 .teatop > div {
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3027.png) no-repeat center center;
    background-size: 160px 42px;
    margin-left: 10px;
    margin-right: 10px;
}
.scq09 .teatop > div.on {
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/c7.png) no-repeat center center;
    color: #fff;
    background-size: 160px 42px;
}
.scq09 .teabod > div {
    display: none;
}
.scq09 .teabod > div.active {
    display: flex;
}
.scq09 .sfq {
    height: 380px;
    width: 1100px;
    background-color: #333;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.scq09 .sfq .box {
    width: 147px;
    height: 380px;
    font-size: 13px;
    margin: 0px auto;
    transition: all 0.4s;
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjzq01.png') top center no-repeat;
    position: relative;
}
.scq09 .sfq .box p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.scq09 .sfq .box150 {
    width: 150px;
}
.scq09 .sfq .divWidth {
    width: 220px;
    transition: all 0.4s;
}
.scq09 .sfq .box1 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zz/%E4%B8%87%E5%85%A8%E5%8B%87.jpg') top center no-repeat;
}
.scq09 .sfq .box2 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zz/%E5%AD%99%E8%8E%B9.jpg') top center no-repeat;
}
.scq09 .sfq .box3 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zz/%E5%BC%A0%E8%8B%97.jpg') top center no-repeat;
}
.scq09 .sfq .box4 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zz/%E7%8E%8B%E6%A5%A0.jpg') top center no-repeat;
}
.scq09 .sfq .box5 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zz/%E9%83%9D%E6%98%A5%E5%AE%87.jpg') top center no-repeat;
}
.scq09 .sfq .box6 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zz/%E9%AB%98%E5%B7%8D.jpg') top center no-repeat;
}
.scq09 .sfq .box7 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zz/%E9%AB%98%E8%B4%B5.jpg') top center no-repeat;
}
.scq09 .sfq .box8 {
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjsq06.png) top center no-repeat !important;
}
.scq09 .sfq .te8{
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjsq06.png) top center no-repeat;
    display: none;
}
.scq09 .sfq .box9 {
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjzq09.png') top center no-repeat;
}
.scq09 .sfq .boxs1 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/sx/%E5%B8%B8%E8%8B%B1%E4%BF%8A.jpg') top center no-repeat;
}
.scq09 .sfq .boxs2 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/sx/%E8%BD%A6%E5%BD%A9%E4%B8%BD.jpg') top center no-repeat;
}
.scq09 .sfq .boxs3 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/sx/%E9%9F%A9%E7%AB%8B%E5%BC%BA.jpg') top center no-repeat;
}
.scq09 .sfq .boxs4 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/sx/%E5%88%98%E7%BA%A2%E6%9D%B0.jpg') top center no-repeat;
}
.scq09 .sfq .boxs5 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/sx/%E9%9B%92%E9%87%91%E6%A2%85.jpg') top center no-repeat;
}
.scq09 .sfq .boxs6 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/sx/%E8%B5%B5%E8%A7%81%E5%86%9B.jpg') top center no-repeat;
}
.scq09 .sfq .boxs7 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/sx/%E8%B5%B5%E4%BC%9F%E8%88%9F.jpg') top center no-repeat;
}
.scq09 .sfq .boxs8 {
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjsq08.png') top center no-repeat;
}
.scq09 .sfq .boxy1 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/yy/%E6%9D%8E%E9%9D%96.jpg') top center no-repeat;
}
.scq09 .sfq .boxy2 {
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjyq01.png') top center no-repeat;
}
.scq09 .sfq .boxy3 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/yy/%E6%9D%8E%E6%95%8F.jpg') top center no-repeat;
}
.scq09 .sfq .boxy4 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/yy/%E7%9F%B3%E8%89%B3.jpg') top center no-repeat;
}
.scq09 .sfq .boxy5 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/yy/%E5%90%B4%E5%BA%86%E8%B6%85.jpg') top center no-repeat;
}
.scq09 .sfq .boxy6 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/yy/%E5%9B%BD%E9%9B%AA.jpg') top center no-repeat;
}
.scq09 .sfq .boxy7 {
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjyq07.png') top center no-repeat;
}
.scq09 .sfq .boxy8 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/yy/%E4%BB%98%E6%B5%B7%E6%82%A6.jpg') top center no-repeat;
}
.scq09 .sfq .boxzy1 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zyk/%E9%99%88%E6%80%9D%E9%94%90.jpg') top center no-repeat;
}
.scq09 .sfq .boxzy2 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zyk/%E4%BD%95%E4%B8%BD%E9%9B%AA.jpg') top center no-repeat;
}
.scq09 .sfq .boxzy3 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zyk/%E6%9D%8E%E4%B8%80%E8%8F%B2.jpg') top center no-repeat;
}
.scq09 .sfq .boxzy4 {
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjzyq04.png') top center no-repeat;
}
.scq09 .sfq .boxzy5 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zyk/%E5%88%98%E9%98%BF%E6%A5%A0.jpg') top center no-repeat;
}
.scq09 .sfq .boxzy6 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zyk/%E5%88%98%E6%B0%B8%E8%BE%89.jpg') top center no-repeat;
}
.scq09 .sfq .boxzy7 {
    background: url('https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/zhuanti/tec/zyk/%E9%A9%AC%E5%BD%A6%E4%BC%8A.jpg') top center no-repeat;
}
.scq09 .sfq .boxzy8 {
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjzyq08.png') top center no-repeat!important;
}
.scq09 .sfq .boxzy9 {
    background: url('https://www.exuefu.net/zt/g-img/img-qnjxpv3/bjzyq09.png') top center no-repeat;
}

.wlxs {
    width: 100%;
    height: 820px;
    background: #fcfcfc;
}
.wlxs .xue {
    position: relative;
    width: 994px;
    height: 446px;
    margin-left: 53px;
    overflow: hidden;
    display: inline-block;
}
.wlxs .xue div {
    position: absolute;
    height: 100px;
    width: 280px;
    right: 4px;
    top: 202px;
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    padding-top: 20px;
}
.wlxs .xue div p {
    text-align: center;
    line-height: 26px;
}
.wlxs .xue01 {
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3031.png) no-repeat center center;
    background-size: 100% 100%;
}
.wlxs .xue02 {
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3029.png) no-repeat center center;
    background-size: 100% 100%;
}
.wlxs .xue03 {
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3030.png) no-repeat center center;
    background-size: 100% 100%;
}
.wlxs .psec {
    width: 100%;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/bgdan08.png) no-repeat center center;
}
.wlxs .psec .mr30 {
    margin-right: 30px;
}
.wlxs .psec .slideschool {
    text-align: left;
    height: 586px;
    overflow: hidden;
    padding-top: 2px;
}
.wlxs .psec .slideschool .hd {
    font-size: 18px;
    position: relative;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 16px;
}
.wlxs .psec .slideschool .hd ul {
    float: left;
}
.wlxs .psec .slideschool .hd ul li {
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    float: left;
    width: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 24px;
    background-color: #B5B5B5;
    background: url(https://www.exuefu.net/zt/g-img/img-qnjxpv3/qv3027.png) no-repeat center center;
    background-size: 180px 48px;
}
.wlxs .psec .slideschool .hd ul li.on {
    border: none;
    color: #fff;
    background: url(https://xuezhifu-resource.oss-cn-hangzhou.aliyuncs.com/guanwang/jixunying/qnjxy/c7.png) no-repeat center center;
    background-size: 180px 48px;
}
.wlxs .psec .slideschool .hd ul li img {
    width: 15px;
    height: 6px;
    position: absolute;
    left: 42%;
    bottom: -6px;
    display: none;
}
.wlxs .psec .slideschool .hd ul li img.sizi {
    left: 40%;
}
.wlxs .psec .slideschool .hd ul li.on img {
    display: block;
}
.wlxs .psec .slideschool .bd {
    margin-top: 40px;
}
.wlxs .psec .mb20 {
    margin-bottom: 20px;
}
.wlxs .psec .fuwu-row {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.wlxs .psec .fuwu-row .item {
    position: relative;
    width: 300px;
    height: 204px;
    background: #ffffff;
    box-shadow: 0px 2px 7px 0px rgba(253, 158, 104, 0.61);
    border-radius: 10px;
    overflow: hidden;
}
.wlxs .psec .fuwu-row .item .yic {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 300px;
    height: 0px;
    background: -webkit-linear-gradient(left, #fd9f68, #f04854);
    background: -moz-linear-gradient(left, #fd9f68, #f04854);
    background: -ms-linear-gradient(left, #fd9f68, #f04854);
    background: -o-linear-gradient(left, #fd9f68, #f04854);
    border-radius: 10px;
    text-align: center;
    transition: all 0.6s;
}
.wlxs .psec .fuwu-row .item .yic p {
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    border: 1px dashed #fff;
    margin-top: 82px;
    margin-left: 65px;
    opacity: 0;
}
.wlxs .psec .fuwu-row .item .icon {
    text-align: center;
    margin-top: 28px;
}
.wlxs .psec .fuwu-row .item .icon + p {
    font-size: 24px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: #F14C54;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 14px;
}
.wlxs .psec .fuwu-row .item .icon + p + p {
    height: 18px;
    font-size: 18px;
    font-family: "MicrosoftYaHei";
    color: #666666;
    line-height: 18px;
    margin-top: 14px;
    text-align: center;
}
.wlxs .psec .fuwu-row .item .icon + p + p + div {
    text-align: center;
    margin-top: 20px;
}
.wlxs .psec .fuwu-row .item .icon + p + p + div img {
    width: 23px;
    height: 19px;
}
.wlxs .psec .fuwu-row .item:hover .yic {
    height: 204px;
}
.wlxs .psec .fuwu-row .item:hover .yic p {
    opacity: 1;
}
.wlxs .psec .fuwu-row .nostyle {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.wlxs .psec .tiebox {
    display: block;
}
.wlxs .psec .tiebox .teai {
    width: 248px;
    margin-left: 34px;
    transition: all 0.5s;
}
.wlxs .psec .tiebox .teai .teat {
    width: 248px;
    height: 160px;
}
.wlxs .psec .tiebox .teai .nam {
    height: 24px;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    padding-left: 20px;
}
.wlxs .psec .tiebox .teai .shouk {
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: #666;
    padding: 2px 8px;
    border: 1px dashed #999;
    margin-left: 14px;
}
.wlxs .psec .tiebox .teai .itemb {
    width: 248px;
    height: 250px;
    background: #ffffff;
    box-shadow: 0px 4px 24px 0px rgba(172, 172, 172, 0.19);
}
.wlxs .psec .tiebox .teai .itemb .namti {
    padding-top: 18px;
}
.wlxs .psec .tiebox .teai .itemb .tet {
    margin-top: 12px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 16px;
    height: 178px;
}
.wlxs .psec .tiebox .btl {
    box-sizing: border-box;
    display: inline-block;
    width: 106px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    color: #999;
    border: 1px solid #999;
    text-align: center;
    margin-left: 20px;
    border-right: none;
    transition: all 0.4s;
}
.wlxs .psec .tiebox .btr {
    display: inline-block;
    width: 106px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-family: "MicrosoftYaHei";
    font-weight: 400;
    background: #999;
    color: #fff;
    text-align: center;
    transition: all 0.4s;
}
.wlxs .psec .teai:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}
.img-cont{overflow: hidden;margin-top: 50px!important; cursor: pointer;}
.img-cont:hover img {
    transform: scale(1.2, 1.2);
}
.img-cont img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}