@charset "UTF-8"; .boxSizing { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* 椤甸潰缁勪欢 */ .more_btn { width: 60px; display: block; color: #fff; font-size: 1.2rem; line-height: 26px; text-align: center; background-color: #c30d23; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: auto; margin-top: 30px; margin-bottom: 20px; } /* 杞挱 */ .swiper-container.banner_swiper { width: 100%; height: auto; overflow: hidden; } .swiper-container.banner_swiper .swiper-slide { width: 100%; height: 295px; margin: auto; /* padding-bottom: 37.5%; */ background-repeat: no-repeat; background-position: center; background-size: cover; } .swiper-container.banner_swiper .swiper-pagination .swiper-pagination-bullet { width: 6px; height: 6px; } .swiper-container.banner_swiper .swiper-pagination .swiper-pagination-bullet-active { background-color: #c30d23; } /* 鍏徃浠嬬粛 */ .com_intro { overflow: hidden; } .com_intro .intro_head { background-image: url(./../../images/home/head_company.png); margin-top: 30px; } .com_intro .com_intro_box .com_intro_images { width: 100%; overflow: hidden; overflow-x: auto; } .com_intro .com_intro_box .com_intro_images img { display: inline-block; margin-bottom: unset; max-width: unset; } .com_video .intro_head { background-image: url(./../../images/home/head_video.png); margin-top: 30px; } .com_video .com_video_box iframe.video_iframe { width: 93vw; height: 52.7vw; } /* 鍏徃鍔ㄦ€ */ .news { overflow: hidden; } .news .intro_head { background-image: url(./../../images/home/head_news.png); } /* 鑽h獕璧勮川 */ section.honor { background-color: #f6f6f6; margin-top: 50px; padding: 0; } section.honor .intro_head { background-image: url(./../../images/home/head_honor.png); margin-top: 15px; } section.honor .swiper-container.honor_box { width: 100%; height: 185px; overflow: hidden; } section.honor .swiper-container.honor_box ul.swiper-wrapper li.swiper-slide { width: auto; float: left; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; overflow: hidden; } section.honor .swiper-container.honor_box ul.swiper-wrapper li.swiper-slide .img_box { height: 100px; overflow: hidden; } section.honor .swiper-container.honor_box ul.swiper-wrapper li.swiper-slide .img_box img { height: 100px; } section.honor .swiper-container.honor_box ul.swiper-wrapper li.swiper-slide p { text-align: center; word-wrap: break-word; word-break: break-all; overflow: hidden; display: none; margin-top: 12px; } /* 鍥剧墖棰勮鏁堟灉 */ .honor_modal_box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); visibility: hidden; opacity: 0; transition: all 0.5s ease; z-index: 1000; text-align: center; display: table; } .honor_modal_box.show { visibility: visible; opacity: 1; transition: all 0.5s ease; } .honor_modal_box.show .honor_modal_content img { width: 90%; max-width: 640px; } .honor_modal_box .honor_modal_content { width: 100%; height: 100%; display: table-cell; vertical-align: middle; } .honor_modal_box .honor_modal_content img { display: block; width: 0px; height: auto; margin: auto; transition: width 0.65s ease; } /* 鍚堜綔浼欎即 */ .cooparation { overflow: hidden; } .cooparation .intro_head { background-image: url(./../../images/home/head_coop.png); margin-bottom: 45px; } .cooparation .swiper-container.coop_container { height: 150px; overflow: hidden; } .cooparation .swiper-container.coop_container .swiper-wrapper.coop_wrapper .swiper-slide.coop_show { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 6px; } .cooparation .swiper-container.coop_container .swiper-wrapper.coop_wrapper .swiper-slide.coop_show .img_box { width: 53px; height: 40px; margin: auto; } .cooparation .swiper-container.coop_container .swiper-wrapper.coop_wrapper .swiper-slide.coop_show .img_box img { width: 100%; height: 100%; object-fit: cover; } .cooparation .swiper-container.coop_container .swiper-wrapper.coop_wrapper .swiper-slide.coop_show p { text-align: center; margin-top: 8px; } footer { margin-top: 0; } footer .home_footer_title { font-size: 1.6rem; margin: 30px 0 24px 0; position: relative; } footer .home_footer_title:after { content: ''; position: absolute; width: 30px; height: 1px; background-color: #b81c25; left: 0; bottom: -8px; } footer .footer_first_part { overflow: hidden; } footer .footer_first_part p { font-size: 1.2rem; line-height: 2rem; color: #666; } footer .footer_second_part { overflow: hidden; margin-top: 30px; } footer .footer_second_part .home_footer_title { margin-top: 0; } footer .footer_second_part .left_part { width: 60%; height: auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; border-right: 1px solid #d1d1d1; float: left; overflow: hidden; } footer .footer_second_part p { font-size: 1.3rem; line-height: 2.2rem; color: #666; } footer .footer_second_part .right_part { width: 40%; float: left; overflow: hidden; } footer .footer_second_part .right_part .home_footer_title { width: 25vw; max-width: 105px; float: right; } footer .footer_second_part .right_part .qrcode_box { width: 25vw; height: 25vw; max-width: 105px; max-height: 105px; float: right; } footer .footer_second_part .right_part .qrcode_box img { width: 100%; height: 100%; }