﻿html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft YaHei", å¾®è½¯é›…é»‘, "Noto Sans TC", sans-serif;
    height: 100%;
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: 0.2s;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

img {
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 105px;
    background: #000;
    text-align: center;
}

.logo {
    width: 211px;
    display: inline-block;
    margin: 16px auto 0 auto;
}

.main {
    width: 100%;
    height: 705px;
    background: url(../img/BG.jpg) 50% 0% no-repeat;
}

.main_container {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 1200px;
    margin: 0 auto;
    padding: 220px 0 0 0;
}

.left {
    position: relative;
}

/* å·¦ */
.mainBG{
    margin: 0 0 0 -10px;
}
.menu {
    position: absolute;
    right: 30px;
    top: 0;
    text-align: center;
}

.title02 {
    margin: 0 0 30px 0;
}

.menu li {
    margin: 0 0 25px 0;
}

.menu li a {
    width: 178px;
    height: 45px;
    display: block;
    margin: 0 auto;
    /* transition: 0s; */
}

.menu li:nth-of-type(1) a {
    background: url(../img/menu01.png) 50% 50%;
    background-size: 100% auto;
}

.menu li:nth-of-type(1) a:hover {
    background: url(../img/menu01_h.png) 50% 50%;
    background-size: 100% auto;
}

.menu li:nth-of-type(2) a {
    background: url(../img/menu02.png) 50% 50%;
    background-size: 100% auto;
}

.menu li:nth-of-type(2) a:hover {
    background: url(../img/menu02_h.png) 50% 50%;
    background-size: 100% auto;
}

.menu li:nth-of-type(3) a {
    background: url(../img/menu04.png) 50% 50%;
    background-size: 100% auto;
}

.menu li:nth-of-type(3) a:hover {
    background: url(../img/menu04_h.png) 50% 50%;
    background-size: 100% auto;
}

.left .line {
    position: absolute;
    right: 0;
}

/* APP */
.app {
    position: relative;
}

#app:hover {
    display: none;
}

.app_content {
    opacity: 0;
    position: absolute;
    width: 436px;
    height: 194px;
    background: url(../img/AppBG.png) no-repeat;
    left: calc(50% - 223px);
    top: 55px;
    z-index: 5;
    margin-top: -8px;
    transition: .2s;
    pointer-events: none;
    padding: 20px 0 0 0;
}

.app_content::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    right: 0;
    height: 15px;
}

.app:hover .app_content {
    opacity: 1;
    margin-top: 0px;
    pointer-events: initial;
}

.QR_box {
    display: inline-block;
    margin: 10px 10px 0 15px;
}

.QR_box p {
    color: #fff;
    font-size: 13px;
    margin: 10px 0 0 0;
}




/* å³å´ç¶²å€å€ */
.web_grid {
    margin: 0 auto 0 45px;
    width: 85%;
    display: grid;
    grid-template-rows: 50px 50px 50px 50px 50px;
    grid-row-gap: 16px;
}

.web_box .web,
.web_box a {
    display: inline-block;
    vertical-align: middle;
}
.web {
    background: #0a0a0a;
    border: 1px solid #323232;
    height: 100%;
    width: calc(100% - 155px);
    margin: 0 15px 0 0;
    box-sizing: border-box;
    text-align: center;
}

.web p {
    color: #fff;
    line-height: 50px;
    font-size: 1.05rem;
    letter-spacing: 1px;
}

.web_box a {
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.web_box a::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 150px;
    background: rgba(255, 248, 196, 0.3);
    transform: rotate(-30deg);
    top: -50px;
    left: -110px;
    transition: .3s;
    z-index: 2;
}

.web_box a:hover::before {
    left: 180px;
}

.text {
    margin: 20px 0 0 45px;
}

.text p {
    color: #fff;
    font-size: .95rem;
    line-height: 1.8rem;
}

.text span {
    color: red;
}


footer {
    color: #7d7d7d;
    /* position: absolute; */
    width: 100%;
    background: #000;
    padding: 15px 0;
    bottom: 0;
    text-align: center;
}

.footer_container {
    width: 1200px;
    margin: 0 auto;
}

.footer_tel {
    margin: 15px 0;
}

.footer_tel ul {
    display: flex;
    justify-content: space-between;
}

.footer_tel ul li {
    /* width: 20%; */
    text-align: left;
    display: inline-block;
}

.footer_tel img,
.footer_tel .text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.footer_tel .text {
    margin: 0 0 0 15px;
    line-height: .9rem;
}

.footer_tel p {
    color: #fff;
    display: inline-block;
    font-size: .8rem;
}

.footer_tel span {
    font-size: .8rem;
    color: #f9ef9f;
}

.footer_tel ul li:hover .text p {
    color: #f9ef9f;
}

.footerInfo {
    margin: 15px 0 30px 0;
}

.copyright {
    margin: 0 0 15px 0;
}