* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Arial", "Microsoft YaHei", "Microsoft JhengHei";
}

a {
    text-decoration: none;
    color: #000;
}

a:active {
    color: #000;
}

/***************header******************/

.active {
    background: #000;
}

.active a {
    color: #FFF;
}

nav ul li {
    transition: 1s all;
}

nav ul li:hover {
    background: #000;
}

nav ul li:hover a {
    color: #FFF;
}

h1:after {

    display: block;
    content: "";
    width: 60%;
    border-top: 1px #000 solid;
    position: relative;
    top: 1rem;
    left: 20%;
}

#product h1 {
    color: #000;
}

#product h1:after {
    border-top: 1px #000 solid !important;
}

.other ul {
    justify-content: space-between !important;
}

.newlist {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.titbox.qm.flex.just-cont-sp-bet.align-items-cen {
    display: none;
}

.qm + hr {
    display: none;
}

article.flex.just-cont-cen.newlist {
    width:63%;
}

article.other {
    /*width: 80%;*/
}

.new + .list li {
    border: 1px #FFF dotted;
}

.new + .list li:hover {
    border: 1px #989898 dotted;
}

#news .title, hr {
    min-width: 1197px;
}

/***************************************************/
@media screen and (max-width: 1024px) and (min-width: 768px) {

    header {

        -webkit-box-pack: space-between !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: space-between !important;
        justify-content: space-between !important;
    }

    header .logo img {
        height: 80px;
    }

    .manu {
        width: 50px;
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .manu span {
        width: 60%;
        height: 4px;
        background: #000;
    }

    .nav {
        width: 100%;
        height: auto !important;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 9999;
        display: none;

    }

    .nav ul {
        height: 100%;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.7)
    }

    .nav ul li {
        height: 50px !important;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

    }

    .nav ul li a {
        white-space: nowrap;
        margin: 0 1rem;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;

    }

    #product article {
        width: 100% !important;
    }

    /**********************************************/
    #company article {
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section article .img, section article .content {
        width: 90% !important;
    }

    section article .content {
        margin-top: 2rem;
    }

    section article .content p {
        text-indent: 2rem;
        margin-bottom: 2rem;
    }

    section article .img img {
        width: 100%;
    }

    /***********************************************/
    #news article ul li {
        /*display: block !important;*/
    }

    .n_hy .n_info {
        max-width: none !important;
        height: auto !important;
    }

    .n_hy .n_img img {
        width: 100%;
    }

    /******************************/
    .n_q .n_img {
        display: none;
    }

    /****************************************/
    #news article, .title {
        width: 90% !important;
    }

    .other ul li {
        width: 100%;
    }

    .other ul li img {
        width: 100%;
    }

    .other span {
        top: calc(100% - 50px);
    }

    article.other, .new {
        display: none;
    }

    /************************/
    #links p > * {
        margin: 1rem 1rem 1rem 0 !important;
    }

    .pc {
        display: block !important;
    }

    /************************/
    footer .f_box {
        width: 95% !important;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .f_logo, .line {
        display: none;
    }

    .e {

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .logo img {
        width: auto;
    }

    #news .title, hr {
        min-width: 720px;
    }

}

@media screen and (max-width: 767px) {

    #links {

        display: none;
    }

    #news .title, hr {
        min-width: auto;
    }

    ul.list {
        width: 100%;
    }

    .newlist {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .n {
        width: 100%;
    }

    .q {
        display: none !important;
    }

    .titbox.qm.flex.just-cont-sp-bet.align-items-cen {
        width: 90%;
        display: flex;
    }

    .titbox + hr {
        width: 90% !important;
        display: block;
    }

    p.flex {
        -webkit-flex-wrap: wrap !important;
        -moz-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    #product ul li a {
        top: -4px !important;
        line-height: 30px;
        background: #717171;
    }

    header {

        -webkit-box-pack: space-between !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: space-between !important;
        justify-content: space-between !important;
    }

    header .logo img {
        height: 70px;
    }

    .manu {
        width: 50px;
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

    .manu span {
        width: 60%;
        height: 4px;
        background: #000;
    }

    .nav {
        width: 100%;
        height: auto !important;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 9999;
        display: none;

    }

    .nav ul {
        height: 100%;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: rgba(255, 255, 255, 0.7)
    }

    .nav ul li {
        height: 50px !important;

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

    }

    .nav ul li a {
        white-space: nowrap;
        margin: 0 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;

    }

    /**********************************************/
    #company article {
        width: 100% !important;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    section article .img, section article .content {
        width: 90% !important;
    }

    section article .content {
        margin-top: 2rem;
    }

    section article .content p {
        text-indent: 2rem;
        margin-bottom: 2rem;
    }

    section article .img img {
        width: 100%;
    }

    /***********************************************/
    #news article ul li {
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .n_hy .n_info {
        max-width: none !important;
        height: auto !important;
    }

    .n_hy .n_img img {
        width: 100%;
        display: none;
    }

    /******************************/
    .n_q .n_img {
        display: none;
    }

    /****************************************/
    #news article {
        width: 90% !important;
    }

    .other ul li {
        width: 100%;
    }

    .other ul li img {
        width: 100%;
    }

    .other span {
        top: calc(100% - 50px);
    }

    /*********************************/
    #product article {
        width: 100% !important;
    }

    .pro_box ul li {
        max-width: 40%;
    }

    #product ul li {
        /*width: 40%!important;*/
        margin: 10px;
    }

    article.other, .new {
        display: none;
    }

    /************************/
    #links p > * {
        margin: 1rem 1rem 1rem 0 !important;
    }

    .pc {
        display: block !important;
    }

    /************************/
    footer .f_box {
        width: 95% !important;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .f_logo, .line {
        display: none;
    }

    .e {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .copy_box {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    header .logo img {
        width: auto;
    }

}

article.other ul li {
    margin: 0 10px;
}