.section-box {
    width: 100%;
    clear: both;
    background: #eee;
    padding: 40px 0;
}

.section-box-white {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}

.section-box-red {
    width: 100%;
    background: #b71d22;
    padding: 40px 0;
}
.section-box-red .col-lg-4,.section-box-red .col-md-4,.section-box-red .col-sm-12{
    padding-right: 8px;
    padding-left: 8px;
}

.section-box-banner {
    margin: 0 auto;
    width: 100%;
    background: #b71d22;
    position: relative;
}
.cont-img-box.section-box-banner{background:none;}
.section-box-banner-title {
    background: #b71d22;
    color: #fff;
    font-size: 18px;
    padding: 12px 16px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: 2;
}

.section-box-banner .banner-pic {
    width: 100% !important;
    height: 420px;
    background-size: cover !important;
    position: relative;
    cursor: pointer;
}
.cont-img-box.section-box-banner .banner-pic{height: 384px;}
.section-box-banner .banner-pic span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #f6e399;
    font-size: 16px;
    padding: 12px;
    z-index: 5;
}
.cont-img-box.section-box-banner .banner-pic span{padding-right:120px;box-sizing:border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.section-box-banner .carousel-indicators {
    justify-content: flex-end;
    margin-bottom: 19px;
    margin-right: 4%;
    z-index: 2;
}

.section-box-banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #d2d2d2;
    border: none;
    opacity: 1;
    border-radius: 50px;
}

.section-box-banner .carousel-indicators li.active {
    background-color: #da2f34;
}


.cont-title {
    overflow: hidden;
    margin: 0 auto 8px;
    border-bottom: 2px solid #b71d22;
    padding: 0 0 12px;
    line-height: 34px;
}

.cont-title.cont-title-noBorder {
    border-bottom: none;
}

.cont-title img {
    display: block;
    width: 35px;
    height: 34px;
    margin-right: 13px;
}

.cont-title b {
    width: calc(100% - 115px);
    color: #b71d22;
    font-size: 20px;
}

.cont-title a {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    display: block;
    width: 50px;
    text-align: right;
}

.cont-title a:hover {
    font-weight: bold;
}

.cont-box ul {
    height: 250px;
    overflow: hidden;
}
.cont-box ul.szyw-mobile{
    display: none;
}

.cont-box ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}

.cont-box ul li {
    overflow: hidden;
    cursor: pointer;
}

.cont-box-img {
    width: 195px;
    height: 94px;
    background-size: cover !important;
}

.cont-box-right {
    width: calc(100% - 215px);
}

.cont-box-right h3 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 4px;
}

.cont-box-right span {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    max-height: 60px;
    display: block;
}

.cont-box ul li:hover a, .cont-box ul li:hover .cont-box-right h3, .cont-box ul li:hover .cont-box-right span {
    color: #b71d22;
}

.cont-img-box {
    width: 100%;
    overflow: hidden;
}

.cont-img-box .float-l {
    margin-right: 30px;
    width: 335px;
}

.cont-img-box .float-r {
    width: calc(100% - 365px);
}

.cont-img-item {
    position: relative;
    background-size: cover !important;
    height: 180px;
    width: calc(100% - 2px);
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid #eee;
}

.cont-img-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 12px 16px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.section-box-red .cont-title b, .section-box-red .cont-title a {
    color: #fff;
}

.cont-img-item:hover {
    border: 1px solid #b71d22;
}

.big-img-item {
    width: 100%;
    cursor: pointer;
}

.big-img-item-top {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-img-item-top img{
    display: block;
    -moz-transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.big-img-item:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.big-img-item span {
    font-size: 16px;
    margin-top: 16px;
    color: #fff;
    text-align: center;
}

ul.container-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

ul.container-box li {
    width: calc(20% - 16px);
    margin: 0 8px 16px;
    overflow: hidden;
    cursor: pointer;
}

ul.container-box li .container-box-bg {
    width: 100%;
    height: 0;
    padding-top:89.3%;
    background-size: cover !important;
    -moz-transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    -ms-transition: transform 0.5s ease 0s;
}

ul.container-box li:hover .container-box-bg {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.link-box {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 12px 24px;
    overflow: hidden;
    margin-bottom: 24px;
    cursor: pointer;
}

.link-box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #b71d22;
    content: ' ';
}

.link-box img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
}

.link-box span {
    width: calc(100% - 91px);
    font-size: 16px;
    color: #333333;
    line-height: 60px;
}

.link-box:hover span{
    color: #b71d22;
    font-weight: bold;
}

.link-box2{
    display: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
    cursor: pointer;
}

.link-box2 b{
    display: block;
    width: 75px;
    text-align: center;
    height: 90px;
    line-height: 90px;
    background: #b71d22;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

.link-box2 .float-r{
    width: calc(100% - 90px);
    border: 2px solid #bfbfbf;
    height: 90px;
    background: #fff;
    padding: 12px 24px;
}

.link-box2 img{
    width: 60px;
    height: 60px;
    margin-left: 16px;
}

.link-box2-right{
    width: calc(100% - 91px);
    color: #333333;
    margin-top: 0;
}

.link-box2-right span{
    font-size: 16px;
    line-height: 32px;
}
.link-box2-right em{
    font-style: normal;
    font-size: 14px;
}


.bottom-link {
    background: #ffffff;
    padding: 32px 0;
    line-height: 24px;
}

.bottom-link h2 {
    font-size: 20px;
    font-weight: bold;
    color: #b81201;
    display: inline-block;
    width: 120px;
}

.bottom-cont {
    overflow: hidden;
    width: calc(100% - 145px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bottom-cont a {
    display: block;
    position: relative;
    color: #333333;
    font-size: 16px;
    margin-right: 16px;
}

.bottom-cont a:hover {
    font-weight: bold;
    color: #b81201;
}
@media only screen and (max-width:991px){
   .big-img-item-top{width:65% !important;margin:0 auto;}
}
@media only screen and (max-width:880px){
   .big-img-item-top{width:70% !important;margin:0 auto;}
}
@media only screen and (max-width:767px){
   .big-img-item-top{width:70% !important;height:auto;}
.big-img-item-top img{height:auto;}
}
@media only screen and (max-width:1198px){
.cont-img-box.section-box-banner{margin-bottom:30px;}
.cont-img-box.section-box-banner .banner-pic{height:0;padding-top:60%;}
.ztbox a{display:block;width:100%;height:0;padding-top:31.75%;position:relative;margin-bottom:24px;}
.ztbox a:last-child{margin-bottom:0;}
.ztbox a .cont-img-item{witdth:100% !important;height:100%;position:absolute;left:0;top:0;margin-bottom:0;}
}