.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.title {
    width: 100%;
    height: 163px;
    margin: 0 auto;
    text-align: center;
}

.title a {
    display: block;
    height: 163px;
}

.more {
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    margin-top: -45px;
}

.sp {
    border: 2px solid #123e8f;
    width: 1200px;
    height: 699px;
    margin: 0 auto;
    position: relative;
}

.sp img {
    width: 1122px;
    height: 633px;
    margin: 38px auto;
    display: block;
}

.sp span {
    background: url(../images/play.png) no-repeat;
    width: 161px;
    height: 161px;
    position: absolute;
    display: block;
    left: 42%;
    top: 41%;
    z-index: 999;
}

.hd {
    border: 2px solid #123e8f;
    width: 1190px;
    height: 568px;
    margin: 0 auto;
}

.hd .left {
    width: 547px;
    margin: 40px;
}

.stit {
    width: 333px;
    height: 55px;
}

.hd .left ul li {
    font-size: 22px;
    color: #fff;
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cg {
    border: 2px solid #123e8f;
    width: 1190px;
    height: 345px;
    margin: 0 auto;
}

.cg .left {
    width: 498px;
    margin: 35px;
}

.cg .right {
    width: 575px;
    margin-right: 30px;
    margin-top: 27px;
}

.cg .right h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid#fff;
    padding-bottom: 20px;
}

.cg .right h2 a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.cg .right p {
    font-size: 16px;
    color: #bdc8ee;
    padding-top: 15px;
    line-height: 30px;
}

.cg .right ul li {
    font-size: 22px;
    color: #fff;
    line-height: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cg .right ul li a {
    color: #fff;
}

.sh {
    border: 2px solid #123e8f;
    width: 1190px;
    height: 516px;
    margin: 0 auto;
}

.picture {
    width: 243px;
    float: left;
    margin: 42px 27px;
}

.hd .right{
    width: 512px;
    margin-right: 20px;
}
.carousel-container {
    position: relative;
    height: 500px;
    width: 512px;
    margin: 0 auto;
    padding-top: 80px;
}

.carousel-container #carousel {
    height: 500px;
    overflow: visible !important;
}

.carousel-container #carousel .cloud9-item {
    cursor: pointer;
}

.carousel-container #carousel .cloud9-item a {
    display: block;
    width: 259px;
    height: 462px;
}

.carousel-container #carousel .cloud9-item img {
    width: 259px;
    height: 462px;
    box-shadow: -1px 4px 13px 0 rgb(0 0 0 / 50%);
}

.carousel-container #buttons {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}

.carousel-container #buttons button {
    cursor: pointer;
}

.carousel-container #buttons button.left {
    position: absolute;
    left: 0;
    top: 245px;
    border: none;
    background: url(../images/left.png) no-repeat center;
    width: 23px;
    height: 48px;
    outline: 0;
    margin: 0;
}

.carousel-container #buttons button.right {
    position: absolute;
    right: 0;
    top: 245px;
    border: none;
    background: url(../images/right.png) no-repeat center;
    width: 23px;
    height: 48px;
    outline: 0;
    margin: 0;
}