body { /* 兼容写法,要放在@keyframes前面 */ } body .cas-content-search-box-title { background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(0.4, #ffffff), color-stop(0.5, #4d4d4d), color-stop(0.6, #ffffff), color-stop(1, #ffffff)); /* 设置为text,意思是把文本内容之外的背景给裁剪掉 */ -webkit-background-clip: text; /* 设置对象中的文字填充颜色 这里设置为透明 */ -webkit-text-fill-color: transparent; /* 每隔2秒调用下面的css3动画 infinite属性为循环执行animate */ -webkit-animation: animate 4s infinite; } @-webkit-keyframes animate { /* 背景从-100px的水平位置,移动到 100px的水平位置。如果要移动y轴的,设置第二个数值 */ from { background-position: -350px; } to { background-position: 350px; } } @keyframes animate { from { background-position: -350px; } to { background-position: 350px; } } body .cas-our-service-inner-item { border: 1px solid #f2f2f2; box-shadow: 10px 10px 10px #f2f2f2, -10px -10px 10px #f2f2f2; } body .information .detail { text-align: left; } body .information .detail .item.first { width: 100%; height: auto; } body .information .detail .item.first .img { height: 343px; } body .information .detail .item.first .others { padding-top: 16px; } body .information .detail .item.first .title { padding-top: 8px; font-size: 18px; } body .information .detail .item.first .description { padding-top: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; } body .information .detail .item:hover:before { position: absolute; content: " "; width: 100%; height: 100%; top: 0px; left: 0px; box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1); border-radius: 10px; z-index: -1; } body .information .detail .item { position: relative; width: 100%; float: left; height: auto; padding: 0.8rem; margin-bottom: 1rem; } body .information .detail .item .img { height: 343px; overflow: hidden; } body .information .detail .item .img img { width: 100%; min-height: 100%; } body .information .detail .item .others { font-size: 13px; color: #9ea8b2; padding-top: 8px; overflow: hidden; cursor: default; } body .information .detail .item .others p { float: left; overflow: hidden; margin-bottom: 0; } body .information .detail .item .others .dividing-line { padding-left: 0.3rem; padding-right: 0.3rem; line-height: 20px; } body .information .detail .item .title { padding-top: 8px; font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } body .company { background: #f9fafd; padding-bottom: 0 !important; } body .company .tab-content { margin: 0 auto; display: flex; justify-content: center; flex-flow: row wrap; } body .company .tab-content .item { float: left; background: #e1e4ea; color: #374b60; cursor: pointer; width: 100%; height: 40px; line-height: 40px; margin-left: 20px; margin-top: 15px; } body .company .tab-content .item:hover { color: #3497f0; } body .company .tab-content .item.active { background: #3497f0; color: #ffffff; } body .company-info { padding: 30px 10px; } body .company-info .vip-company .item:hover:before { position: absolute; content: " "; width: 100%; height: 100%; top: 0px; left: 0px; box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1); border-radius: 5px; z-index: -1; } body .company-info .vip-company .item { position: relative; border-bottom: 1px solid #f3f3f3; padding: 20px; } body .company-info .vip-company .item .company-info-left { width: 105px; overflow: hidden; float: left; } body .company-info .vip-company .item .company-info-left img { width: 100%; min-height: 105px; } body .company-info .vip-company .item .company-info-right { margin-left: 105px; padding-left: 20px; } body .company-info .vip-company .item .company-info-right .right-header { margin-bottom: 10px; line-height: 24px; overflow: hidden; } body .company-info .vip-company .item .company-info-right .right-header .first { float: left; margin-right: 15px; } body .company-info .vip-company .item .company-info-right .right-header .first .title { display: inline-block; vertical-align: middle; max-width: 560px; color: #333333; font-size: 18px; line-height: 24px; font-weight: 700; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: color 0.3s ease; transition: color 0.3s ease; } body .company-info .vip-company .item .company-info-right .right-header .first .vip { width: 20px; height: 18px; margin-top: -2px; } body .company-info .vip-company .item .company-info-right .right-header .second { float: left; } body .company-info .vip-company .item .company-info-right .right-header .second .company-type { color: #3662a1; vertical-align: middle; margin-right: 16px; display: inline-block; padding: 0 8px; line-height: 20px; height: 20px; font-size: 12px; text-align: center; white-space: nowrap; border-radius: 10px; } body .company-info .vip-company .item .company-info-right .right-header .address { float: right; text-align: right; line-height: 20px; font-size: 14px; } body .company-info .vip-company .item .company-info-right .right-content .left { width: 80%; float: left; } body .company-info .vip-company .item .company-info-right .right-content .left .category { color: #868588; font-size: 14px; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-title { float: left; width: 10%; min-width: 90px; line-height: 25px; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-content { float: left; width: 80%; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-content p { line-height: 25px; } body .company-info .vip-company .item .company-info-right .right-content .left .qualification { color: #868588; font-size: 14px; } body .company-info .vip-company .item .company-info-right .right-content .left .qualification .qualification-title { float: left; width: 10%; min-width: 90px; line-height: 25px; } body .company-info .vip-company .item .company-info-right .right-content .left .qualification .qualification-content { float: left; width: 80%; line-height: 25px; } body .company-info .vip-company .item .company-info-right .right-content .right { width: 20%; float: right; } body .company-info .vip-company .item .company-info-right .right-content .right p { line-height: 25px; text-align: right; } body .company-info .vip-company .item .company-info-right .right-content .right p a { text-decoration: underline; } body .company-info .vip-company .item .company-info-right .information-pics { border-top: 1px dashed #f3f3f3; padding-top: 10px; margin-top: 10px; } body .company-info .vip-company .item .company-info-right .information-pics p { margin-bottom: 10px; display: inline-block; width: 100px; height: 100px; padding: 4px; border: 1px solid #ebebeb; border-radius: 2px; margin-right: 17px; font-size: 12px; vertical-align: top; color: #333; cursor: pointer; -webkit-transition: -webkit-box-shadow 0.3s; transition: -webkit-box-shadow 0.3s; transition: box-shadow 0.3s; transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; } body .company-info .vip-company .item .company-info-right .information-pics p a img { width: 100%; height: 100%; } body .company-info .aviation-manufacturing .item:hover:before, body .company-info .aviation-operation .item:hover:before, body .company-info .other-aviation .item:hover:before { position: absolute; content: " "; width: 100%; height: 100%; top: 0px; left: 0px; box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1); border-radius: 5px; z-index: -1; } body .company-info .aviation-manufacturing .item, body .company-info .aviation-operation .item, body .company-info .other-aviation .item { float: left; width: 100%; height: 225px; position: relative; padding: 20px 12px; } body .company-info .aviation-manufacturing .item .title, body .company-info .aviation-operation .item .title, body .company-info .other-aviation .item .title { font-size: 18px; font-weight: 500; } body .company-info .aviation-manufacturing .item .content, body .company-info .aviation-operation .item .content, body .company-info .other-aviation .item .content { padding-top: 10px; } body .company-info .aviation-manufacturing .item .content p, body .company-info .aviation-operation .item .content p, body .company-info .other-aviation .item .content p { font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 30px; color: #8a9199; margin-bottom: 0; } @media screen and (max-width: 575px) { body .information .detail .item.first .img { position: relative; height: 0; overflow: hidden; padding-bottom: 66.545454%; margin-bottom: 20px; text-align: center; } body .information .detail .item.first .img img { display: block; margin: 0 auto; position: absolute; width: 100%; height: 100%; top: 0; left: 0%; } body .information .detail .item { width: 100%; float: left; height: auto; margin-bottom: 1rem; } body .information .detail .item .img { position: relative; height: 0; overflow: hidden; padding-bottom: 66.545454%; margin-bottom: 20px; text-align: center; } body .information .detail .item .img img { display: block; margin: 0 auto; position: absolute; height: 100%; top: 0; left: 0%; } body .information .detail .item .others { font-size: 13px; color: #9ea8b2; padding-top: 8px; overflow: hidden; cursor: default; } body .information .detail .item .others p { float: left; overflow: hidden; } body .information .detail .item .others .dividing-line { padding-left: 0.3rem; padding-right: 0.3rem; line-height: 20px; } body .information .detail .item .title { padding-top: 8px; font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } body .company-info .vip-company { padding: 20px 10px; } body .company-info .vip-company .item { padding: 15px; } body .company-info .vip-company .item .company-info-left { display: none; } body .company-info .vip-company .item .company-info-right { margin-left: 0px; } body .company-info .vip-company .item .company-info-right .right-header .first { width: 100%; margin-bottom: 8px; } body .company-info .vip-company .item .company-info-right .right-header .second { width: 100%; } body .company-info .vip-company .item .company-info-right .right-content .left { font-size: 12px; width: 100%; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-content { max-width: 240px; width: 80%; } body .company-info .vip-company .item .company-info-right .right-content .left .qualification .qualification-content { width: auto; max-width: 240px; } body .company-info .vip-company .item .company-info-right .right-content .right { display: none; } } @media screen and (min-width: 576px) { body .information .detail .item.first { width: 50%; height: 270px; } body .information .detail .item.first .img { height: 153px; } body .information .detail .item.first .others { padding-top: 8px; } body .information .detail .item.first .title { padding-top: 8px; font-size: 14px; } body .information .detail .item.first .description { display: none; } body .information .detail .item { width: 50%; height: 270px; margin-bottom: 0.5rem; } body .information .detail .item .img { height: 153px; } body .information .detail .item .others { font-size: 13px; color: #9ea8b2; padding-top: 8px; } body .information .detail .item .others .dividing-line { line-height: 20px; } body .information .detail .item .title { padding-top: 8px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } body .company .tab-content .item { width: 200px; height: 40px; line-height: 40px; margin-left: 20px; } body .company-info .vip-company { padding: 20px 10px; } body .company-info .vip-company .item { padding: 15px; } body .company-info .vip-company .item .company-info-left { display: none; } body .company-info .vip-company .item .company-info-right { margin-left: 0px; } body .company-info .vip-company .item .company-info-right .right-content .left { font-size: 12px; width: 100%; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-content { max-width: 350px; width: 80%; } body .company-info .vip-company .item .company-info-right .right-content .left .qualification .qualification-content { width: auto; max-width: 350px; } body .company-info .vip-company .item .company-info-right .right-content .right { display: none; } body .company-info .aviation-manufacturing .item, body .company-info .aviation-operation .item, body .company-info .other-aviation .item { width: 50%; padding: 20px 12px; } } @media screen and (min-width: 768px) { body .information .detail .item.first { width: 50%; height: 330px; } body .information .detail .item.first .img { height: 213px; } body .information .detail .item.first .others { padding-top: 8px; } body .information .detail .item.first .title { padding-top: 8px; font-size: 14px; } body .information .detail .item.first .description { display: none; } body .information .detail .item { width: 50%; height: 330px; margin-bottom: 0.5rem; } body .information .detail .item .img { height: 213px; } body .information .detail .item .others { font-size: 13px; color: #9ea8b2; padding-top: 8px; } body .information .detail .item .others .dividing-line { line-height: 20px; } body .information .detail .item .title { padding-top: 8px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } body .company .tab-content .item { width: 150px; height: 40px; line-height: 40px; margin-left: 20px; } body .company-info .vip-company .item .company-info-right .right-content .left { width: 80%; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-content { width: 80%; max-width: 100%; } body .company-info .vip-company .item .company-info-right .right-content .right { display: block; float: right; width: 20%; } body .company-info .vip-company .item .company-info-right .right-content .right p { line-height: 25px; text-align: right; } body .company-info .vip-company .item .company-info-right .right-content .right p a { text-decoration: underline; } body .company-info .aviation-manufacturing .item, body .company-info .aviation-operation .item, body .company-info .other-aviation .item { width: 33.33%; padding: 20px 12px; } } @media screen and (min-width: 992px) { body .information .detail .item.first { width: 50%; height: 460px; } body .information .detail .item.first .img { height: 293px; } body .information .detail .item.first .others { padding-top: 16px; } body .information .detail .item.first .title { padding-top: 15px; font-size: 18px; line-height: 30px; } body .information .detail .item.first .description { padding-top: 15px; overflow: hidden; line-height: 25px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } body .information .detail .item:last-child { display: none; } body .information .detail .item { width: 25%; height: 225px; padding-bottom: 3px; } body .information .detail .item .img { height: 137px; } body .information .detail .item .others { font-size: 13px; color: #9ea8b2; padding-top: 8px; } body .information .detail .item .others .dividing-line { line-height: 20px; } body .information .detail .item .title { font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } body .company .tab-content .item { width: 190px; height: 40px; line-height: 40px; margin-left: 22px; } body .company-info .vip-company .item .company-info-right .right-content .left { float: left; width: 80%; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-content { width: 80%; max-width: 100%; } body .company-info .vip-company .item .company-info-right .right-content .right { display: block; float: right; width: 20%; } body .company-info .vip-company .item .company-info-right .right-content .right p { line-height: 25px; text-align: right; } body .company-info .vip-company .item .company-info-right .right-content .right p a { text-decoration: underline; } body .company-info .aviation-manufacturing .item, body .company-info .aviation-operation .item, body .company-info .other-aviation .item { width: 25%; padding: 20px 12px; } } @media screen and (min-width: 1200px) { body .information .detail .item.first { width: 50%; height: 530px; } body .information .detail .item.first .img { height: 353px; } body .information .detail .item.first .others { padding-top: 18px; } body .information .detail .item.first .title { padding-top: 13px; font-size: 20px; line-height: 35px; } body .information .detail .item.first .description { padding-top: 12px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; line-height: 25px; } body .information .detail .item:last-child { display: none; } body .information .detail .item { width: 25%; height: 260px; padding-bottom: 3px; } body .information .detail .item .img { height: 168px; } body .information .detail .item .others { font-size: 14px; padding-top: 10px; } body .information .detail .item .others .dividing-line { line-height: 20px; } body .information .detail .item .title { font-size: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; } body .company .tab-content .item { width: 210px; height: 40px; line-height: 40px; margin-left: 25px; } body .company-info .vip-company .item .company-info-right .right-content .left { float: left; width: 80%; } body .company-info .vip-company .item .company-info-right .right-content .left .category .category-content { width: 80%; max-width: 100%; } body .company-info .vip-company .item .company-info-right .right-content .right { display: block; float: right; width: 20%; } body .company-info .vip-company .item .company-info-right .right-content .right p { line-height: 25px; text-align: right; } body .company-info .vip-company .item .company-info-right .right-content .right p a { text-decoration: underline; } body .company-info .aviation-manufacturing .item, body .company-info .aviation-operation .item, body .company-info .other-aviation .item { width: 25%; padding: 20px 12px; } } /*# sourcemappingurl=index.css.map */