.bg-color{ background: #fff; } .nav-bar{ background: #fff; height: 97px; position: relative; z-index: 999; } .nav-bar::after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #7ae4d5; z-index: 1; } .nav-bar .logo{ float: left; width: 364px; line-height: 97px; } .nav-bar .logo img{ display: inline-block; vertical-align: middle; } .nav-right{ float: right; } .nav-bar ul{ width: 100%; } .nav-bar ul li{ display: inline-block; margin-left: 60px; } .nav-bar ul li a{ display: block; font-size: 14px; color: #333333; width:100%; line-height: 54px; position: relative; z-index: 2; text-align: center; -webkit-transition: all 0.55s; -moz-transition: all 0.55s; -ms-transition: all 0.55s; -o-transition: all 0.55s; transition: all 0.55s; } .nav-bar ul li a::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #11867b; -webkit-transition: all 0.55s; -moz-transition: all 0.55s; -ms-transition: all 0.55s; -o-transition: all 0.55s; transition: all 0.55s; } .nav-bar ul li a:hover, .nav-bar ul li.active a{ color: #11867b; } .nav-bar ul li a:hover::after, .nav-bar ul li.active a::after{ width: 100%; } .nav-bar .search{ width: 278px; margin-left: auto; margin-top: 13px; } .nav-bar .search .search-con{ float: left; width: 176px; height: 28px; padding: 0 12px; border: 1px solid #11837b; border-radius: 20px; } .nav-bar .search .search-con .words{ float: left; width: 148px; height: 28px; line-height: 28px; background: none; color: #11837b; font-size: 12px; border-radius: 0; } .nav-bar .search .search-con .words::-webkit-input-placeholder { color: #11837b; } .nav-bar .search .search-con .words:-moz-placeholder { color: #11837b; } .nav-bar .search .search-con .words::-moz-placeholder { color: #11837b; } .nav-bar .search .search-con .words:-ms-input-placeholder { color: #11837b; } .nav-bar .search .search-con .btn{ float: right; width: 28px; height: 28px; text-align: center; line-height: 28px; cursor: pointer; background: url(../images/search.png) center center no-repeat; -webkit-transition: all 0.55s; -moz-transition: all 0.55s; -ms-transition: all 0.55s; -o-transition: all 0.55s; transition: all 0.55s; } .nav-bar .search .search-con .btn:hover{ transform: scale(1.1); } .nav-bar .search .language{ float: right; width: 76px; text-align: right; line-height: 30px; } .nav-bar .search .language a{ color: #11837b; font-size: 14px; } .nav-bar .search .language a:hover{ color: #11867b; text-decoration: underline; } .nav-bar .nav-sub{position:absolute;left:0px;top:97px;width:100%;background:#fff;box-shadow:0px 0px 10px #ccc;display:none;padding:10px 0px;z-index:99;} .nav-bar .nav-sub-about-left{width:530px;padding:20px 0px;border-right:1px solid #efefef;float: left;} .nav-bar .nav-sub-about-img{width:305px;height:155px;float: left;} .nav-bar .nav-sub-about-img img{display:block;width:305px;height:155px;} .nav-bar .nav-sub-about-left-txt{margin-left:315px;} .nav-bar .nav-sub-about-left-txt a{display:block;width: auto;font-size:12px;line-height:30px;height:30px;overflow:hidden;color:#11867b; background-size:3px;padding-left:10px;border-bottom:none;text-align: left;margin: 0 30px;position: relative;} .nav-bar .nav-sub-about-left-txt a::before{content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);border-width: 4px;border-color: #11867b;border-left-width: 0;border-style: dashed;border-right-style: solid;border-top-color: transparent;border-bottom-color: transparent;width: auto;background: none;} .nav-bar .nav-sub-about-left-txt a::after{display: none;} .nav-bar .nav-sub-about-left-txt a:hover{border:none;} .nav-bar .nav-sub-about-right{margin-left:545px;} .nav-bar .nav-sub-about-right .t{font-size:18px;color:#11867b;font-weight:bold;padding-top: 10px;} .nav-bar .nav-sub-about-right .en{color:#dfdfdf;font-size:14px;font-weight:bold;text-transform:uppercase;line-height:30px;} .nav-bar .nav-sub-about-right .txt{font-size:12px;line-height:24px;color:#c5c5c5;margin-top: 10px;} .nav-bar .nav-sub-product{padding:20px 0px;} .nav-bar .nav-sub-product-t{width:85px;padding:0px 15px;line-height:24px;float: left;} .nav-bar .nav-sub-product-t .ch{font-size:18px;color:#11867b;font-weight:bold;} .nav-bar .nav-sub-product-c{float: left;} .nav-bar .nav-sub-product-c:first-child{border-left: none;} .nav-bar .nav-sub-product-c a{margin:0px;padding:0px;display:block;height:36px;overflow:hidden;line-height:36px;font-size:12px;line-height:36px;color:#11867b;border:none;width:150px;padding:0px 10px;border-left:1px solid #efefef;text-align: left;} .nav-bar .nav-sub-product-c a::after{display: none;} .nav-bar .nav-sub-product-c a .icon{width:30px;float:left;} .nav-bar .nav-sub-product-c a .icon img{display:block;width:25px;height:25px;margin-top:3px;} .nav-bar .nav-sub-product-c a .c{margin-left:30px;} .banner{ width: 100%; margin: 0 auto; position: relative; overflow: hidden; z-index: 1; } .banner img{ display: block; width: 100%; } .banner .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; background: #fff; margin: 0 5px; border-radius: 50%; 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 { width: 30px; opacity: 1; border-radius: 20px; } .banner .swiper-button-prev, .banner .swiper-button-next { position: absolute; top: 50%; width: 59px; height: 59px; margin-top: -30px; z-index: 10; cursor: pointer; -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-button-prev{ background: url(../images/banner-left.png) center center no-repeat; left: 5%; right: auto; } .banner .swiper-button-next{ background: url(../images/banner-right.png) center center no-repeat; right: 5%; } .banner .swiper-button-prev:hover{ background: url(../images/banner-left-active.png) center center no-repeat; } .banner .swiper-button-next:hover{ background: url(../images/banner-right-active.png) center center no-repeat; } #main{ overflow: hidden; } /* 公共头部 */ .common{ text-align: center; margin-bottom: 30px; } .common h4{ color: #000; font-size: 32px; line-height: 34px; margin-bottom: 6px; } .common p{ color: #40948e; font-size: 12px; line-height: 14px; text-transform: uppercase; } /* 首页产品 */ #main .product-main{ background-color: #f5f5f5; padding: 50px 0; } #main .product-main .pro-txt{ padding: 20px; background-color: #fff; } #main .product-main .pro-txt .pro-top{ text-align: center; color: #858585; font-size: 20px; line-height: 22px; margin-bottom: 20px; } #main .product-main .pro-new{ float: left; width: 310px; } #main .product-main .pro-new .swiper-container{ overflow: hidden; padding-bottom: 23px; } #main .product-main .pro-new .swiper-slide a{ display: block; width: 100%; } #main .product-main .pro-new .swiper-slide a .img{ width: 100%; height: 245px; line-height: 245px; text-align: center; background-color: #fff; overflow: hidden; } #main .product-main .pro-new .swiper-slide a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.55s; } #main .product-main .pro-new .swiper-slide a .tit{ margin-top: 12px; height: 30px; } #main .product-main .pro-new .swiper-slide a .tit span{ display: inline-block; max-width: 222px; color: #222222; font-size: 16px; line-height: 30px; padding-right: 47px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #main .product-main .pro-new .swiper-slide a .tit span::after{ content: ''; position: absolute; top: 6px; right: 0; width: 38px; height: 17px; background: url(../images/pro-new.png) center center no-repeat; } #main .product-main .pro-new .swiper-slide a .tags{ color: #666666; font-size: 14px; height: 20px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #main .product-main .pro-new .swiper-slide a:hover .img img{ transform: scale(1.1); } #main .product-main .pro-new .swiper-slide a:hover .tit span, #main .product-main .pro-new .swiper-slide a:hover .tags{ color: #11867b; } #main .product-main .pro-new .product-pagination{ bottom: 0; text-align: right; } #main .product-main .pro-new .product-pagination .swiper-pagination-bullet{ width: 6px; height: 6px; background: #dcdcdc; border-radius: 50%; margin: 0 0 0 8px; } #main .product-main .pro-new .product-pagination .swiper-pagination-bullet-active{ background: #11867b; } #main .product-main .pro-hot{ float: left; width: 540px; margin: 0 20px; } #main .product-main .pro-hot ul{ margin: -5px; } #main .product-main .pro-hot ul li{ float: left; width: 160px; margin: 5px; } #main .product-main .pro-hot ul li a{ display: block; width: 100%; height: 160px; position: relative; } #main .product-main .pro-hot ul li a .img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } #main .product-main .pro-hot ul li a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.55s; } #main .product-main .pro-hot ul li a .tit{ position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; text-align: center; color: #fff; font-size: 14px; line-height: 30px; background-color: #4cc0b2; transition: all 0.55s; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #main .product-main .pro-hot ul li a:hover .img img{ transform: scale(1.1); } #main .product-main .pro-hot ul li a:hover .tit{ background-color: #11867b; } #main .product-main .pro-type{ width: 310px; float: right; } #main .product-main .pro-type .scrollbox{ width: 100%; overflow: hidden; } #main .product-main .pro-type .scrollbox #scrollDiv{ width: 100%; height: 330px; overflow: hidden; } #main .product-main .pro-type .scrollbox #scrollDiv ul{ margin-top: -13px; } #main .product-main .pro-type .scrollbox #scrollDiv li{ width: 100%; border-bottom: 1px solid #dcdcdc; } #main .product-main .pro-type .scrollbox #scrollDiv li a{ display: block; height: 85px; padding-bottom: 13px; padding-top: 13px; } #main .product-main .pro-type .scrollbox #scrollDiv li a .img{ float: left; width: 85px; height: 85px; overflow: hidden; } #main .product-main .pro-type .scrollbox #scrollDiv li a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.55s; } #main .product-main .pro-type .scrollbox #scrollDiv li a .txt{ float: left; width: 140px; margin-left: 20px; height: 85px; display: flex; justify-content: center; flex-direction: column; } #main .product-main .pro-type .scrollbox #scrollDiv li a .txt h4{ color: #333333; font-size: 16px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #main .product-main .pro-type .scrollbox #scrollDiv li a .txt p{ color: #888888; font-size: 10px; line-height: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #main .product-main .pro-type .scrollbox #scrollDiv li a .icon{ float: right; width: 21px; height: 21px; margin-top: 32px; transition: all 0.55s; background: url(../images/protype.jpg) center center no-repeat; } #main .product-main .pro-type .scrollbox #scrollDiv li a:hover .img img{ transform: scale(1.1); } #main .product-main .pro-type .scrollbox #scrollDiv li a:hover .txt h4, #main .product-main .pro-type .scrollbox #scrollDiv li a:hover .txt p{ color: #11867b; } #main .product-main .pro-type .scrollbox #scrollDiv li a:hover .icon{ background: url(../images/protypeH.jpg) center center no-repeat; } #main .product-main .more{ text-align: center; margin-top: 30px; } #main .product-main .more a{ display: inline-block; width: 181px; height: 34px; line-height: 34px; text-align: center; color: #666666; font-size: 14px; border: 1px solid #cccccc; border-radius: 5px; margin: 0 5px; transition: all 0.55s; } #main .product-main .more a:hover{ background-color: #11867b; color: #fff; border-color: #11867b; } /* 企业简介 */ #main .company-main{ background: url(../images/gsjj.jpg) center center no-repeat; padding: 50px 0; } #main .company-main .video{ float: left; width: 378px; height: 342px; overflow: hidden; } #main .company-main .video img{ width: 100%; height: 100%; object-fit: cover; } #main .company-main .pro-his{ float: left; width: 216px; } #main .company-main .pro-his li{ height: 171px; background-color: #888888; overflow: hidden; display: flex; justify-content: center; flex-direction: column; position: relative; transition: all 0.55s; } #main .company-main .pro-his li.pro::after{ content: '文'; position: absolute; bottom: 0; right: -40px; color: #fff; font-size: 128px; line-height: 130px; opacity: 0.06; } #main .company-main .pro-his li.his::after{ content: '历'; position: absolute; bottom: 0; right: -40px; color: #fff; font-size: 128px; line-height: 130px; opacity: 0.06; } #main .company-main .pro-his li a{ display: block; color: #fff; padding: 20px; } #main .company-main .pro-his li a h4{ font-size: 20px; line-height: 30px; } #main .company-main .pro-his li a p{ font-size: 12px; line-height: 20px; margin-bottom: 22px; color: #cccccc; } #main .company-main .pro-his li a span{ display: block; font-size: 24px; line-height: 30px; } #main .company-main .pro-his li.on{ background-color: #4cc0b2; } #main .company-main .pro-his li.on p{ color: #fff; opacity: 0.5; } #main .company-main .txt{ float: right; width: 570px; } #main .company-main .txt .tit{ margin-top: 4px; line-height: 50px; color: #11867b; font-size: 24px; } #main .company-main .txt .tit span{ padding-left: 42px; margin-left: 28px; background: url(../images/gsjj-tel.png) left center no-repeat; } #main .company-main .txt .line{ width: 100%; height: 5px; background: url(../images/gsjj-line.png) 0 center repeat-x; margin-bottom: 15px; } #main .company-main .txt .content{ color: #333333; font-size: 14px; line-height: 30px; text-indent: 2em; min-height: 232px; } #main .company-main .txt .more{ display: block; width: 183px; float: right; height: 36px; line-height: 36px; text-align: center; color: #666666; font-size: 14px; background-color: #fff; border-radius: 5px; transition: all 0.55s; } #main .company-main .txt .more:hover{ background-color: #11867b; color: #fff; } /* 新闻中心 */ #main .news-main{ background-color: #f5f5f5; padding: 50px 0; } #main .news-main .news-txt{ float: left; width: 384px; margin-right: 24px; background-color: #fff; } #main .news-main .news-txt:last-child{ margin-right: 0; } #main .news-main .news-txt .tit{ height: 52px; line-height: 52px; padding: 0 20px; background: url(../images/news-tit.jpg) center center no-repeat; } #main .news-main .news-txt .tit p{ float: left; color: #fff; font-size: 20px; } #main .news-main .news-txt .tit a{ color: #fff; float: right; font-size: 14px; } #main .news-main .news-txt .tit a:hover{ text-decoration: underline; color: #11867b; } #main .news-main .news-txt ul{ padding: 20px 20px 0 20px; } #main .news-main .news-txt ul li{ padding-bottom: 12px; border-bottom: 1px solid #d2d2d2; margin-bottom: 12px; } #main .news-main .news-txt ul li:last-child{ border-bottom: none; } #main .news-main .news-txt ul li a{ display: block; } #main .news-main .news-txt ul li a .img{ width: 70px; float: left; height: 70px; overflow: hidden; } #main .news-main .news-txt ul li a .img img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.55s; } #main .news-main .news-txt ul li a .txt{ float: right; width: 260px; height: 70px; display: flex; justify-content: center; flex-direction: column; } #main .news-main .news-txt ul li a .txt h4{ color: #333333; font-size: 16px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #main .news-main .news-txt ul li a .txt p{ color: #666666; font-size: 14px; line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #main .news-main .news-txt ul li a:hover .img img{ transform: scale(1.1); } #main .news-main .news-txt ul li a:hover .txt h4, #main .news-main .news-txt ul li a:hover .txt p{ color: #279789; } /* 网站底部 */ .footer{ background: url(../images/footerbg.jpg) center center no-repeat; padding-top: 50px; } .footer ul{ float: left; width: 614px; } .footer ul li{ float: left; width: 25%; } .footer ul li .tit{ color: #fff; font-size: 18px; line-height: 20px; margin-bottom: 12px; } .footer ul li a{ display: block; color: #fff; font-size: 14px; line-height: 36px; opacity: 0.75; } .footer ul li a:hover{ color: #4cc0b2; text-decoration: underline; } .footer .contact{ float: left; width: 250px; text-align: center; color: #fff; } .footer .contact h4{ font-size: 30px; font-weight: bold; line-height: 32px; margin-bottom: 12px; } .footer .contact p{ font-size: 14px; line-height: 30px; opacity: 0.75; } .footer .contact .tel{ width: 100%; height: 40px; line-height: 40px; text-align: center; color: #fff; font-size: 14px; background-color: #4cc0b2; border-radius: 20px; margin-top: 12px; } .footer .contact .tel img{ display: inline-block; vertical-align: middle; margin-right: 12px; margin-top: -4px; } .footer .wechat{ float: right; width: 290px; } .footer .wechat .ewm{ width: 120px; float: left; height: 140px; background: url(../images/ewmbg.png) center center no-repeat; margin-left: 25px; } .footer .wechat .ewm .img{ padding: 2px; width: 100px; height: 100px; line-height: 100px; background-color: #fff; text-align: center; overflow: hidden; margin: 7px auto; } .footer .wechat .ewm .img img{ max-height: 100%; max-width: 100%; display: inline-block; vertical-align: middle; } .footer .wechat .ewm p{ color: #fff; font-size: 12px; line-height: 14px; text-align: center; } .footer2{ margin-top: 60px; border-top: 1px solid #419e95; height: 82px; line-height: 82px; } .footer2 .text{ float: left; color: #fff; font-size: 14px; opacity: 0.7; } .footer2 .text a{ color: #fff; } .footer2 .text a img{ display: inline-block; } .footer2 .jishi{ float: right; width: 163px; margin-top: 28px; } .footer2 .jishi a{ display: block; width: 100%; height: 25px; background: url(../images/jishi.png) center center no-repeat; } .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: #7ae4d5; 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: #11867b; } .pro-sider{ float: left; width: 240px; } .pro-sider .in-title{ background: #11867b; color: #fff; line-height: 80px; text-align: center; font-size: 24px; margin-bottom: 2px; } .pro-sider .pro-sider-ul{ margin-bottom: 12px; } .pro-sider .pro-sider-ul .ul-li{ overflow: hidden; max-height: 55px; transition: all 0.8s; margin-bottom: 2px; } .pro-sider .pro-sider-ul .ul-li:hover{max-height: calc(200 * 8px);} .pro-sider .pro-sider-ul .ul-li .type{ display: block; box-sizing: border-box; padding: 0px 20px; line-height: 55px; background: #ececeb; position: relative; } .pro-sider .pro-sider-ul .ul-li .type::after, .pro-sider .pro-sider-ul .ul-li .type::before{ content: ''; display: block; background: #fff; top:0; bottom: 0; margin:auto; position: absolute; } .pro-sider .pro-sider-ul .ul-li .type::before{ width: 2px; height: 12px; right: 29px; } .pro-sider .pro-sider-ul .ul-li .type::after{ width: 12px; height: 2px; right: 24px; } .pro-sider .pro-sider-ul .ul-li .type h2{ width: 180px; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .pro-sider .pro-sider-ul .ul-li:hover .type, .pro-sider .pro-sider-ul .ul-li .type.active{ background-color: #11867b; } .pro-sider .pro-sider-ul .ul-li:hover .type h2, .pro-sider .pro-sider-ul .ul-li .type.active h2{ color: #fff; } .pro-sider .pro-sider-ul .ul-li:hover .type:before, .pro-sider .pro-sider-ul .ul-li .type.active:before{ opacity: 0; } .pro-sider .pro-sider-ul .ul-li .erji{ display: block; width: 240px; height: 54px; border-bottom: 1px solid #ececeb; border-left: 1px solid #ececeb; border-right: 1px solid #ececeb; box-sizing: border-box; padding: 0px 25px 0px 40px; color: #666; line-height: 54px; } .pro-sider .pro-sider-ul .ul-li .erji p{ float: left; width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .pro-sider .pro-sider-ul .ul-li .erji span{ display: inline-block; float: right; line-height: 54px; font-size: 20px; } .pro-sider .pro-sider-ul .ul-li .erji:hover, .pro-sider .pro-sider-ul .ul-li .erji.active{ color: #11867b; } .pro-sider .contact-box{ border: 1px solid #ececeb; box-sizing: border-box; padding: 10px; } .pro-sider .contact-box img{ margin-bottom: 10px; width: 100%; } .pro-sider .contact-box p{ color: #000; font-size: 14px; line-height: 26px; padding: 5px 0; } .pro-sider .contact-box p span{ display: block; font-size: 26px; line-height: 36px; color: #11867b; } .mMmenuLay{ height: 100%; } .mMmenuLay dt{ position: relative; background-color: #ececeb; margin-bottom: 2px; padding: 0 20px; } .mMenu_a1{ float: left; width: 180px; font-size: 16px; color: #333; display: block; line-height: 55px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mMenu_a1.active, .mMenu_a1:hover{ color: #11867b; } .mToggle{ float: right; width: 20px; height: 55px; position: relative; transition: all 0.5s ease-in-out; } .mToggle::after, .mToggle::before{ content: ''; display: block; background: #fff; top:0; left: 50%; bottom: 0; margin:auto; transform: translateX(-50%); position: absolute; } .mToggle::before{ width: 2px; height: 12px; } .mToggle::after{ width: 12px; height: 2px; } .mMmenuLay dl.on .mToggle::before, .mToggle2:before{ opacity: 0; } .mMmenuLay dd{ transition: all 0.5s ease-in-out; height: 0; overflow: hidden; } .mMmenuLay dl.on dd{ height: 54px; } .mMenu_a2{ border-bottom: 1px solid #ececeb; border-left: 1px solid #ececeb; border-right: 1px solid #ececeb; box-sizing: border-box; padding: 0px 25px 0px 40px; color: #666; line-height: 53px; display: block; } .mMenu_a2 p{ float: left; width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .mMenu_a2 span{ display: inline-block; float: right; line-height: 53px; font-size: 20px; } .mMenu_a2.active, .mMenu_a2:hover{ color: #11867b; } .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;}