@charset "UTF-8";
/* 列表 */
.img-list{
    min-width: 1197px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.img-list .img-list-container{

}
.img-list .img-list-container .title {
    width: 58%;
    height: 92px;
    padding-left: 21%;
    text-align: center;
    margin-bottom: 2%;
}
.title h2 {
    font-family: SourceHanSansCN-Bold;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;

    letter-spacing: 8px;
    color: #333333;
}
.subtitle {

    font-family: SourceHanSansCN-Medium;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    color: #333333;
    display: block;      /*设置为块级元素会独占一行形成上下居中的效果*/
    position: relative;  /*定位横线（当横线的父元素）*/
    text-align: center;
}
.subtitle:before, .img-list .subtitle:after {
    content: '';
    position: absolute;   /*定位背景横线的位置*/
    top: 50%;
    background: #666666;   /*背景横线颜色*/
    width: 250px;            /*单侧横线的长度*/
    height: 3px;
}
.subtitle:before {
    left: -2%;              /*调整背景横线的左右距离*/
}

.subtitle:after {
    right: -2%;
}
.underline{
    width: 117px;
    height: 5px;
    background-color: #f80012;
    margin-left: 42%;
}
.img-list-container .img-list-item{
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
}
.img-list-item .img-list-item-a{
    display: block;
    margin-bottom: 1%;
    width: 280px;
    margin-right: 1%;
    height: 180px;
}
.img-list-item-a .shade{
    width: 280px;
    height: 180px;

    margin-top: -180px;
}
.shade .shade-img {
    width: 100%;
    padding: 10% 0 0 10%;
    height: 60%;
}
.shade p{
    color: #f80012;
    padding-left: 10%;
    font-size: 15px;
    font-weight: bold;
}
.shade .logo{
    width: 25%;
    height: auto;

}
.img-list-item-a .shade_active{
    width: 280px;
    height: 180px;

    margin-top: -180px;

    background-color: #f80012;
    opacity: 0.8;
}
.shade_active .shade-img {
    width: 100%;
    padding: 10% 0 0 10%;
    height: 60%;

}
.shade_active p{
    color: #ffffff;
    padding-left: 10%;
    font-size: 15px;
    font-weight: bold;
}
.shade_active .logo{
    width: 25%;
    height: auto;

}
.img-list-item-a img{
    width: 100%;
    height: auto;
}
.img-list-container .img-list-left-a{
    width: 390px;
    height: 435px;
    background: #fcbebe;
    text-align: center;
    cursor: pointer;
    display: block;
}
.img-list-container .img-list-right{
    width: 390px;
    height: 210px;
    margin-left: 13px;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}
.img-list-left-a img{
    width: 100%;
    height: auto;
}
.img-list-right .img-list-right-a{
    display: block;
    margin-bottom: 18px;
}
.img-list-right-a img{
    width: 100%;
    height: auto;
}

.even-now {
    width: 60%;
    float: left;
}
.even-now h3 {
    padding: 10px;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 7px;
    color: #333333;
}
.even-now .even_bannar {
    width: 82%;
    height: 148px;
    padding-bottom: 1em;
}
.even_bannar img {
    width: 100%;
}
.even-now .desc {
    width: 82%;
    height: 141px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
}
.desc p{
    padding: 2%;
    color: #333333;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    word-wrap:break-word;
    width: 100%;

}
.desc span{
    padding: 2%;
    color: #333333;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    word-wrap:break-word
}
.text{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.even-now .now-bottom {
    width: 82%;
}
.now-bottom .left{
    width: 30%;
    float: left;
    padding: 2em 0em 0em 5em;
}
.botton{
    width: 173px;
    height: 41px;
    background-color: #f80012;
    padding: .5em 3em;
    border-radius: 6px;
    color: #fff;
    box-shadow: 1px -2px 2px #f80012fa;
}
.now-bottom .right{
    width: 47%;
    float: left;
    padding: 2em 0em 0em 2em;
}
.right a{
    border: dashed 1px #333333;
    padding: 8px 30px;
    width: 278px;
    height: 41px;
}
.even-list {
    width: 40%;
    float: left;
    background-color: #f80012;
    height: 32rem;
}
.even-list h3 {
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 7px;
    color: #ffffff;
    padding: 1em;
}


.even-list .swiper-select-list{
    width: 100%;
}
.swiper-select-list .swiper-select-list-a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 118px;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 20px;
    height: 47px;
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 2px 3px 0 hsla(0,0%,51.4%,.24);
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 47px;
    border-radius: 0;
    padding: 0;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.swiper-select-list .swiper-select-list-a-active{
    background: #1259f8;
    box-shadow: 0 4px 6px 0 rgba(18,89,248,.3);
    color: #fff;
    border: none;
}
.swiper-select-list .swiper-select-list-a:first-child{
    margin-left: 7px;
}
.data-list .swiper-button-next.swiper-button-disabled, .data-list .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.swiper-container .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
}
.swiper-container .swiper-pagination-bullet-active{
    background: #ffffff;
}
.even_item {
    width: 100%;
    text-align: center;
    padding: 0 0 1em 0;
}
.even_item img {
    width: 395px;
    height: 109px;
}
.even_item .even_shade_active {
    width: 395px;
    height: 109px;
    background-color: #000000;
    margin-top: -109px;
    z-index: unset;
    margin-left: 3em;
    position: relative;
    opacity: 0.8;
}
.even_shade_active p {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 109px;
    letter-spacing: 3px;

}
.shop {
    border-top: 2px solid #f80012;
    border-bottom: 2px solid #f80012;
    height: 35rem;
}
.shop .shop-list{
    width: 30%;
    height: 100%;
    float: left;
    background-color: #fafafa;
}
.shop-list h3{
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 7px;
    color: #333333;
    padding: 1em .5em 0;
}
.shop-list .shop_select {
    width: 100%;
    padding: .5em;
}
.shop_select select{
    width: 5rem;
    height: 1.5rem;
    border: solid 1px #c9c9c9;
    margin-left: 1rem;
}
#shopContainer {
    height: 21vw;
    OVERFLOW-Y: auto;
    OVERFLOW-X: hidden;
}
#shopContainer::-webkit-scrollbar{
    width:10px;
    height:10px;
    /**/
}
#shopContainer::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
#shopContainer::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
}
#shopContainer::-webkit-scrollbar-thumb:hover{
    background: #333;
}
#shopContainer::-webkit-scrollbar-corner{
    background: #179a16;
}
#shopContainer .shop-item {
    width: 14vw;
    height: 4vw;
    margin: 1em;
    border-bottom: 1px solid #999999;
    hover:none
}
.shop-item h4 {
    font-size: 1vw;

    font-stretch: normal;
    line-height: 2vw;
    letter-spacing: 0vw;
    color: #333333;
    font-weight: bold;
}
.shop-item p{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2vw;
    letter-spacing: 0vw;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#mapcontainer {
    width: 70%;
    height: 100%;
    float: left;
}
#shopContainer .shop_detail {

}