﻿.wu_goal {
    background: #1dac4b;
    height: 500px;
    border-top: 1px solid transparent;
    width: 100%;
    display: inline-block;
}

.wrap {
    width: 1300px;
    margin: 0 auto;
}
.wu_goal .goal_banner img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 1000px;
    height: 500px;
    z-index: 2;
    position: absolute;
}
.wu_goal .goal_text {
    width: 640px;
    margin-left: 540px;
    margin-top: 80px;
    z-index: 10;
    position: absolute;
    float: left;
}
    .wu_goal .goal_text h3 {
        font-size: 42px;
        color: #fff;
        font-family: "The Sans Bold";
        line-height: 60px;
    }
    .wu_goal .goal_text h5 {
        font-size: 24px;
        color: #fff;
        font-family: Arial;
        line-height: 30px;
    }
.wu_manufacture {
    background: #fff;
    height: 540px;
    padding-top: 60px;
}

.container {
    width: 100%;
    min-width: 1300px;
}
.content {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
#timeline {
    width: 1160px;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background: url(/images/OTHER/dot.png) left 70px repeat-x;
}
    #timeline #dates {
        width: 1160px;
        height: 80px;
        overflow: hidden;
    }
        #timeline #dates li {
            font-family: Arial;
            list-style: none;
            float: left;
            width: 240px;
            height: 80px;
            font-size: 14px;
            text-align: center;
            background: url(/images/other/biggerdot.png) center bottom no-repeat;
        }
        #timeline #dates a {
            line-height: 80px;
            padding-bottom: 10px;
            color: #999;
        }
    #timeline #issues {
        width: 1160px;
        height: 600px;
        margin-top:20px;
    }
        #timeline #issues li {
            width: 1160px;
            height: 500px;
            list-style: none;
            float: left;
        }
            #timeline #issues li .issues_pic {
                float: left;
                width: 400px;
                padding-left: 40px;
            }
            #timeline #issues li img {
                margin: 30px;
            }
            #timeline #issues li .issues_con {
                float: right;
                width: 680px;
            }
            #timeline #issues li .issues_con {
                float: right;
                width: 680px;
            }
            #timeline #issues li p {
                font-size: 14px;
                margin-right: 70px;
                line-height: 30px;
            }
    #timeline #dates .selected {
        font-size: 16px;
        color: #1dac4b;
        font-weight: bold;
    }
.wu_website {
    background: #f4f7f6;
    height: 680px;
    padding-top: 60px;
}
    .wu_website .ws_pic {
        float: left;
        width: 700px;
    }
    .wu_website .pic_frame {
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        width: 600px;
        height: 600px;
        border-top: 1px transparent solid;
    }
    .wu_website .pic_con {
        background-image: url(/images/other/EXPLORER_pic.png);
        width: 560px;
        height: 560px;
        margin-top: 20px;
        margin-left: 20px;
        position: relative;
        animation: myfirst 10s;
        animation-iteration-count: infinite;
        animation-play-state: paused;
        background-size: cover;
    }
    .wu_website .ws_introduce {
        float: right;
        width: 500px;
        padding-top: 40px;
    }
        .wu_website .ws_introduce h3 {
            color: #1dac4b;
            font-size: 30px;
            font-family: "The Sans Bold";
            line-height: 60px;
            font-weight: bold;
        }
        .wu_website .ws_introduce h4 {
            color: #333;
            font-size: 18px;
            font-family: Arial;
            line-height: 30px;
            font-weight: bold;
        }
        .wu_website .ws_introduce p {
            color: #333;
            font-size: 14px;
            font-family: Arial;
            line-height: 30px;
        }
.wu_superiority {
    background: #fff;
    height: 1080px;
    padding-top: 80px;
}
    .wu_superiority .sup_items li {
        width: 390px;
        float: left;
        height: 520px;
        padding: 0 20px;
    }
        .wu_superiority .sup_items li h4 {
            font-size: 24px;
            font-family: "The Sans Bold";
            color: #333;
            line-height: 80px;
        }
        .wu_superiority .sup_items li p {
            font-size: 14px;
            line-height: 30px;
        }