.swiper-class {
    width: 100%;
    height: calc(100vh - 121px);
    /* height: 936px; */
}

.banner-class {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.news-class,
.download-class {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    margin-top: 50px;
    /* padding-top: 150px; */
    /* min-height: calc(100vh - 150px); */
    /*height: calc(100vh - 50px);*/
    overflow: hidden;
    padding-bottom: 20px;
}

.recommend-class {
	width: 100%;
    max-width: 1520px;
    margin: auto;
    margin-top: 50px;
    /* padding-top: 150px; */
    /* min-height: calc(100vh - 150px); */
    /*height: calc(100vh - 50px);*/
    padding-bottom: 20px;
}

.download-class {
    height: calc(100vh - 250px);
}

.news-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    /* font-family: siyuanheiti; */
}

.news-title-left {
    font-size: 36px;
    margin-right: 25px;
    color: #1f294c;
    border-bottom: 5px solid #bb0019;
    padding: 0 9px 12px;
    font-weight: 900;
}

.news-body {
    width: 100%;
    max-width: 1520px;
    margin: auto;
    padding-top: 50px;
}

ul li {
    list-style: none;
}

.news-li-class {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.li-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 170px;
}

.li-solid-line {
    width: 1px;
    background-color: #6b6b6b;
    height: 140px;
}

.li-circle-small {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #6b6b6b;
}

.li-text-solid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 1px;
    background-color: #e9e9e9;
    font-size: 36px;
    color: #1f294c;
    font-weight: bold;
}

.li-wide-line {
    width: 7px;
    height: 50px;
    background-color: #1f294c;
}

.li-end-line {
    width: 1px;
    background-color: #6b6b6b;
    height: 18px;
}

.li-end-circle {
    width: 96px;
    height: 96px;
    border: 1px solid #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #7f7f7f;
    font-size: 18px;
    border-radius: 50%;
}

.li-right {
    width: calc(100% - 30px);
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column; */
}

.li-right-bottom-details {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}

.li-right-bottom-details img {
    margin-left: 10px;
}

.li-right-top-image {
    display: flex;
    width: 100%;
}

.li-right-img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 720px;
}

.li-img-public {
    position: relative;
    overflow: hidden;
    border: 3px solid transparent;
    cursor: pointer;
}

.li-img-public:hover {
    border: 3px solid #bb0019;
}

.li-right-p {
    width: 100%;
    font-size: 24px;
    text-align: center;
    position: absolute;
    color: #fff;
    line-height: 67px;
    opacity: 0.8;
    background: #000;
    /* bottom: 20%; */
    bottom: -253px;
    transition: all linear 0.2s;
    z-index: 5;
    margin: 0px;
}

.li-image {
    transition: all 0.6s;
    height: 100%;
}

.li-img-public:hover .li-image {
    transform: scale(1.2);
}

.li-img-public:hover .li-right-p {
    bottom: 0px;
}

.recommend-body {
    width: 100%;
    padding-top: 30px;
}

.recommend-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.recommend-button-in {
    width: 21%;
    height: 150px;
    background-size: 100% 100%;
    border: 2px solid #f5ebeb;
    box-shadow: 0 -5px 5px #f5e1e5;
    cursor: pointer;
    transition: all linear 0.2s;
    background: url(../img/index_product/bg-1.png) no-repeat 0 0;
    padding-top: 35px;
    padding-left: 32px;
    overflow:hidden;
}

/* 修改 */
.recomend-button-div {
    margin-top: 0px;
}

/* 修改 */
.recommend-button-context {
    /* color: #52585b; */
    font-size: 16px;
    width: 238px;
    margin: 0px;
}

.isclick {
    background: url(../img/index_product/bg-2.png) no-repeat 0 0;
    transform: scale(1.15);
    box-shadow: 0 -5px 5px #f5e1e5;
    border: 2px solid transparent;
    color: #fff;
}

.isclick img {
    transform: translateY(-500px);
    filter: drop-shadow(#fff 0 500px);
}

.recommend-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 615px;
    /*overflow: hidden;*/
    padding-top: 20px;
    width:100%;
}

.ecommend-details-left {
    width: 49%;
}

.recommend-details-right {
    width: 47%;
    line-height: 26px;
}

.reimg {
    background: url(../img/shape.png) no-repeat 0 500px;
}

.recommend-details-title {
    font-size: 36px;
    /* margin-bottom: 20px; */
    margin: 0px;
}

.recommend-details-context {
    font-size: 20px;
}

.recommend-details-getmore {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 132px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #d22f37, #e6767b);
    color: #fff;
    cursor: pointer;
}

.recommend-swiper-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend-details-swiper {
    margin-top: 20px;
}

.download-class {
    min-height: auto !important;
}

.download-body-class {
    padding-top: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
}

.download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #a1a1a1;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
}

.download-button:hover {
    color: #bd061f;
}

.download-button:hover img {
    transform: translateY(-110px);
    filter: drop-shadow(#bd061f 0 110px);
    /* color: #bd061f; */
}

/* 修改项 */
.recommend-img {
    height: 50px;
}

.recommend-button-title {
    margin: 0px;
}

.top-swiper {
    /*height: calc(100vh - 121px);*/
    overflow: hidden;
}
.top-video {
    height: calc(100vh - 121px);
}

.top-line {
    height: 10px;
    width: 100%;
    background-color: #8d2f2f;
}

.section {
    position: relative;
}

/* .footer-class {
    position: absolute;
    bottom: 121px;
    left: 0px;
} */

/* 新增css */

.news-body {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.news-body-card {
    width: 30%;
    height: 680px;
    box-shadow: 0px 0px 20px #ddd;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    border-radius: 5px;
    cursor:pointer;
}

.news-body-card:hover {
    box-shadow: 0px 0px 20px #999;
}

.news-body-card-image {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.news-body-card-image-bottom {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.5);
    max-height: 160px;
    padding:8px;
    color:#fff;
}

.news-body-card-image-bottom-title {
    width: 100%;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    /*border-bottom: 3px dotted #fff;*/
    font-family: "微软雅黑";
    /*text-indent:2em;*/
}

.news-body-card-image-bottom-context {
    width: 90%;
    margin: auto;
    font-size: 20px;
    /* font-weight: 900; */
    text-indent: 2em;
    margin-top: 20px;
    font-family: "微软雅黑";
}

.news-body-card-public-title {
    width: 90%;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 900;
    color: #394a6b;
}

.news-body-card-public-image-div {
    margin-top: 10px;
    width: 90%;
    height: 300px;
    position: relative;
    cursor:pointer;
}

.news-body-card-public-image-div-image {
    width: 410px;
    height: 300px;
}

.news-body-card-public-image-div-image-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    width: calc(100% - 10px);
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 18px;
     background-image: linear-gradient(to right, #BB0019aa, #BB001966, #BB001900, #BB001900);
}






.news-body-card-public-news-list {
    width: 90%;
}
.news-list-card {
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.news-list-card-title {
    width: 100%;
    text-indent: 20px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-card-time {
    width: 100%;
    text-indent: 20px;
    font-size: 14px;
    color: #999;
    text-align:right;
}

.news-list-card-title::before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #455A81;
    left: 5px;
    top: 8px;
}

.tmore {
    position: absolute;
    right: 25px;
    bottom: 8px;
    cursor: pointer;
    color: #bb0019 !important;
}

.news-body-button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #99999940;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}

.news-body-up {
    left: 10px;
}

.news-body-down {
    right: 10px;
}

.news-body-card-im:hover .news-body-button {
    display: flex;
}

.video-class {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.container{ 
	width:210px; 
	height:117px;
	position:absolute;
	right:40px;
	bottom:20px;
	background: url(../img/right.png) no-repeat 0 0;
	background-size: 100% 100%;
	z-index:99;
	cursor:pointer;
	display:none;
}



