/* ===BANNER=== */
.banner-swiper { width: 100%; height: 800px; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; }

.banner-swiper .banner-img { width: 100%; height: 100%; min-width: 1200px; background-repeat: no-repeat; background-size: cover; background-position: bottom; }

.product .list-box .item-box { display: flex; justify-content: space-between; margin-bottom: 40px; }

.product .list-box .item-box .left-box { width: 1000px; 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: 26px; line-height: 45px; }

.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 .pro-box { position: relative; margin-bottom: 10px; width: 190px; height: 123px; overflow: hidden; box-sizing: border-box; -webkit-box-sizing: border-box; border: 2px 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: 10px; left: 10px; bottom: 10px; right: 10px; border: 1px solid #f3d318; transform: translate(-30px, 0px); 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: 20px; padding-right: 20px; box-sizing: border-box; }

.product .list-box .item-box .right-box .pro-box .info-box .txt-center .info-title { text-align: center; transform: translate(0px, -30px); 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: 14px; 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; }

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

.product .list-box .item-box .right-box .pro-box:hover .info-box { opacity: 1; }

.product .list-box .item-box .right-box .pro-box:hover .info-box:before { transform: translate(0px, 0px); }

.product .list-box .item-box .right-box .pro-box:hover .info-box .info-title { transform: translate(0px, 0px); }

.product .list-box .item-box .right-box .pro-box:hover .info-box .info-txt { transform: translate(0px, 0px); }

.about { min-width: 1200px; }

.about .top_title { justify-content: flex-end; }

.about_container { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin: 40px 0; }

.about_container .text_box { padding-right: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; text-align: justify; display: flex; flex-direction: column; align-items: flex-end; }

.about_container .text_box h1 { font-weight: bold; margin-bottom: 10px; }

.about_container .text_box .more_btn { color: #fff; background-color: #0046d1; padding: 6px 30px; border-radius: 6px; margin-top: 30px; }

.about_container .img_box { width: 660px; display: block; }

.news { background-color: #f2f2f2; }

.news .top_title { background-color: transparent; }

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

.news .title_box .title_p { text-align: right; font-size: 24px; }

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

.news_item { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; flex: 1; margin: 0 30px 30px 0; width: calc((100% - 60px) / 3); min-width: calc((100% - 60px) / 3); max-width: calc((100% - 60px) / 3); background-color: #fff; border-radius: 10px; transition: all 0.3s ease; transform: translateY(0); }

.news_item:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

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

.news_item--pic { border-radius: 10px 10px 0 0; width: 100%; height: 240px; }

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

.news_item--text { width: 100%; box-sizing: border-box; padding: 10px; }

.news_item--text .news_title { font-weight: bold; font-size: 16px; margin-bottom: 10px;}

.news_item--text .desc--text { color: #666; font-size: 14px; height: 42px; }

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

.news_item--text .data_time { font-size: 14px; color: #999; }

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

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