123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842 |
- @import 'global.scss';
- .banner {
- position: relative;
- a {
- display: block;
- position: absolute;
- left: 0;
- right: 0;
- margin: 0 auto;
- bottom: 15%;
- width: 150px;
- height: 38px;
- line-height: 38px;
- font-size: 14px;
- text-align: center;
- color: #fff;
- border: 1px solid #fff;
- z-index: 1;
- overflow: hidden;
- @media(min-width:768px){
- width: 180px;
- height: 48px;
- line-height: 48px;
- font-size: 18px;
- }
- &:after {
- content: '';
- position: absolute;
- z-index: -1;
- transition: width 0.3s, opacity 0.3s;
- width: 0;
- height: 530px;
- top: 50%;
- left: 50%;
- opacity: 0;
- background: rgba(0, 0, 0, 0.2);
- transform: translate3d(-50%, -50%, 0) rotate(45deg);
- backface-visibility: hidden;
- }
- &:hover,
- &:active {
- &:after {
- width: 100%;
- opacity: 1;
- }
- }
- }
- img {
- width: 100%;
- }
- }
- h2.title {
- color: #333;
- font-size: 24px;
- text-align: center;
- @media(min-width: 768px) {
- font-size: 36px;
- }
- @media(min-width:1200px) {
- font-size: 46px;
- }
- }
- .media-review {
- padding: 50px 0;
- @media(min-width: 768px) {
- padding: 70px 0;
- }
- @media(min-width:1200px) {
- padding: 100px 0;
- }
- .row {
- margin-top: 30px;
- @media(min-width: 768px) {
- margin-top: 50px;
- }
- @media(min-width: 1200px) {
- margin-top: 80px;
- }
- }
- .img {
- a {
- display: block;
- overflow: hidden;
- img {
- width: 100%;
- transition: all .5s ease;
- }
- &:hover,
- &:active {
- img {
- transform: scale(1.05);
- }
- }
- }
- }
- .txt {
- margin-top: 16px;
- @media(min-width:768px){
- margin-top: 26px;
- }
- clear: fix;
- h2 {
- float: left;
- color: #111;
- font-size: 16px;
- @media(min-width: 768px) {
- font-size: 22px;
- }
- @media(min-width:1200px) {
- font-size: 26px;
- }
- }
- a {
- float: right;
- color: $color;
- font-size: 14px;
- @media(min-width:768px){
- margin-top: 5px;
- }
- i {
- display: inline-block;
- width: 30px;
- height: 10px;
- transition: all .5s ease;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- &:hover,
- &:active {
- i {
- background-position: center right;
- }
- }
- }
- }
- ul {
- padding-left: 0;
- padding-top: 25px;
- @media(min-width: 768px) {
- padding-top: 0;
- padding-left: 50px;
- }
- @media(min-width:1200px) {
- padding-left: 100px;
- }
- li {
- padding-top: 20px;
- padding-bottom: 20px;
- @media(min-width:768px){
- padding-top: 0;
- padding-bottom: 28px;
- }
- border-bottom: 1px solid #ddd;
- h2 {
- line-height: 1.4;
- color: #111;
- transition: all .5s ease;
- @include ellipsisLn(2);
- font-size: 16px;
- @media(min-width: 768px) {
- font-size: 22px;
- }
- @media(min-width:1200px) {
- font-size: 26px;
- }
- }
- span {
- display: inline-block;
- margin-top: 10px;
- color: $color;
- font-size: 14px;
- i {
- display: inline-block;
- width: 30px;
- height: 10px;
- transition: all .5s ease;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- }
- &:hover,
- &:active {
- h2 {
- color: $color;
- }
- span {
- i {
- background-position: center right;
- }
- }
- }
- }
- li~li {
- padding-top:20px;
- @media(min-width:768px){
- padding-top: 28px;
- }
- }
- }
- }
- .social {
- height: 220px;
- @media(min-width: 768px) {
- height: 400px;
- }
- @media(min-width:1200px) {
- height: 610px;
- }
- background: url("/assets/image/banner-social.jpg") no-repeat center;
- background-size: cover;
- .container {
- height: 100%;
- font-size: 0;
- &:after {
- content: "";
- display: inline-block;
- vertical-align: middle;
- height: 100%;
- }
- }
- .txt {
- display: inline-block;
- vertical-align: middle;
- span {
- color: $color;
- font-size: 14px;
- @media(min-width:768px){
- font-size: 16px;
- }
- }
- h2 {
- color: #fff;
- line-height: 1.5;
- font-size: 18px;
- margin: 20px 0 30px;
- @media(min-width: 768px) {
- margin: 30px 0 70px;
- font-size: 36px;
- }
- @media(min-width:1200px) {
- margin: 50px 0 100px;
- font-size: 46px;
- }
- }
- a {
- font-size: 14px;
- @media(min-width:768px){
- font-size: 16px;
- }
- color: $color;
- &:hover,
- &:active {
- text-decoration: underline;
- }
- }
- }
- }
- .industry {
- padding: 50px 0;
- @media(min-width: 768px) {
- padding: 70px 0;
- }
- @media(min-width:1200px) {
- padding: 100px 0;
- }
- h2.title {
- margin-bottom: 10px;
- @media(min-width: 768px) {
- margin-bottom: 20px;
- }
- @media(min-width:1200px) {
- margin-bottom: 50px;
- }
- }
- ul {
- li {
- clear: fix;
- padding: 15px 0;
- border-bottom: 1px solid #e0e0e0;
- transition: all .5s ease;
- @media(min-width:768px){
- padding: 30px 0;
- }
- .time {
- width: 80%;
- float: left;
- font-size: 14px;
- color: #666;
- margin-top: 5px;
- margin-bottom: 5px;
- @media(min-width:768px){
- margin-top: 8px;
- width:20%;
- }
- }
- .txt {
- float: left;
- width: 100%;
- @media(min-width:768px){
- width:80%;
- }
- a {
- display: inline-block;
- transition: all .5s ease;
- &:hover,
- &:active {
- h2 {
- display: inline-block;
- color: $color;
- }
- }
- }
- h2 {
- color: #111;
- line-height: 1.6;
- transition: all .5s ease;
- font-size: 16px;
- @media(min-width: 768px) {
- font-size: 22px;
- }
- @media(min-width:1200px) {
- font-size: 24px;
- }
- }
- span {
- display: block;
- margin-top: 5px;
- color: #999;
- font-size: 14px;
- }
- }
- &:hover,
- &:active {
- background: #eee;
- }
- }
- }
- }
- .view-industry {
- clear: fix;
- a {
- display: block;
- float: right;
- color: $color;
- margin-top: 15px;
- i {
- display: inline-block;
- width: 30px;
- height: 10px;
- transition: all .5s ease;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- &:hover,
- &:active {
- i {
- background-position: center right;
- }
- }
- }
- }
- .dynamic {
- background: #fff;
- max-width: 940px;
- padding: 0 15px;
- margin: 0 auto 60px;
- @media(min-width:768px){
- margin: 0 auto 100px;
- }
- @media(min-width:1200px){
- margin: 0 auto 120px;
- }
- h2.title{
- margin-bottom: 30px;
- @media(min-width: 768px) {
- margin-bottom:50px;
- }
- @media(min-width:1200px) {
- margin-bottom: 80px;
- }
- }
- ul {
- li {
- clear: fix;
- margin-top: 20px;
- transition:all .5s ease;
- @media(min-width:768px){
- margin-top: 30px;
- }
- &:hover{
- box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
- //transform: translateY(-10px);
- }
- .left {
- float: left;
- padding: 0 8px;
- background: #f86363;
- color: #fff;
- text-align: center;
- width: 100%;
- @media(min-width:768px){
- width: 22%;
- }
- .time {
- padding: 10px 0;
- @media(min-width: 768px) {
- padding: 20px 0;
- min-height: 180px;
- }
- @media(min-width:1200px) {
- min-height: 210px;
- }
- .day {
- font-family: "Publico-Headline-Medium";
- font-size: 40px;
- @media(min-width: 768px) {
- font-size: 72px;
- }
- @media(min-width:1200px) {
- font-size: 94px;
- }
- }
- .year {
- font-size: 14px;
- @media(min-width: 768px) {
- font-size: 20px;
- }
- }
- }
- .from {
- font-size: 14px;
- @include ellipsis(auto);
- height: 50px;
- line-height: 50px;
- border-top: 1px solid #fff;
- }
- }
- .right {
- float: right;
- padding: 0 20px;
- width: 100%;
- background: #f2f2f2;
- @media(min-width:768px){
- width: 78%;
- padding: 0 30px;
- }
- .operate {
- line-height: 50px;
- height: 50px;
- clear: fix;
- .share {
- float: left;
- font-size: 0;
- &>span {
- cursor: pointer;
- color: $color;
- display: inline-block;
- vertical-align: middle;
- font-size: 14px;
- padding-left: 25px;
- background: url("/assets/image/share.png") no-repeat left;
- transition: all .5s ease;
- }
- .share-box {
- display: inline-block;
- vertical-align: middle;
- display: none;
- transition: all .5s ease;
- &.showIn{
- display: inline-block;
- }
- }
- }
- .detail {
- display: block;
- float: right;
- color: $color;
- font-size: 14px;
- i {
- display: inline-block;
- width: 30px;
- height: 10px;
- transition: all .5s ease;
- background: url("/assets/image/arrow-color.png") no-repeat center;
- }
- &:hover,
- &:active {
- i {
- background-position: center right;
- }
- }
- }
- }
- .txt {
- padding: 15px 0;
- @media(min-width: 768px) {
- min-height: 180px;
- padding: 26px 0;
- }
- @media(min-width:1200px) {
- min-height: 210px;
- }
- span {
- display: block;
- color: $color;
- font-size: 14px;
- margin-bottom: 14px;
- @include ellipsis(auto);
- }
- a:hover,
- &:active {
- h2 {
- color: $color;
- }
- }
- h2 {
- color: #111;
- line-height: 1.4;
- transition: all .5s ease;
- @include ellipsisLn(2);
- font-size: 18px;
- margin-bottom: 5px;
- @media(min-width: 768px) {
- font-size: 24px;
- margin-bottom: 15px;
- }
- @media(min-width:1200px) {
- font-size: 28px;
- }
- }
- .p1,p {
- display: block;
- color: #333;
- font-size: 14px;
- @media(min-width: 768px){
- font-size: 18px;
- }
- @include ellipsis(auto);
- }
- }
- }
- }
- }
- }
- .social-share a {
- border: 0 !important;
- color: #ed4747 !important;
- &:hover,
- &:active {
- background: #ed4747 !important;
- color: #fff !important;
- }
- }
- .repository {
- @media(min-width:768px){
- background: linear-gradient(to right, #ffffff 50%, #eeeeee 50%, #eeeeee);
- }
- .dynamic{
- padding: 0;
- @media(min-width:768px){
- padding-right: 15px;
- }
- }
- .industry{
- padding-top: 0;
- @media(max-width:767px){
- padding-bottom: 60px;
- .list-title{
- padding-top: 10px;
- margin-bottom: 0;
- }
- }
- @media(min-width:768px){
- padding-bottom: 100px;
- }
- @media(min-width:1200px){
- padding-bottom: 120px;
- }
- ul{
- li{
- transition: all .5s ease;
- &:hover,&:active{
- padding-left: 8px;
- @media(min-width:768px){
- padding-left: 38px;
- }
- }
- }
- }
- @media(min-width:768px){
- ul{
- margin-right: -15px;
- li{
- padding-left: 30px;
- padding-right: 30px;
- }
- }
- }
-
- }
- .list{
- background: #fff;
- padding-top: 20px;
- @media(min-width:768px){
- padding-top: 50px;
- }
- }
- .list-title{
- font-size: 24px;
- color: #111;
- border-bottom: 1px solid #eee;
- padding: 40px 0 20px;
- margin-bottom: 20px;
- @media(min-width:768px){
- margin-bottom: 20px;
- font-size: 36px;
- padding: 50px 0;
- margin-right: -15px;
- }
- @media(min-width:1200px){
- font-size: 44px;
- margin-bottom: 30px;
- }
- }
- .back-nav{
- color: $color;
- font-size: 14px;
- cursor: pointer;
- display: inline-block;
- @media(max-width:767px){
- margin-bottom: 30px;
- }
- i {
- display: inline-block;
- width: 30px;
- height: 10px;
- transition: all .5s ease;
- background: url("/assets/image/arrow-color-left.png") no-repeat center;
- }
- &:hover,
- &:active {
- i {
- background-position: center left;
- }
- }
- }
- .category{
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: #f8f8f8;
- z-index: 1010;
- padding: 30px;
- overflow: auto;
- background: #eee;
- transform: translateX(100%);
- transition: all .5s ease;
- -webkit-overflow-scrolling: touch;
- &.showIn{
- transform: translateX(0);
- }
- @media(min-width:768px){
- position: relative;
- top: auto;
- left: auto;
- right: auto;
- bottom: auto;
- transform: translateX(0);
- z-index: 1;
- }
- .total{
- padding: 30px 0 20px;
- border-bottom: 1px solid #e0e0e0;
- @media(min-width:768px){
- padding: 36px 0;
- }
- span{
- color: #333;
- font-size: 16px;
- }
- p{
- color: #c6c6c6;
- font-family: "Publico-Headline-Medium";
- font-weight: lighter;
- margin-top: 5px;
- font-size: 50px;
- @media(min-width:768px){
- font-size: 60px;
- }
- }
- }
- ul{
- margin:0 -15px;
- margin-top: 30px;
- @media(min-width:768px){
- margin-top: 65px;
- }
- li{
- margin: 15px 0;
- a{
- display: inline-block;
- color: #666;
- padding: 10px 30px;
- font-size: 16px;
- border-left: 2px solid #eee;
- transition: all .5s ease;
- @media(min-width:768px){
- font-size: 14px;
- }
- &:hover,&.active,&.cur{
- color: $color;
- border-color: $color;
- }
- }
- }
- }
- }
- }
- .service-main{
- padding-bottom: 60px;
- @media(min-width:768px){
- padding-bottom:100px;
- }
- @media(min-width:768px){
- padding-bottom:120px;
- }
- .tit{
- font-size: 24px;
- @media(max-width:1920px){
- font-size: 24px;
- }
- @media(max-width:1200px){
- font-size: 20px;
- }
- @media(max-width:768px){
- font-size: 18px;
- }
- color: #333;
- padding: 50px 0;
- }
- .srv-list{
- font-size: 16px;
- line-height: 2;
- @media(max-width:1920px){
- font-size: 16px;
- }
- @media(max-width:1200px){
- font-size: 15px;
- }
- @media(max-width:768px){
- font-size: 14px;
- }
- li~li{
- padding-top: 30px;
- }
- }
- .complaint-inline-list{
- li{
- display: inline-block;
- margin-right: 50px;
- }
- @media(max-width:768px){
- li{
- display: block;
- margin-right: 0px;
- }
- br{
- display: none;
- }
- }
- }
- .img{
- width: 100%;
- text-align: center;
- padding-bottom: 30px;
- img{
- max-width: 100%;
- }
- }
- .insure{
- width: 70%;
- margin: 0 auto;
- @media(max-width:768px){
- width: 90%;
- }
- }
- .ash{
- font-size: 14px;
- color: #666666;
- line-height: 30px;
- @media(max-width:768px){
- font-size: 13px;
- }
- }
- .srv-table{
- width: 100% !important;
- margin: 50px 0 30px;
- text-align: center;
- line-height: 1.8;
- tr{
- p{
- padding: 30px 10px;
- }
- }
- }
- }
- .table-compensate{
- td[rowspan]{
- vertical-align: top;
- p{
- font-weight: bold;
- text-align: left;
- }
- }
- }
- .table-well{
- td:first-child{
- text-align: left;
- }
- .td-h{
- vertical-align: top;
- }
- .td-r{
- padding-left: 100px !important;
- }
- @media(max-width:768px){
- .td-r{
- padding-left: 10px !important;
- }
- }
- }
|