._title h5 { font-size: 48px; font-weight: bold; color: #303030; margin-bottom: 3px; text-transform: uppercase; } ._title p { font-size: 24px; color: #8d8d8d; } ._more { background: #b18c4b; color: white; font-size: 16px; text-transform: uppercase; width: 160px; height: 35px; border-radius: 20px; display: flex; align-items: center; justify-content: center; } ._more:hover { background: #846838; color: white; } .banner .owl-controls { bottom: -2%; } .banner .owl-pagination { background: #b18c4b; border-radius: 20px; padding: 5px 35px; display: inline-block; } .banner .owl-controls .owl-page.active span, .banner .owl-controls .clickable .owl-page:hover span { background: #d8c6a5; } .banner .owl-controls .owl-page span { background: white; position: relative; top: 2px; } /*youshi*/ .youshi .list { display: flex; justify-content: space-around; } .youshi .list .item { position: relative; } .youshi .list .item:after { position: absolute; right: -82px; top: 17px; content: ''; display: block; width: 1px; height: 112px; background: url("../images/line.png") no-repeat center; background-size: cover; } .youshi .list .item:last-child:after { display: none; } .youshi .list .item .pic { width: 65px; height: 65px; } .youshi .list .item .name { font-weight: bold; font-size: 48px; color: #b18c4b; } .youshi .list .item .summary { font-size: 16px; color: #434343; } /*about*/ .about .lf ._more { margin-top: 30px; } .about .rt { font-size: 16px; color: #8d8d8d; line-height: 2; } .yingyong { background: #b18c4b; width: 90%; margin: 0 auto; border-radius: 20px 20px 0 0; } .yingyong .top { padding: 30px 0; } .yingyong .top ._title h5, .yingyong .top ._title p { color: white; } .yingyong .top ._title h5 { font-size: 30px; } .yingyong .top ._title p { font-size: 16px; } .yingyong .bottom { display: flex; } .yingyong .bottom .item { height: 597px; width: 10%; transition: 1s; position: relative; } .yingyong .bottom .item:after { background: rgba(0, 0, 0, 0.2); content: ''; display: block; position: absolute; top: 0; right: 0; width: 100%; height: 100%; z-index: 1; } .yingyong .bottom .item.on { width: 50%; } .yingyong .bottom .item.on:after { display: none; } .yingyong .bottom .item.on .name1 { display: none; } .yingyong .bottom .item.on .name2 { display: block; } .yingyong .bottom .item .name1 { font-size: 30px; color: white; margin: 0 auto; width: 31px; line-height: 38px; position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; display: flex; align-items: center; } .yingyong .bottom .item .name2 { border-left: 5px solid #b18c4b; padding-left: 20px; font-size: 30px; color: black; display: none; position: absolute; z-index: 2; left: 154px; top: 56px; } .neirong { background: url("../images/about_bg.jpg") no-repeat top; } /*product*/ .product { background: url("../images/product_bg.jpg") no-repeat center; background-size: cover; } .product .lf ._title h5 { color: white; } .product .lf ._title p { color: white; } .product .lf .typelist { margin-top: 30px; display: flex; flex-direction: column; align-items: flex-start; } .product .lf .typelist .item { display: inline-block; margin-bottom: 20px; font-size: 18px; padding: 10px; padding-right: 50px; color: white; border-radius: 0 20px 20px 0; } .product .lf .typelist .item:hover, .product .lf .typelist .item.on { background: white; color: #363636; } .product .rt .goodslist { display: none; margin-top: 80px; } .product .rt .goodslist.on { display: block; } .product .rt .goodslist .list { display: grid; grid-template-columns: repeat(3, 1fr); } .product .rt .goodslist .list .item { width: 90%; margin: 0 auto; padding: 20px; background: white; position: relative; padding-bottom: 100px; } .product .rt .goodslist .list .item:hover .message { bottom: -14px; background: #916a24; } .product .rt .goodslist .list .item:hover .message .name { color: white; margin-bottom: 5px; } .product .rt .goodslist .list .pic { margin: 0 auto; text-align: center; } .product .rt .goodslist .list .message { position: absolute; width: 100%; left: 0; bottom: -72px; padding: 35px; text-align: center; transition: .5s; background: white; } .product .rt .goodslist .list .message .name { color: #303030; font-size: 18px; margin-bottom: 30px; transition: .5s; } .product .rt .goodslist .list .message .summary { font-size: 14px; color: white; } /*zhengshu*/ .zhengshu .typename { display: flex; align-items: center; margin-bottom: 25px; } .zhengshu .typename .item { font-size: 24px; color: #313131; display: flex; align-items: center; } .zhengshu .typename .item:hover, .zhengshu .typename .item.on { color: #b18c4b; } .zhengshu .typename .item:last-child:after { display: none; } .zhengshu .typename .item:after { content: '/'; display: block; margin: 0 8px; } .zhengshu .container2 { overflow: visible; } .zhengshu .owl_zhengshu { overflow: visible; position: relative; display: none; } .zhengshu .owl_zhengshu.on { display: block; } .zhengshu .owl_zhengshu .item { text-align: center; } .zhengshu .owl_zhengshu .item .name { margin-top: 10px; font-size: 14px; color: #303030; } /*news*/ .news .content { margin-top: 30px; } .news .content .item { width: 100%; } .news .content .item:hover .title { color: #b18c4b; } .news .content .title { color: #323232; font-size: 16px; margin-bottom: 15px; font-weight: bold; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; } .news .content ._more { width: 113px; position: relative; bottom: 25px; } .news .content .summary { font-size: 14px; color: #787878; margin-bottom: 15px; } .news .content .addtime { font-size: 14px; color: #787878; } .news .content .lf { padding-right: 5px; } .news .content .lf .pic { margin-bottom: 10px; } .news .content .rt { padding-left: 5px; } .news .content .rt .item { display: flex; align-items: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #dadada; } .news .content .rt .item:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; } .news .content .rt .item .message { flex: 1; margin-left: 15px; } /*shangjia*/ .shangjia .container2 { overflow: visible; } .shangjia .owl_huoban { margin-top: 30px; position: relative; } .shangjia .owl_huoban .item { border: 1px solid #dadada; padding: 5px; text-align: center; margin: 5px; } .owl_zhengshu .swiper-button-prev, .owl_huoban .swiper-button-prev { left: -25px; } .owl_zhengshu .swiper-button-next, .owl_huoban .swiper-button-next { right: -25px; } .owl_zhengshu .swiper-button-next, .owl_zhengshu .swiper-button-prev, .owl_huoban .swiper-button-next, .owl_huoban .swiper-button-prev { width: 20px; height: 54px; background: none; opacity: 1; } /*feedback_box*/ .feedback_box { background: url("../images/feedback_bg.jpg") no-repeat center; background-size: cover; padding: 60px 0; position: relative; } .feedback_box .feedback_box_top_title { font-size: 16px; color: black; text-align: center; } .feedback_box .main_content .pic { position: absolute; top: -43px; left: 50%; margin-left: -42px; } .feedback_box .feedback_content { margin-top: 30px; } .feedback_box .feedback_content .formlist { display: flex; align-items: center; justify-content: center; } .feedback_box .feedback_content .input_box { width: 30%; margin: 0 30px; } .feedback_box .feedback_content .code_box { display: flex; align-items: center; justify-content: center; } .feedback_box .feedback_content .code_box img { margin-left: 15px; } .feedback_box .feedback_content .infoInput { width: 100%; background: transparent; border: 0; border-bottom: 1px solid #a5a5a5; padding: 5px; padding-left: 15px; color: black; } .feedback_box .feedback_content #feedbackbotton { background: #b18c4b; color: white; border: 0; border-radius: 20px; width: 80px; height: 35px; display: flex; align-items: center; justify-content: center; } @media (max-width: 1600px) { .product .rt .goodslist .list .message { padding: 15px; } .product .rt .goodslist .list .message .name { font-size: 16px; } .product .rt .goodslist .list .item:hover .message { bottom: 0px; } .zhengshu .owl_zhengshu .item { padding: 5px; } .news .content ._more { font-size: 14px; width: 90px; bottom: 0; } .news .content .title { margin-bottom: 10px; } .news .content .summary { margin-bottom: 10px; } .news .content .rt .item { margin-bottom: 10px; padding-bottom: 10px; } .news .content .rt { padding-left: 8px; } .news .content .lf { padding-right: 8px; } ._title h5 { font-size: 40px; } .yingyong .bottom .item .name2 { left: 64px; } } @media (max-width: 1450px) { .vertical-space8, .hr { height: 60px; } .youshi .list .item .name { font-size: 40px; } .yingyong .bottom .item { height: 500px; } } @media (max-width: 1366px) { .yingyong .top { padding: 30px 63px; } .yingyong { width: 93%; } } @media (max-width: 768px) { .feedback_box .main_content .pic { width: 50px; height: 50px; margin-left: -25px; top: -24px; } .feedback_box .feedback_content .formlist { flex-direction: column; } .feedback_box .feedback_content #feedbackbotton { width: 109px; height: 29px; } .feedback_box .feedback_content .input_box { width: 82%; margin: 0 auto; margin-bottom: 15px; } .youshi .list .item { width: 48%; margin-bottom: 20px; float: left; text-align: center; } .youshi .list .item:nth-child(2n) { float: right; } .youshi .list { display: block; } .youshi .list .item:after { display: none; } .youshi .list .item .pic { margin: 0 auto; width: 50px; height: 50px; } .youshi .list .item .pic img { max-width: 50px; max-height: 50px; } .youshi .list .item .summary { font-size: 12px; } .youshi .list .item .name { font-size: 25px; } .vertical-space8, .hr { height: 50px; } ._title { text-align: center; } ._title h5 { font-size: 25px; } ._title p { font-size: 14px; } .about .rt { float: none; } .about .rt ._more { display: flex !important; width: 113px; font-size: 14px; margin: 0 auto; } .about .rt .summary { margin: 15px 0; white-space: normal; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; word-break: break-all; font-size: 14px; } .about .lf { float: none; } .about .lf ._title { text-align: center; } .yingyong .top ._title h5 { font-size: 25px; } .yingyong .top { padding: 20px; } .yingyong .top ._title p { font-size: 14px; } .yingyong .bottom { display: block; } .yingyong .bottom .item { width: 48%; float: left; height: 200px; margin-bottom: 4%; } .yingyong .bottom .item:nth-child(2n) { float: right; } .yingyong .bottom .item.on { width: 48%; } .yingyong .bottom .item .name1 { font-size: 16px; text-align: center; margin-top: 5px; display: block; width: 100%; line-height: inherit; top: unset; bottom: 22px; } .product .lf .typelist { margin-bottom: 30px; } .product .lf .typelist .item { width: 48%; display: block; float: left; background: white; padding: 5px; border-radius: 0; color: black; font-size: 15px; margin-bottom: 15px; text-align: center; } .product .lf .typelist .item:nth-child(2n) { float: right; } .product .lf .typelist { display: block; } .product .rt .goodslist .list .item { padding: 5px; } .product .rt .goodslist .list .message { position: static; padding: 0; } .product .rt .goodslist .list .message .summary { display: none; } .product .rt .goodslist .list .message .name { margin-bottom: 0; } .product .rt .goodslist .list .message .name { font-size: 14px; } .zhengshu .typename .item { font-size: 18px; } .zhengshu .owl_zhengshu .item { padding: 20px; } .owl_zhengshu .swiper-button-next, .owl_huoban .swiper-button-next { right: -7px; } .owl_zhengshu .swiper-button-prev, .owl_huoban .swiper-button-prev { left: -7px; } .news .content .rt { display: none; } .news .content ._more { position: static; margin: 0 auto; float: none; } .zhengshu .typename { margin-bottom: 0; justify-content: center; } .product .lf .typelist .item:hover, .product .lf .typelist .item.on { background: #b18c4b; color: white; } .shangjia { margin-top: 50px; } .banner .owl-controls { display: none !important; } } /*# sourceMappingURL=index.css.map */