// 公共部分 body { // -webkit-filter: grayscale(100%); // -moz-filter: grayscale(100%); // -ms-filter: grayscale(100%); // -o-filter: grayscale(100%); // filter: grayscale(100%); // filter: gray; letter-spacing: 2px; } .list_ul { overflow: hidden; ul { display: flex; flex-wrap: wrap; li { box-sizing: border-box; a { display: block; } } } } @color: #00aaaa; @font-face { font-family: SiYuanSong; src: url(../font/SiYuanSongTiRegular/SourceHanSerifCN-Bold-2.otf); } .transition { transition: all ease-in-out 0.3s; } .img-transform { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); } .big_img { .img { overflow: hidden; img, h1, h2, h3, h4, h5 { .transition; } } &:hover img { .img-transform; } &:hover h1, &:hover h2, &:hover h3, &:hover h4 &:hover h5 { color: @color; } } .con1600{ max-width: 1600px; width: 100%; margin: 0 auto; } .con1500 { max-width: 1500px; width: 100%; margin: 0 auto; } .con1400 { max-width: 1400px; width: 100%; margin: 0 auto; } .con1300 { max-width: 1300px; width: 100%; margin: 0 auto; } .con1200 { max-width: 1200px; width: 100%; margin: 0 auto; } // 公共结束 // 头部开始 .head_nav{ background: url(../images/nav_bj.png) no-repeat center; padding-bottom: 50px; width: 100%; position: relative; top: 0; z-index: 999; .con1600{ display: flex; justify-content: space-between; align-items: center; } .nav{ ul{ display: flex; align-items: center; li{ a{ display: block; padding:0 30px; font-size: 18px; line-height: 110px; &:hover, &.hover{ color: @color; } } } } } .lng{ a{ display: block; background:url(../images/public/lng.gif) no-repeat center left; padding-left: 30px; background-size: 25px; line-height: 40px; } } } #banner{ margin-top: -50px; } .i_num{ background-color: @color; padding: 2% 0; ul{ display: flex; li{ flex:1; color: #fff; cursor: pointer; .img{ display: flex; justify-content: center; } h2{ font-size: 50px; text-align: center; margin: 10% 0; display: flex; align-items: flex-start; justify-content: center; line-height: 30px; font-weight: bold; i{ display: block; width: 14px; height: 16px; margin-left: 10px; background:url(../images/num_icon.png) no-repeat center; } } p{ text-align: center; } } } } .i_type h1{ font-size: 30px; font-weight: bold; } // 首页yh533388银河 .i_about{ padding: 4% 0; .con1600{ display: flex; .img{ flex:1; } .cont{ flex:1; padding: 50px; background-color: #f2f5f8; .sum{ line-height: 28px; margin: 4% 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 10; -webkit-box-orient: vertical; word-break: break-all; } } } } .more{ display: block; width: 170px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; background-color: @color; } // 首页产品展示 .i_pro{ .i_type{ h1{ text-align: center; } p{ text-align: center; padding: 1% 0; } } ul{ li{ a{ display: block; .img{ border-bottom: 8px solid @color; } h2{ text-align: center; line-height: 40px; background-color: #f5f5f5; } } } } .swiper_pro{ .right_icon,.left_icon{ position: absolute; top:50%; transform: translateY(-50%); width: 60px; height: 60px; font-size: 24px; display: flex; justify-content: center; align-items: center; color: #fff; background-color: @color; } .left_icon{ left:0; } .right_icon{ right:0; } } } @keyframes myfirst { from {transform: rotate(0deg);} to {transform: rotate(360deg);} } .cl img{ animation:myfirst 5s linear infinite; -webkit-animation:myfirst 5s linear infinite; /* Safari and Chrome */ } .i_cl{ height: 932px; margin: 4% 0; background: url(../images/cl_bj.jpg) no-repeat center; .con1600 { display: flex; align-items: center; height: 100%; position: relative; } .cl{ width: 400px; height: 400px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } ul{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; li{ width: 50%; height: 385px; position: relative; .box{ width: 650px; height: 298px; // background-color: #eee; position: absolute; padding:40px 60px; box-sizing: border-box; } .cont{ height: 100%; position: relative; } .more_box{ display: flex; align-items: center; justify-content: space-between; position: absolute; } .tit{ display: flex; align-items: center; justify-content: space-between; h2{ font-size: 30px; font-weight: bold; } h5{ font-size: 16px; color: @color; text-transform: uppercase; } } &:nth-child(1){ background: url(../images/c1.png) no-repeat center; background-size: contain; .box{ right: 6px; bottom: 6px; } .more{ position: absolute; bottom: 0; } } &:nth-child(2){ background: url(../images/c2.png) no-repeat center; background-size: contain; .box{ left: 6px; bottom: 6px; h2{ text-align: right; } } .more{ position: absolute; bottom: 0; right: 0; } } &:nth-child(3){ background: url(../images/c3.png) no-repeat center; background-size: contain; .box{ right: 6px; top: 6px; } .more_box{ position: absolute; bottom: 0; width: 100%; } } &:nth-child(4){ background: url(../images/c4.png) no-repeat center; background-size: contain; .box{ left: 6px; top: 6px; .tit{ justify-content: flex-end; h2{ text-align: right; } } } .more_box{ position: absolute; bottom: 0; right: 0; width: 100%; } } } } } // 企业宣传片 .i_video{ .i_type{ text-align: center; p{ padding: 1% 0; } } .img{ padding:2% 0; } } .i_news{ padding: 2% 0; .news_type{ display: flex; align-items: center; justify-content: space-between; h1{ font-size: 30px; } ul{ display: flex; align-items: center; background:url(../images/news_type.png) no-repeat center; li:last-child{ margin-left: 60px; } a{ display: block; font-size: 16px; &:hover{ color: @color; } } } } .news_list{ display: flex; padding: 2% 0; .news_left{ width: 35%; .img{ position: relative; } .time{ position: absolute; left: 30px; top: 30px; width: 120px; height: 120px; background-color: #fff; i{ font-size: 50px; color: @color; text-align: center; display: block; font-weight: bold; } p{ text-align: center; font-size: 16px; } } h2{ background-color: @color; color: #fff; padding:0 10px; line-height: 60px; width: 100%; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; } } .news_rig{ width: 65%; padding-left: 40px; box-sizing: border-box; ul{ background-color: #f2f5f8; height: 100%; li{ a{ line-height: 58px; display: flex; padding:0 46px; border-bottom: 1px solid #ccc; justify-content: space-between; align-items: center; &:hover{ .time,h2{ color: @color; } } .tit{ display: flex; align-items: center; } h2{ font-size: 16px; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .time{ font-size: 16px; margin-right: 30px; } i{ font-family: simsun; font-size: 24px; } } } } } } } // 底部导航 .footer{ background: url(../images/foo_bj.jpg) no-repeat center; } .foo_nav { padding-top: 4%; display: flex; justify-content: space-between; ul.uls1 { display: flex; li.lis1 { padding: 0 30px; a.link { display: block; font-size: 16px; color: #fff; position: relative; line-height: 48px; &::before { content: ''; width: 30px; height: 2px; background-color: @color; position: absolute; left: 0; bottom: 0; } } ul { padding-top: 16px; li { a { display: block; color: #b6b6b6; line-height: 30px; } } } } } .qd{ img{ max-width: 140px; } p{ color: #b6b6b6; line-height: 30px; text-align: center; } } } .foo_info{ margin-top: 4%; border-top: 1px groove #000; border-bottom: 1px groove #555; ul{ display: flex; justify-content: space-between; border-top: 1px groove #555; border-bottom:1px groove #000; li{ color: #fff; padding: 1% 0; } } } .foo_bottom{ display: flex; align-items: center; justify-content: space-between; a{ display: block; color: #666; } #scroll_top{ width: 150px; height: 60px; background-color: @color; color: #fff; text-align: center; line-height: 60px; } } .banner{ margin-top: -50px; } // yh533388银河 .about{ .company{ padding-top:6%; display: flex; &>div{ flex:1; } .cont{ background:url(../images/com_bj.jpg) repeat center; h1{ line-height: 130px; padding:0 60px; background-color: #fff; } .sum{ padding:60px; line-height: 40px; color: #fff; font-size: 14px; } } } .ab_num{ background-color: #333; margin-bottom: 4%; } } .tac{ text-align: center; } .honor{ padding: 2% 0; .i_type{ margin-bottom: 2%; } } .network{ padding: 2% 0; .i_type p { padding: 1% 0; } .img{ padding: 2% 0; display: flex; align-items: center; justify-content: center; } .sum{ background:url(../images/com_bj.jpg) repeat center; padding:20px 60px; line-height: 30px; color: #fff; border-bottom: 5px solid #000; } } .pub_left{ ul{ display: flex; margin: -1px; li{ flex:1; padding: 1px; a{ line-height: 60px; display: block; text-align: center; background-color: #333; color: #fff; font-size: 18px; .transition; &.hover, &:hover{ background-color: @color; } } } } } .products { padding: 4% 0; .list_ul{ padding: 3% 0; } .list_ul ul { margin: -10px; li { width: 25%; padding: 10px; .img { // padding: 10px; background-color: #f5f5f5; } h3 { text-align: center; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 60px; background-color: @color; color: #fff; } } } } .pro_main { display: flex; padding: 4% 0; justify-content: space-between; .main_left { width: 50%; h1 { font-size: 30px; padding: 4% 0; } .feature { line-height: 28px; } } .swiper_pro { border: 1px solid #ccc; } .pro_img { width: 44%; overflow: hidden; #thumbs { padding: 14px 0; .swiper-slide-thumb-active img { border: 1px solid @color; } } } } .leave { // padding-top: 4%; .mess_form { width: 870px; // margin: 3% auto; p { display: flex; margin-bottom: 34px; align-items: center; justify-content: space-between; input { width: 46%; padding: 0 8px; line-height: 40px; border: 1px solid #ccc; } } textarea { width: 100%; border: 1px solid #ccc; box-sizing: border-box; padding: 8px; line-height: 40px; height: 200px; } } .submit input { display: block; width: 120px; line-height: 36px; text-align: center; background-color: @color; color: #fff; margin: 20px auto 6% auto; } } // 生产环境 .schj{ padding-top: 2%; } .schj_one{ margin: 4% 0; display: flex; position: relative; overflow: hidden; padding-bottom: 100px; .swiper-container{ width: 50%; } .cont{ width: 50%; padding:50px 100px; box-sizing: border-box; i{ font-size: 60px; font-weight: bold; color: @color; } h2{ font-size: 40px; background-color: #fff; margin-top: -36px; position: relative; z-index: 9; } p{ padding-top: 4%; } } .thumbs{ width: 73%; position: absolute; bottom: 0; right: 0; overflow: hidden; img{ padding: 15px; background-color: #fff; } } } // 新闻中心 .news { padding: 6% 0; .news_list{ padding-top: 2%; ul { li { margin-bottom: 10px; a { display: flex; justify-content: space-between; padding: 15px; // border-bottom: 1px solid #ccc; background-color: #f5f5f5; .img { width: 26%; } .cont { width: 72%; h1 { font-size: 18px; } .time { font-size: 18px; font-weight: bold; color: @color; } .sum { margin: 2% 0; line-height: 28px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; } } p.more { width: 124px; line-height: 40px; text-align: center; border: 1px solid #ccc; margin-top: 14px; .transition; } &:hover .more { background-color: @color; color: #fff; } } } } } } .news_read { padding: 4% 0; // background-color: #f7f7f7; } .news_read .news_typename h1 { font-size: 22px; text-align: center; } .news_read .news_typename .time { text-align: center; color: #747474; padding: 14px 0; } .news_read .read_con { padding-bottom: 40px; line-height: 24px; } .news_read .cc_book { padding: 40px 0; margin-top: 20px; border-top: 1px solid #ccc; } // 技术支持 .tech{ padding: 3% 0; ul{ margin: -15px; li{ width: 33.33%; padding: 15px; a{ display: block; .tit{ h1{ font-size: 18px; width: 100%; padding: 14px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .sum{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; line-height: 24px; } } } } } } // 招聘 .join{ padding: 4% 0; .con1600{ .join_info{ h1{ font-size: 30px; text-align: center; a{ color: @color; } } } .img{ padding: 2% 0; } .join_rig{ width: 100%; .main{ .join_list{ width: 100%; ul{ width: 100%; display: flex; li{ text-align: center; font-size: 20px; line-height: 50px; &:nth-child(1){ width: 70%; text-align: left; padding-left: 40px; } &:nth-child(2){ width: 9%; text-align: left; padding-left: 40px; } &:nth-child(3){ width: 14%; text-align: left; padding-left: 40px; } &:last-child{ width: 6%; text-align: left; padding-left: 40px; // transform: rotate(90deg); } } } ul.th{ background-color: #636363; color: #fff; line-height: 40px; } ul.td{ line-height: 40px; text-align: center; li:last-child{ font-family: "simsun"; font-size: 24px; } &:hover a{ color: @color; } } .main_cont{ margin-bottom: 10px; color: #fff; li{ font-size: 16px; line-height: 50px; } } .main_cont .td{ background-color: @color; } .box{ display: none; } .cont{ display: flex; border-top:1px solid #ccc; line-height: 26px; color: #333; p{ line-height: 26px; } h1{ font-size: 16px; font-weight: bold; padding: 10px 0; color: @color; } .cont_left{ width: 50%; padding: 10px; } .cont_rig{ width: 50%; padding: 10px; } } } } } } } .contact{ padding: 4% 0; .info{ ul{ display: flex; margin: -5px; li{ flex:1; padding: 5px; a{ display: flex; align-items: center; justify-content: center; background-color: #f2f5f8; border-top:2px solid @color; padding: 20px 0; height: 100%; .icon{ width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border:6px solid #fff; background-color: @color; border-radius: 50%; } .cont{ padding-left: 14px; h3{ font-size: 20px; color: @color; font-weight: bold; } p{ line-height: 30px; font-size: 16px; } } } } } } .amap_box{ position: relative; .info{ padding: 20px; background: rgba(4,102,200,0.9); position: absolute; top: 50%; right:20px; transform: translateY(-50%); color: #fff; line-height: 30px; } } } // .amap-info{ // position: absolute; // left: 158px !important; // top: 198px !important; // } .head_wap { display: none; } .leave{ display: flex; // padding: 4% 0; justify-content: center; h1.typename{ font-size: 30px; text-align: center; padding: 4% 0; } } .lng_wap{ position: absolute; left: 14px; top: 20px; z-index: 9999; a{ display: block; background:url(../images/public/lng.gif) no-repeat center left; padding-left: 30px; background-size: 25px; color: #fff; } }