.bannerBox {
    height: 500px;
    background: url('../images/Foreigners/banner.jpg') no-repeat;
    background-size: 100% 100%;
}

.container {
    padding: 0;
}

.bannerBox .container {
    position: relative;
    height: 500px;
}

.bannerBox ul {
    position: absolute;
    bottom: 0;
}

.bannerBox ul li {
    float: left;
    height: 60px;
    width: 300px;
    text-align: center;
    position: relative;
}

.bannerBox ul li .lBox {
    display: none;
    width: 300px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9999;
}

.bannerBox ul li:nth-child(even),
.bannerBox ul li .lBox li:nth-child(even) {
    background: #ffffff;
}

.bannerBox ul li:nth-child(odd),
.bannerBox ul li .lBox li:nth-child(odd) {
    background: #eef7f7;
}

.bannerBox ul li:hover,
.bannerBox ul li.on,
.bannerBox ul li .lBox li:hover {
    background: #0f7ec5;
}

.bannerBox ul li:hover .lBox {
    display: block;
}

.bannerBox ul li h3 a,
.bannerBox ul li .lBox li a {
    font-size: 16px;
    line-height: 60px;
    color: #31333b;
}

.bannerBox ul li:hover h3 a,
.bannerBox ul li.on h3 a,
.bannerBox ul li .lBox li:hover a {
    color: #ffffff;
}

.container {
    padding: 0;
    position: relative;
    clear: both;
}

.title div {
    width: 40px;
    height: 4px;
    background: #31ebff;
    margin-bottom: 20px;
}

.title P {
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}

.title P a {
    color: #ffffff;
}

.title P a span {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 15px;
}

.title p span {
    color: #38e3fe;
}

.box1 {
    height: 720px;
    background: url('../images/Foreigners/iam-bg.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

#lunbo {
    width: 1200px;
    height: 520px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#lunbo .lunbo_container {
    width: 360px;
    display: none;
    clear: both;
}

.show {
    display: block;
}

.title1 {
    margin-bottom: 26px;
}

#lunbo .lunbo_container ul li {
    width: 360px;
    padding: 14.5px 0 14.5px 10px;
}

#lunbo .lunbo_container ul li:nth-child(even) {
    background: rgba(14, 32, 82, 0.1);
}

#lunbo .lunbo_container ul li:nth-child(odd) {
    background: rgba(14, 32, 82, 0.2);
}

#lunbo .lunbo_container ul li:hover {
    background: #e96c17;
}

#lunbo .lunbo_container ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

#lunbo .lunbo_index {
    width: 780px;
    height: 520px;
    position: absolute;
    top: 0;
    right: 0;
}

#lunbo .lunbo_index ul {
    display: block;
    position: relative;
}

#lunbo .lunbo_index ul li {
    width: 332px;
    height: 520px;
    position: absolute;
    top: 0;
}

#lunbo .lunbo_index ul li:nth-child(1) {
    background: url('../images/Foreigners/newcomer2.png') no-repeat;
    background-size: 100% 100%;
    left: 0;
}

#lunbo .lunbo_index ul li:nth-child(1):hover,
#lunbo .lunbo_index ul li:nth-child(1).hover {
    background: url('../images/Foreigners/newcomer.png') no-repeat;
    background-size: 100% 100%;
}

#lunbo .lunbo_index ul li:nth-child(2) {
    background: url('../images/Foreigners/resident2.png') no-repeat;
    background-size: 100% 100%;
    left: 222px;
}

#lunbo .lunbo_index ul li:nth-child(2):hover,
#lunbo .lunbo_index ul li:nth-child(2).hover {
    background: url('../images/Foreigners/resident.png') no-repeat;
    background-size: 100% 100%;
}

#lunbo .lunbo_index ul li:nth-child(3) {
    background: url('../images/Foreigners/job-hunter2.png') no-repeat;
    background-size: 100% 100%;
    left: 444px;
}

#lunbo .lunbo_index ul li:nth-child(3):hover,
#lunbo .lunbo_index ul li:nth-child(3).hover {
    background: url('../images/Foreigners/job-hunter.png') no-repeat;
    background-size: 100% 100%;
}

#lunbo .icone_left {
    position: absolute;
    top: 244px;
    left: 420px;
    z-index: 99;
}

#lunbo .icone_right {
    position: absolute;
    top: 244px;
    right: 0;
    z-index: 99;
}

.box2 {
    height: 340px;
    background: #55ade8;
    padding-top: 50px;
}

.timeline {
    height: 134px;
    margin-top: 50px;
    position: relative;
}

.sun,
.moon {
    height: 35px;
    position: absolute;
    top: 49.5px;
}

.sun {
    width: 35px;
    left: 0;
}

.moon {
    width: 36px;
    right: 0;
}

.dayline {
    width: 1100px;
    height: 134px;
    margin: 0 auto;
    position: relative;
    background: url('../images/Foreigners/line_white.png') no-repeat;
    background-position: 0 63.5px;
}

.dayline a {
    display: block;
}

.day1,
.day2,
.day3,
.day4,
.day5 {
    position: absolute;
}

.day1 {
    top: 13px;
    left: 18px;
}

.day2 {
    top: -6px;
    left: 270px;
}

.day3 {
    top: 20px;
    left: 494px;
}

.day4 {
    top: -6px;
    left: 716px;
}

.day5 {
    top: 14px;
    left: 946px;
}

.dayimg {
    margin: 0 auto;
}

.day1 .dayimg {
    width: 34px;
    height: 36px;
}

.day2 .dayimg {
    width: 36px;
    height: 30px;
}

.day3 .dayimg {
    width: 36px;
    height: 29px;
}

.day4 .dayimg {
    width: 36px;
    height: 34px;
}

.day5 .dayimg {
    width: 36px;
    height: 35px;
}

.dayspot {
    margin: 15px auto;
    width: 30px;
    height: 7px;
    border-radius: 3px;
}

.day1 .dayspot {
    background: #fee42a;
}

.day2 .dayspot {
    background: #ffb130;
}

.day3 .dayspot {
    background: #ff6830;
}

.day4 .dayspot {
    background: #2ffff3;
}

.day5 .dayspot {
    background: #3148ff;
}

.daytime {
    margin: 15px auto;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

.daytitle {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.box3 {
    height: 900px;
    background: url('../images/Foreigners/f_bg.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 60px;
}

.divleft {
    width: 640px;
    display: inline-block;
}

#lunbo1 {
    width: 640px;
    height: 650px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 24px;
}

#lunbo1 .lunbo_container {
    width: 640px;
    height: 650px;
    position: absolute;
    display: none;
    clear: both;
    top: 0;
    background: #3192fe;
}

#lunbo1 .lunbo_container a {
    display: inline-block;
}

#lunbo1 .lunbo_container img {
    width: 640px;
    height: 426px;
}

#lunbo1 .lunbo_container p {
    padding: 30px 30px 20px;
}

#lunbo1 .lunbo_container p a {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

#lunbo1 .lunbo_container span {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 30px;
    display: block;
}

#lunbo1 .lunbo_index {
    width: 80px;
    height: 10px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#lunbo1 .lunbo_index ul {
    display: block;
    clear: both;
}

#lunbo1 .lunbo_index ul li {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #ffffff;
    float: left;
    margin-right: 10px;
}

#lunbo1 .lunbo_index ul li:hover,
#lunbo1 .lunbo_index ul li.hover {
    background: #30eafe;
}

#lunbo1 .icone_left {
    position: absolute;
    top: 157px;
    left: 0;
    z-index: 999;
}

#lunbo1 .icone_right {
    position: absolute;
    top: 157px;
    right: 0;
    z-index: 999;
}

.divright {
    width: 500px;
    float: right;
}

.feedback {
    margin-top: 24px;
}

iframe {
    display: none;
}

.feedshow {
    width: 500px;
    height: 172px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

.feedshow li {
    height: 172px;
    width: 500px;
    padding: 0 20px;
    overflow: hidden;
}

.feedshow li div {
    height: 172px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.feedshow li p {
    margin-bottom: 10px;
}

.footer {
    background: #ffffff;
    color: #666666;
    border-top: 1px solid #e96c17;
    margin: 0;
}

.footer a {
    color: #666666 !important;
}