/* CSS Document */
.classArea {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1180px) {
    .classArea {
        top: 65px;
    }
}
.classArea .wrap {
    padding: 0;
    max-width: 1290px;
}
.classArea .brandClassLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.classArea li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.classArea li:not(:first-child) a {
    border-left: 1px solid #fff;
}
.classArea a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid transparent;
}
.classArea a.current {
    background-color: #fff;
}
.classArea a.current:before {
    opacity: 1;
}
.classArea a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1px;
    width: calc(100% + 1px);
    height: 2px;
    background-color: #6F94AE;
    opacity: 0;
}
.classArea .icon {
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .classArea .icon {
        position: relative;
    }
}
@media (max-width: 767px) {
    .classArea .title {
        display: none;
    }
}
/*
.bannerArea.ins .Txt {
    top: 56%;
    max-width: 1330px;
}
.bannerArea.ins .textBox p {
    max-width: 420px;
}
*/
.bannerArea.ins .topTitle {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bannerArea.ins .topTitle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
}
.bannerArea.ins .subtitle {
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
}
@media (max-width: 960px) {
    .bannerArea.ins .subtitle {
        font-size: 15px;
    }
}

.mainArea {
    padding: 75px 0;
}
@media (max-width: 1180px) {
    .mainArea {
        padding: 30px 0;
    }
}

@media (min-width: 768px) {
    .contentBox {
        padding: 0 65px;
    }
}

.serviceBox {
    margin-top: 100px;
}
@media (max-width: 1180px) {
    .serviceBox {
        margin-top: 30px;
    }
}

.serviceList {
    margin: 0 -10px;
}
.serviceList.sortCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.serviceList li {
    width: 25%;
    padding: 10px;
}
@media (max-width: 960px) {
    .serviceList li {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .serviceList li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .serviceList li {
        width: 100%;
    }
}
@media (min-width: 481px) {
    .serviceList li.even .item {
        margin-top: 40px;
    }
}
.serviceList .item {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.serviceList .item:hover .Img img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.serviceList .item:hover .title a:before {
    width: 100%;
}
.serviceList .Img {
    overflow: hidden;
    background-color: #000;
}
.serviceList .Img img {
    display: block;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}
.serviceList .Txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 25px;
}
.serviceList .title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.serviceList .title a {
    position: relative;
    color: #fff;
}
.serviceList .title a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.serviceList .subTitle {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
}

.brandArea {
    position: relative;
}
.brandArea:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1290px;
    height: 100%;
    pointer-events: none;
    z-index: 100000;
}
.brandArea .simpleBox {
    position: relative;
    overflow: hidden;
}
@media (max-width: 1180px) {
    .brandArea .simpleBox .Img {
        height: 350px;
    }
    .brandArea .simpleBox .Img img {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
.brandArea .simpleBox .Txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1290px;
}
.brandArea .simpleBox .textBox {
    margin-left: auto;
    width: 100%;
    max-width: 645px;
    padding: 0 35px;
    color: #fff;
    line-height: 1.8;
}
@media (max-width: 640px) {
    .brandArea .simpleBox .textBox {
        padding: 0 20px;
    }
}
.brandArea .simpleBox .enTitle {
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}
@media (max-width: 640px) {
    .brandArea .simpleBox .enTitle {
        font-size: 28px;
    }
}
.brandArea .simpleBox .title {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 1.2;
}
@media (max-width: 640px) {
    .brandArea .simpleBox .title {
        font-size: 28px;
    }
}
.brandArea .simpleBox .subTitle {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 300;
}
@media (max-width: 640px) {
    .brandArea .simpleBox .subTitle {
        font-size: 18px;
    }
}
.brandArea .simpleBox p {
    font-size: 15px;
    width: 100%;
    max-width: 490px;
    color: rgba(255, 255, 255, 0.8);
}
.brandArea .bgBox .top {
    position: relative;
}
@media (max-width: 960px) {
    .brandArea .bgBox .top {
        z-index: 1;
    }
}
@media (max-width: 1920px) {
    .brandArea .bgBox .top .Img {
        height: 360px;
        overflow: hidden;
    }
    .brandArea .bgBox .top .Img img {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
.brandArea .bgBox .bg {
    position: relative;
    overflow: hidden;
}
.brandArea .bgBox .bg img {
    display: block;
    width: 100%;
}
@media (max-width: 1920px) {
    .brandArea .bgBox .bg {
        height: 960px;
    }
    .brandArea .bgBox .bg img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 100%;
        width: auto;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 1180px) {
    .brandArea .bgBox .bg {
        height: 800px;
    }
}
@media (max-width: 960px) {
    .brandArea .bgBox .bg {
        margin-top: -15%;
        height: auto;
    }
    .brandArea .bgBox .bg img {
        width: 100%;
        position: relative;
        height: auto;
        -o-object-fit: fill;
           object-fit: fill;
    }
}
.brandArea .bgBox .Txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1330px;
    padding: 0 20px;
}
.brandArea .bgBox .text {
    padding-left: 30px;
    width: 37%;
    margin-left: auto;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
@media (max-width: 960px) {
    .brandArea .bgBox .text {
        width: 100%;
        padding-left: 0;
    }
}
.brandArea .bgBox .brandTitle {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.brandArea .bgBox p {
    font-size: 15px;
    color: #fff;
}
.brandArea .btn {
    margin-top: 40px;
}
.brandArea .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 40px;
    color: #fff;
    letter-spacing: 2px;
    background-image: url(../images/bg_company_title.jpg);
    background-size: cover;
}
.brandArea .btn a:hover {
    background-color: #6F94AB;
    opacity: 0.95;
}
.brandArea .Img img {
    display: block;
    width: 100%;
}
.brandArea .picOutBox {
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1330px;
    padding: 0 20px;
    pointer-events: none;
}
@media (max-width: 960px) {
    .brandArea .picOutBox {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0);
                transform: translate(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 0 10px;
    }
}
.brandArea .picOutBox .Txt {
    position: relative;
    padding: 30px 0px 20px 40px;
}
@media (max-width: 960px) {
    .brandArea .picOutBox .Txt {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 640px) {
    .brandArea .picOutBox .Txt {
        padding-left: 20px;
    }
}
.brandArea .picOutBox .Txt:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    width: 1px;
    height: 100%;
    background-color: #6F94AB;
}
@media (max-width: 960px) {
    .brandArea .picOutBox .Txt:before {
        top: -10px;
    }
}
@media (max-width: 640px) {
    .brandArea .picOutBox .Txt:before {
        left: 5px;
    }
}
.brandArea .picOutBox .title {
    font-size: 20px;
    font-weight: 500;
    color: #2f2f2f;
}
.brandArea .picOutBox .subTitle {
    font-size: 18px;
    color: #2f2f2f;
}
.brandArea .picOutBox p {
    font-size: 15px;
    color: #585858;
}
.brandArea .picBox1 {
    width: 63%;
    pointer-events: auto;
}
@media (max-width: 960px) {
    .brandArea .picBox1 {
        padding: 10px;
        width: 100%;
    }
}
.brandArea .picBox1 .Txt {
    width: 46.25%;
}
@media (max-width: 960px) {
    .brandArea .picBox1 .Txt {
        width: 100%;
    }
}
.brandArea .picBox2 {
    position: absolute;
    top: 315px;
    left: 64.5%;
    width: 30%;
    pointer-events: auto;
}
@media (max-width: 960px) {
    .brandArea .picBox2 {
        padding: 10px;
        position: relative;
        top: auto;
        left: auto;
        width: 50%;
    }
}
@media (max-width: 640px) {
    .brandArea .picBox2 {
        width: 100%;
    }
}
.brandArea .picBox3 {
    position: absolute;
    top: 78%;
    left: 32%;
    width: 30.62%;
    pointer-events: auto;
}
@media (max-width: 960px) {
    .brandArea .picBox3 {
        padding: 10px;
        position: relative;
        top: auto;
        left: auto;
        width: 50%;
    }
}
@media (max-width: 640px) {
    .brandArea .picBox3 {
        width: 100%;
    }
}

.storeArea {
    padding: 90px 0 115px;
    background-image: url(../images/bg_brand_store.jpg);
    background-size: cover;
}
@media (max-width: 1180px) {
    .storeArea {
        padding: 30px 0;
    }
}

.storeTitle {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    color: #304860;
    text-align: center;
}
@media (max-width: 640px) {
    .storeTitle {
        font-size: 28px;
    }
}

.storeList > li {
    padding: 20px 0;
}
@media (max-width: 960px) {
    .storeList > li {
        padding: 10px 0;
    }
}
.storeList > li:nth-of-type(even) .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.storeList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 960px) {
    .storeList .item {
        display: block;
    }
}
.storeList .Img {
    width: 50%;
}
@media (max-width: 960px) {
    .storeList .Img {
        width: 100%;
    }
}
.storeList .Img img {
    display: block;
    width: 100%;
}
.storeList .Txt {
    padding: 30px 40px 40px;
    width: 50%;
    background-color: #fff;
}
@media (max-width: 1180px) {
    .storeList .Txt {
        padding: 10px 20px 20px;
    }
}
@media (max-width: 960px) {
    .storeList .Txt {
        width: 100%;
    }
}
.storeList .textBox {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}
@media (max-width: 640px) {
    .storeList .textBox {
        padding-bottom: 0;
    }
}
.storeList .top {
    padding: 10px 0;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
    .storeList .top {
        padding-top: 0;
    }
}
.storeList .title {
    font-size: 23px;
    font-weight: 400;
    color: #242424;
}
@media (max-width: 480px) {
    .storeList .title {
        font-size: 18px;
    }
}
.storeList .text {
    color: #565656;
    line-height: 1.8;
}
.storeList svg {
    width: 16px;
    height: 23px;
}
.storeList .btn {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 640px) {
    .storeList .btn {
        margin-top: 10px;
        position: relative;
    }
}
.storeList .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    height: 40px;
    color: #fff;
    background-image: url(../images/bg_company_title.jpg);
    background-size: cover;
}
.storeList .btn a:hover {
    opacity: 0.95;
}

.storeCeterList {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.storeCeterList > li {
    position: relative;
    padding: 5px;
    padding-left: 10px;
    width: 50%;
}
.storeCeterList > li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 2px;
    height: 13px;
    background-color: #e4e4e4;
}