@charset "UTF-8";

/* CSS Document */

.bannerBox li {
    position: relative;
}

.bannerBox img {
    opacity: 0;
    pointer-events: none;
}

.bannerArea .Txt {
    position: absolute;
    width: 1160px;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.bannerArea .Txt .inner {
    float: right;
    text-align: center;
    margin-top: 190px;
}

.bannerArea .Txt h2 {
    position: relative;
    font-size: 40px;
    color: #0c120c;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.bannerArea .Txt h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(46, 54, 58, 0.7);
}

.bannerArea .Txt p {
    color: #0c120c;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 30px;
}

.bannerArea .Txt p:nth-of-type(2) {
    font-size: 18px;
}

.bannerArea .Txt .btn {
    display: inline-block;
    margin-top: 40px;
    font-size: 14px;
    color: #000;
    letter-spacing: .2em;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 13px 60px;
    box-sizing: border-box;
}

.bannerArea .Txt .btn:hover {
    background: #000;
    color: #fff;
}

.bannerArea .Txt .btn:hover path {
    fill: #fff !important;
}

.bannerArea .Txt .btn i {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
}

.bannerArea .Txt .btn svg {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 18px;
}

.bannerArea .Txt .btn path {
    fill: #000 !important;
    transition: all .5s;
}


/*--banner small-*/

.bannerArea.small .Img {
    height: 400px;
    overflow: hidden;
}

.bannerArea.small li img {
    display: block;
    width: 100%;
}

.bannerArea.small .Txt .inner {
    margin-top: 120px;
}

.bannerArea.small .Txt h2 {
    font-size: 36px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bannerArea.small .Txt .btn {
    margin-top: 28px;
    padding: 12px 50px;
}

.careers01 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.careers01 .box {
    position: relative;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    box-sizing: border-box;
}

.careers01 .box img {
    display: block;
    width: 100%;
}

.careers01 .TxtBox h4 {
    text-transform: uppercase;
}

.careers01 .TxtBox+.box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TxtBox {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 35px;
    box-sizing: border-box;
}

.TxtBox:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cfb094;
    box-sizing: border-box;
}

.TxtBox h4 {
    position: relative;
    text-align: center;
    /*font-family: "Montserrat", sans-serif;*/
    font-size: 24px;
    transition: all .5s;
}

.TxtBox h4 br {
    display: none;
}

.TxtBox .line {
    position: relative;
    width: 100%;
    height: 12px;
    margin: 20px 0;
}

.TxtBox .line:before,
.TxtBox .line:after {
    content: '';
    position: absolute;
    top: 11.5px;
    width: calc(50% - 13px);
    height: 1px;
    background: #cfb094;
    transition: all .5s;
}

.TxtBox .line:before {
    left: 0;
}

.TxtBox .line:after {
    right: 0;
}

.TxtBox .line i {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.TxtBox .line svg {
    width: 12px;
    height: 12px;
}

.TxtBox .line circle {
    stroke: #cfb094 !important;
    transition: all .5s;
}

.TxtBox p {
    font-size: 16px;
    line-height: 25px;
    transition: all .5s;
}

.TxtBox .btn {
    display: inline-block;
    margin-top: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #cfb094;
}

.TxtBox .btn:hover {
    text-decoration: underline;
}

.productsArea {
    padding: 65px 0;
    box-sizing: border-box;
    background: #0cb4ce;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif, "微軟正黑體";
    letter-spacing: .1em;
}

.productsArea h4 {
    font-size: 25px;
    font-weight: normal;
}

.productsArea p {
    font-size: 16px;
}

.productsArea p a {
    color: #fff;
}

.productsArea p a:hover {
    text-decoration: underline;
}

.productsArea .iconList {
    width: 520px;
    margin: 50px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.productsArea .iconList a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #fff;
    color: #2e363a;
    font-size: 25px;
    box-sizing: border-box;
}

.productsArea .iconList a:hover {
    background: none;
    color: #fff;
}

.productsArea .iconList a:hover path {
    fill: #fff !important;
}

.productsArea .iconList i {
    width: 100%;
}

.productsArea .iconList svg {
    width: 100%;
    height: 20px;
}

.productsArea .iconList path {
    fill: #2e363a !important;
    transition: all .5s;
}

.careersMap {
    position: relative;
}

.careersMap iframe {
    float: left;
    width: 50%;
}

.careersMap:before {
    content: '';
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #b3b3b3;
}

.careersMap .map {
    float: left;
    width: 50%;
    height: 400px;
    background: #000;
}

.careersMap .map:first-child:before {
    content: '';
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #fff;
}

.careersContent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.careersContent .Img {
    width: 670px;
}

.careersContent .Img img {
    display: block;
    width: 100%;
}

.careersContent .TxtBox {
    position: relative;
    width: calc(100% - 680px);
    padding: 20px 65px;
}

.careersContent .TxtBox:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 9px;
    height: 100%;
    transition: all .5s;
}

.careersContent .TxtBox h4 {
    font-size: 35px;
}

.careersContent .TxtBox:hover:after {
    width: 100%;
}

.careersContent .box {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100vw - (100vw - 1150px)/2);
    height: 400px;
}

.careersLife .Img {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.careersLife .TxtBox {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
}

.careersLife .TxtBox:after {
    right: 0;
    background: #ffde00;
}

.careersLife .TxtBox:hover .btn {
    color: #2e363a;
}

.careersLife .TxtBox:hover .line:before,
.careersLife .TxtBox:hover .line:after {
    background: #2e363a;
}

.careersLife .TxtBox:hover .line circle {
    stroke: #2e363a !important;
}

.careersAbout:before {
    content: '';
    display: inline-block;
    width: calc((100vw - 1175px)/2);
    height: 400px;
    background: #fff;
}

.careersAbout .Img {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.careersAbout .TxtBox {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px;
}

.careersAbout .TxtBox:after {
    left: 0;
    background: #ff8a00;
}

.careersAbout .TxtBox:hover h4 {
    color: #fff;
}

.careersAbout .TxtBox:hover .line:before,
.careersAbout .TxtBox:hover .line:after {
    background: #fff;
}

.careersAbout .TxtBox:hover .line circle {
    stroke: #fff !important;
}

.careersAbout .TxtBox:hover p {
    color: #fff;
}

.careersAbout .TxtBox:hover .btn {
    color: #fff;
}

.policyBox {
    float: left;
    margin-top: 20px;
}


/*--工作在神基--*/

.careersTopTxt {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .05em;
    color: #555;
    margin-bottom: 100px;
}

.careersTopTxt a {
    font-family: "Montserrat", sans-serif;
    color: #cfb094;
}

ul.careersWorkImg {
    padding-left: 0;
}

ul.careersWorkImg li {
    list-style-type: none;
    width: 100%;
    margin-bottom: 50px;
}

ul.careersWorkImg .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f8f8f8;
}

ul.careersWorkImg .Img {
    -webkit-flex: 960px;
    -ms-flex: 960px;
    flex: 960px;
}

ul.careersWorkImg .Img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.careersWorkImg .Txt {
    -webkit-flex: 960px;
    -ms-flex: 960px;
    flex: 960px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 60px;
    padding-right: calc(50% - 580px);
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    letter-spacing: .05em;
}

ul.careersWorkImg .Txt span.en {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #9a9a9a;
}

ul.careersWorkImg h4 {
    line-height: 30px;
    margin-bottom: 18px;
}

ul.careersWorkImg h4 b {
    display: block;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: .1em;
    color: #2e363a;
}

ul.careersWorkImg h4 b span {
    color: #ac4188;
    font-family: "Open Sans", sans-serif;
}

ul.careersWorkImg h4 em {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    color: #cfb094;
    letter-spacing: .02em;
}

ul.careersWorkList {
    float: left;
    position: relative;
    padding-left: 0;
    margin: 0 -35px;
    border-top: 1px solid #e8e8e8;
}

ul.careersWorkList:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 120px;
    height: 2px;
    background: #cfb094;
}

ul.careersWorkList li {
    position: relative;
    float: left;
    width: 33.333%;
    list-style-type: none;
    padding: 60px 35px 100px;
    box-sizing: border-box;
    background: #fff;
}

ul.careersWorkList li:nth-of-type(even) {
    background: #f8f8f8;
}

ul.careersWorkList li h4 {
    position: relative;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding-right: 60px;
}

ul.careersWorkList li h4 span {
    float: left;
    margin-right: 3px;
    line-height: inherit;
    font-size: 95px;
    line-height: 95px;
    font-family: "EB Garamond", serif;
    color: #cfb094;
    font-weight: normal;
}

ul.careersWorkList li h4 b {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #cfb094;
    letter-spacing: .05em;
    padding-top: 30px;
}

ul.careersWorkList li h4 b:before {
    content: attr(data-en);
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 95px;
    line-height: 95px;
    font-family: "EB Garamond", serif;
    display: none;
}

ul.careersWorkList li h4 em {
    font-size: 18px;
    color: #2e363a;
    font-weight: normal;
    letter-spacing: .1em;
}

ul.careersWorkList li .icon {
    position: absolute;
    right: 0;
    top: 80px;
}

ul.careersWorkList li p {
    font-size: 14px;
    color: #555;
    letter-spacing: .05em;
    line-height: 25px;
}

.careersWorkPc {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -12px;
}


/*--福利與生活--*/

ul.productsLifeList {
    padding-left: 0;
    margin: 0;
    display: inline-table;
}

ul.productsLifeList li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

ul.productsLifeList .item {
    position: relative;
    /* background-color: #f4f4f4; */
    /* border: 1px solid #ddd; */
    padding: 0;
}

ul.productsLifeList .item:hover .Img:before {
    color: rgba(255, 255, 255, 1);
}

ul.productsLifeList .item:hover .Img img {
    opacity: .9;
}

ul.productsLifeList .item:hover .Txt {
    opacity: 1;
}

ul.productsLifeList .item:hover .Txt h3,
ul.productsLifeList .item:hover .Txt p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

ul.productsLifeList .Img {
    position: relative;
    background: #bbb;
    /* width: 100%; */
}

ul.productsLifeList .Img:before {
    /* content: attr(data-text); */
    /*position: absolute;*/
    /* z-index: 1; */
    /* bottom: -3px; */
    /* left: 16px; */
    /*font-size: 35px;*/
    /*color: #fff;*/
    /*text-transform: uppercase;*/
    /*font-family: "Open Sans", sans-serif;*/
    /* font-weight: 600; */
    /*transition: all .5s;*/
}

ul.productsLifeList .Img img {
    display: block;
    width: 100%;
    /* transition: all .5s; */
}

ul.productsLifeList .Txt {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 20px; */
    box-sizing: border-box;
    /* color: #000; */
    /* letter-spacing: .05em; */
    /* opacity: 0; */
    /* transition: all .5s ease-in-out; */
}

ul.productsLifeList .Txt h3 {
    font-size: 20px;
    /* margin-bottom: 12px; */
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(-8px);
    transform: translateY(8px);
    transition: all .5s;
    line-height: 20px;
}

ul.productsLifeList .Txt p {
    line-height: 16px;
    /* font-size: 16px; */
    -webkit-transform: translateY(8px);
    /*-ms-transform: translateY(8px);8/
    /* transform: translateY(8px); */
    transition: all .5s;
    padding-top: 4px;
}

ul.productsLifeList .Txt p a {
    text-decoration: none;
    color: #000;
    line-height: 20px;
    font-size: 18px;
    font-family: sans-serif;
}

@media (max-width: 1500px) {
    .careersWorkPc {
        display: none;
    }
}

@media (max-width: 1366px) {
    .bannerArea {
        position: relative;
    }
    .bannerArea,
    .bannerArea .bannerBox,
    .bannerArea .bx-wrapper,
    .bannerArea ul,
    .bannerArea li,
    .bannerArea .Img,
    .bannerArea.small .Img {
        height: 530px;
    }
    .bannerArea .Txt .inner {
        margin-top: 130px;
    }
    /*.bannerArea img {*/
    /*  position: absolute;*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  object-fit: cover;*/
    /*}*/
    .careersContent .TxtBox {
        padding: 20px 35px;
    }
    .careersContent .TxtBox h4 {
        font-size: 30px;
    }
    .careersContent .TxtBox .line {
        margin: 10px 0 20px;
    }
    /*.bannerArea.small {*/
    /*  height: auto;*/
    /*}*/
    .bannerArea.small .Txt .inner {
        margin-top: 120px;
    }
}

@media (max-width: 1180px) {
    .bannerArea .Txt {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .productsArea,
    .careersMap {
        left: -20px;
        width: calc(100vw - 15px);
    }
    .careersContent .TxtBox h4 {
        font-size: 26px;
    }
    .careersContent .TxtBox h4 br {
        display: block;
    }
    .careersContent .box {
        width: 100%;
        height: auto;
    }
    .careersAbout:before {
        display: none;
    }
    ul.careersWorkImg .Txt {
        padding: 50px;
    }
    ul.careersWorkList {
        margin: 0;
    }
    ul.careersWorkList li {
        padding: 60px 20px;
    }
    ul.productsLifeList {
        padding-left: 0;
        margin: 0 -5px 50px;
    }
    ul.productsLifeList .item {
        position: relative;
    }
    ul.productsLifeList .item:hover .Img:before {
        color: white;
    }
    ul.productsLifeList .item:hover .Img img {
        opacity: 1;
    }
    ul.productsLifeList .item:hover .Txt {
        opacity: 1;
    }
    ul.productsLifeList .Txt {
        /* position: relative; */
        /* opacity: 1; */
        /* background: #f4f4f4; */
        /* padding: 30px; */
    }
    ul.productsLifeList .Txt h3,
    ul.productsLifeList .Txt p {
        /*-webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);*/
    }
}


/*-1180--*/

@media (max-width: 1024px) {
    .careersContent .Img {
        position: relative;
        width: 50%;
    }
    .careersContent .Img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .careersContent .TxtBox {
        width: 50%;
    }
    ul.careersWorkList {
        margin: 0 -20px;
    }
    ul.careersWorkList li {
        width: 100%;
        padding: 60px 20px;
    }
}


/*--1024--*/

@media (max-width: 960px) {
    ul.productsLifeList {
        margin: 0 -5px 50px;
    }
    ul.productsLifeList li {
        width: 50%;
    }
    .careersMap iframe {
        width: 100%;
    }
    .careersMap:before {
        content: '';
        position: absolute;
        z-index: 999;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        height: 1px;
        background: #b3b3b3;
    }
}

@media (max-width: 900px) {
    ul.careersWorkImg .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


/*--900--*/

@media (max-width: 767px) {
    .careers01 {
        display: block;
    }
    .careers01 .box {
        width: 100%;
    }
    .careers01 .TxtBox+.box img {
        position: static;
    }
    .careersContent {
        display: block;
    }
    .careersContent .box {
        display: block;
    }
    .careersContent .Img {
        width: 100%;
    }
    .careersContent .Img img {
        position: static;
    }
    .careersContent .TxtBox {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .careersContent .TxtBox h4 br {
        display: none;
    }
    .careersMap:before {
        content: '';
        position: absolute;
        z-index: 999;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 100%;
        height: 1px;
        background: #b3b3b3;
    }
    .careersMap .map {
        width: 100%;
    }
    .careersMap .map:first-child:before {
        display: none;
    }
    .productsArea .iconList {
        width: 100%;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .productsArea .iconList a {
        margin: 5px;
    }
}

@media (max-width: 640px) {
    .bannerArea .Txt .inner {
        margin-top: 130px;
        float: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .bannerArea.small .Txt .inner {
        margin-top: 0;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    /*.bannerArea .Txt h2 {*/
    /*  color: #fff;*/
    /*}*/
    /*.bannerArea .Txt h2:after {*/
    /*  background: #fff;*/
    /*}*/
    /*.bannerArea .Txt p {*/
    /*  color: #fff;*/
    /*}*/
    /*.bannerArea .Txt .btn {*/
    /*  color: #fff;*/
    /*  border-color: #fff;*/
    /*}*/
    /*.bannerArea .Txt .btn path {*/
    /*  fill: #fff !important;*/
    /*}*/
    /*.bannerArea .Txt .btn:hover {*/
    /*  border-color: #000;*/
    /*}*/
    .productsArea {
        padding: 65px 0;
        box-sizing: border-box;
        background: #0cb4ce;
        text-align: center;
        color: #fff;
        font-family: "Roboto", sans-serif, "微軟正黑體";
        letter-spacing: .1em;
    }
    .productsArea h4 {
        font-size: 25px;
        font-weight: normal;
        font-size: 22px;
    }
    .productsArea p {
        font-size: 16px;
    }
    .productsArea p a {
        color: #fff;
    }
    .productsArea p a:hover {
        text-decoration: underline;
    }
    ul.careersWorkImg .Txt {
        padding: 35px;
    }
}

@media (max-width: 520px) {
    ul.careersWorkList li .icon {
        display: none;
    }
}

@media (max-width: 480px) {
    .careersContent .TxtBox {
        padding: 20px;
    }
    .careersContent .TxtBox h4 {
        font-size: 24px;
    }
    .careersContent .TxtBox h4 br {
        display: block;
    }
    .bannerArea .Txt h2,
    .bannerArea.small .Txt h2 {
        font-size: 28px;
    }
    .bannerArea .Txt p,
    .bannerArea .Txt p:nth-of-type(2) {
        font-size: 14px;
    }
    ul.careersWorkImg .Txt {
        padding: 20px;
    }
    ul.productsLifeList {
        margin: 0;
    }
    ul.productsLifeList li {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    ul.careersWorkList li {
        padding: 20px;
    }
    ul.careersWorkList li h4 {
        padding-right: 0;
    }
    ul.productsLifeList .Txt h3 {}
    ul.productsLifeList .Txt p a {
        text-decoration: none;
        color: #000;
        line-height: 18px;
        font-size: 16px;
        font-family: sans-serif;
    }
    ul.productsLifeList .Img {
        position: relative;
        background: #bbb;
        width: 80%;
        margin: 0 auto;
    }
}