/* silder */

.silder {
    text-align: center;
    margin-bottom: 40px;
}

.slideBox {
    box-sizing: border-box;
    position: relative;
    /* height: 460px; */
    width: 100%;
    overflow: hidden;
}

.slideBox a {
    display: block;
}

.slideBox .bd {
    position: relative;
    float: left;
    height: 562.5px;
    width: 1000px;
    overflow: hidden;
}

.slideBox .bd img {
    width: 100%;
    height: 562.5px;
}

.slideBox .bd .shadow {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    width: 1000px;
    height: 64px;
    background: #1995d5;
    background: rgba(25, 149, 213, .9);
    color: #fff;
}

.slideBox .bd .shadow p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.slideBox .prev {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 220px;
    left: 20px;
    width: 53px;
    padding: 10px 0;
    line-height: 70px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    cursor: pointer;
    font: 600 70px / 60px 宋体;
    text-decoration: none;
    background: rgb(0, 0, 0);
    transition: background 1s ease 0s;
    border-radius: 10px;
    display: none;
}

.slideBox .next {
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2;
    top: 220px;
    right: 20px;
    width: 53px;
    padding: 10px 0;
    line-height: 70px;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    cursor: pointer;
    font: 600 70px / 60px 宋体;
    text-decoration: none;
    background: rgb(0, 0, 0);
    transition: background 1s ease 0s;
    border-radius: 10px;
    display: none;
}

.right .box {
    margin-bottom: 30px;
}

.right .box:last-child {
    margin-bottom: 0;
}

.right .box .title {
    font-size: 20px;
    margin-bottom: 0;
    height: 40px;
}

.right .box p {
    width: 370px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.silder .nav img {
    width: 100%;
    display: block;
}

.slideBox .hd {
    float: right;
    width: 193px;
}

.slideBox .hd a {
    position: relative;
    display: block;
    height: 108.5px;
}

.slideBox .hd li {
    margin-bottom: 5px;
}

.slideBox .hd li:last-child {
    margin-bottom: 0;
}

.slideBox .hd img {
    width: 100%;
    height: 108.5px;
}

.slideBox .hd .shadow {
    box-sizing: border-box;
    position: absolute;
    padding: 0 10px;
    bottom: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, .5);
    filter: alpha(opacity=50);
    color: #fff;
}

.slideBox .hd .on .shadow {
    background: #1995d5;
    color: #fff;
}

.slideBox .hd .shadow p {
    line-height: 25px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Travel section */

.Travel {
    margin-bottom: 40px;
}

.plate_title {
    margin-bottom: 20px;
}

.plate_title .line {
    display: block;
    float: left;
    background: #000;
    height: 1px;
    width: 465px;
    margin-top: 12px;
}

.plate_title_text {
    float: left;
    width: 270px;
    text-align: center;
    font: bold 24px/26px Georgia;
    color: #4cb5e3;
}

.Travel_box {
    position: relative;
    float: left;
    width: 385px;
    margin-right: 22.5px;
    display: block;
}

.Travel_box:last-child {
    margin-right: 0;
}

.Travel .Travel_box img {
    width: 100%;
    height: 216.5px;
    margin-bottom: 25px;
}

.Travel .Travel_box .shadow {
    box-sizing: border-box;
    position: absolute;
    padding: 10px 30px;
    bottom: 0;
    width: 100%;
    /* height: 50px; */
    background: #1995d5;
    color: #fff;
}

.Travel .Travel_box p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}


/* Common home */

.Common .left {
    width: 954px;
}

.Common .left .line {
    width: 342px;
}

.Common .right {
    width: 230px;
}

.Common .right .line {
    width: 30px;
}

.Common .right .plate_title_text {
    width: 170px;
}

.main_Common_left {
    margin-bottom: 40px;
}

.Common_left_box {
    display: block;
    float: left;
    width: 305px;
    margin-right: 19.5px;
}

.main_Common_left .Common_left_box:last-child {
    margin-right: 0;
}

.Common_left_box .img {
    width: 305px;
    height: 171.5px;
    margin-bottom: 25px;
}

.Common_left_box .img img {
    width: 100%;
    height: 100%;
}

.Common_left_box p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.Special_box {
    display: block;
    float: left;
    width: 233px;
    /* height: 118px; */
    margin-right: 7.33333px;
}

.Special_box:last-child {
    margin-right: 0;
}

.Special_box img {
    display: block;
    width: 233px;
    height: 118px;
    margin-bottom: 10px;
}

.Special_box p {
    color: #000;
    font-weight: 600;
}

.Common .Investment {
    margin-bottom: 60px;
}

.Common_right_box {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.video {
    margin-bottom: 20px;
    position: relative;
}

.video .icon {
    position: absolute;
    left: 94px;
    top: 40px;
}

.video .icon img {
    width: 40px;
    height: 40px;
}

.Common_right_box .img {
    width: 100%;
    height: 137px;
    margin-bottom: 3px;
}

.Common_right_box .img img {
    width: 100%;
    height: 100%;
}

.Common_right_box p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}