.w1200{
    width: 1200px;
    margin: 0 auto;
}

.photo {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 65px auto;
}

.photo .play {
    background: url(../images/play.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 47%;
    top: 38%;
}

.photo img{
    border: 5px solid#4075be;
}

.title{
    width: 748px;
    height: 213px;
    margin: 0 auto;
}

.w750 {
    position: relative;
    float: left;
    width: 750px;
    height: 421px;
}

.w750 .swiper-container {
    width: 750px;
    height: 421px;
}

.w750 .swiper-container .swiper-wrapper .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.w750 .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 750px;
    height: 421px;
}

.w750 .swiper-container .swiper-wrapper .swiper-slide a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
    text-indent: .5em;
    background: rgba(0, 0, 0, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000');
}

.w750 .page {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 20;
    font-size: 0;
}

.w750 .page .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin-right: 10px;
    cursor: pointer
}

.w750 .page .swiper-active-switch {
    background: #4075be;
}

.w410{
    float: right;
    width: 410px;
}

.w410 a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 410px;
}

.w410 ul li{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.w410 ul li a{
    font-size: 16px;
}

.w582{
    width: 582px;
    float: left;
}

.carousel-container {
    position: relative;
    height: 830px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.carousel-container #carousel {
    height: 747px;
    overflow: visible!important;
}

.carousel-container #carousel .cloud9-item {
    cursor: pointer;
}

.carousel-container #carousel .cloud9-item a {
    display: block;
    width: 522px;
    height: 747px;
}

.carousel-container #carousel .cloud9-item img {
    width: 522px;
    height: 747px;
    box-shadow: -1px 4px 13px 0 rgb(0 0 0 / 50%);
}

.carousel-container #carousel .cloud9-item .biaoti {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .6);
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.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: 280px;
    border: none;
    background: url(../images/left.png) no-repeat center;
    width: 57px;
    height: 100px;
    outline: 0;
}

.carousel-container #buttons button.right {
    position: absolute;
    right: 0;
    top: 280px;
    border: none;
    background: url(../images/right.png) no-repeat center;
    width: 57px;
    height: 100px;
    outline: 0;
}