
/*common css*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,textarea,div,tr,td,p{margin:0;padding:0; list-style:none;}
body{ position:relative;font-family:"microsoft yahei", Arial, Helvetica, sans-serif;font-size: 14px;}
a{ color:#333; text-decoration:none}
table{border-collapse:collapse;border-spacing:0;}
img{ border:none;max-width: 100%;}
.C{ clear:both}
.clearfix:after { content:'\20'; display:block; height:0; clear:both; }
.clearfix { *zoom:1;}
.left{float:left}
.right{ float:right}
@media (min-width: 1200px){
    .container {
    width: 1200px;
}
}
div:after,ul:after,li:after{
    content:'\20'; display:block; height:0; clear:both; 
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
    background: none;
}
.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #4A91FE;
}
.video-js .vjs-big-play-button{
    top: 50% !important;
    left: 50% !important;
    margin-top: -22.5px;
    margin-left: -45px;
}
.pagination > li{
    float: left;
    margin-right: 6px;
}
.pagination > li a{
    background-color: #EEEEEE;
    color: #050208;
    border: none;
    cursor: pointer;
}
.pagination{
    margin: 55px 0 0;
}
.video-js{
    background-color: transparent !important;
}
.vjs-poster{
    background-color: transparent !important;
}
@media(max-width:767px){
.pagination{
    margin: 0.55rem 0 0;
}
}

.swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
        width: 100%;
        height: 512px;
    }
    .gallery-thumbs {
        height: 124px;
        box-sizing: border-box;
        padding: 20px 0 0;
    }
    .gallery-thumbs .swiper-slide {
        height: 100px;
        /*opacity: 0.4;*/
        border: 2px solid transparent;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
        border: 2px solid #4B91FF;
    }