a{
    text-decoration: none !important;
}
.swiper-container1 .swiper-slide{
    width: 485px;
    height: 352px;
}
.swiper-container1 .swiper-slide img{
    width: 485px;
    height: 352px;
    object-fit: cover;
}
.swiper-container2 .swiper-slide, .swiper-container3 .swiper-slide{
    width: 494px;
    height: 250px;
}
.swiper-container2 .swiper-slide img, .swiper-container3 .swiper-slide img{
    width: 494px;
    height: 250px;
    object-fit: cover;
}
.swiper-container4 .swiper-slide{
    width: 300px;
    height: 400px;
}
.swiper-container4 .swiper-slide img{
    width: 300px;
    height: 400px;
    object-fit: cover;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}

.banner img{
    width: 100%;
}
.container{
    width: 1000px !important;
    margin: 0 auto;
}
.nav{
    background-color: #bd2130;
    height: 50px;
    line-height: 50px;
}
.nav .nav-title {
    float: left;
}
.nav .nav-item{
    float: right;
}
.nav-title{
    color: white;
    font-size: 16px;
    font-weight: bolder;
}
.nav-title a{
    color: white;
}
.nav-item{
    padding-left: 20px;
    font-size: 16px;
    color: white;
}
.nav-item a{
    color: white;
}
.box{
    box-shadow: 3px 3px 3px #ddd;
    padding: 20px;
    border: 1px solid #eee;
}
.box-title{
    border-bottom: 4px solid #bd2130;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-weight: bolder;
    color: #bd2130;
}
.box-title a{
    color: #bd2130;
}
.box-title .subtitle{
    float: right;
    font-size: 20px;
}
.box-list{
    margin-left: 10px;
}
.box-list-item{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: gray;
}
.box-list-item a{
    color: gray;
}
.box-list-item a:hover{
    color: #bd2130;
}
.row-title{
    width:400px;
    height:60px;
    color: #bd2130;
    font-size: 30px;
    font-weight: bolder;
    margin: 0 auto;
    line-height: 60px;
    text-align:center;
    position:relative;
}
.row-title div:before,.row-title div:after
{
    position:absolute;
    background:#bd2130;
    content:"";
    height:4px;
    top:50%;
    width:360px;
}
.row-title div:before{
    left:-280px;
}
.row-title div:after{
    right:-280px;
}
.pic-box{
    width: 100%;
    overflow: hidden;
}
.pic-list{
    white-space: nowrap;
    overflow-x: auto;
}
.pic-item{
    width: 240px;
    height: 320px;
    display: inline-block;
    overflow: hidden;
}
.pic-item img{
    width: 240px;
    height: 320px;
    object-fit: cover;
}


.blank10{
    width: 100%;
    height: 10px;
    clear: both;
}
.blank20{
    width: 100%;
    height: 20px;
    clear: both;
}
.blank30{
    width: 100%;
    height: 30px;
    clear: both;
}

