.bg-color{ background: #fff; } .nav-bar { position: fixed; top: 0; left: 0; width: 100%; height: 126px; z-index: 1000; background-color: #fff; transition: all 0.55s; } .nav-bar .logo{ float: left; width: 75px; line-height: 126px; transition: all 0.55s; } .nav-bar .logo img{ width: 100%; display: inline-block; vertical-align: middle; margin-top: -4px; } .nav-bar .line{ width: 1px; height: 47px; background: #dcdcdc; float: left; margin-top: 39.5px; margin-left: 20px; transition: all 0.55s; } .nav-bar .gupiao{ width: 70px; height: 126px; display: flex; justify-content: center; flex-direction: column; float: left; font-size: 16px; margin-left: 20px; margin-right: 20px; transition: all 0.55s; } .nav-bar .gupiao p{ color: #8b8b8b; font-size: 16px; } .nav-bar ul { display: inline-block; float: left; } .nav-bar ul li { float: left; line-height: 126px; margin: 0px 16px; } .nav-bar ul li a { position: relative; display: block; font-size: 16px; color: #2c2c2c; text-align: center; transition: all 0.55s; } .nav-bar ul li.active a, .nav-bar ul li a:hover{ color: #008cd8; } .nav-bar ul li a::before{ content: ''; width: 0; height: 1px; background: #008cd8; position: absolute; bottom: 5px; left: 0; transition: all 0.55s; } .nav-bar ul li a::after{ content: ''; width: 0; height: 1px; background: #008cd8; position: absolute; bottom: 2px; left: 0; transition: all 0.55s; } .nav-bar ul li a:hover::before, .nav-bar ul li.active a::before{ width: 40%; } .nav-bar ul li a:hover::after, .nav-bar ul li.active a::after{ width: 100%; } .nav-bar .shop { width: 100px; height: 38px; float: right; margin-top: 44px; transition: all 0.55s; } .nav-bar .shop a{ width: 38px; height: 38px; display: block; float: left; text-align: center; color: #fff; font-size: 15px; transition: all 0.55s; } .nav-bar .shop a img{ float: left; width: 100%; } .nav-bar .shop a.active{ margin-right: 18px; } .nav-bar .shop a:hover{ -webkit-transform: translate3d(0,-5px,0); -moz-transform: translate3d(0,-5px,0); transform: translate3d(0,-5px,0); } .nav-bar.nav-move{ -webkit-transform: translateY(-100%); transform: translateY(-100%); } .nav-bar.nav-hide{ box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5); height: 80px; background: rgba(255,255,255,1); } .nav-bar.nav-hide .logo{ width: 40px; line-height: 80px; } .nav-bar.nav-hide .line{ height: 40px; margin-top: 20px; } .nav-bar.nav-hide .gupiao{ height: 80px; } .nav-bar.nav-hide ul li a{ line-height: 80px; } .nav-bar.nav-hide .shop{ margin-top: 21px; } .nav-bar .sub{ position:absolute; width:100%; left:0; display:none; font-size: 16px;line-height: 30px; background: rgb(238,238,238); /* Old browsers */ background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ } .nav-bar .sub .auto-inner{padding: 4% 0;position: relative;} .nav-bar .sub .auto-inner:before{ content: ''; position: absolute; left: 30%; top: 0; width: 1px; height: 100%; display: block; background: rgb(221,221,221); /* Old browsers */ background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */} .nav-bar .sub h3{ font-size: 24px; padding: 0; margin: 0 0 20px 0; color: #008cd8;font-weight: bold;} .nav-bar .sub p{ padding: 0; margin: 0} .nav-bar .fl_box{ float:left; width:26%;} .nav-bar .fr_box{ float:right; width:68%;} .nav-bar .fr_box dl{ float:left; width:25%; padding:0 4.016%} .nav-bar .fr_box dl a{ display: block;color: #333;} .nav-bar .fr_box dt img{ width: 100%;display: block;} .nav-bar .fr_box dd{ border-bottom: solid 1px #dddddd; padding: 18px 0;margin-bottom: 20px;position: relative;} .nav-bar .fr_box dl a:hover dd{color: #008cd8;} .nav-bar .fr_box dl a::after,.nav-bar .fr_box dl a::before{display: none;} .nav-bar .fr_box dl a dd::before{ content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background-color: #008cd8; transition: all 0.55s; } .nav-bar .fr_box dl a:hover dd::before{width: 100%;} .nav-bar.nav-hide .fr_box dl a{line-height: normal;} .nav-bar ul li.active .fr_box dl a{color: #333;} .banner{ width: 100%; margin: 126px auto 0; position: relative; overflow: hidden; z-index: 1; } .banner img{ display: block; width: 100%; } .banner .swiper-pagination-bullet { width: 56px; height: 6px; display: inline-block; background: #008cd8; margin: 0 4px; border-radius: 20px; opacity: 1; -webkit-transition: all 0.55s; -moz-transition: all 0.55s; -ms-transition: all 0.55s; -o-transition: all 0.55s; transition: all 0.55s; } .banner .swiper-pagination-bullet-active { background-color: #fff; } #main{ overflow: hidden; } /* 鍏徃绠€浠 */ #main .company-main { background: #fff; padding: 90px 0; } #main .company-main .company-left { float: left; width: 700px; overflow: hidden; } #main .company-main .company-left h4{ display: block; font-size: 36px; color: #008cd8; font-weight: bold; position: relative; z-index: 100; line-height: 100px; margin-bottom: 30px; } #main .company-main .company-left h4::before{ content: 'ABOUT US'; position: absolute; bottom: 0px; left: 0; color: #f9f9f9; font-size: 124px; font-weight: 500; z-index:-1; } #main .company-main .company-left h4::after{ content: ''; position: absolute; bottom: 0px; left: 0; width: 70px; height: 4px; background: #008cd8; } #main .company-main .company-left .text { color: #151515; font-size: 18px; text-indent: 2em; line-height: 42px; padding-right: 72px; } /**鏁板瓧鍔ㄦ€ start**/ .numCount{margin: 50px 0;} .numCount li{display: inline-block;padding-right: 20px;text-align: center;} .numCount li .numU{ line-height:1.3;} .numCount li .item{color: #151515;font-size: 18px;} .numCount li .numCX{ font-size:48px; color:#008cd7;} .numCount li .numU .unitC{font-size:100%; line-height: 1.3;} /**鏁板瓧鍔ㄦ€ end**/ #main .company-main .company-left a.company-more{ display: block; width: 150px; height: 45px; line-height: 45px; text-align: center; color: #fff; font-size: 16px; overflow: hidden; z-index: 99; border-top-left-radius: 10px; border-bottom-right-radius: 10px; -webkit-transition: all 0.55s; -moz-transition: all 0.55s; -ms-transition: all 0.55s; -o-transition: all 0.55s; transition: all 0.55s; position: relative; } #main .company-main .company-left a.company-more img{ display: initial; padding-left: 6px; } #main .company-main .company-left a.company-more::before, #main .company-main .company-left a.company-more::after{ content: ''; position: absolute; top: 0; left: 0; height: 100%; z-index: -1; } #main .company-main .company-left a.company-more::before{ background-color: #5ea945; width: 100%; } #main .company-main .company-left a.company-more::after{ width: 0; background-color: #008cd7; transition: all 0.55s; } #main .company-main .company-left a.company-more:hover::after{ width: 100%; } #main .company-main .company-right{ width: 684px; height: 532px; float: right; position: relative; border-top-left-radius: 50px; border-bottom-right-radius: 50px; overflow: hidden; } #main .company-main .company-right .img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #main .company-main .company-right .img img{ width: 100%; height: 100%; object-fit: cover; } #main .company-main .company-right .z_about_play{ position: absolute; bottom: 0; right: 0; width: 195px; height: 150px; background-color: #008cd8; cursor: pointer; border-top-left-radius: 50px; display: flex; justify-content: center; flex-direction: column; border-top: 9px solid #fff; border-left: 9px solid #fff; text-align: center; transition: all 0.55s; } #main .company-main .company-right .z_about_play .icon{ width: 50px; height: 42px; text-align: center; line-height: 42px; margin: 0 auto 10px; } #main .company-main .company-right .z_about_play .icon img{ max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; } #main .company-main .company-right .z_about_play p{ color: #fff; font-size: 16px; line-height: 20px; } #main .company-main .company-right .z_about_play:hover{ background-color: #5ea945; } .z_video_pop{display:flex; align-items: center; justify-content: center; width: 100%; height: 100%; background: #000; position: fixed; left: 0; top: 0; z-index: 99999999!important; display: flex; justify-content: center; align-items: center; visibility: hidden; opacity: 0; transition: ease 1s;} .z_video_pop.on{ visibility: visible; opacity: 1;} .z_video_pop .close_btn{ display: block!important;} .close_btn{width: 40px; height: 40px; position: absolute; right: 0; top: 0; background: url(../images/close.png) no-repeat center; z-index: 100; cursor: pointer;} /* 缃戠珯搴曢儴 */ .footer-nav{ background-color: #f9f9f9; text-align: center; height: 74px; } .footer-nav .warpper{ border-bottom: 1px solid #ddd; } .footer-nav ul li{ display: inline-block; padding: 0 25px; position: relative; } .footer-nav ul li::after{ position: absolute; content: ''; top: 50%; right: 0; width: 1px; height: 10px; margin-top: -5px; background-color: #bababa; } .footer-nav ul li:last-child::after{ display: none; } .footer-nav ul li a{ display: block; color: #2c2c2c; font-size: 16px; line-height: 73px; } .footer-nav ul li.active a, .footer-nav ul li a:hover{ color: #008cd8; } .footer{ background-color: #f9f9f9; padding: 30px 0; } .footer .logo{ float: left; width: 92px; margin: 0 34px; } .footer .logo img{ display: block; width: 100%; } .footer .xian{ width: 1px; height: 54px; float: left; background: #c9c9c9; margin: 50px 40px 0 40px; } .footer .tit{ color: #2b2a2a; font-size: 20px; line-height: 50px; font-weight: bold; margin-bottom: 5px; } .footer .contact{ float: left; width: 346px; } .footer .contact p{ line-height: 28px; font-size: 16px; color: #2b2a2a; } .footer .contact p.fax{ padding-left: 48px; } .footer .wechat{ float: left; width: 190px; } .footer .wechat li{ float: left; width: 86px; margin-right: 18px; } .footer .wechat li:last-child{ margin-right: 0; } .footer .wechat li .img{ padding: 2px; background-color: #fff; width: 82px; height: 82px; line-height: 82px; text-align: center; } .footer .wechat li .img img{ max-height: 100%; max-width: 100%; display: inline-block; vertical-align: middle; margin-top: -2px; } .footer .shop{ float: left; width: 110px; } .footer .shop li{ float: left; width: 44px; margin-right: 18px; margin-top: 20px; } .footer .shop li:last-child{ margin-right: 0; } .footer .shop li a{ display: block; width: 100%; height: 44px; line-height: 44px; text-align: center; overflow: hidden; background-color: #d20e1a; transition: all 0.55s; } .footer .shop li a img{ max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; } .footer .shop li a:hover{ background-color: #008cd8; } .footer .fuwu{ float: right; width: 270px; } .footer .fuwu p{ font-size: 36px; color: #db0000; margin-top: 20px; line-height: 44px; } .footer2{ background-color: #fff; height: 52px; line-height: 52px; text-align: center; color: #151515; font-size: 16px; text-transform: uppercase; } .footer2 a { color: #151515; } .footer2 a img { display: inline-block; } .cd-top{ display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 10%; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* image replacement properties */ overflow: hidden; text-align: center; line-height: 40px; white-space: nowrap; background: #008cd8; visibility: hidden; opacity: 0; z-index: 99999; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .cd-top img{width: 50%;display: inline-block;} .cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; } .cd-top:hover{ background-color: #5ea945; } .m-column-t { position: relative; text-align: center; font-size: 0; } .m-column-t .center { display: inline-block; font-size: 0; } .m-column-t .center h3 { color: #333; font-size: 30px; } .m-column-t .center p { color: #d2d2d2; font-size: 30px; } .m-column-t span { position: absolute; width: 415px; top: 50%; margin-top: -5px; height: 5px; border-bottom: 1px solid #d2d2d2; z-index: 1; } .m-column-t span.mcl { left: 0; } .m-column-t span.mcl em { float: right; } .m-column-t span.mcr { right: 0; } .m-column-t span em { display: block; height: 11px; border-left: 1px solid #d2d2d2; } .textLine { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .textLine3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .textHidden { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .domHidden { overflow: hidden; } .about-main { padding: 20px 0 70px; min-height: 170px; } .about-main .ab-content { float: right; width: 925px; } .about-main .ab-content .title { line-height: 50px; } .about-main .ab-content .title a { color: #333; padding: 0 5px; } .about-main .ab-content .title span.icon-home { color: #535353; } .about-main .ab-content .title em { color: #999; } .about-main .ab-content .ab-conBox { overflow: hidden; background: #fff; min-height: 55px; padding: 30px 45px 40px; } .about-main .ab-content .ab-conBox .de-title { text-align: center; font-size: 20px; color: #333; line-height: 25px; margin-bottom: 8px; } .about-main .ab-content .ab-conBox .sub-co { font-size: 14px; color: #999; text-align: center; line-height: 18px; } .about-main .ab-content .ab-conBox .ab-detail { overflow: hidden; margin-top: 30px; font-size: 14px; color: #777373; line-height: 25px; } .ab-sild { float: left; width: 260px; } .ab-sild .title { position: relative; height: 50px; text-align: center; background: #f3c04b; font-size: 16px; line-height: 50px; color: #fff; border-bottom: 1px solid #fff; } .ab-sild .title span { position: absolute; height: 3px; width: 30px; top: 50%; margin-top: -3px; border-bottom: 1px solid #fff; } .ab-sild .title span em { display: block; height: 7px; border-left: 1px solid #fff; } .ab-sild .title span.stl { left: 35px; } .ab-sild .title span.stl em { float: right; } .ab-sild .title span.str { right: 35px; } .ab-sild .sild-cate { background: #fff; margin-bottom: 20px; } .ab-sild .sild-cate .list { overflow: hidden; } .ab-sild .sild-cate .list li { position: relative; border-bottom: 1px solid #eee; height: 60px; line-height: 60px; } .ab-sild .sild-cate .list li a { display: block; padding-right: 35px; font-size: 14px; color: #333; padding-left: 20px; } .ab-sild .sild-cate .list li:last-child { border-bottom: none; } .ab-sild .sild-cate .list li:hover { border-color: #f3c04b; background: #f3c04b; } .ab-sild .sild-cate .list li:hover a { color: #fff; } .ab-sild .sild-cate .list li:hover:after { color: #fff; } .ab-sild .sild-cate .list li:after { font-weight: bold; right: 20px; top: 0; color: #999; position: absolute; content: "\e904"; font-family: 'icomoon' !important; } .ab-sild .sild-cont { background: #fff; } .ab-sild .sild-cont .cont-list { padding: 20px; } .ab-sild .sild-cont .cont-list ul li { color: #333; padding: 5px 0; padding-left: 60px; font-size: 14px; } .ab-sild .sild-cont .cont-list ul li span { width: 60px; margin-left: -60px; display: block; height: 20px; line-height: 20px; float: left; color: #666; } .pro-center { background: #fff; padding-bottom: 25px; } .pro-center .pro-list { overflow: hidden; padding: 25px 18px 10px; } .pro-center .pro-list ul li { float: left; width: 200px; margin: 0 10px 20px; border: 1px solid #fff; } .pro-center .pro-list ul li:hover { border-color: #f3c04b; } .pro-center .pro-list ul li .img { overflow: hidden; width: 200px; height: 200px; line-height: 200px; text-align: center; font-size: 0; background: #eee; } .pro-center .pro-list ul li .img img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; } .pro-center .pro-list ul li .title { background: #f7f8fc; height: 40px; line-height: 40px; padding: 0 5px; text-align: center; font-size: 14px; font-weight: bold; color: #333; } .pro-center .pro-list ul li .title:hover { color: #f3c04b; } .page { font-size: 0; text-align: center; } .page .center { display: inline-block; overflow: hidden; } .page .center .page-span { float: left; font-size: 14px; color: #c3c3c3; line-height: 32px; margin-right: 30px; } .page .center .page-list { float: left; overflow: hidden; } .page .center .page-list ul li { float: left; width: auto; min-width: 30px; height: 32px; text-align: center; line-height: 30px; font-size: 14px; margin: 0 4px; padding: 0; border: none; background: transparent; } .page .center .page-list ul li a { min-width: 20px; padding: 0 5px; border: 1px solid #eee; display: block; color: #333; border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; background: #fff; } .page .center .page-list ul li:hover a { color: #f3c04b; } .page .center .page-list ul li.active a { background: #f3c04b; color: #fff; } .news-center { background: #fff; padding-bottom: 25px; } .news-center .new-list { padding: 45px 45px 0px; } .news-center .new-list ul li { margin-bottom: 35px; border-bottom: 1px solid #eee; } .news-center .new-list ul li a { overflow: hidden; display: block; height: 90px; padding-bottom: 30px; } .news-center .new-list ul li a .img { float: left; width: 130px; height: 90px; background: #eee; line-height: 90px; font-size: 0; text-align: center; } .news-center .new-list ul li a .img img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; } .news-center .new-list ul li a .info { float: right; width: 690px; } .news-center .new-list ul li a .info h3 { font-size: 14px; font-weight: bold; line-height: 24px; color: #333; } .news-center .new-list ul li a .info em { display: block; font-size: 12px; color: #999; line-height: 16px; margin-bottom: 10px; } .news-center .new-list ul li a .info p { font-size: 14px; line-height: 22px; color: #999; max-height: 44px; overflow: hidden; } .news-center .new-list ul li a:hover h3 { color: #f3c04b; } .message-c { background: #fff; padding: 40px 50px; overflow: hidden; } .message-c .p { font-size: 16px; line-height: 30px; color: #666; margin-bottom: 35px; } .message-c .from input { display: block; height: 38px; line-height: 38px; padding: 0 5px; border: 1px solid #d2d2d2; margin-bottom: 10px; font-size: 14px; color: #333; } .message-c .from input[name=user], .message-c .from input[name=phone] { width: 348px; } .message-c .from textarea { font-size: 14px; color: #333; line-height: 20px; display: block; width: 728px; height: 130px; border: 1px solid #d2d2d2; padding: 5px; margin-bottom: 10px; } .message-c .from .code { overflow: hidden; } .message-c .from .code input[name=code] { width: 258px; float: left; } .message-c .from .code a { display: block; float: left; width: 80px; height: 38px; padding: 1px 0; margin-left: 10px; } .message-c .from .code a img { width: 80px; height: 38px; } .message-c .from .btn { padding-top: 25px; } .message-c .from .btn a { display: block; width: 362px; height: 40px; text-align: center; line-height: 40px; color: #fff; font-size: 16px; background: #8fa4de; } .message-c .from .btn a:hover { background: #8397d0; } .contact-o { background: #fff; overflow: hidden; padding: 40px 0; text-align: center; } .contact-o iframe { width: 830px; height: 500px; margin: 0 auto; } /* 缈昏瘧鎻掍欢 */ .goog{padding-left: 0 !important;position: relative;} #google_translate_element{position: absolute;top: 0;left: 0;width: 100%;} .goog-te-banner-frame{display: none !important;} .goog-te-gadget-simple{background: none !important;border: none !important;padding: 0 !important;} .goog-te-gadget-simple .goog-te-menu-value{color: #464746 !important;} .goog-te-gadget-simple .goog-te-menu-value span{border: none !important;color: #464746 !important;} .goog-te-gadget img{display: none !important;} .goog-te-gadget-simple{background: url(../images/google_logo.png) left center no-repeat !important;padding-left: 20px !important;}