.coreVal {
    width: 100%;
    height: 390px;
}

.coreVal .core_bd {
    width: 100%;
    height: 263px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.coreVal .core_bd .core_bd_hd {
    float: left;
    width: 300px;
    height: 263px;
    border-right: 1px solid #e5e5e5;
}

.coreVal .core_bd .core_bd_hd li {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 65px;
    text-align: center;
    background: -moz-linear-gradient(top, #ff8201, #ed1e2b);
    background: -ms-linear-gradient(top, #ff8201, #ed1e2b);
    background: -webkit-linear-gradient(top, #ff8201, #ed1e2b);
    background: -o-linear-gradient(top, #ff8201, #ed1e2b);
    background: linear-gradient(top, #ff8201, #ed1e2b);
    background-size: 300px 65px;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
}

.coreVal .core_bd .core_bd_hd li.current {
    color: #000;
    background: rgba(255, 255, 255, 1);
}

.coreVal .core_bd .core_bd_hd li:last-child {
    border-bottom: 0px;
}

.coreVal .core_bd .core_bd_bd {
    position: relative;
    float: left;
    width: 860px;
    height: 263px;
}

.coreVal .core_bd .core_bd_bd li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 860px;
    height: 223px;
    padding: 20px;
}

.coreVal .core_bd .core_bd_bd li p {
    font-size: 22px;
    color: #000;
}

.coreVal .core_bd .core_bd_bd li span {
    display: block;
    width: 560px;
    height: 115px;
    font-size: 18px;
    color: #000;
    margin: 15px 0 0 20px;
    text-indent: 2em;
}

.coreVal .core_bd .core_bd_bd li a {
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border: 1px solid #fe2020;
    color: #fe2020;
    border-radius: 5px;
    margin: 10px 0 0 50px;
}

.coreVal .core_bd .core_bd_bd li a:hover {
    background-color: #fe2020;
    color: #FFF;
}

.coreVal .core_bd .core_bd_bd li:nth-child(1) {
    background: url(../letai_images/qyxx.png) no-repeat right bottom;
    background-size: 260px 240px;
}

.coreVal .core_bd .core_bd_bd li:nth-child(2) {
    background: url(../letai_images/qyxxlq.png) no-repeat right bottom;
    background-size: 260px 226px;
}

.coreVal .core_bd .core_bd_bd li:nth-child(3) {
    background: url(../letai_images/qdqyzj.png) no-repeat right bottom;
    background-size: 260px 153px;
}

.coreVal .core_bd .core_bd_bd li:nth-child(4) {
    background: url(../letai_images/qgwyhm.png) no-repeat right bottom;
    background-size: 260px 180px;
}

.recom {
    width: 100%;
    height: 440px;
}

.recom .recom_bd {
    overflow: hidden;
    width: 100%;
    height: 380px;
    background: -moz-linear-gradient(left, #ff8201, #ed1e2b);
    background: -ms-linear-gradient(left, #ff8201, #ed1e2b);
    background: -webkit-linear-gradient(left, #ff8201, #ed1e2b);
    background: -o-linear-gradient(left, #ff8201, #ed1e2b);
    background: linear-gradient(left, #ff8201, #ed1e2b);
    background-size: 1200px 380px;
}

.recom_bd .recom_bd_th {
    float: left;
    position: relative;
    width: 250px;
    height: 310px;
    background-color: #fff;
    margin: 35px 0 0 35px;
    box-shadow: 0 0 5px #fff;
    text-align: center;
}

.recom_bd .recom_bd_th::before {
    position: absolute;
    bottom: 100px;
    left: -20px;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FE7F02;
    border-radius: 20px;
}

.recom_bd .recom_bd_th::after {
    position: absolute;
    bottom: 100px;
    right: -20px;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #FB6A0C;
    border-radius: 20px;
}

.recom_bd .recom_bd_th span {
    color: #000;
    font-size: 20px;
    line-height: 3;
}

.recom_bd .recom_bd_th p {
    width: 100%;
    font-size: 75px;
    color: #ed1e2b;
    text-align: center;
    text-shadow: 0 0 16px #ed1e2b;
    font-weight: 500;
    margin: 20px 0 65px 0;
}

.recom_bd .recom_bd_th p em {
    font-size: 30px;
}

.recom_bd .recom_bd_th a {
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    background-color: #ed1e2b;
    border-radius: 5px;
}

.recom_bd .recom_bd_bd {
    float: left;
    width: 880px;
    margin: 20px 0 0 15px;
    color: #fff;
    padding-right: 20px;
}

.recom_bd .recom_bd_bd_hd {
    width: 100%;
    height: 40px;
    line-height: 20px;
    border-bottom: 1px dashed #fff;
}

.recom_bd .recom_bd_bd_hd p {
    float: left;
    color: #fff;
    font-size: 26px;
}

.recom_bd .recom_bd_bd_hd a {
    display: block;
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.recom_bd .recom_bd_bd_bd {
    width: 100%;
    height: 100px;
    margin: 30px 0;
}

.recom_bd .recom_bd_bd_bd div {
    float: left;
    width: 293px;
    height: 120px;
    text-align: center;
    font-size: 20px;
    line-height: 150px;
}

.recom_bd .recom_bd_bd_bd div.bd_o {
    background: url(../letai_images/rxlw.png) no-repeat top center;
    background-size: 58px 58px;
}

.recom_bd .recom_bd_bd_bd div.bd_t {
    background: url(../letai_images/rxqy.png) no-repeat top center;
    background-size: 63px 58px;
}

.recom_bd .recom_bd_bd_bd div.bd_th {
    background: url(../letai_images/rxyhq.png) no-repeat top center;
    background-size: 73px 58px;
}

.recom_bd .recom_bd_f {
    padding-left: 23px;
}

.recom_bd .recom_bd_f p {
    font-size: 20px;
    margin: 10px 5px;
}

.recom_bd .recom_bd_f i {
    display: inline-block;
    margin: 5px 15px;
    font-size: 18px;
    background-color: #ff8200;
    padding: 10px;
}

.time_hot {
    width: 100%;
    height: 440px;
}

.time_hot .time_hot_bd {
    width: 100%;
    height: 380px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.time_hot_bd .time_hot_bd_l {
    float: left;
    width: 899px;
    height: 380px;
    border-right: 1px solid #e5e5e5;
}

.time_hot_bd .time_hot_bd_l .bd_l_t {
    width: 100%;
    height: 120px;
}

.time_hot_bd .time_hot_bd_l .bd_l_t li {
    float: left;
    width: 204px;
    height: 85px;
    text-align: left;
    margin-left: 30px;
    padding: 35px 0 0 65px;
    background: url(../letai_images/rexslw.png) no-repeat center left;
}

.time_hot_bd .time_hot_bd_l .bd_l_t p {
    font-size: 18px;
    color: #fe2020;
}

.time_hot_bd .time_hot_bd_l .bd_l_bt {
    overflow: hidden;
    width: 100%;
    height: 260px;
}

.time_hot_bd .time_hot_bd_l .bd_l_bt p {
    float: left;
    background-color: #ccc;
    padding: 8px 12px;
    color: #000;
    font-size: 20px;
    margin: 10px 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.time_hot_bd .time_hot_bd_l .bd_l_bt p:hover {
    color: #fe2020;
}

.time_hot_bd .time_hot_bd_r {
    float: left;
    width: 300px;
    height: 380px;
    background: url(../letai_images/xscxbg.png) no-repeat center;
    text-align: center;
}

.time_hot_bd .time_hot_bd_r p {
    width: 150px;
    font-size: 35px;
    color: #fff;
    margin: 20px auto;
}

.time_hot_bd .time_hot_dat {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #000;
    margin: 80px 0;
}

.time_hot_bd .time_hot_dat .h,
.time_hot_bd .time_hot_dat .m,
.time_hot_bd .time_hot_dat .s {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
}

.time_hot_bd .time_hot_bd_r a {
    padding: 10px 20px;
    background-color: #fff;
    color: #fe2020;
    font-size: 20px;
    border-radius: 10px;
}

.fun_gn {
    width: 100%;
    height: 400px;
}

.fun_body {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 30px;
}

.fun_gn .fun_gn_bd_d {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    width: 1000px;
    height: 300px;
    margin: 0 100px;
}

.fun_gn .fun_gn_bd_rl a {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0px solid transparent;
    border-left: 3px solid #999;
    border-bottom: 3px solid #999;
}

.fun_gn .fun_gn_bd_rl a:hover {
    border-color: #fe2020;
}

.fun_gn .fun_gn_bd_rl .fun_gn_bd_l {
    top: 120px;
    left: 50px;
    transform: rotate(45deg);
}

.fun_gn .fun_gn_bd_rl .fun_gn_bd_r {
    top: 120px;
    right: 50px;
    transform: rotate(-135deg);
}

.fun_gn .fun_gn_bd_d ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 50000px;
}

.fun_gn .fun_gn_bd_d li {
    float: left;
    width: 220px;
    height: 300px;
    background-color: #fff;
    margin: 0 15px;
}

.fun_gn .fun_gn_bd_d li .li_img {
    width: 90px;
    height: 90px;
    border: 3px solid #fd1c1c;
    margin: 15px auto;
    border-radius: 50px;
}

.fun_gn .fun_gn_bd_d li .li_img img {
    display: block;
    width: 60px;
    margin: 15px auto;
}

.fun_gn .fun_gn_bd_d li p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
}

.fun_gn .fun_gn_bd_d li span {
    display: block;
    width: 190px;
    padding: 15px;
    font-size: 14px;
    text-indent: 2em;
}

.recom_none,
.time_hot_none {
    display: none;
}