.product .list-box .item-box { display: flex; flex-direction: column; justify-content: space-between; }

.product .list-box .item-box .left-box { position: relative; }

.product .list-box .item-box .left-box .left-bg { position: absolute; left: 0; top: 0; width: 100%; z-index: 2; }

.product .list-box .item-box .left-box .name { color: #fff; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 2; font-size: 0.2rem; line-height: 1.5; }

.product .list-box .item-box .left-box .pro-box { z-index: 1; position: relative; }

.product .list-box .item-box .left-box .pro-box .img-box { width: 100%; position: relative; overflow: hidden; }

.product .list-box .item-box .left-box .pro-box .img-box img { width: 100%; height: 100%; -webkit-transition: 1s; transition: 1s; display: block; }

.product .list-box .item-box .left-box .pro-box .img-box:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.product .list-box .item-box .right-box { margin-top: 0.2rem; display: flex; flex-wrap: nowrap; justify-content: space-between; }

.product .list-box .item-box .right-box .pro-box { position: relative; width: 2.2rem; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border: 0.04rem solid #0046d1; }

.product .list-box .item-box .right-box .pro-box:last-child { margin-bottom: 0; }

.product .list-box .item-box .right-box .pro-box .info-box { opacity: 0; position: absolute; top: 0; left: 0; width: 100%; bottom: 0; background: rgba(46, 167, 194, 0.8); line-height: 1.6; color: #fff; box-sizing: border-box; -webkit-transition: all 0.6s; }

.product .list-box .item-box .right-box .pro-box .info-box:before { position: absolute; content: ""; top: 0.1rem; left: 0.1rem; bottom: 0.1rem; right: 0.1rem; border: 0.01rem solid #f3d318; transform: translate(-0.3rem, 0rem); transition: all 0.5s; -webkit-transition: all 0.5s; /* Safari */ }

.product .list-box .item-box .right-box .pro-box .info-box .txt-center { position: absolute; top: 50%; transform: translate(0, -50%); left: 0; width: 100%; padding-left: 0.2rem; padding-right: 0.2rem; box-sizing: border-box; }

.product .list-box .item-box .right-box .pro-box .info-box .txt-center .info-title { text-align: center; transform: translate(0rem, -0.3rem); transition: all 0.8s; -webkit-transition: all 0.8s; /* Safari */ }

.product .list-box .item-box .right-box .pro-box .info-box .txt-center .info-title p { font-size: 0.14rem; color: #fff; }

.product .list-box .item-box .right-box .pro-box .img-box { width: 100%; height: 100%; overflow: hidden; }

.product .list-box .item-box .right-box .pro-box .img-box img { width: 100%; height: 100%; -webkit-transition: 1s; transition: 1s; display: block; }

.product .list-box .item-box .right-box .pro-box .img-box:last-child { margin-bottom: 0; }

.about_container { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }

.about_container .text_box { text-align: justify; display: flex; flex-direction: column; align-items: flex-end; }

.about_container .text_box h1 { font-weight: bold; margin-bottom: 0.1rem; }

.about_container .img_box { width: 100%; margin-bottom: 0.1rem; display: block; }

.news .title_box { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.2rem; }

.news .title_box .title_p { text-align: right; font-size: 0.24rem; }

.news_content { width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; }

.news_item { box-shadow: rgba(0, 0, 0, 0.16) 0rem 0.01rem 0.04rem; flex: 1; margin: 0 0.3rem 0.3rem 0; width: calc((100% - 0.3rem) / 2); min-width: calc((100% - 0.3rem) / 2); max-width: calc((100% - 0.3rem) / 2); background-color: #fff; border-radius: 0.1rem; transition: all 0.3s ease; transform: translateY(0); }

.news_item:hover { transform: translateY(-0.05rem); box-shadow: rgba(0, 0, 0, 0.24) 0rem 0.03rem 0.08rem; }

.news_item:nth-child(2n) { margin-right: 0; }

.news_item--pic { border-radius: 0.1rem 0.1rem 0 0; width: 100%; height: 2.4rem; }

.news_item--pic img { border-radius: inherit; width: inherit; height: inherit; display: block; }

.news_item--text { width: 100%; box-sizing: border-box; padding: 0.1rem; }

.news_item--text .news_title { font-weight: bold; font-size: 0.16rem; margin-bottom: 0.05rem; }

.news_item--text .desc--text { color: #666; font-size: 0.14rem; height: 0.42rem; }

.news_item--text .bottom { margin-top: 0.05rem; display: flex; justify-content: space-between; }

.news_item--text .data_time { font-size: 0.14rem; color: #999; }

.news_item--text .data_eye { font-size: 0.14rem; color: #999; display: flex; align-items: center; }

.news_item--text .data_eye::before { content: ""; margin-right: 0.1rem; display: inline-block; width: 0.2rem; height: 0.2rem; background-image: url(/images/eye.png); background-size: cover; }
