﻿

/* banner */

.banner {
    position: relative;
    z-index: 1;
}

.banner img {
    width: 100%;
}

.carousel-control {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.carousel-control img {
    width: 18px;
}

.carousel-control.left {
    left: 0;
}

.carousel-control.right {
    right: 0;
}

@media (min-width:1200px) {
    .carousel-control img {
        width: 32px;
    }
}


/* 查看更多 */

.plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #efa217;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.plus img {
    transform: rotateY(-180deg);
    transition: 0.6s;
}

.plus:hover img {
    transform: rotateY(0);
}

@media (min-width:1200px) {}


/* 第一部分 */

.part1 {
    background: url('../image/part1_bg.jpg') center 0;
}

.part1-wrap {
    position: relative;
}

.part1-left {
    display: none;
}

.part1-right {
    display: none;
}

.part1-title-wrap {
    display: flex;
    justify-content: center;
    padding: 24px 0 18px 0;
}

.part1-title {
    padding-left: 48px;
    background: url('../image/part_icon.png') no-repeat 0 center/42px;
}

.part1-title p {
    font: 400 18px/54px '微軟雅黑';
    color: #010101;
}

.part1-title span {
    font: 400 12px/14px '微軟雅黑';
    color: #000000;
}

.part1-content {
    padding: 10px;
    text-align: center;
    background: url('../image/part1_content_bg.png') no-repeat center 0/cover;
}

.part1-content .gp {
    padding: 10px 0 6px;
    font: bold 16px/24px '微軟雅黑';
    color: #000000;
}

.part1-content p {
    font: 400 14px/24px '微軟雅黑';
    color: #000000;
}

.part1-content span {
    color: #d24726;
}

@media (min-width:1200px) {
    .part1 {
        height: 398px;
        background: url('../image/part1_bg.jpg') center 0/auto;
    }

    .part1-wrap {
        position: relative;
        width: 1180px;
        margin: 0 auto;
    }

    .part1-left {
        display: block;
        position: absolute;
        left: 180px;
        top: 0;
    }

    .part1-left img {
        width: auto;
    }

    .part1-right {
        display: block;
        position: absolute;
        right: 135px;
        top: 30px;
    }

    .part1-title-wrap {
        display: flex;
        justify-content: center;
        padding: 48px 0 36px 52px;
    }

    .part1-title {
        padding-left: 52px;
        background: url('../image/part_icon.png') no-repeat 0 center;
    }

    .part1-title p {
        font: 400 22px/54px '微軟雅黑';
        color: #010101;
    }

    .part1-title span {
        font: 400 12px/14px '微軟雅黑';
        color: #000000;
    }

    .part1-content {
        height: 190px;
        text-align: center;
        background: url('../image/part1_content_bg.png') no-repeat center 0/auto;
    }

    .part1-content .gp {
        padding: 24px 0 6px;
        font: bold 18px/30px '微軟雅黑';
        color: #000000;
    }

    .part1-content p {
        font: 400 14px/24px '微軟雅黑';
        color: #000000;
    }

    .part1-content span {
        color: #d24726;
    }
}


/* 第二部分 */

.part2 {}

.part2-title-wrap {
    display: flex;
    justify-content: center;
    padding: 24px 0 18px 0;
}

.part2-title {
    padding-left: 48px;
    background: url('../image/part_icon.png') no-repeat 0 center/42px;
}

.part2-title p {
    font: 400 18px/54px '微軟雅黑';
    color: #010101;
}

.part2-title span {
    font: 400 12px/14px '微軟雅黑';
    color: #000000;
}

.part2-content-wrap {
    background: url('../image/part2_bg.jpg') no-repeat center 0/cover;
}

.part2-content {
    padding: 10px;
}

.part2-top {
    position: relative;
}

.part2-top-left {
    position: relative;
    padding: 20px 0 0 20px;
}

.part2-top-left .plus {
    position: absolute;
    left: 0px;
    top: 0px;
}

.part2-top-left p {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}

.part2-top-right {
    position: relative;
    margin-top: 10px;
    padding: 20px 20px 0 0;
}

.part2-top-right .plus {
    position: absolute;
    right: 0;
    top: 0;
}

.part2-top-right p {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
}

.part2-bottom {
    position: relative;
}

.part2-bottom-left {
    position: relative;
    margin-top: 20px;
    padding: 20px 0 0 10px;
}

.part2-bottom-left .plus {
    position: absolute;
    left: 0;
    top: 0;
}

.part2-bottom-left p {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}

.part2-bottom-right {
    padding: 10px 0;
}

.part2-font {
    display: none;
}

@media (max-width:768px) {
    .part2-content a {
        display: block;
    }

    .part2-content a>img {
        width: 100%;
    }

    .part2-top-left {
        padding: 0;
    }

    .part2-top-left .plus {
        left: 0px;
        top: 40%;
        margin-top: -60px;
    }

    .part2-top-left p {
        left: 40px;
        top: 40%;
        margin-top: -53px;
        padding: 0;
    }

    .part2-top-left p img {
        width: 100%;
    }

    .part2-top-right {
        padding: 0;
    }

    .part2-top-right .plus {
        top: 50%;
        margin-top: -20px;
    }

    .part2-top-right p {
        right: 40px;
        top: 50%;
        margin-top: -13px;
        padding: 0;
    }

    .part2-top-right p img {
        width: 100%;
    }

    .part2-bottom-left {
        margin-top: 20px;
    }

    .part2-bottom-left {
        padding: 0;
    }

    .part2-bottom-left .plus {
        top: 50%;
        margin-top: -20px;
    }

    .part2-bottom-left p {
        left: 40px;
        top: 50%;
        margin-top: -13px;
        padding: 0;
    }
}

@media (min-width:1200px) {
    .part2 {}

    .part2-title-wrap {
        display: flex;
        justify-content: center;
        padding: 48px 0 36px 52px;
    }

    .part2-title {
        padding-left: 52px;
        background: url('../image/part_icon.png') no-repeat 0 center;
    }

    .part2-title p {
        font: 400 22px/54px '微軟雅黑';
        color: #010101;
    }

    .part2-title span {
        font: 400 12px/14px '微軟雅黑';
        color: #000000;
    }

    .part2-content-wrap {
        height: 729px;
        background: url('../image/part2_bg.jpg') no-repeat center 0;
    }

    .part2-content {
        width: 950px;
        margin: 0 auto;
        padding-top: 60px;
    }

    .part2-top {
        position: relative;
        height: 264px;
        padding: 0;
    }

    .part2-top-left {
        position: absolute;
        left: 175px;
        top: 0;
        padding: 0;
    }

    .part2-top-left .plus {
        position: absolute;
        left: -20px;
        top: -20px;

    }

    .part2-top-left p {
        position: absolute;
        left: auto;
        right: -100px;
        top: 0;
        margin-top: -13px;
    }

    .part2-top-right {
        position: absolute;
        right: 125px;
        top: 40px;
        padding: 0;

    }

    .part2-top-right .plus {
        position: absolute;
        right: -20px;
        top: -20px;
        display: none;
    }

    .part2-top-right p {
        position: absolute;
        right: -100px;
        top: 0;
        margin-top: -13px;
    }

    .part2-bottom {
        position: relative;
        height: 250px;
        margin-top: 20px;
        background: url('../image/part2_shape.png') no-repeat 180px 20px;
    }

    .part2-bottom-left {
        position: absolute;
        left: 175px;
        top: 0;
        padding: 0;
    }

    .part2-bottom-left .plus {
        position: absolute;
        left: -20px;
        top: -20px;
    }

    .part2-bottom-left p {
        position: absolute;
        left: 500px;
        top: 0;
    }

    .part2-bottom-right {
        position: absolute;
        left: 450px;
        top: 80px;
        width: 350px;
    }

    .part2-font {
        display: block;
        padding: 60px 0 0;
        text-align: center;
    }
}


/* 第三部分 */

.part3 {
    position: relative;
    margin-bottom: 20px;
    background: url('../image/part3_bg.jpg') no-repeat center 0;
}

.part3-imgs {
    width: 100%;
    height: 360px;
    background: url('../image/part3_imgs.png') no-repeat -200px 0;
}

.part3-imgs img {
    display: none;
}

.part3-content {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.part3-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.part3-title-wrap {
    display: flex;
    padding: 48px 0 72px 15px;
}

.part3-title {
    padding-left: 52px;
    background: url('../image/part_icon.png') no-repeat 0 center;
}

.part3-title p {
    font: 400 22px/54px '微軟雅黑';
    color: #010101;
}

.part3-title span {
    font: 400 12px/14px '微軟雅黑';
    color: #000000;
}

.part3-right-imgs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.part3-c {
    position: relative;
}

.part3-c a {
    position: absolute;
    right: -24px;
    top: -24px;
}

.part3-layer {
    display: none;
    position: absolute;
    left: 0;
    bottom: -57px;
    width: 100%;
    height: 128px;
    background: url('../image/part3_layer.png') no-repeat 0 0;
}

@media (max-width:768px) {
    .part3-right {
        position: relative;
    }

    .part3-title {
        display: block;
        margin: 0 auto;
        padding-left: 48px;
        background: url('../image/part_icon.png') no-repeat 0 center/42px;
    }

    .part3-title p {
        font: 400 18px/54px '微軟雅黑';
        color: #010101;
    }


    .part3-title-wrap {
        padding: 20px 0 30px 15px;
    }
}

@media (min-width:1200px) {
    .part3 {
        position: relative;
        margin-bottom: 80px;
        background: url('../image/part3_bg.jpg') no-repeat center 0;
    }

    .part3-imgs {
        height: auto;
        background: none;
    }

    .part3-imgs img {
        display: block;
        width: 100%;
    }

    .part3-content {
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: flex-end;
        width: 950px;
        height: 100%;
        margin: 0 auto;
    }

    .part3-right {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 395px;
    }

    .part3-title-wrap {
        display: flex;
        padding: 48px 0 72px 15px
    }

    .part3-title {
        padding-left: 52px;
        background: url('../image/part_icon.png') no-repeat 0 center;
    }

    .part3-title p {
        font: 400 22px/54px '微軟雅黑';
        color: #010101;
    }

    .part3-title span {
        font: 400 12px/14px '微軟雅黑';
        color: #000000;
    }

    .part3-right-imgs {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .part3-c {
        position: relative;
    }

    .part3-c a {
        position: absolute;
        right: -24px;
        top: -24px;
    }

    .part3-layer {
        display: block;
        position: absolute;
        left: 0;
        bottom: -57px;
        width: 100%;
        height: 128px;
        background: url('../image/part3_layer.png') no-repeat 0 0;
    }
}


/* 第四部分 */

.part4 {
    padding: 10px;
}

.part4-title-wrap {}

.part4-title {
    position: relative;
    margin-bottom: 10px;
    padding-left: 48px;
    background: url('../image/part_icon.png') no-repeat 0 center/42px;
}

.part4-title p {
    font: 400 18px/54px '微軟雅黑';
    color: #010101;
}

.part4-title span {
    font: 400 12px/14px '微軟雅黑';
    color: #000000;
}

.part4-title a {
    position: absolute;
    right: 0;
    top: 18px;
    width: 72px;
    height: 24px;
    border: 2px solid #d24726;
}

.part4-title a span {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 72px;
    font: 400 12px/24px '微軟雅黑';
    text-align: center;
    color: #fff;
    background: #d24726;
}

.part4-wrap {
    background: url('../image/new_repeat.jpg') 0 0;
}

.part4-content {
    padding: 10px 0 0;
}

.part4-content ul {}

.part4-content ul li {
    padding: 1px 0;
}

.part4-content ul li a {
    display: block;
    padding: 7px;
    background: #ededed;
}

.new-li-img img {
    width: 100%;
}

.new-li-title {
    overflow: hidden;
    margin-top: 10px;
    font: bold 14px/24px '微軟雅黑';
    color: #343030;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-time {
    padding-bottom: 7px;
    font: 400 12px/18px '微軟雅黑';
    color: #999999;
}

.part4-content ul li a:hover {
    background: #d24726;
}

.part4-content ul li a:hover .new-li-title {
    color: #fff;
}

.part4-content ul li a:hover .new-li-time {
    color: #fff;
}

@media (min-width:1200px) {
    .part4 {}

    .part4-title-wrap {
        width: 900px;
        margin: 0 auto;
    }

    .part4-title {
        position: relative;
        margin-bottom: 30px;
        padding-left: 52px;
        background: url('../image/part_icon.png') no-repeat 0 center;
    }

    .part4-title p {
        font: 400 22px/54px '微軟雅黑';
        color: #010101;
    }

    .part4-title span {
        font: 400 12px/14px '微軟雅黑';
        color: #000000;
    }

    .part4-title a {
        position: absolute;
        right: 0;
        top: 18px;
        width: 72px;
        height: 24px;
        border: 2px solid #d24726;
    }

    .part4-title a span {
        position: absolute;
        left: -5px;
        top: -5px;
        width: 72px;
        font: 400 12px/24px '微軟雅黑';
        text-align: center;
        color: #fff;
        background: #d24726;
    }

    .part4-wrap {
        background: url('../image/new_repeat.jpg') 0 0;
    }

    .part4-content {
        width: 900px;
        margin: 0 auto;
        padding: 50px 0 70px;
    }

    .part4-content ul {
        display: flex;
        justify-content: space-between;
    }

    .part4-content ul li {
        width: 290px;
    }

    .part4-content ul li a {
        display: block;
        padding: 7px;
        background: #ededed;
    }

    .new-li-img img {
        width: 100%;
    }

    .new-li-title {
        overflow: hidden;
        margin-top: 10px;
        font: bold 14px/24px '微軟雅黑';
        color: #343030;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .new-li-time {
        padding-bottom: 7px;
        font: 400 12px/18px '微軟雅黑';
        color: #999999;
    }

    .part4-content ul li a:hover {
        background: #d24726;
    }

    .part4-content ul li a:hover .new-li-title {
        color: #fff;
    }

    .part4-content ul li a:hover .new-li-time {
        color: #fff;
    }
}


/* 第五部分 */

.part5 {
    position: relative;
    padding: 150px 0 20px;
    background: url('../image/part5_bg.jpg') no-repeat center 0;
}

.part5-content {
    font: 400 14px/24px '微軟雅黑';
    color: #fff;
    text-align: center;
}

.part5-more {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.want {
    display: none;
}

@media (min-width:1200px) {
    .part5 {
        position: relative;
        height: 362px;
        padding-top: 160px;
        background: url('../image/part5_bg.jpg') no-repeat center 0;
    }

    .part5-content {
        font: 400 14px/24px '微軟雅黑';
        color: #fff;
        text-align: center;
    }

    .part5-more {
        display: flex;
        justify-content: center;
        padding-top: 24px;
    }

    .want {
        display: block;
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }
}