/*类标签*/ em, i, cite { font-style: normal; } strong, a { text-decoration: none; } strong, a:hover { text-decoration: none; } img { height: 100%; width: 100%; border: 0; vertical-align: middle; object-fit: cover; } input { outline: none; padding-left: 10px; border: 1px solid #DEDEDE; } select { border-color: #DEDEDE; } textarea { outline: none; resize: none; padding: 5px 0 0 10px; border-color: #DEDEDE; } a, p, b, li { text-decoration: none; color: #333; } p { margin: 0; } b { display: block; } a:hover { cursor: pointer; text-decoration: none; } b, em, i, small, span, u { font-weight: 400; font-style: normal; } table { border-collapse: collapse; } iframe { margin-bottom: -5px; } select { border-color: #DEDEDE; } label { font-weight: normal; } button { border: none; background-color: transparent; outline: none; } input::-webkit-input-placeholder { color: #999; } /* 修改placeholder的属性 */ input::-moz-input-placeholder { color: #999; } input::-ms-input-placeholder { color: #999; } textarea::-webkit-input-placeholder { color: #999; } textarea::-moz-input-placeholder { color: #999; } textarea::-ms-input-placeholder { color: #999; } *:focus { outline: none !important; box-shadow: none !important; } /* 取消focus点击效果 */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: bold; } /*过渡*/ .coo_box img, .h_news_img img, .h_news_txt_r, .product_tab a, .paging a, .pro_img img, .division_tab a, .equ_t img, .qua_t img, .nshow_r_img img, .address_tab_box a, .jion.on .jion_title *, .jion.on .jion_title, .path_box .gallery-thumbs .swiper-slide { transition: all .6s; -moz-transition: all .6s; /* Firefox 4 */ -webkit-transition: all .6s; /* Safari 和 Chrome */ -o-transition: all .6s; /* Opera */ } .division_tab{ transition: all .3s; -moz-transition: all .3s; /* Firefox 4 */ -webkit-transition: all .3s; /* Safari 和 Chrome */ -o-transition: all .3s; /* Opera */ } /*延迟*/ .sy_t_box:nth-child(2), .xinw_nr_box:nth-child(2) { animation-delay: .2s; -webkit-animation-delay: .2s; /* Safari 和 Chrome */ } .sy_t_box:nth-child(3), .xinw_nr_box:nth-child(3) { animation-delay: .3s; -webkit-animation-delay: .3s; /* Safari 和 Chrome */ } .sy_t_box:nth-child(4), .xinw_nr_box:nth-child(4) { animation-delay: .4s; -webkit-animation-delay: .4s; /* Safari 和 Chrome */ } .sy_t_box:nth-child(5) { animation-delay: .5s; -webkit-animation-delay: .5s; /* Safari 和 Chrome */ } .sy_t_box:nth-child(6) { animation-delay: .6s; -webkit-animation-delay: .6s; /* Safari 和 Chrome */ } /* 公共 */ /* pc和移动端的隐藏显示 */ .xs, .xs2 { display: block; } .yc, .yc2 { display: none; } @media (max-width: 767px) { .xs, .xs2 { display: none; } .yc, .yc2 { display: block; } } /* 图片移入效果 */ .exp_box:hover img, .tra_box:hover img, .banner_zy_img:hover img, .ser_img:hover img, .h_news_box:hover .h_news_img img, .pro_img:hover img, .equ_t:hover img, .qua_t:hover img, .nshow_r_box:hover .nshow_r_img img { transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); } /* 使用swiper 出现闪屏问题 */ .swiper-slide { transform: translate3d(0, 0, 0); } /* 头部图文 */ .tuw { display: flex; align-items: center; } .tuw img { width: 0.28rem; height: auto; } .tuw p { margin-left: 0.1rem; } /* 标题 */ .title { text-align: center; } .title h2 { font-size: 0.36rem; } .title p { font-size: 0.18rem; margin-top: 0.06rem; } /* 视频弹窗 */ #hi-video-pop { display: none; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #hi-video-pop * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #hi-video-pop .hi-close { position: fixed; top: 86%; left: 50%; margin-left: -25px; width: 50px; height: 50px; color: #fff; background: #fff; border-radius: 50%; transition: 0.5s; cursor: pointer; } #hi-video-pop .hi-close:after, #hi-video-pop .hi-close:before { content: ""; position: absolute; bottom: 24px; left: 10px; width: 30px; height: 2px; background: #333; transition: 0.5s; } #hi-video-pop .hi-close:hover { background: #1c4798; } #hi-video-pop .hi-close:hover:after, #hi-video-pop .hi-close:hover:before { background: #fff; } #hi-video-pop .hi-close:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); } #hi-video-pop .hi-close:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } #hi-video-pop video { position: fixed; left: 50%; top: 50%; max-width: 90%; max-height: 70%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* 图片弹窗 */ #hi-img-pop { display: none; position: fixed; top: 0; left: 0; z-index: 10000; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #hi-img-pop * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #hi-img-pop .hi-close { position: fixed; top: 86%; left: 50%; margin-left: -25px; width: 50px; height: 50px; color: #fff; background: #fff; border-radius: 50%; transition: .5s; cursor: pointer; } #hi-img-pop .hi-close:after, #hi-img-pop .hi-close:before { content: ""; position: absolute; bottom: 24px; left: 10px; width: 30px; height: 2px; background: #333; transition: .5s; } #hi-img-pop .hi-close:hover { background: #019dee; } #hi-img-pop .hi-close:hover:after, #hi-img-pop .hi-close:hover:before { background: #fff; } #hi-img-pop .hi-close:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); } #hi-img-pop .hi-close:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } #hi-img-pop img { position: fixed; left: 50%; top: 50%; max-width: 90%; max-height: 70%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* 开始 */ .nav1_none { background: rgba(0,0,0,0.5); } .header .img2{display: none;} .nav_on { background: #fff; } .nav_on *,.nav_on .language_box>a{color: #333;} .nav_on .img1{display: none;} .nav_on .img2{display: inline-block;} .nav_on .language_box{border-color: #ebebeb;} .nav_on .navigationInnerList li>a .c-border:before{background: #333;} .nav_on .language .language_nav a{color: #333;} .nav_on .img1 { display: none; } .nav_on .img2 { display: inline-block; } /* 关于我们 */ .sub_banner { position: relative; height: 7.87rem; } .sub_banner_txt { position: absolute; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; justify-content: center; padding-bottom: 100px; } .sub_banner_txt h1 { font-size: 0.72rem; font-family: 'beba'; letter-spacing: 0.1em; } .sub_banner_txt p { font-size: 0.28rem; color: #fff; } .sub_top { width: 100%; position: relative; top: -100px; padding-right: 100px; } .crumbs { background: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02); height: 100%; position: relative; } .bjb { position: absolute; width: 100%; background: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02); height: 800px; } .home_mainInner { overflow: hidden; } .crumbs_box { width: calc(100vw - 17px); } .crumbs_nr { display: flex; align-items: center; height: 100px; justify-content: space-between; } .cru { display: flex; align-items: center; height: 100px; z-index: 300; } .cru * { color: #999; margin-right: 0.1rem; } .cru>p { margin-right: 0.05rem; } .crumbs_con { display: flex; align-items: center; } .cru .on a, .crumbs_con a:hover { color: #666; } .crumbs_con:last-child p { display: none; } .about_t { display: flex; align-items: center; padding: 0.8rem 0 1.8rem; } .about_t_img img { width: 5.85rem; height: 5.85rem; margin-right: 1.14rem; object-fit: contain; } .about_t_txt h2 { font-size: 0.6rem; color: #333; font-family: 'beba'; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.2rem; } .about_t_txt b { font-size: 0.24rem; margin-bottom: 0.05rem; } .about_t_txt>p { color: #666; margin-top: 0.4rem; } .about_t_b { display: flex; align-items: center; margin-top: 0.34rem; } .about_t_b img { width: 1.78rem; margin-left: 0.1rem; } .sub_title { text-align: center; margin-bottom: 0.3rem; } .sub_title h2 { font-size: 0.6rem; color: #333; font-family: 'beba'; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.1rem; } .sub_title p { font-size: 0.24rem; } .basic_t { text-align: center; padding: 0 1.86rem; margin-bottom: 1.1rem; } .basic_t p { margin-bottom: 0.3rem; line-height: 1.9; color: #666; } .basic_t b { color: #00499d; font-weight: bold; } .basic_box h3 { font-size: 0.24rem; color: #333; text-align: center; font-weight: 400; margin-bottom: 0.3rem; } .basic_box .swip_coo .swiper-pagination-bullet { background: #ababab; } .basic_box .swip_coo .swiper-pagination-bullet-active { border-color: #0c51a1; background: #fff; } .basic_box { margin-bottom: 1.5rem; } .about_video { position: relative; width: 100%; height: 7rem; } .about_video video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 100; object-fit: cover; } .about_video_box { position: absolute; width: 100%; height: 100%; top: 0; z-index: 100; background: rgba(0, 0, 0, 0.5); display: flex; flex-direction: column; justify-content: center; align-items: center; } .about_video_box p { font-size: 0.48rem; color: #fff; text-align: center; } .honor { margin-bottom: 1.5rem; padding-top: 1.65rem; } .honor_box { padding-top: 0.45rem; display: flex; flex-wrap: wrap; } .honor_con { width: calc((100% - 0.8rem)/3); margin: 0 0.4rem 0.4rem 0; display: flex; flex-direction: column; align-items: center; background: #fff; } .honor_con:nth-child(3n) { margin-right: 0; } .honor_img { margin: 0.42rem auto 0.2rem; width: 2.26rem; height: 2.3rem; } .honor_img img { object-fit: contain; } .honor_txt { height: 0.75rem; display: flex; align-items: center; padding: 0 0.3rem 0 0.4rem; justify-content: space-between; width: 100%; } .honor_txt img { width: 17px; height: 17px; } .honor_txt p { color: #555; width: 90%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .basic .coo_banner { width: 100% !important; padding: 0; } @media (max-width: 1350px) { .sub_top { padding-right: 0 !important; } .crumbs_box { width: 100%; } } @media (max-width: 767px) { .nav1_none { background: #404040; } .sub_banner { height: 300px; margin-top: 64px; } .sub_banner_txt { padding-bottom: 0; } .sub_top { top: 0; margin-bottom: 50px; } .sub_banner .c-scrolldown { top: 50%; transform: translateY(-50%) !important; } .sub_banner_txt h1 { font-size: 40px; } .sub_banner_txt p { font-size: 16px; } .crumbs_nr { height: 50px !important; overflow-x: auto; } .crumbs_nr * { margin-right: 3px; font-size: 12px; flex: none; } .about_t { flex-direction: column; padding: 0.8rem 7% 1.8rem; } .about_t_img img { width: 200px; height: 200px; margin: 0 auto 20px; } .about_t_txt { padding: 0; } .about_t_txt h2 { font-size: 36px; } .about_t_txt b { font-size: 14px; } .about_t_txt>p { font-size: 14px; } .about_t_b { margin-top: 20px; } .about_t_b img { width: 150px; } .sub_title { margin-bottom: 20px; } .sub_title h2 { font-size: 32px; line-height: 1.2; margin-bottom: 0; } .sub_title p { font-size: 14px; } .basic_t { padding: 0; margin-bottom: 40px; } .basic_t p { margin-bottom: 20px; } .basic_box h3 { font-size: 20px; margin-bottom: 20px; } .about_video { height: 250px; margin-bottom: 50px; } .about_video_box p { font-size: 20px; } .honor_con { width: 100% } .honor_con { margin: 0 0 20px; padding-bottom: 20px; } .honor_img { height: 150px; width: 80%; margin: 30px auto; } .honor_txt { padding: 0 20px; } } /* 全部产品 */ .product_tab { padding: 0.8rem 0; display: flex; justify-content: center; } .product_tab a { padding: 0 0.2rem; height: 0.5rem; margin: 0 0.15rem; border: 1px solid #b2b2b2; border-radius: 0.5rem; display: flex; align-items: center; justify-content: center; } .product_tab a:hover, .product_tab .on { background: #00499d; border-color: #00499d; color: #fff; } .pro { display: flex; flex-wrap: wrap; } .pro_con { display: flex; flex-wrap: wrap; width: 100%; } .pro_box { width: calc((100% - 0.4rem)/2); margin: 0 0.4rem 0.5rem 0; display: flex; flex-direction: column; align-items: center; } .pro_box:nth-child(2n) { margin-right: 0; } .pro_img { background: #fff; padding: 0.46rem 0.4rem; width: 100%; height: 4.3rem; } .pro_img img { object-fit: contain; } .pro_box>p { margin-top: 0.26rem; /* display: none; */ } .paging { display: flex; justify-content: center; align-items: center; margin-top: 0.65rem; width: 100%; margin-bottom: 1.8rem; color: #333; } .paging img { width: 0.17rem; height: 0.14rem; } .paging a { width: 0.6rem; height: 0.6rem; color: #333; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; margin: 0 0.05rem; flex-shrink: 0; } .paging .img1 { display: none; } .paging .on, .paging a:hover { color: #fff; background: #00499d; } .paging a:hover .img1 { display: block; } .paging a:hover .img2 { display: none; } .pro_con { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .home_header { background: none; top: 0 !important; } .home_header *{color: #fff;} .home_header .language_box{border-color: #fff;} .home_header .language a{} .home_header .navigationInnerList li>a .c-border:before{background: #fff;} .home_header .img1 { display: inline-block; } .home_header .img2 { display: none; } .w100 { width: 100%; justify-content: center !important; } @media (max-width: 1440px) { .paging a{width: 44px;height: 44px;} } @media (max-width: 1024px) { .product_tab a { /* width: 2.4rem; */ padding: 0 10px; } } @media (max-width: 991px) { .product_tab a { /* width: 3rem; */ height: 0.7rem; } } @media (max-width: 767px) { .product_tab { overflow-x: auto; justify-content: flex-start; padding: 20px 7%; } .product_tab a { width: auto; height: 26px; font-size: 12px; border-radius: 30px; padding: 0 10px; flex: none; } .pro_con { justify-content: space-between; } .pro_box { width: calc((100% - 0.8rem)/2); margin: 0 0 0.4rem; } .pro_box>p { margin: 10px 0 20px; text-align: center; } .paging a { width: 35px; height: 35px; } .paging img { width: 12px; height: auto; } } /* kok下载app */ .footer { overflow: hidden; } .division_tab { width: 100%; height: 100px; position: sticky; top: 0; margin-top: -200px; z-index: 200; } .division_tab_box { background: #fff; display: flex; align-items: center; justify-content: flex-end; height: 100%; } .division_tab a { margin-left: 0.6rem; height: 100%; display: flex; align-items: center; border-bottom: 2px solid #fff; } .division_tab .on, .division_tab a:hover { color: #00499d; border-bottom: 2px solid #00499d; } #index .divi_bus .secBox_tit { color: #333; } #index .divi_bus .secBox_txt1 { color: #333; margin-bottom: 0.26rem; } #index .divi_bus .secBox_txt2 { color: #666; margin-bottom: 0.35rem; opacity: 1; font-size: 18px; } #index .divi_bus { padding: 0.8rem 0 0.6rem; margin-bottom: 0; overflow: hidden; } #index .divi_bus .secBox { padding-bottom: 3rem; align-items: flex-start; } #index .divi_bus .secBox_img { margin-right: 70px; } #index .divi_bus .secBox_tit { margin-bottom: 0; } #index .divi_bus .secBox_cnt { padding-top: 1.3rem; } .video_on2 { width: 0.9rem !important; height: 0.9rem !important; cursor: pointer; } .video_on2 img { width: 0.26rem !important; height: auto !important; opacity: 1 !important; transform: translate(0, 0) !important; } #index .divi_bus .secBox_img .swiper-pagination-bullet-active { background: #fff; border: 2px solid #00499d; } #index .divi_bus .secBox_img .swiper-bar span { background: #00499d; height: 2px; } #index .divi_bus .secBox_img .swiper-bar { background: #cccccc; height: 2px; } .sub_title span { display: block; color: #666; margin-top: 0.1rem; } .mainpro_tab { padding: 0.3rem 0 0.6rem; } .mainpro { margin-bottom: 2.1rem; padding-top: 1.6rem; } .mainpro .pro_box { width: 100%; } .mainpro .swip_prev_next { width: 0.7rem; height: 0.7rem; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; position: absolute; top: 33%; cursor: pointer; z-index: 200; transition: all .6s; -webkit-transition: all .6s; } .mainpro .swip_prev_next:hover { background: #00499d; } .mainpro .swip_prev_next .jt_r2 { display: none; } .mainpro .swip_prev_next:hover .jt_r1 { display: none; } .mainpro .swip_prev_next:hover .jt_r2 { display: block; } .mainpro .swip_prev_next img { width: 8px; height: auto; } .mainpro .about_prev { left: -1.1rem; } .mainpro .about_next { right: -1.1rem; } .mainpro .product_box { position: relative; height: 4rem; } .mainpro .product_con .swip2_swiper-container { position: relative; } .mainpro .product_con { position: absolute; z-index: 10; opacity: 0; top: 0; left: 0; width: 100%; } .mainpro .product_con.on2 { z-index: 20; opacity: 1; } .mainpro .pro_box { margin: 0; } .equipment { padding: 1.6rem 0 1.8rem; background: #fff; } .equ { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 0.34rem; height: 11.08rem; overflow: hidden; } .equ_box { width: calc((100% - 0.4rem)/2); height: 5.54rem; } .equ_t { width: 100%; height: 4.3rem; position: relative; overflow: hidden; } .equ_video { position: absolute; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); } .equ_img { width: 100%; height: 100%; } .equ_video .video_on { opacity: 1; } .equ_box>p { margin-top: 0.3rem; text-align: center; margin-bottom: 0.7rem; } .equ_more { text-align: center; } .equ_more .c-buttonStyle1 { color: #333; display: inline-flex; align-items: center; } .equ_more .c-buttonStyle1 .c-border:before { background: #ccc; } .equ_more .c-buttonStyle1 .c-border:after { background: #00499d; } .equ_more .c-buttonStyle1 img { width: 16px; margin-left: 0.4rem; } .quality { padding: 1.6rem 0 1.7rem; } .qua { display: flex; flex-wrap: wrap; padding-top: 0.34rem; } .qua_box { width: calc((100% - 0.8rem)/3); margin-right: 0.4rem; } .qua_box:nth-child(3n) { margin-right: 0; } .qua_t { width: 100%; height: 2.76rem; position: relative; overflow: hidden; } .qua_video { position: absolute; top: 0; width: 100%; height: 100%; } .qua_img { width: 100%; height: 100%; } .qua_video .video_on { opacity: 1; } .qua_box>p { margin-top: 0.3rem; text-align: center; margin-bottom: 0.7rem; } .quality .gg { width: 7.04rem; margin: auto; display: block; } .protect { padding: 1.8rem 0; } .prot_t { display: flex; justify-content: space-between; margin-bottom: 0.6rem; } .prot_tl { width: 48.5%; } .swip_prot img { width: 100%; height: 6.8rem; } .swip_prot .swiper-slide { width: 100% !important; } .swip_prot .swiper-pagination-bullet { background: rgba(0, 0, 0, 0.3); opacity: 1; } .swip_prot .swiper-pagination-bullet-active { background: none; border: 2px solid #00499d; width: 10px; height: 10px; top: 1px; position: relative; } .prot_tr { width: 51.5%; } .prot_tr_box { padding: 0 0 0 1.7rem; height: 100%; display: flex; flex-direction: column; justify-content: center; } .prot_tr_box * { color: #fff; } .prot_tr_box h2 { font-size: 0.6rem; font-family: 'beba'; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.25rem; line-height: 1.05; } .prot_tr_box>span { font-size: 0.24rem; } .prot_tr_box_p { padding-right: 0.75rem; overflow-y: auto; height: 170px; margin-top: 0.4rem; } .prot_tr_box p { opacity: 0.5; margin-bottom: 0.3rem; } .prot_tr_box_p::-webkit-scrollbar { width: 2px; } .prot_tr_box_p::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.2); border-radius: 2px; } .prot_tr_box_p::-webkit-scrollbar-thumb { background: #fff; border-radius: 25px; } .prot_tr_box_p::-webkit-scrollbar-corner { background: #fff; } .prot_b { background: #fff; padding: 0.8rem 0.6rem 0.8rem 0.84rem; display: flex; align-items: center; justify-content: space-between; } .prot_bl { width: 4.7rem; } .prot_bl h3 { font-size: 0.24rem; color: #333; font-weight: 400; margin-bottom: 0.25rem; } .prot_bl p { opacity: 0.5; line-height: 1.9; margin-bottom: 0.3rem; } .prot_bl p:last-child { margin-bottom: 0; } .prot_br { width: 6rem; height: 3.6rem; } .prot_br img { width: 6rem; height: 3.6rem; } .beif { padding: 1.65rem 0 0; } .beif_box { padding-top: 0.3rem; position: relative; } .beif_con img { height: 3.2rem; } .beif_con p { margin-top: 0.25rem; text-align: center; } .swip_beif { padding-bottom: 0.8rem; } .beif_box .swiper-pagination { height: 2px; left: 50%; transform: translateX(-50%); background: #dddddd; } .beif_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { height: 4px; top: -1px; background: #00499d; } .divi_news { margin-bottom: 1.8rem; padding-top: 1.65rem; } .divi_news_con { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0.4rem 0 0.5rem; height: 9.92rem; overflow: hidden; } .divi_news_con .h_news_box { width: calc((100% - 0.6rem)/2); height: 4.96rem; } .divi_news .h_news_txt_l p { color: #666; opacity: 1; } .divi_news .h_news_txt_l h4 { color: #333; } .divi_news .h_news_txt_r { color: #333; border-color: #e4e4e4; } .divi_news .h_news_box:hover .h_news_txt_r { background: #00499d; border-color: #00499d; color: #fff; } @media (max-width: 1024px) { .header, .navigationInnerList li, .cru, .crumbs_nr { height: 64px; } .headerInner_logo { top: 23px; } .division_tab { height: 64px; margin-top: -164px; top: 64px; } .beif_con img { height: 4rem; } } @media (max-width: 991px) { .sub_banner { height: 11rem; } #index .divi_bus .secBox { padding-bottom: 1rem; } .mainpro_tab { overflow-x: auto; justify-content: flex-start; } .mainpro_tab a { flex: none; width: auto; height: 36px; padding: 0 10px; } .mainpro .product_box { height: 250px; margin-top: 30px; } .mainpro .swip_prev_next { display: none; } .prot_bl { width: 7rem; } } @media (max-width: 767px) { .sub_banner { height: 250px; } .division_tab { margin-top: -60px; } .division_tab_box { overflow-x: auto; justify-content: flex-start !important; padding: 0; } .division_tab a { flex: none; } #index .divi_bus { padding: 50px 0; } .mainpro { padding-top: 0; } .mainpro_tab a { border-radius: 36px; font-size: 12px; } .mainpro .product_box { height: 150px; } .mainpro .product_con { padding: 0 7%; } .video_on2 { width: 50px !important; height: 50px !important; } .video_on2 img { width: 18px !important; } .equ_t { height: 120px; } .equ{height: 362px;} .equ_box { width: calc((100% - 0.8rem)/2); height: 181px; } .equ_box>p { margin: 15px auto 25px; } .equ_more .c-buttonStyle1 img { width: 12px; } .quality { padding: 30px 7%; } .qua { justify-content: space-between; } .qua_box { width: calc((100% - 0.8rem)/2); margin: 0; } .qua_t { height: 120px; } .qua_box>p { margin: 15px auto 25px; } .quality .gg { width: 100%; } .prot_t { display: block; margin-bottom: 30px; } .prot_tl { width: 100%; margin-bottom: 30px; } .prot_tr { width: 100%; } .swip_prot_tl img { height: 180px; } .prot_tr_box { padding: 0; } .prot_tr_box h2 { font-size: 24px; margin-bottom: 10px; } .prot_tr_box>span { font-size: 14px; margin-bottom: 5px; } .prot_tr_box_p { height: auto; } .prot_tr_box p { font-size: 14px; margin-bottom: 10px; } .prot_b { padding: 15px; flex-direction: column-reverse; } .prot_bl { width: 100%; } .prot_br { width: 100%; } .prot_bl h3 { font-size: 20px; margin-bottom: 10px; } .prot_bl p { font-size: 14px; margin-bottom: 10px; } .prot_br { height: auto; margin: 20px 0 30px; } .prot_br img { width: 100%; height: 180px; } .beif_con img { height: 180px; } .beif_box .swiper-pagination { height: 1px; } .beif_box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { height: 2px; } .beif_con p { margin: 15px auto 5px; } .beif { padding: 30px 7% 0; } .divi_news_con .h_news_box { width: 100%; height: 217px; padding: 0; } } /* 新闻资讯 */ .news { padding-top: 0; margin-bottom: 0; } /* 新闻资讯-详情 */ .news_show_header { background: #fff !important; } .news_show_header * { color: #333; } .news_show_header .img1 { display: none; } .news_show_header .img2 { display: inline-block; } .news_show_header .language_box { border-color: #ebebeb; } .news_show_header .language a { color: #333; } .nshow_top { top: 100px; padding: 0; background: #f5f5f5; } .nshow_top .crumbs { background: #f5f5f5; box-shadow: none; } .nshow { padding-top: 1.8rem; display: flex; justify-content: space-between; } .nshow_l { width: 64%; } .nshow_l h1 { font-size: 0.48rem; color: #333; font-weight: 400; } .nshow_time { margin-bottom: 0.33rem; padding: 0.3rem 0; border-bottom: 1px solid #dcdcdc; display: flex; justify-content: space-between; align-items: center; } .nshow_time>p { color: #999; } .nshow_txt { margin-bottom: 1.7rem; } .nshow_txt p { color: #666; line-height: 1.9; } .nshow_txt img { width: auto; height: auto; max-width: 100%; } .news_show_fy .a1 img, .news_show_fy .a2 img { width: 8px; height: auto; } .news_show_fy .a1, .news_show_fy .a2 { display: flex; align-items: center; } .news_show_fy .a1 img { margin-right: 0.28rem; } .news_show_fy .a2 img { margin-left: 0.28rem; } .news_show_fy .a2 { justify-content: flex-end; } .nshow_r { width: 28%; padding-top: 1rem; } .nshow_r h3 { font-size: 0.24rem; color: #999; font-weight: 400; padding-bottom: 0.28rem; border-bottom: 1px solid #dcdcdc; } .nshow_r_box { padding: 0.4rem 0; border-bottom: 1px solid #dcdcdc; display: flex; justify-content: space-between; align-items: center; } .nshow_r_img { width: 40%; height: 0.8rem; overflow: hidden; } .nshow_r_txt { width: 53%; } .nshow_r_txt span { font-size: 14px; color: #999; } .nshow_r_txt h4 { color: #666; margin-top: 0.1rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .nshow_r_box:hover h4 { color: #00499d; } /* 分享 */ .ser_show_title_r { display: flex; align-items: center; } .ser_show_title_r>p { margin-right: 0.05rem; color: #00499d; } .ser_show_title_r .bshare-custom a { margin: 0 0.1rem; width: 23px; height: 23px; padding: 0; border-radius: 2px; } .ser_show_title_r .bshare-custom .fx1 { background: url(../images/fx11.png) center center no-repeat; background-size: contain; } .ser_show_title_r .bshare-custom .fx2 { background: url(../images/fx21.png) center center no-repeat; background-size: contain; } .ser_show_title_r .bshare-custom .fx3 { background: url(../images/fx31.png) center center no-repeat; background-size: contain; } .ser_show_title_r .bshare-custom .fx1:hover { background: url(../images/fx1.png) center center no-repeat; background-size: contain; } .ser_show_title_r .bshare-custom .fx2:hover { background: url(../images/fx2.png) center center no-repeat; background-size: contain; } .ser_show_title_r .bshare-custom .fx3:hover { background: url(../images/fx3.png) center center no-repeat; background-size: contain; } /* 分页 */ .ser_show_fy { padding-top: 1.1rem; display: flex; align-items: center; justify-content: space-between; color: #666; } .ser_show_fy .a1 { width: 37%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #666; } .ser_show_fy .a2 { width: 37%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #666; text-align: right; } .ser_show_fy .a_list { display: flex; align-items: center; width: 20%; justify-content: center; } .ser_show_fy .a_list img { width: 14px; margin-left: 8px; } .ser_show_fy a:hover { color: #00499d; } @media (max-width: 767px) { .ser_show_fy { display: block; margin-top: 30px; } .ser_show_fy a { width: 100% !important; margin-bottom: 10px; display: block; justify-content: flex-start !important; } .ser_show_fy .a2 { text-align: left; } } @media (max-width: 1600px) { .nshow_r_txt span { font-size: 12px; } } @media (max-width: 991px) { .news_show_header { background: #404040 !important; } .news_show_header .headerInner_logo .img1 { display: block; } .news_show_header .headerInner_logo .img2 { display: none; } .nshow_l { width: 100%; } .nshow_r { display: none; } .nshow { padding-top: 2.8rem; } .news_show_header * { color: #fff; } .navigationInnerList li { height: auto; } .language { display: none; } .navigationInnerList li .subNav * { color: #fff; font-size: 16px; } .navigationInnerList li>a { font-size: 24px; } .news_show_fy .a1 img, .news_show_fy .a2 img { width: 6px; } } @media (max-width: 767px) { .navigationInnerList li>a { font-size: 20px; } .nshow_top { top: 64px; } .nshow { padding: 40px 7%; } .nshow_l h1 { font-size: 24px; } .nshow_time { padding: 15px 0; margin-bottom: 15px; } .ser_show_title_r .bshare-custom a { width: 18px; } .ser_show_title_r>p { margin-right: 5px; } } /* 联系我们 */ .contact_t { padding: 0.4rem 0 1.8rem; display: flex; justify-content: space-between; } .contact_tl { width: 50%; } .contact_tl h2 { font-size: 0.6rem; font-family: 'beba'; letter-spacing: 0.1em; color: #333; } .contact_tl b { font-size: 0.24rem; margin-bottom: 0.3rem; } .contact_tl>p { color: #999; line-height: 1.9; } .contact_p { margin-top: 0.8rem; } .contact_p p { line-height: 1.9; } .contact_tr, .contact_t form { width: 5.3rem; } .contact_input>input, .contact_input>textarea { background: none; height: 0.82rem; padding: 0; color: #333; border-bottom: 1px solid #dcdcdc; } .contact_sc { border-bottom: 1px solid #dcdcdc; } .contact_input>input:focus, .contact_input>textarea:focus { color: #333; border-color: #333; } .hi-input-box { position: relative; display: inline-block; padding: 0 0.2rem; line-height: 0.36rem; background: #f5f5f5; border-radius: 0.4rem; max-width: 80%; } .hi-input-box input { opacity: 0; position: absolute; top: 0; left: 0; z-index: 2; margin-bottom: 0; padding: 0; width: 100%; height: 100%; border: 0; cursor: pointer; } .contact_input { align-items: center; display: flex; height: 0.82rem; justify-content: space-between; width: 100%; } .contact_input>textarea, .contact_textarea { height: 1.4rem; } .contact_input>textarea { color: #333; padding-top: 0.3rem; } .contact_input p { color: #999; } .contact_tr button { height: 0.6rem; background: #00499d; font-size: 0.2rem; width: 100%; border-radius: 0.6rem; margin-top: 0.4rem; } .address { display: flex; justify-content: space-between; } .address_tab { width: 28%; } .address_tab h2 { font-size: 0.6rem; font-family: 'beba'; letter-spacing: 0.1em; color: #333; line-height: 1; margin-bottom: 0.25rem; } .address_tab p { margin-bottom: 0.7rem; font-size: 0.24rem; } .address_tab_box { position: sticky; top: 150px; padding-bottom: 50px; } .address_tab_box a { display: block; margin-bottom: 0.4rem; padding-left: 0.3rem; border-left: 2px solid #F5F5F5; } .address_tab_box .on { font-size: 0.2rem; color: #00499d; border-color: #00499d; } .address_box { width: 72%; margin-bottom: 1.4rem; } .address_con { margin-bottom: 0.4rem; background: #fff; padding: 0.7rem 0.62rem 0.25rem; } .address_con h3 { font-size: 0.24rem; color: #00499d; margin-bottom: 0.56rem; font-weight: 400; } .address_nr { margin-bottom: 0.55rem; } .address_nr h4 { font-size: 0.24rem; color: #333; padding-bottom: 0.2rem; position: relative; margin-bottom: 0.1rem; font-weight: 400; } .address_nr h4::before { width: 20px; height: 1px; background: #333; content: ''; position: absolute; bottom: 0; left: 0; } .address_txt_box { height: 0.8rem; display: flex; align-items: center; border-bottom: 1px solid #ccc; } .address_txt_box p:first-child { width: 1.8rem; color: #666; } .address_txt_box p:last-child { color: #666; width: calc(100% - 1.8rem); } @media (max-width: 1440px) { .sub_top { padding-right: 50px; } .contact_input>input, .contact_input>textarea { font-size: 14px; } .contact_tr button, .address_tab_box .on { font-size: 16px; } .address_tab p, .contact_tl b, .address_con h3, .address_nr h4 { font-size: 18px; } } @media (max-width: 991px) { .address_txt_box { padding: 20px 0; height: auto; } } @media (max-width: 767px) { .contact_t { padding: 30px 7%; display: block; } .contact_tl { width: 100%; } .contact_tr, .contact_t form { width: 100%; } .contact_tl h2 { font-size: 24px; } .address_tab p, .contact_tl b, .address_con h3, .address_nr h4 { font-size: 16px; } .contact_p { margin: 20px 0; } .contact_input, .contact_input>input, .contact_input>textarea { height: 50px; } .hi-input-box { line-height: 30px; border-radius: 60px; padding: 0 10px; } .contact_textarea { height: 100px; justify-content: flex-start; } .contact_textarea textarea { height: 100%; } .contact_tr button { height: 36px; border-radius: 60px; margin-top: 20px; } .address_tab_box { top: 50px; } .address { flex-direction: column; } .address_tab { width: 100%; } .address_tab h2 { font-size: 24px; } .address_tab_box { display: none } .address_box { width: 100%; } .address_txt_box { flex-direction: column; align-items: flex-start; } .address_txt_box p:first-child { margin-bottom: 5px; width: 100%; } .address_txt_box p:last-child { width: 100%; } .address_con { margin-bottom: 20px; } } /* 招聘信息 */ .jion_box { margin-bottom: 10px; } .jio { margin-bottom: 1.8rem; } .jio .pro_con { width: 100%; } .jion { width: 100%; } .jion_title { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 0 0.5rem; height: 0.9rem; position: relative; } .jion_title h2 { font-size: 0.24rem; color: #333; font-weight: 400; width: 4.4rem; } .jion_icon img { height: 15px; width: auto; margin-right: 0.18rem; } .jion_title_l { width: 100%; display: flex; align-items: center; } .jion_m { display: flex; align-items: center; } .jion_m_box { display: flex; align-items: center; margin-right: 10px; } .jion_m_box1 { min-width: 1.4rem; } .jion_m_box2 { min-width: 1.6rem; } .jion_m_box3 { min-width: 1.7rem; } .jion_m_box p { color: #666; } .jion_title>i { cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); right: 0.5rem; z-index: 10; } .jion_title>i::before { content: ''; position: absolute; width: 15px; height: 3px; background: #999999; right: 0; top: 50%; transform: translateY(-50%); } .jion_title>i::after { content: ''; position: absolute; width: 3px; height: 15px; background: #999999; right: 6px; top: 50%; transform: translateY(-50%); } .jion.on .jion_title>i::after { -webkit-transform: rotate(-90deg) translateY(-50%); transform: rotate(-90deg) translateY(-50%); transform-origin: top; } .jion_txt { padding: 0.7rem 0.8rem 0.9rem; background: #fff; display: none; } .jion_txt_box { margin-bottom: 0.3rem; } .jion_txt_box h3 { margin-bottom: 0.2rem; color: #333; } .jion_txt_box p { color: #666; line-height: 2; } .jion_hi { min-width: 1.6rem; height: 0.5rem; background: #00499d; cursor: pointer; position: relative; } .jion_hi p { line-height: 0.5rem; color: #fff; text-align: center; cursor: pointer; white-space:nowrap; } .jion .jion_title .img2 { display: none; } .jion.on .jion_title { background: #00499d; } .jion.on .jion_title * { color: #fff; } .jion.on .jion_title .img1 { display: none; } .jion.on .jion_title .img2 { display: block; } .jion.on .jion_title>i::before { background: #fff; } .jion.on .jion_title>i::after { background: #fff; } @media (max-width: 991px) { .jion_m_box1 { min-width: 2rem; } .jion_m_box2 { min-width: 2.1rem; } .jion_m_box3 { min-width: 2.4rem; } .jion_title h2 { font-size: 16px; } } @media (max-width: 767px) { .cru { height: 50px; } .jion_title { height: 46px; } .jion_m { display: none; } .jion_title h2 { font-size: 14px; } .jion_txt { padding: 15px 15px 20px; } .jion_txt_box h3 { margin-bottom: 10px; } .jion_txt_box { margin-bottom: 25px; } .jion_hi, .jion_hi p { height: 36px; line-height: 36px; font-size: 14px; padding: 0 10px; } .footerCopy { font-size: 12px; } .c-buttonStyle1 { font-size: 12px; } } .path { background: #fff; padding: 1.5rem 0 1.3rem; } .path_box { padding-top: 0.5rem; } .path_box .gallery-thumbs { height: 3.3rem; background: url(../images/bj2.jpg) no-repeat; background-size: cover; } .path_box .gallery-thumbs .swiper-wrapper { display: flex; align-items: center; justify-content: center; } .path_box .gallery-thumbs .swiper-slide { color: #c5c5c5; width: auto !important; height: 0.6rem !important; cursor: pointer; font-size: 0.24rem; font-family: 'beba'; margin: 0 0.4rem; display: flex; align-items: flex-end; line-height: 1; padding-bottom: 0.05rem; } .path_box .gallery-thumbs .swiper-slide-thumb-active { font-size: 0.6rem; color: #fff; padding-bottom: 0; } .path_nr { color: #333; } .path_box .gallery-top { margin-left: 13.65%; padding-top: 0.52rem; } .path_box .gallery-top .swiper-slide { width: auto; } @media (max-width: 1580px) { .path_box .gallery-top { margin-left: 8%; } #index .divi_bus .secBox_txt2{font-size: 14px;} } .path_nr { width: 4.15rem; } .path_con { display: flex; } .path_nr { border-top: 2px solid #cccccc; padding-left: 0.84rem; position: relative; } .path_nr::before { content: ''; position: absolute; width: 0.24rem; height: 0.24rem; border-radius: 50%; background: #ccc; top: -0.13rem; } .path_nr::after { content: ''; position: absolute; width: 1px; height: 0.43rem; background: #ccc; top: 0; left: 0.95rem; } .path_hz { padding: 0.5rem 0 0 0.08rem; } .path_hz h4 { font-size: 0.24rem; margin-bottom: 0.22rem; } .path_hz p { display: flex; justify-content: space-between; } .path_hz p span { width: 0.6rem; display: inline-block; color: #666; } .path_hz p b { color: #666; width: calc(100% - 0.6rem); } .path_hz p strong{ color: #666; width: calc(100% - 0.6rem); } @media (max-width: 991px) { .path_hz p span { width: 1rem; } .path_hz p b { width: calc(100% - 1rem); } .path_hz p strong{ color: #666; width: calc(100% - 40px); } } @media (max-width: 767px) { .path_box .gallery-thumbs .swiper-slide { font-size: 14px; } .path_box .gallery-thumbs .swiper-slide-thumb-active { font-size: 18px; } .path_box .gallery-thumbs { height: 100px; } .path_nr { width: 100%; } .path_con { display: block; } .path_box .gallery-top .swiper-slide { width: 100%; } .path_nr::before, .path_nr::after { display: none; } .path_nr { border: none; } .path_box .gallery-top { margin-left: 0; } .path_hz p span { width: 3em; } .path_hz h4 { font-size: 18px; } .divi_news_con{ height: 988px; } .h_news_txt{height: auto;} } .swip_coo .swiper-slide{height: auto;} .subm{ position: absolute; min-width: 2rem; height: 0.5rem; background: #00499d; cursor: pointer; top: 110%; border-radius: 0.5rem; left: 0; padding: 0 0.2rem; } @media (max-width: 767px) { .subm{ height: 36px; line-height: 36px; font-size: 14px; padding: 0 10px; width: 116px; border-radius: 36px; } } /* 投递简历弹窗 */ #hi-resume-pop { display: none; position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #hi-resume-pop * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #hi-resume-pop form { position: absolute; top: 50%; left: 50%; width: 10rem; overflow: hidden; border-radius: 18px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #hi-resume-pop .hi-title-box { position: relative; padding: 0 30px; background: #1a4a96; height: 1.2rem; display: flex;align-items: center; justify-content: center; } #hi-resume-pop .hi-title-box .hi-title { line-height: 1; font-size: 0.34rem; color: #fff; } #hi-resume-pop .hi-title-con{ text-align: center; } #hi-resume-pop .hi-title-con p{ color: #fff; margin-top: 0.05rem; } #hi-resume-pop .hi-title-box .hi-close { position: absolute; top: 0; right: 0; z-index: 5; width: 80px; height: 60px; cursor: pointer; } #hi-resume-pop .hi-title-box .hi-close::before, #hi-resume-pop .hi-title-box .hi-close::after { content: ""; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -10px; width: 20px; height: 2px; background: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); } #hi-resume-pop .hi-title-box .hi-close::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } #hi-resume-pop .hi-box { padding: 0.4rem 1.7rem 1rem; font-size: 14px; background: #fff; } #hi-resume-pop input { margin-bottom: 0.3rem; padding: 0 15px; width: 100%; height: 60px; border-radius: 0.1rem; color: #333; } #hi-resume-pop button { width: 100%; height: 0.6rem; background: #00499d; color: #fff; cursor: pointer; border: 0; border-radius: 0.6rem; } #hi-resume-pop .hi-file-box { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 0.46rem; } #hi-resume-pop .hi-file-box .hi-input-box { position: relative; display: inline-block; margin-right: 15px; padding: 0 0.36rem; line-height: 0.6rem; border: 1px solid #666; border-radius: 0; background: none; } #hi-resume-pop .hi-file-box input { opacity: 0; position: absolute; top: 0; left: 0; z-index: 2; margin-bottom: 0; padding: 0; width: 100%; height: 100%; border: 0; cursor: pointer; } #hi-resume-pop .hi-file-box .hi-text { color: #333; text-align: center; } #hi-resume-pop .hi-file-box .hi-text2 { line-height: 30px; } #hi-resume-pop .hi-code-box { display: flex; align-items: center; justify-content: space-between; } #hi-resume-pop .hi-code-box input { margin-bottom: 0; width: calc(100% - 256px) !important; } #hi-resume-pop .hi-code-box { margin-bottom: 20px; } #hi-resume-pop .hi-code-box input { margin-bottom: 0; width: calc(100% - 146px) !important; } #hi-resume-pop .hi-code-box img { width: 130px; cursor: pointer; } .navigationInnerList li.on>a .c-border:before{ width: 100%; } .nav3_none{top: -100px;} .nav2_none{top: 100px;} @media screen and (max-width: 767px) { #hi-resume-pop .hi-title-box { padding: 0 20px; } #hi-resume-pop .hi-title-box .hi-title { line-height: 50px; font-size: 18px; } #hi-resume-pop .hi-box { padding: 20px; } #hi-resume-pop input { margin-bottom: 10px; height: 40px; } #hi-resume-pop .hi-file-box, #hi-resume-pop .hi-code-box { margin-bottom: 10px; } #hi-resume-pop .hi-file-box .hi-text2 { font-size: 12px; } #hi-resume-pop button { height: 40px; } #hi-resume-pop .hi-title-box .hi-close { width: 60px; height: 50px; } #index .backgroundMovie video{ width: 100%; height: 100%; object-fit: cover; } .nav_on .img1{display: inline-block;} .nav_on .img2{display: none;} .nav_on *{color: #fff;} .nav2_none{top: 60px;} } .pro .divi_news_con{height: auto;overflow: initial;} .newss .pro_con{display: block;} @media (max-width: 991px) { #hi-resume-pop form{width: 13rem;} #hi-resume-pop .hi-title-box{height: 2rem;} #hi-resume-pop .hi-title-box .hi-title{font-size: 24px;} } @media (max-width: 767px) { #hi-resume-pop form{width: 90%;} #hi-resume-pop .hi-title-box{height: 70px;} #hi-resume-pop .hi-title-box .hi-title{line-height: 1.2;font-size: 22px;} #hi-resume-pop .hi-file-box .hi-input-box{line-height: 34px;} #hi-resume-pop button{border-radius: 40px;} .pro_img{height: 113px;} } /* 后期修改 */ .sub_banner_bj{width: 100%;height: 100%;position: relative;} .sub_banner_bj video{width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;} @media (max-width: 767px) { .sub_banner_bj video{display: none;} } /* 新增板块 */ .new_pro{padding-top: 1.6rem;} .new_pro .sub_title h2{text-transform: capitalize;} .new_pro_box{display: flex;justify-content: space-between;} .new_pro_l{width: 50%;padding: 0 0.3rem 0 0.84rem;} .new_pro_l_icon{width: 0.5rem;display: flex;justify-content: flex-end;flex-shrink: 0;} .new_pro_l_icon img{width: 10px;height: auto;display: none;} .new_pro_l_box{padding: 0.25rem 0.3rem 0.25rem 0.35rem;display: flex;justify-content: space-between;align-items: center;border-left: 1px solid #dddddd;} .new_pro_l_con h3{color: #666;font-weight: 400;} .new_pro_l_p{display: none;margin-top: 0.1rem;} .new_pro_l_p p{color: #fff;opacity: 1;} .new_pro_l_box.on{background: #00499d;padding: 0.35rem 0.3rem 0.35rem 0.35rem;} .new_pro_l_box.on .new_pro_l_con h3{color: #fff;} .new_pro_l_box.on .new_pro_l_icon img{display: block;} .swip_new_pro{height: 5.22rem;background: #fff;position: relative;} .swip_new_pro_box{width: 100%;height: 100%;padding: 0.4rem 0.3rem 0.6rem;} .swip_new_pro p{position: absolute;top: 0.4rem;left: 0.3rem;} .swip_new_pro img{object-fit: contain;} .new_pro_r{width: 50%;} .swip_new_pro_img{position: relative;width: 100%;height: 100%;padding-top: 24px;} .swip_new_pro_img>.video_on{opacity: 1;} .swip_new_pro_img video{width: 100%;height: 100%;object-fit: cover;display: none;} .swip_new_pro .swiper-wrapper .swiper-slide:last-child .swip_new_pro_img video{display: block;} @media screen and (max-width: 1200px) { .new_pro_box{margin-top: 30px;} } @media screen and (max-width: 991px) { .new_pro_box{flex-direction: column;} .new_pro_l,.new_pro_r{width: 100%;} .new_pro_l{padding: 0;margin-bottom: 30px;} .swip_new_pro{height: 320px;} } @media screen and (max-width: 767px) { .new_pro_l_box{padding: 10px !important;} .new_pro_l_p{display: none !important;} .new_pro_l_con h3{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;} .new_pro_l_icon{width: 20px;} .new_pro_l_icon img{width: 7px;} .swip_new_pro_box{padding: 10px;} .swip_new_pro p{top: 10px;left: 10px;} .swip_new_pro{height: 250px;} .swip_new_pro img{padding: 24px 0 20px;} .new_pro{margin-bottom: 40px;padding-top: 0;} .new_pro_l_con h3{font-size: 14px;} .swip_new_pro .swiper-wrapper .swiper-slide:last-child{display: none !important;} } .new_pro .sub_title p{font-size:0.28rem} .new_pro_con{display: flex;justify-content: space-between;margin-bottom: 0.5rem;height: 3.5rem;} .new_pro_l_con{height: 100%;} .new_pro_l_p{height: 88%;overflow-y: auto;} .new_pro_l_p::-webkit-scrollbar{ width:7px; } .new_pro_l_p::-webkit-scrollbar-track{ background: #00499d; border-radius:2px; } .new_pro_l_p::-webkit-scrollbar-thumb{ background: #fff; border-radius:25px; } .new_pro_l_p::-webkit-scrollbar-corner{ background: #fff; } @media screen and (max-width: 991px) { .new_pro_con{height: 240px;margin-bottom: 30px;} .new_pro_l_box{padding: 20px;} .swip_new_pro{height: 100%;} .new_pro_l{margin: 0;} .new_pro_l_p{height: 85%;} } @media screen and (max-width: 767px) { .new_pro_con{height: auto;flex-wrap: wrap;} .swip_new_pro .swiper-wrapper .swiper-slide:last-child,.new_pro_l_p{display: block !important;} .new_pro_l_p{height: 100%;} } .new_pro_box{display: block;} .new_pro_l_box{height: 100%;background: #00499d;} .new_pro_r_box{height: 100%;} .swip_new_pro{height: 100%;display: block !important;} .new_pro_l_box .new_pro_l_con h3{color: #fff;} .new_pro_l_icon{display: none;} .new_pro_l_p{display: block !important;} .coo .coo_title p{display:none;} .footer .contactBox{display:none;} .mainpro .sub_title span{display:none;} #index .divi_bus .secBox_txt2{font-size: 18px;} @media (max-width: 1580px) { #index .divi_bus .secBox_txt2{font-size: 14px;} } .sub_banner_txt p{display:none;} #index .backgroundMovie img{display: none;} @media screen and (max-width: 767px) { #index .backgroundMovie video{display: none;} #index .backgroundMovie img{display: block;} } .basic_t2{padding: 0 1.4rem;margin: 0.5rem 0;} .basic_t2_box{display: flex;margin-bottom: 0.8rem;} .basic_t2_l{width: 2rem;height: 2rem;margin-right: 1rem;flex-shrink: 0;background: #fff;border-radius: 10px;} .basic_t2_l img{width: 50%;height: auto;margin-bottom: 0.16rem;} .basic_t2_l p{color: #00499d;} .basic_t2_r{width: 100%;} .basic_t2_l{ box-shadow: 18px 18px 30px rgba(0, 0, 0, 0.1), -18px -18px 30px rgba(255, 255, 255, 1); background-color: #efeeee; transition: box-shadow .2s ease-out; position: relative; } .basic_t2_l:hover{ box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px rgba(255, 255, 255, 0.8), inset 18px 18px 30px rgba(0, 0, 0, 0.1), inset -18px -18px 30px rgba(255, 255, 255, 1); transition: box-shadow .2s ease-out; } .basic_t2_l_box{width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;transition: all 0.2s;} .basic_t2_l:hover .basic_t2_l_box{transform: scale(0.95);} .basic_t2_title h3{color: #333;padding:0.1rem 0 0.2rem;border-bottom: 1px solid #e5e5e5;} .basic_t2_title h3 span{color: #999;margin-left: 10px;} .basic_t2_txt{padding: 0.2rem 0 ;border-bottom: 1px solid #e5e5e5;display: flex;align-items: flex-start;} .basic_t2_txt>p{width: 170px;color: #999;flex-shrink: 0;line-height: 2;} .basic_t2_txt_r{width: 100%;} .basic_t2_txt_r p{line-height: 2;} @media screen and (max-width: 1200px) { .basic_t2_l{width: 130px;height: 130px;margin-right: 65px;} } @media screen and (max-width: 991px) { .basic_t2{padding: 0;margin: 40px 0;} .basic_t2_txt>p{width: 150px;} } @media screen and (max-width: 767px) { .basic_t2_box{display: flex;flex-direction: column;} .basic_t2_l{margin: 0 auto 40px;} .basic_t2_title h3{padding-bottom: 10px;} .basic_t2_txt{padding: 10px 0;} .basic_t2_txt>p{width: 100px;margin-right: 15px;} .basic_t2_box{margin-bottom: 50px;} }