@import "common.less"; //banner .banner{ //border-top: 4px solid @red; } .sub-banner{ width: 100%; height: 150px; margin: 0px auto; background-size: 100% auto; background-repeat: no-repeat; background-position: top center; } #swiper-banner { margin: 0 auto; a{ display: block; width: 100%; height: 100%; text-decoration: none; .banner_img{ width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; img { max-width: none; height: 210px; } } } .swiper-pagination{ bottom: 3px; } .swiper-pagination .swiper-pagination-bullet { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; background: @white; opacity: 1; width: 10px; height: 10px; margin: 0 4px; } .swiper-pagination .swiper-pagination-bullet-active { background: @red !important; border-radius: 50%; } @media (min-width: @min_width) { position: relative; a{ .banner_img{ width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; img { max-width: none; height: 580px; } } .banner_txt { position: absolute; left: 0; right: 0; z-index: 1; bottom: 0; background-color: rgba(0,0,0,0.8); height: 68px; line-height: 68px; padding-left: calc(~"(100% - 1140px)/2"); span{ color: @white; font-size: 26px; } } } .swiper-pagination{ bottom: 22px; width: auto; left: auto; right: calc(~"(100% - 1140px)/2"); span:last-child{ margin-right: 0; } } .swiper-pagination .swiper-pagination-bullet{ margin: 0 8px; width: 13px; height: 13px; } } } .wrap{ .head{ margin: 0px auto; padding: 20px 15px 25px 15px; text-align: center; .head-title { width: 100%; &>a{ display: flex; justify-content: flex-start; align-items: center; line-height: 20px; text-decoration: none; height: 42px; border-bottom: 1px solid @graye1; .ch { font-size: 20px; color: @020202; line-height: 200%; height: 100%; border-bottom: 2px solid @red; position: relative; bottom: -1px; font-weight: bold; } .en { font-family: Arial; font-size: 20px; color: @red; margin-left: 13px; } } } .head-bottom { width: 100%; height: 6px; display: flex; justify-content: center; align-items: center; margin-top: 10px; img{ height: 6px; display: flex; margin: 0; padding: 0; } } } @media (min-width: @min_width) { .head{ margin: 0px auto; padding: 35px 0 20px 0; .head-title{ &>a{ position: relative; &:after{ position: absolute; right: 0px; top: calc(~"50% - 8px"); height: 20px; content: url("@{images}common/arrow.svg"); z-index: 1; } } } } } } .news-wrap{ .con{ padding: 0 15px; .l{ #swiper-news { margin: 0 auto; a{ width: 100%; height: 100%; text-decoration: none; display: flex; justify-content: center; align-items: center; overflow: hidden; .img{ display: flex; justify-content: center; align-items: center; width: 100%; img { max-width: none; min-width: 100%; max-height: 215px; display: block; } } .txt{ position: absolute; height: 50px; left: 0; right: 0; bottom: 0; padding: 10px; z-index: 1; background-color: fade(@black,70%); h3{ font-size: 15px; line-height: 15px; margin: 0; padding: 0; font-weight: normal; color: @white; text-align: center; } } } .swiper-pagination{ bottom: 0px; } .swiper-pagination .swiper-pagination-bullet { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; background: @white; opacity: 1; width: 10px; height: 10px; margin: 0 4px; } .swiper-pagination .swiper-pagination-bullet-active { background: @red !important; width: 10px; border-radius: 50%; } @media (min-width: @min_width) { position: relative; a{ .img{ display: flex; justify-content: center; align-items: center; img { max-width: none; min-width: 100%; max-height: 338px; display: block; } } } .swiper-pagination{ bottom: 2px; } .swiper-pagination .swiper-pagination-bullet{ width: 10px; height: 10px; margin: 0 5px; } } } } .r{ ul{ padding: 5px 0; margin: 0; li{ line-height: 35px; list-style: none; height: 35px; position: relative; padding-left: 16px; display: flex; justify-content: flex-start; align-items: center; &:before{ position: absolute; content: ""; display: inline-block; width: 4px; height: 4px; left: 0; top: calc(~"50% - 3px"); border-radius: 50%; background-color: @red; } a{ color: @black; font-size: 15px; font-weight: @font_weight; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; -webkit-box-orient: vertical; text-decoration: none; } span{ color: @c7c7c7; font-size: 14px; margin-left: 25px; min-width: 140px; } img{ margin-left: 23px; width: 15px; } &:hover{ a{ color: @red; } } } } } } @media (max-width: 767px) { .con{ .r{ ul{ li{ &:nth-last-child(1),&:nth-last-child(2){ display: none; } } } } } } @media (min-width: @min_width) { .con{ display: flex; justify-content: space-between; align-items: center; padding: 14px 0 40px 0; .l{ width: 470px; height: 294px; display: flex; justify-content: center; align-items: center; } .r{ width: calc(~"100% - 500px"); margin-left: 30px; ul{ padding: 0; li{ padding-left: 22px; height: 36px; line-height: 36px; display: flex; align-items: center; position: relative; &:after{ position: absolute; content: ""; left: 0; bottom: 0; right: 0; height: 1px; background-color: #f3f3f3; } a{ color: @gray3a; } span{ color: @gray3a; font-size: 15px; min-width: 90px; } } } } } } } .video-wrap{ .con{ padding-bottom: 9px; #swiper-video{ .swiper-slide{ width: 64%; margin-right: 25px; a{ text-decoration: none; .img{ display: flex; justify-content: center; align-items: center; position: relative; .transparent { position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: fade(@black,70%); z-index: 1; transition: all .6s ease 0s; opacity: 1; } .icon { position: absolute; left: calc(~"50% - 23px"); top: calc(~"50% - 23px"); width: 46px; height: 46px; background: url("@{images}common/videos02.png") 0px 0px no-repeat; z-index: 2; transition: all .6s ease 0s; opacity: 1; } img{ height: 150px; min-width: 100%; max-width: none; transform: translateZ(0px); transition: transform 0.2s ease 0s; } } .text{ display: flex; justify-content: center; align-items: center; padding: 22px 0 0 0; img{ height: 12px; width: 20px; } h1{ margin: 0; margin-left: 10px; color: @0e0e0d; font-size: 16px; line-height: 16px; font-weight: normal; transition: all .3s; max-width: 75%; } } &:hover,&:active{ .img{ .transparent { opacity: 0; } .icon { opacity: 0; } img{ transform: scale(1.1, 1.1); transition: transform 0.6s ease 0s; } } .text{ h1{ color: @red; } } } } } } } @media (min-width: @min_width) { .maxW1140{ display: flex; justify-content: flex-end; align-items: center; padding-top: 36px; padding-bottom: 26px; background: url("@{images}index/videosbg.png") no-repeat; background-position: 0 111px; position: relative; } .head{ position: absolute; left: 0; top: 26px; z-index: 1; margin: 0; padding: 0; text-align: center; .head-title { width: 100%; a{ display: flex; justify-content: flex-start; align-items: center; line-height: 20px; text-decoration: none; height: 42px; border-bottom: 1px solid @graye1; &:after{ position: absolute; right: 0; top: 52px; content: url("@{images}common/arrow.svg"); z-index: 1; } .ch { font-size: 20px; color: @020202; line-height: 200%; height: 100%; border-bottom: 2px solid @red; position: relative; bottom: -1px; } } } } .con{ padding-bottom: 0; #swiper-video{ .swiper-slide{ width: 222px; margin-right: 23px; &:last-child{ margin-right: 0; } a{ .img{ border: 3px solid @white; img{ height: 119px; } } .text{ padding: 13px 0; img{ height: 9px; width: 15px; } h1{ margin: 0; margin-left: 12px; color: @0e0e0d; font-size: 14px; line-height: 14px; } } } } } } } @media screen and (min-width:@min_width) and (max-width:1024px) { .con{ #swiper-video{ .swiper-slide{ width: 195px; margin-right: 10px; a{ .img{ img{ height: 110px; } } } } } } } } .sub-wrap{ .sub-head-title{ a{ display: flex; justify-content: flex-start; align-items: center; line-height: 20px; text-decoration: none; img{ margin-left: 14px; height: 16px; } .ch { font-size: 14px; color: @020202; line-height: 200%; height: 100%; position: relative; font-weight: bold; } &:hover{ .ch{ color: @red; } } } } } .index-03{ .maxW1140{ .l{ .con{ display: flex; justify-content: space-between; align-items: flex-start; flex-flow: column; .sub-l{ width: 100%; padding: 0 15px; .sub-con{ ul{ padding: 0; margin: 0; li{ line-height: 35px; list-style: none; height: 35px; position: relative; padding-left: 16px; display: flex; justify-content: flex-start; align-items: center; &:before{ position: absolute; content: ""; display: inline-block; width: 4px; height: 4px; left: 0; top: calc(~"50% - 3px"); border-radius: 50%; background-color: @red; } a{ color: @black; font-size: 15px; font-weight: @font_weight; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; -webkit-box-orient: vertical; text-decoration: none; } &:hover{ a{ color: @red; } } } } } } .sub-r{ padding: 10px 15px 0 15px; display: flex; justify-content: space-between; align-items: flex-start; width: 100%; .sub-wrap{ display: flex; flex-flow: column; justify-content: space-between; align-items: center; margin-left: 15px; min-height: 170px; &:first-child{ margin-left: 0; } .sub-head-title{ } .sub-con{ .img{ border: 5px solid @grayee; width: 100%; img{ width: 100%; height: 125px; } } } } } } } .r{ ul{ padding: 0px 15px; margin: 0; li{ line-height: 35px; list-style: none; height: 35px; position: relative; padding-left: 16px; display: flex; justify-content: flex-start; align-items: center; &:before{ position: absolute; content: ""; display: inline-block; width: 4px; height: 4px; left: 0; top: calc(~"50% - 3px"); border-radius: 50%; background-color: @red; } a{ color: @black; font-size: 15px; font-weight: @font_weight; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; -webkit-box-orient: vertical; text-decoration: none; } &:hover{ a{ color: @red; } } } } } } @media (min-width: @min_width) { .maxW1140{ display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 20px; .l{ width: 100%; flex: 1; .con{ justify-content: space-between; align-items: flex-start; flex-flow: row; padding-top: 8px; .sub-l{ flex: 1; width: 0%; padding: 0; .sub-con{ margin-top: 21px; ul{ li{ line-height: 30px; height: 30px; a{ font-size: 14px; } } } } } .sub-r{ padding: 0; margin-left: 20px; width: auto; .sub-wrap{ min-height: 195px; margin-left: 20px; &:first-child{ margin-left: 20px; } .sub-con{ .img{ img{ height: 130px; } } } } } } } .r{ margin-left: 30px; width: 37.6%; ul{ padding: 5px 0; li{ a{ font-size: 14px; } } } } } } } .index-04{ .maxW1140{ .l{ .con{ display: flex; justify-content: space-between; align-items: flex-start; flex-flow: column; .sub-l{ width: 100%; padding: 0 15px; .sub-wrap{ .sub-head-title{ a{ .ch{ color: @red; } } } .sub-con{ line-height: 28px; color: @black; text-align: justify; font-size: 15px; text-indent: 2em; margin-bottom: 9px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; a{ text-decoration: none; color: @black; } &:hover{ a{ color: @red; } } } } } .sub-r{ width: 100%; padding: 20px 15px 0 15px; .sub-wrap{ .sub-head-title{ a{ .ch{ color: @red; } } } .sub-con{ ul{ padding: 0; margin: 0; li{ line-height: 35px; list-style: none; height: 35px; position: relative; padding-left: 16px; display: flex; justify-content: flex-start; align-items: center; &:before{ position: absolute; content: ""; display: inline-block; width: 4px; height: 4px; left: 0; top: calc(~"50% - 3px"); border-radius: 50%; background-color: @red; } a{ color: @black; font-size: 15px; font-weight: @font_weight; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; -webkit-box-orient: vertical; text-decoration: none; } &:hover{ a{ color: @red; } } } } } } } } } .r{ .con{ ul{ padding: 0px 15px; margin: 0; li{ line-height: 35px; list-style: none; height: 35px; position: relative; padding-left: 16px; display: flex; justify-content: flex-start; align-items: center; &:before{ position: absolute; content: ""; display: inline-block; width: 4px; height: 4px; left: 0; top: calc(~"50% - 3px"); border-radius: 50%; background-color: @red; } a{ color: @black; font-size: 15px; font-weight: @font_weight; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; -webkit-box-orient: vertical; text-decoration: none; } &:hover{ a{ color: @red; } } } } } } } @media (min-width: @min_width) { padding-bottom: 27px; .maxW1140{ display: flex; justify-content: space-between; align-items: flex-start; .l{ width: 100%; flex: 1; .head{ .head-title{ position: relative; &>a{ &:after{ display: none; } } .head-title-r{ position: absolute; z-index: 1; right: 0; bottom: 5px; ul{ padding: 0; margin: 0; display: flex; justify-content: flex-end; align-items: center; li{ list-style: none; margin-left: 16px; a{ color: @black; font-size: 14px; text-decoration: none; } &:hover{ a{ color: @red; } } } } } } } .con{ justify-content: space-between; align-items: flex-start; flex-flow: row; .sub-l{ flex: 1; width: 0%; padding: 0; .sub-wrap{ display: flex; flex-flow: column; justify-content: space-between; height: 175px; .sub-con{ -webkit-line-clamp: 5; font-size: 14px; line-height: 25px; } } } .sub-r{ margin-left: 74px; max-width: 240px ; flex: 1; width: 0%; padding: 0; .sub-wrap{ display: flex; flex-flow: column; /*justify-content: space-between;*/ height: 175px; .sub-con{ margin-top: 6px; ul{ li{ a{ font-size: 14px; } } } } } } } } .r{ margin-left: 30px; width: 37.6%; .con{ ul{ padding: 5px 0; li{ a{ font-size: 14px; } } } } } } } } .case-wrap{ .con{ padding-bottom: 27px; .swiper-slide{ width: 64%; margin-right: 25px; a{ text-decoration: none; display: block; position: relative; .img{ display: flex; justify-content: center; align-items: center; overflow: hidden; img{ height: 150px; max-width: none; min-width: 100%; } } .text{ position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; height: 24px; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; img{ height: 16px; } h1{ margin: 0; color: @white; font-size: 14px; font-weight: normal; max-width: 90%; } } } } } @media (min-width: @min_width) { padding-bottom: 0px; .con{ padding-top: 10px; padding-bottom: 19px; .swiper-slide{ width: 274px; margin-right: 14px; &:last-child{ margin-right: 0; } a{ .img{ img{ height: 170px; } } .text{ padding: 13px 0; img{ height: 14px; } h1{ margin: 0; } } } } } } @media screen and (min-width:@min_width) and (max-width:1024px) { .con{ .swiper-slide{ width: calc(~"25% - 10.5px"); a{ .img{ img{ height: 150px; } } } } } } } .visits_experts-wrap{ @media (min-width: @min_width) { .con{ padding-bottom: 40px; a{ display: flex; justify-content: center; align-items: flex-end; img{ } } } } } .box{ background-color: @white; margin: 7px 15px; @media only screen and (min-width: 1230px) { margin: 15px auto; } } .more{ padding: 15px; padding-top: 0; text-align: center; a{ display: flex; justify-content: center; align-items: center; height: 50px; background-color: @red; font-size: 20px; line-height: 20px; color: white; } } //pc版栏目 .sub_pc_title{ @media (min-width: @min_width) { //border-top: 5px solid @red; border-bottom: 1px solid @e7e7e7; &>div{ display: flex; justify-content: space-between; align-items: center; min-height: 90px; .l{ display: flex; justify-content: flex-start; align-items: flex-end; img{ margin-right: 10px; height: 26px; } h1{ padding: 0; margin: 0; font-size: 25px; font-weight: @font_weight; //font-family: "微软雅黑"; line-height: 25px; color: @black; } h3{ padding: 0; margin: 0; margin-left: 10px; font-size: 20px; font-weight: lighter; font-family: "微软雅黑"; line-height: 20px; color: #b6b6b6; } } //.r{ // ul{ // margin: 0; // padding: 0; // display: flex; // justify-content: flex-start; // align-items: center; // position: relative; // &:after{ // position: absolute; // content: ""; // left: 0; // height: 2px; // width: 60px; // background-color: @red; // bottom: -1px; // z-index: 1; // } // li{ // height: 90px; // line-height: 62px; // list-style: none; // padding: 0; // position: relative; // display: flex; // justify-content: flex-end; // align-items: flex-end; // font-size: 14px; // color: @black; // a{ // color: @black; // display: block; // width: auto; // position: relative; // padding-right: 20px; // &:after{ // position: absolute; // content: ">"; // display: flex; // justify-content: center; // align-items: center; // right: 6px; // height: 14px; // top: calc(~"50% - 8px"); // z-index: 1; // } // } // &:last-child{ // a{ // padding-right: 0px; // &:after{ // display: none; // } // } // } // } // } //} .r{ ul{ margin: 0; padding: 0; display: flex; justify-content: flex-start; align-items: center; li{ height: 90px; list-style: none; padding: 0 25px; position: relative; display: flex; justify-content: flex-end; align-items: flex-end; &:last-child{ padding-right: 0; } &:after{ position: absolute; content: url("@{images}common/diamond.svg"); left: 0; bottom: 22px; width: 12px; height: 12px; line-height: 100%; z-index: 1; display: flex; justify-content: center; align-items: center; } a{ line-height: 55px; color: @black; font-size: 16px; display: block; width: auto; text-decoration: none; } &.active,&:hover{ a{ color: @red; } } } } } } } } //手机版栏目 .sub_m_title{ margin-top: 23px; a{ text-decoration: none; h3{ margin: 0; padding: 0; color: @red; text-align: center; font-size: 20px; font-weight: bold; } .border_bg{ margin-top: 10px; position: relative; display: flex; justify-content: center; align-items: center; &:after{ position: absolute; content: ""; background-color: #ededed; height: 1px; left: 0; right: 0; top: 50%; z-index: 1; } h4{ position: relative; z-index: 2; margin: 0; padding: 0 15px; font-size: 20px; line-height: 20px; background-color: white; color: fade(@red, 20%); } } } } //正文标题 .sub_show_title{ overflow: hidden; h1{ display: inline-block; line-height: 35px; font-size: 22px; margin: 0; margin-top: 10px; padding: 0; color: @black; font-weight: bold; } .line-ee-1{ margin-top: 20px; } ul{ padding: 0; margin: 0; margin-top: 18px; padding-bottom: 14px; display: flex; justify-content: flex-start; flex-wrap: wrap; position: relative; &:after{ position: absolute; bottom: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #d4d4d4; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } &:before{ position: absolute; top: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #d4d4d4; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } li{ list-style: none; line-height: 12px; font-size: 12px; margin-top: 12px; padding-right: 32px; position: relative; color: @gray3a; &:after{ position: absolute; content: ""; right: 16px; top: 0; bottom: 0; background-color: #d4d4d4; width: 1px; transform: rotateX(0.5); } &:last-child{ &:after{ display: none; } } a{ color: @blue; } &:hover, &.active{ a{ font-weight: bold; } } } } @media (min-width: @min_width) { padding: 0; text-align: center; h1{ margin: 0; margin-top: 24px; padding: 0; } .line-ee-1{ margin-top: 30px; } ul{ margin-top: 28px; padding: 0; padding-bottom: 16px; justify-content: center; li{ margin-top: 16px; line-height: 14px; font-size: 14px; color: @gray3a; a{ color: @gray3a; } } } } } //正文 .sub_show{ overflow: hidden; padding: 20px 0; margin: 0px 15px; @media only screen and (min-width: 1230px) { margin: 0px auto; } *{ color: @gray3a; font-size: 18px; line-height: 35px; text-align: justify; } @media (min-width: @min_width) { padding: 55px 55px 30px 55px; *{ font-size: 16px; line-height: 35px; } img{ max-width: 800px; } video{ width: 800px; height: 450px; text-align: center; margin: 0 auto; } } } .sub_show2{ padding-top: 20px; margin: 0 auto; @media (min-width: @min_width) { padding-top: 41px; } } //列表 .sub_list{ .list{ padding: 0; overflow: hidden; padding: 0 15px; padding-bottom: 15px; ul{ padding: 0; margin: 0; li{ list-style: none; padding: 15px 0; position: relative; display: flex; justify-content: flex-start; align-items: flex-start; flex-flow: column; a{ font-size: 18px; line-height: 30px; color: @gray3a; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .date{ align-self: flex-end; span{ font-size: 15px; color: @grayc1; margin-right: 15px; img{ height: 15px; margin-right: 4px; } } } &:after{ position: absolute; bottom: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #eeeeee; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } } } } @media (min-width: @min_width) { .list{ padding: 0px; padding-top: 14px; ul{ li{ padding: 0; justify-content: flex-start; align-items: center; flex-flow: nowrap; line-height: 40px; position: relative; padding-left: 16px; &:before{ position: absolute; content: ""; display: inline-block; width: 4px; height: 4px; left: 0; top: calc(~"50% - 3px"); border-radius: 50%; background-color: @red; } a{ margin-left: 0px; font-size: 15px; color: @black; text-overflow: ellipsis; -moz-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; max-width: calc(~"100% - 95px"); } .date{ align-self: flex-start; margin-left: 25px; span{ font-size: 13px; color: @grayc1; margin-right: 0px; img{ height: 15px; margin-right: 4px; } } } &:after{ display: none; } &:nth-child(5n){ padding-bottom: 10px; margin-bottom: 36px; &:before{ top: calc(~"50% - 8px"); } &:after{ display: block; position: absolute; bottom: 0; left: 0; content: ""; z-index: 1; width: 100%; height: 1px; background-color: #eeeeee; transform: scaleY(0.5); @media (min-width: @min_width) { transform: scaleY(1); } } } } } } } } //图列表 .sub_pic_list{ .list{ ul{ margin: 0 15px; margin-top: 25px; padding: 0; padding-bottom: 5px; li{ list-style: none; margin-top: 20px; margin-bottom: 0; a{ display: flex; justify-content: center; align-items: center; flex-flow: column; .img{ display: flex; justify-content: center; align-items: center; width: 100%; img{ max-width: none; min-width: 100%; max-height: 220px; display: block; } } .txt{ width: 100%; font-size: 16px; color: @gray3a; line-height: 50px; height: 50px; text-align: center; border: 1px solid @grayee; } .text{ display: flex; justify-content: center; align-items: center; padding: 20px 0; padding-bottom: 15px; width: 100%; img{ height: 12px; width: 20px; } h1{ margin: 0; margin-left: 10px; color: @0e0e0d; font-size: 16px; line-height: 16px; font-weight: normal; transition: all .3s; max-width: calc(~"100% - 33px"); } } &:hover,&:active{ .text{ h1{ color: @red; } } } } } } } @media (min-width: @min_width) { .list{ ul{ display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0 0 0 0; li{ width: calc(~"33.333% - 26.66666px"); margin-top: 50px; margin-bottom: 0; a{ text-decoration: none; .txt{ margin-top: 1px; line-height: 40px; height: 40px; font-size: 16px; background-color: @f0f0f0; transition: all .3s; padding: 0 15px; border: 0; } .text{ padding: 20px 0; padding-bottom: 15px; img{ height: 13px; width: 22px; } h1{ margin: 0; margin-left: 12px; color: @0e0e0d; font-size: 16px; line-height: 16px; } } &:hover{ .txt{ background-color: @red; color: @white; } } } &:nth-child(3n-1){ margin: 0 40px; margin-top: 50px; } } } } } } //联系我们 .contact-us{ color: @gray3a; margin-bottom: 25px; #container{ height: 200px; margin-top: 25px; .amap-logo{ z-index: 1; } .amap-copyright{ z-index: 1; } } .amap-marker-label{ background-color: @red; color: @white; font-size: 12px; line-height: 20px; padding: 0 5px; border: 0; left: -46px!important; top: 40px!important; } h2{ margin: 0; margin-top: 23px; padding: 0 15px; font-size: 18px; line-height: 35px; font-weight: bold; } .txt{ padding: 0 15px; p{ margin: 0; padding: 0; font-size: 18px; line-height: 35px; } a{ text-decoration: none; color: #002244; } } ul{ margin: 0; padding: 0; padding-bottom: 40px; display: flex; justify-content: center; align-items: center; flex-flow: column; li{ margin-top: 40px; list-style: none; text-align: center; h5{ margin: 0; padding: 0; margin-top: 22px; color: #10196e; } } } @media (min-width: @min_width){ padding: 0; margin-bottom: 50px; color: @gray3a; #container{ height: 375px; margin-top: 40px; } .amap-marker-label{ font-size: 16px; line-height: 40px; left: -70px!important; top: 40px!important; } h1{ margin: 0; padding: 0; text-align: center; color: @gray3a; font-size: 25px; } h2{ margin: 0; margin-top: 50px; padding: 0; font-size: 16px; line-height: 40px; } .art{ display: flex; justify-content: space-between; } .txt{ margin-top: 0px; padding: 0; p{ margin: 0; padding: 0; font-size: 16px; line-height: 40px; } } ul{ flex: 1; margin: 0; padding: 0; display: flex; justify-content: flex-end; align-items: flex-end; flex-flow: nowrap; li{ margin:0; list-style: none; text-align: center; margin-left: 8%; h5{ margin: 0; padding: 0; margin-top: 22px; color: #10196e; } } } } }
Baidu
map