﻿body {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;*/
    font-family: "微软雅黑";
    text-align: justify;
}

.top_area {
    height: 80px;
    min-width: 1200px;
    width: 100%;
    background-color: #242424;
}

.body_area {
    min-height: 500px;
    min-width: 1200px;
    width: 100%;
}

.area_title {
    font-size: 0;
    width: 800px;
    height: 180px;
    padding: 69px 0;
    margin: 0 auto;
    vertical-align: central;
}

.area_title_text {
    width: 340px;
    border: 1px solid #DDDDDD;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 21px;
    font-size: 20px;
    color: #D4291F;
    display: inline-block;
}

.area_title_text_english {
    margin-left: 5px;
    font-weight: bold;
    color: #aaa;
}

.area_title_hr {
    height: 1px;
    width: 230px;
    margin-bottom: 7px;
    display: inline-block;
    background-color: #dddddd;
}

.area_center {
    font-size: 0;
    width: 1200px;
    margin: 0 auto;
}

.products_left {
    width: 810px;
    display: inline-block;
}

    .products_left img {
        width: 300px;
        height: 240px;
    }

.products_left_top {
    width: 100%;
    border: 1px solid #eeeeee;
    height: 285px;
    background-color: #fff;
    margin-bottom: 30px;
    background: url(../images/1首页/6每日推荐.png) no-repeat top right;
    padding: 20px;
}

.products_left_top_text {
    width: 438px;
    display: inline-block;
    margin-left: 20px;
    height:242px;
    position:relative;
}

.products_left_top_title {
    font-size: 24px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 30px;
    display: inline-block;
}

.products_left_top_message {
    width: 100%;
    font-size: 14px;
    color: #929292;
    height: 67.5px;
    overflow: hidden;
    line-height: 22.5px;
    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.products_left_top_button {
    width: 98px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #999;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 18px;
    /*margin-left: 340px;*/
    cursor: pointer;
    /*margin-top: 32px;*/
    position:absolute;
    right:0;
    bottom:0;
}

    .products_left_top_button:hover {
        color: #d4291f;
        border-color: #d4291f;
    }

.products_left_top_button_checked {
    border: none;
    background-color: #d4291f;
    color: #fff;
}

.products_left_bottom {
    width: 100%;
    border: 1px solid #eeeeee;
    height: 285px;
    background-color: #fff;
    background: url(../images/1首页/8强推新品.png) no-repeat top left;
    padding: 20px;
}

.products_left_bottom_text {
    width: 438px;
    display: inline-block;
    margin-right: 20px;
    height:242px;
    position:relative;
}

.products_left_bottom_title {
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 30px;
    display: inline-block;
}

.products_left_bottom_message {
    width: 100%;
    font-size: 14px;
    color: #929292;
    height: 67.5px;
    overflow: hidden;
    line-height: 22.5px;
    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.products_left_bottom_button {
    width: 98px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #999;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 18px;
    cursor: pointer;
    margin-left: 340px;
    /*margin-top: 32px;*/
    position:absolute;
    right:0;
    bottom:0;
}

    .products_left_bottom_button:hover {
        color: #d4291f;
        border-color: #d4291f;
    }

.products_right {
    width: 360px;
    display: inline-block;
    margin-left: 30px;
    border: 1px solid #DDDDDD;
    height: 600px;
}

.products_right_top {
    height: 49px;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    line-height: 48px;
    font-size: 16px;
    margin: 0px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

    .products_right_top table {
        width: 100%;
    }

.products_right_bottom {
    display: inline-block;
    height: 550px;
    width: 100%;
    padding: 0 20px;
}

    .products_right_bottom ul li {
        width: 318px;
        padding: 20px 0;
        border-bottom: 1px solid #eee;
    }

        .products_right_bottom ul li img {
            width: 96px;
            height: 96px;
            margin-right: 10px;
        }

.products_right_bottom_text {
    display: inline-block;
    height: 96px;
    width: 212px;
    padding: 10px 0;
}

.products_right_bottom_title {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    height: 20px;
}

    .products_right_bottom_title:hover {
        color: #d4291f;
    }

.products_right_bottom_message {
    font-size: 12px;
    color: #999;
    height: 60px;
    line-height: 20px;
    /*text-align:left;*/
    overflow: hidden;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;*/
}

.products_btn {
    text-align: center;
    width: 278px;
    margin: 70px auto;
    border: 1px solid #e6e6e6;
    line-height: 40px;
    cursor: pointer;
    color: #666;
}

    .products_btn:hover {
        color: #d4291f;
        border-color: #d4291f;
    }

.products_all td {
    width: 480px;
    height: 480px;
}

.products_li {
    width: 480px;
    height: 480px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.td_checked, .td_hover {
    background-color: rgba(212,41,31,0.5);
}

.products_td_img {
    margin-bottom: 32px;
}

.products_td_text {
    color: #fff;
}

.products_td_btn {
    width: 122px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #fff;
    margin: 0 auto;
    cursor: pointer;
}

    .products_td_btn:hover {
        background-color: #fff;
        color: #d4291f;
    }

.products_td_jj {
    text-align: justify;
    padding: 0 10%;
    /*font-weight: bold;*/
    line-height: 20px;
    margin-bottom: 40px;
    font-size: 14px;
}

.products_td_name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.class_ul li {
    width: 380px;
    height: 290px;
    display: inline-block;
}

.class_img {
    width: 380px;
    height: 214px;
    overflow: hidden;
    border-radius: 8px;
}

    .class_img img {
        width: 380px;
        height: 214px;
        cursor: pointer;
        transition: all 0.6s;
    }

        .class_img img:hover {
            transform: scale(1.1);
        }

.class_title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #999;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    height: 16px;
    cursor: pointer;
}

.margin_left30 {
    margin-left: 30px;
}

.margin_left20 {
    margin-left: 20px;
}

.news_all {
    background-color: #F3F4F6;
    padding-bottom: 70px;
}

.news_ul li {
    display: inline-block;
    width: 590px;
    height: 150px;
    padding: 30px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
/*动态边框*/
.biankuang {
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: 99;
    border-radius: 10px;
    /*background: black;*/
}

.biankuang_1 {
    height: 0px;
    bottom: 0px;
    left: 0px;
    border-left: 1px solid #d4291f;
}

.biankuang_2 {
    width: 0px;
    bottom: 0px;
    right: 0px;
    border-top: 1px solid #d4291f;
}

.biankuang_3 {
    height: 0px;
    top: 0px;
    right: 0px;
    border-right: 1px solid #d4291f;
}

.biankuang_4 {
    width: 0px;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #d4291f;
}

.news_date {
    width: 90px;
    height: 90px;
    background-color: #F3F4F6;
    margin-right: 10px;
    display: inline-block;
}

.news_date_day {
    width: 88px;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: red;
    padding-top: 5px;
}

.news_date_month {
    width: 88px;
    text-align: center;
    font-size: 14px;
}

.news_text {
    width: 468px;
    height: 88px;
    display: inline-block;
}

.news_title {
    width: 468px;
    height: 24px;
    font-size: 14px;
    border-bottom: 1px solid #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_jj {
    width: 100%;
    color: #aaa;
    height: 64px;
    font-size: 12px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*分页*/
.page_area {
    height: 100px;
    text-align: center;
    list-style-type: none;
    padding: 0;
    padding-top: 60px;
}

    .page_area li {
        border-radius: 4px;
        height: 34px;
        width: 34px;
        line-height: 34px;
        background-color: #EFEFEF;
        color: #666;
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }

.page_check {
    color: #fff !important;
    background-color: #D4291F !important;
}

.page_fy {
    width: 80px !important;
}

.fix_lxwm {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

    .fix_lxwm ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .fix_lxwm ul li {
            width: 52px;
            height: 52px;
            margin-top: 6px;
            border: 1px #999 solid;
            background-color: #242424;
            cursor: pointer;
        }

.lxwm_img1 {
    background-image: url(../images/1首页/39客服01.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lxwm_img2 {
    background-image: url(../images/1首页/43QQ01.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lxwm_img3 {
    background-image: url(../images/1首页/47值班24h01.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lxwm_img4 {
    background-image: url(../images/1首页/50返回顶部01.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lxwm_img1_1 {
    background-image: url(../images/1首页/40客服02.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lxwm_img2_1 {
    background-image: url(../images/1首页/44QQ02.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lxwm_img3_1 {
    background-image: url(../images/1首页/48值班24h02.png);
    background-repeat: no-repeat;
    background-position: center;
}

.lxwm_img4_1 {
    background-image: url(../images/1首页/51返回顶部02.png);
    background-repeat: no-repeat;
    background-position: center;
}

.fix_phone {
    position: fixed;
    bottom: 172px;
    right: 120px;
    display: none;
    width: 216px;
    height: 150px;
    border: 1px solid #999;
    background-color: #242424;
}

.fix_phone_img {
    text-align: center;
    padding: 20px 0;
}

.fix_phone_top{
    color:#fff;
    font-size:18px;
    padding:10px 0;
}

.fix_phone_top td{
    padding-top:5px;
    padding-bottom:5px;
    text-align:justify;
}

.fix_phone_top_red{
    color:#d4291f;
    padding-left:20px;
    font-size:12px;
    padding-right:5px;
}

.fix_phone_btn {
    text-align: center;
    color: #d4291f;
    font-size: 14px;
    width: 144px;
    height: 38px;
    line-height: 38px;
    border: 1px #999 solid;
    margin: 0 auto;
    cursor: pointer;
}

    .fix_phone_btn img {
        padding-right: 5px;
        padding-bottom: 3px;
    }

    .fix_phone_btn:hover {
        border: 1px #d4291f solid;
    }

.fix_phone_text {
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #545454;
}

.fix_phone_right2 {
    width: 0px;
    height: 0px;
    position: relative;
    border-bottom: 12px solid transparent;
    border-left: 11px solid #999;
    border-top: 12px solid transparent;
    bottom: 75px;
    left: 214px;
}

.fix_phone_right_be2 {
    border-top: 10px solid transparent;
    border-left: 10px solid #242424;
    border-bottom: 10px solid transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -11px;
}

.fix_phone_right {
    width: 0px;
    height: 0px;
    position: relative;
    border-bottom: 12px solid transparent;
    border-left: 11px solid #999;
    border-top: 12px solid transparent;
    bottom: 70px;
    left: 214px;
}

.fix_phone_right_be {
    border-top: 10px solid transparent;
    border-left: 10px solid #242424;
    border-bottom: 10px solid transparent;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -11px;
}


.fix_qq {
    position: fixed;
    bottom: 125px;
    right: 120px;
    display: none;
    width: 216px;
    height: 134px;
    border: 1px solid #999;
    background-color: #242424;
}


.fix_jb {
    position: fixed;
    bottom: 65px;
    right: 120px;
    display: none;
    width: 216px;
    height: 134px;
    border: 1px solid #999;
    background-color: #242424;
}

.tc_tm {
    background-color: rgba(255,255,255,0) !important;
    box-shadow: none !important;
}
