* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F8F9F8;
}

header {
    background-color: hsla(0, 0%, 100%, .8);
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 999;
}

h1 {
    color: white;
    position: absolute;
    top: -15%;
    left: 50%;
    background-size: 100% 100%;
    background-image: url("../IMG/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 102px;
    width: 312px;
    text-indent: -9999px;
    transform: translate(-50%, 0%);
}

header ul {
    position: absolute;
    right: 5vw;
    top: 0;
    line-height: 80px;
}

header li {
    display: inline;
    margin-right: 4vw;
}

header a {
    color: white;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

.news {
    background-color: antiquewhite;
    overflow: hidden;
    color: white;
    height: 480px;
    background-image: url("../IMG/BaiTi.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news_img {
    margin-left: -100px;
    margin-top: 100px;
}

.all_info {
    display: flex;
    justify-content: center;
    align-items: top;
}

.all_info_left {
    width: 860px;
    background-color: white;
    margin: 5px;
    align-items: center;
    justify-content: center;
}

.all_info_right {
    background-color: white;
    width: 220px;
    height: 580px;
    margin: 5px;
}

.you_xi_zhong2 {
    text-align: center;
}

.you_xi_qrcode {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.you_xi_zhong1 {
    display: none;
    align-items: center;
    justify-content: center;
}

.you_xi_icon {
    height: 160px;
    text-align: center;
}

.you_xi_info p {
    font-size: 16px;
    line-height: 1.8em;
}

.wen_zi_shuo_ming {
    width: 95%;
    margin: 15px;
}

.wen_zi_nav {
    height: 40px;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 auto;
    font-size: 18px;
    color: #353535;
    line-height: 40px
}

.wen_zi_box {
    font-size: 16px;
    color: #222;
    margin: 0 auto;
    margin-top: 22px;
    line-height: 28px
}

.details_box {
    font-size: 16px
}

.tese_p {
    font-weight: 600;
    line-height: 40px;
    font-size: 20px
}

.details_ul li {
    list-style: none;
    margin-top: 8px
}

.details_ul li p {
    line-height: 30px
}

.details_ul li p:first-of-type {
    font-weight: 600
}

.info_p {
    line-height: 30px
}

.menu {
    display: none;
}


.ui-weixin-tip {
  position: fixed; left: 0; top: 0;
  background: rgba(0, 0, 0, 0.8); filter: alpha(opacity=80);
  width: 100%; height: 100%; z-index: 100;
}
.ui-weixin-tip p {
  text-align: center; margin-top: 10%; padding: 0 5%; position: relative; box-sizing: border-box;
}
.ui-weixin-tip img {
  width: 100%;
  max-width: 565px;
}
.ui-weixin-tip .close {
  color: #fff;
  padding: 5px;
  font: bold 20px/20px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0; left: 5%;
}

@media screen and (max-width: 1080px) {

    header ul {
        display: none;
    }
}

/* 響應式設計語法 */
@media screen and (max-width: 720px) {

    .news {
        height: 320px;
    }

    .news_img {
        margin-left: -40px;
        margin-top: 50px;
        width: 640px;
    }


    .banners {
        width: 100%;
    }

    .all_info_left {
        width: 100%;
    }

    .you_xi_info {
        height: 130px;
        text-align: center;
    }

    .you_xi_zhong1 {
        display: flex;
        padding: 10px;
    }

    .Btn_XiaZai {
        padding: 10px;
    }

    .all_info_right {
        display: none;
    }

    .all_info_right {
        display: none;
    }

    #footer_div_Top {
        display: none;
    }
}

/* 響應式設計語法 */
@media screen and (max-width: 395px) {



    header {
        height: 60px;
    }

    h1 {
        line-height: 60px;
        width: 192px;
    }

    .news {
        height: 200px;
    }

    .news_img {
        margin-left: -50px;
        margin-top: 30px;
        width: 320px;
    }

    .you_xi_zhong1 {
        display: grid;
        width: 80%;
        margin-left: 10%;
    }
}