@charset "utf-8";
.index_banner {
    margin-top: 30px;
    height: 484px;
    overflow: hidden;
}

.index_banner .left {
    width: 930px;
    height: 484px;
}

.index_banner .right {
    padding: 0 15px;
    width: 230px;
    height: 484px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.index_banner .news {
   height: 242px;
   padding: 29px 0;
   border-bottom: 1px solid #E8E8E8;
   box-sizing: border-box;
}

.index_banner .news:last-child {
    border-bottom: 0;
}

.index_banner .right .tit {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}

.index_banner .tit a {
    color: #999;
    font-size: 12px;
}

.index_banner .tit a:hover {
    color: #0091FF;
}


.index_banner .news li {
    width: 100%;
    line-height: 32px;
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_banner .news li a {
    color: #999;
}

.index_banner .news li:hover, .index_banner .news li:hover a {
    color: #0091FF;
}


.index_banner .news li.new a {
    color: #EA2F2F;
}

.index_banner .left img {
    width: 100%;
    height: 100%;
}

.gallery_top {
    width: 100%;
    height: 340px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery_top .swiper-slide {
    width: 100%;
    height: 340px;
}

.gallery_thumbs {
    margin-top: 20px;
    height: 124px;
}

.gallery_thumbs li {
    margin-right: 16px;
    padding: 18px 14px 18px 18px;
    float: left;
    width: 220px;
    height: 126px;
    background-color: green;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery_thumbs .item1 {
    background: url("../img/top1.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.gallery_thumbs .item2 {
    background: url("../img/top2.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.gallery_thumbs .item3 {
    background: url("../img/top3.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.gallery_thumbs .item4 {
    background: url("../img/top4.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.gallery_thumbs li:hover {
    margin-top: -6px;
    box-shadow: 0 1px 14px rgba(123, 123, 123, 0.16);
}

.gallery_thumbs li:last-child {
    margin-right: 0;
}

.gallery_thumbs li a {
    display: block;
}

.gallery_thumbs li .photo {
    width: 90px;
    height: 90px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.gallery_thumbs li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.gallery_thumbs li img:hover {
    transform: scale(1.1);
}

.gallery_thumbs_right {
    width: 86px;
}

.gallery_thumbs_right p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.gallery_thumbs_right p a {
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gallery_thumbs_right .tag {
    margin-top: 8px;
    width: 0;
    height: 17px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
    background: #55B49B;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gallery_thumbs .item2 .tag {
    background-color: #4162FF;
}

.gallery_thumbs .item3 .tag {
    background-color: #5C85E2;
}

.gallery_thumbs .item4 .tag {
    background-color: #7763E3;
}

.gallery_thumbs .item1 .photo {
    border: 1px solid #14A78A;
}
.gallery_thumbs .item2 .photo {
    border: 1px solid #1231C8;
}
.gallery_thumbs .item3 .photo {
    border: 1px solid #2F5BC4;
}
.gallery_thumbs .item4 .photo {
    border: 1px solid #3A24B7;
}


.gallery_thumbs_right .jg {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.gallery_thumbs_right .jg b {
    font-size: 16px;
    font-family: 'Arial';
    font-weight: 400;
}

.news_gk {
   height: 144px;
   margin-top: 18px;
   overflow: hidden;
}

.news_gk li a {
    display: inline-block;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.news_gk .new span {
    margin-left: 10px;
    display: inline-block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #EA2F2F;
    text-align: center;
    background-color: #FDE9E9;
    vertical-align: middle;
}

.index_week {
    margin-top: 33px;
}

.index_week ul {
    height: 393px;
}

.index_week li {
    position: relative;
    margin-right: 20px;
    float: left;
    width: 280px;
    height: 393px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}

.index_week li:last-child {
    margin-right: 0;
}

.index_week li:hover {
    margin-top: -6px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

.index_week li .photo {
    display: block;
    width: 280px;
    height: 280px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.index_week li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.index_week li img:hover {
    transform: scale(1.1);
}

.index_week li .timer {
    padding-left: 95px;
    position: absolute;
    left: 0;
    top: 280px;
    margin-top: -34px;
    width: 280px;
    height: 34px;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    background: #F38245;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_week .timer span {
    position: absolute;
    left: 0;
    top: -6px;
    display: block;
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: url("../img/lj1.png") no-repeat left;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.index_week .timer.gray {
    background-color: #BFBFBF;
}

.index_week .timer.gray span {
    background: url("../img/lj2.png") no-repeat left;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.index_week li .content {
    padding: 20px;
}

.index_week li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;

}

.index_week li p a {
    display: block;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index_week li:hover p a {
    color: #0091FF;
}

.index_two {
    margin-top: 60px;
}

.index_news {
    padding: 0 20px;
    width: 580px;
    height: 346px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}

.index_news:hover {
    box-shadow: 0 1px 14px rgba(123, 123, 123, 0.16);
}

.index_news li {
    position: relative;
    margin-right: 30px;
    float: left;
    width: 160px;
}

.index_news li:last-child {
    margin-right: 0;
}

.index_news li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.index_news li .photo {
    display: block;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.index_news li .rq {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
}

.index_news li .rq0 {
    background: url("../img/rq1.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.index_news li .rq1 {
    background: url("../img/rq2.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.index_news li .rq2 {
    background: url("../img/rq3.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.index_news li img:hover {
    transform: scale(1.1);
}

.index_news li .content {
    padding: 20px 0;
}

.index_news li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;

}

.index_news li p a {
    display: block;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index_news li:hover p a {
    color: #0091FF
}

.index_card {
    padding: 0 20px;
    margin: 50px auto 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


.index_card li {
    margin-right: 50px;
    float: left;
    width: 188px;
}


.index_card li:last-child {
    margin-right: 0;
}

.index_card li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.index_card li .photo {
    display: block;
    width: 188px;
    height: 188px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.index_card li img:hover {
    transform: scale(1.1);
}


.index_card li .content {
    padding: 20px 0;
}

.index_card li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;

}

.index_card li p a {
    display: block;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index_card li:hover p a {
    color: #0091FF
}

.index_area {
    margin-top: 10px;
}


.index_area li {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 16px 16px 0;
    float: left;
    width: 220px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.index_area li:nth-child(5n) {
    margin-right: 0;
}

.index_area li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.index_area li .photo {
    display: block;
    width: 188px;
    height: 188px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.index_area li img:hover {
    transform: scale(1.1);
}


.index_area li .content {
    padding: 20px 0;
}

.index_area li p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;

}

.index_area li p a {
    display: block;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index_area li:hover p a {
    color: #0091FF
}


.jf_nav {
    padding: 0 11px;
    position: fixed;
    left: 50%;
    bottom: 100px;
    margin-left: -675px;
    width: 70px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.jf_nav ul {
    padding: 10px 0;
}

.jf_nav li {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #333;
    border-bottom: 1px solid #F5F5F5;
}
.jf_nav li:last-of-type{
    border-bottom: 1px solid transparent;
}
.jf_nav li a {
    display: block;
    color: #333;
}

.jf_nav li .iconfont {
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
}

.jf_nav li.active a, .jf_nav li:hover a {
    color: #F38245;
}




.progess_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
}

.progess_box span {
    color: #000;
    font-size: 12px;
}

.progess {
    width: 160px;
    height: 8px;
    background: #b8b8b8;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.progess_item {
    background: #e01222;
    position: absolute;
    left: 0;
    top: 0;
    height: 11px;
}

.week_price {
    margin-top: 10px;
}

.week_price .sp1 {
    color: #D4282D;
    font-size: 12px;
    line-height: 17px;
}

.week_price .sp1 b {
    margin-right: 4px;
    font-size: 24px;
}

.week_price .sp2 {
    text-decoration: line-through;
    color: #000;
    font-size: 12px;
    margin-left: 10px;
}

#FontScroll {
    margin-top: 18px;
    height: 160px;
    overflow: hidden;
}

#FontScroll .li {
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}






















