body {
    background-color: #f5f5f5;
}

.main-wrapper {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}


/* 导航栏 */

nav {
    background-image: url("/img/navbar-bg.png");
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: transparent;
    box-shadow: none;
}

.nav-wrapper {
    z-index: 99;
    opacity: 0.8;
    width: 1200px;
    margin: 0 auto;
}

nav .brand-logo {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

nav .brand-logo img {
    display: inline-block;
    position: absolute;
    top: 13px;
}

/* 首页顶部轮播图 */

.home-carousel {
    width: 100%;
}

.carousel-container {
    height: 400px;
}

@media (min-width: 1200px) {
    .carousel-container {
        height: calc(100vw * 0.3541666666);
    }
}

@media (min-width: 1920px) {
    .carousel-container {
        height: 690px;
    }
}

/* 轮播图页码 */

.dotsClass {
    display: flex;
    justify-content: right;
    margin: 0 0 0 85%;
    padding: 0;
    list-style-type: none;
    position: relative;
    top: -30px;
}

.dotsClass li {
    margin: 0 0.45rem;
}

.dotsClass li.slick-active button {
    background-color: transparent;
    border: 1px solid white;
    cursor: pointer;
}

.dotsClass button {
    border: none;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0;
    border-radius: 100%;
    background-color: white;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}

#carousel-prev {
    position: absolute;
    top: calc((389.59px - 151px) / 2);
    left: 0;
    z-index: 99;
    cursor: pointer;
    display: inline-block;
    padding: 49px 11px;
}

@media (min-width: 1100px) {
    #carousel-prev {
        position: absolute;
        top: calc(((100vw * 0.3541666666) - 151px) / 2);
        left: 0;
    }
}

@media (min-width: 1920px) {
    #carousel-prev {
        position: absolute;
        top: calc((680px - 151px) / 2);
        left: 0;
    }
}

#carousel-prev:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#carousel-next {
    position: absolute;
    top: calc((389.59px - 151px) / 2);
    right: 0;
    z-index: 99;
    cursor: pointer;
    display: inline-block;
    padding: 49px 11px;
    background-color: transparent;
}

@media (min-width: 1100px) {
    #carousel-next {
        position: absolute;
        top: calc(((100vw * 0.3541666666) - 151px) / 2);
        right: 0;
    }
}

@media (min-width: 1920px) {
    #carousel-next {
        position: absolute;
        top: calc((680px - 151px) / 2);
        right: 0;
    }
}

#carousel-next:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* 轮播图视频弹窗 */

.shadow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 100;
    display: none;
}

.shadow .video-pocket {
    z-index: 50;
    width: 813px;
    height: 455px;
    padding: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -406.5px;
    margin-top: -222.5px;
}

.shadow .video-pocket video {
    width: inherit;
    height: inherit;
}

.shadow .video-pocket .close {
    width: 32px;
    height: 31px;
    background-image: url(//ycimg-m.duoku.com/cimages/img/promo/page/sgzgwqz/img/close.png);
    position: relative;
    left: 823px;
    top: -455px;
}

.tab-container {
    min-width: 1200px;
    margin: 0 auto;
}

.hero {
    height: 560px;
    width: auto;
}

#tabs_container {
    text-align: center;
}

.tabs {
    text-align: center !important;
    background-color: none !important;
    font-weight: bold !important;
    background-color: #f5f5f5 !important;
    height: 68px !important;
    border-bottom: 1px solid #dadada;
    display: inline-block;
    margin: 0 auto !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    width: 1100px !important;
    overflow: visible !important;
}

.tabs .tab a {
    font-size: 26px !important;
    color: #454545 !important;
    text-decoration: none !important;
    background-color: none !important;
    height: 69px !important;
}

.tab .active {
    text-decoration: none;
    background-color: none;
    
}

.tabs .tab a:hover, .tabs .tab a.active, .tabs .tab a:focus {
    color: #e90162 !important;
}
.tab a:focus,.tabs .tab a:focus.active {
    background-color: none !important;
    outline: none;
    border-bottom: 3px solid #e90162;
    /* border-bottom-width: 4px; */
    padding-bottom: 5px;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: transparent !important;
}
.tabs .indicator {
    background-color: transparent !important;
}

/* 公司动态 */

#news {
    padding: 0 40px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.news-list-container {
    height: 720px;
    overflow: hidden;
    background-color: #f5f5f5;
    margin-bottom: 0;
    
}

#news-more {
    display: block;
    text-align: center;
    cursor: pointer;
}
.showAll {
    max-height: 100% !important;
}
#news .card {
    width: 340px;
    height: 320px;
    display: inline-block;
    margin: 0 16px 30px;
    box-shadow: none;
    background-color: #f5f5f5;
    float: left;
}
.tipLink {
    color: white !important;
}
#news .card:hover .tips {
    background-color: #e90162 !important;
    cursor: pointer;
}

#news .card .card-title {
    font-size: 18px;
    color: #333333 !important;
    height: 50px;
    margin-bottom: 0;
    line-height: 1.4
}

#news .card .card-content {
    padding: 15px 0;
    text-align: left;
}

.tips {
    display: inline-block;
    position: relative;
    height: 24px;
    width: 76px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
}

#news .card .time {
    margin-left: 10px;
    color: #666666 !important;
    font-size: 12px;
}

#news .card .news-img {
    width: 340px;
    height: 180px;
}

#news .card-info {
    margin-top: 15px;
}


/* 多酷大事件 */

.events-list-container {
    max-height: 1340px;
    overflow: hidden;
}

#events div {
    display: inline-block;
}

.event-list {
    height: 196px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -1px;
}

.list-left {
    width: 217px;
    height: 100%;
    position: absolute;
    left: 0;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
    padding-right: 40px;
}
.events-year {
    position: relative;
    top: -10px;
}

.list-left img {
    position: absolute;
    right: 0;
}

.list-date {
    width: 150px;
    height: 50px;
    position: absolute;
    left: 218px;
    top: -7px;
    text-align: center;
    font-size: 24px;
}

.list-img {
    width: 300px;
    height: 160px;
    position: absolute;
    left: 370px;
}

.list-img img {
    width: 285px;
    height: 150px;
}

.list-text {
    width: 415px;
    height: 100%;
    position: absolute;
    left: 695px;
    font-size: 14px;
}
#events-more {
    display: block !important;
    text-align: center;
    cursor: pointer;
}

/* 页脚 */

footer {
    background: #292b2d !important;
    margin-top: 200px !important;
}

footer .logos {
    text-align: center;
    border-bottom: 1px #414549 solid;
    width: 80%;
    margin: 0 auto;
}

footer .logos ul {
    margin: 0;
    padding: 50px 0;
}

footer .logos ul li {
    display: inline-block;
    margin: 0 20px;
}

footer .logos ul li:first-of-type {
    margin-left: 0;
}

footer .logos ul li:last-of-type {
    margin-right: 0;
}

footer .logos ul li:nth-of-type(even) img {
    position: relative;
    top: 10px;
}

footer .contacts {
    text-align: center;
    padding: 50px auto 200px;
    width: 80%;
    margin: 0 auto;
}

footer .contacts ul {
    margin: 0;
    color: #d5d5d5;
    padding: 50px 0;
    font-size: 14px;
}

footer .contacts ul li {
    display: inline-block;
}

footer .infomation {
    text-align: left;
}

footer .contacts ul li:nth-of-type(2) {
    padding: 0 30px;
}

footer .contacts {
    position: relative;
}

footer .duoku-logo {
    position: absolute;
    left: 0;
    top: 60px;
}

footer .contacts ul .infomation p:nth-of-type(2) {
    margin-bottom: 7px;
}

footer .contacts ul .infomation p:last-of-type {
    font-size: 12px;
    margin: 3px 0;
}

footer .ewm {
    position: absolute;
    right: 0;
    top: 60px;
}

footer .contacts ul .ewm img {
    margin-left: 15px;
}

.news_heading h1:hover {
    color: rgb(240, 0, 115)
}