﻿body, input
{
    font-size: 12px;
}
a
{
    text-decoration: none;
}
ul, ol, dl, li, dt, dd
{
    padding: 0;
    margin: 0;
    list-style: none;
}
map area
{
    outline: none;
}
.container
{
    width: 1280px;
    margin: 0 auto;
}
.container-max
{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.containerPos
{
    width: 1280px;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}
.clearfix:after
{
    clear: both;
}
.clearfix
{
    *zoom: 1;
}
h1
{
    margin: 0;
}
img
{
    max-width: 100%;
    height: auto;
}
.none
{
    display: none;
}
.gallery-top
{
    position: relative;
}
.gallery-top .swiper-wrapper, .gallery-top .swiper-slide
{
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.gallery-top .swiper-wrapper, .gallery-top .swiper-slide .scene_explain
{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.gallery-top .swiper-wrapper, .gallery-top .swiper-slide.swiper-slide-active
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gallery-top .swiper-wrapper, .gallery-top .swiper-slide.swiper-slide-active .scene_explain
{
    filter: alpha(opacity=100) progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.gallery-top .gallery-thumbs .swiper-wrapper .swiper-slide
{
    opacity: 1;
}/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*//* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container
{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;/* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-wrapper
{
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode>.swiper-wrapper
{
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide
{
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal
{
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical
{
    -ms-touch-action: pan-x;
}/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container
{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;/* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-wrapper
{
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode>.swiper-wrapper
{
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide
{
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal
{
    -ms-touch-action: pan-y;
}
.swiper-wp8-vertical
{
    -ms-touch-action: pan-x;
}/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.supClass
{
    position: relative;
    padding-right: 10px;
}
.supClass:before
{
    position: absolute;
    content: "";
    top: 4px;
    right: 2px;
    font-size: 12px;
    background: url(keywords.png) no-repeat;
    width: 7px;
    height: 6px;
}
.supMaxClass
{
    position: relative;
    padding-right: 20px;
}
.supMaxClass:before
{
    position: absolute;
    content: "※";
    top: 8px;
    right: 8px;
    font-size: 12px;
}
.supClass1
{
    position: relative;
    padding-right: 10px;
}
.supClass1:before
{
    position: absolute;
    content: "";
    top: 4px;
    right: 2px;
    font-size: 12px;
    background: url(keywords.png) no-repeat;
    width: 7px;
    height: 6px;
}/*视频*/
.index_video
{
    padding: 30px 0 50px 0;
    position: relative;
    background: url(/png/kdcjp7yv.png) no-repeat;
}
.gree-zykt-title
{
    padding-bottom: 10px;
    color: #ebebeb;
    z-index: 1;
    left: 40px;
    font-size: 20px;
}
.index_scene
{
    height: auto;
    position: relative;
}
.swiper-thumbs
{
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.index_scene .swiper-container
{
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.index_scene .gallery-top
{
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.index_scene .swiper-slide
{
    background-size: cover;
    background-position: center;
}
.index_scene .gallery-top
{
    height: 100%;
    width: 100%;
}
.index_scene .gallery-thumbs
{
    width: 450px;
    height: 100%;
    box-sizing: border-box;
}
.index_scene .gallery-thumbs .swiper-slide
{
    width: 25%;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.index_scene .gallery-thumbs .swiper-slide .thumbs-item
{
    width: 80px;
    height: 80px;
    background: url(/png/htzr2abf.png) no-repeat;
    margin: 0 auto;
}
.index_scene .gallery-thumbs .swiper-slide .thumbs-item:hover
{
    background: url(keywords.png) no-repeat;
}
.index_scene .gallery-thumbs .active-nav .thumbs-item
{
    background: url(/png/02jfvheu.png) no-repeat;
}
.index_scene .gallery-thumbs .active-nav .thumbs-item:hover
{
    background: url(/png/02jfvheu.png) no-repeat;
}
.index_scene .gallery-thumbs .swiper-slide .thumbs-item .thumbs-item-mrning
{
    background: url(/png/j4e9lgfy.png) no-repeat;
    background-size: 35px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    padding-top: 18px;
    background-position: 50% 18%;
}
.index_scene .gallery-thumbs .swiper-slide .thumbs-item .thumbs-item-towork
{
    background: url(/png/azsj7y7k.png) no-repeat;
    background-size: 35px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    padding-top: 18px;
    background-position: 50% 18%;
}
.index_scene .gallery-thumbs .swiper-slide .thumbs-item .thumbs-item-offwork
{
    background: url(/png/b2chwxwf.png) no-repeat;
    background-size: 35px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    padding-top: 18px;
    background-position: 50% 18%;
}
.index_scene .gallery-thumbs .swiper-slide .thumbs-item .thumbs-item-sleep
{
    background: url(/png/i5fibc3c.png) no-repeat;
    background-size: 35px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    padding-top: 18px;
    background-position: 50% 18%;
}
.index_scene .gallery-thumbs .swiper-slide .thumbs-item .thumbs-item-weekend
{
    background: url(keywords.png) no-repeat;
    background-size: 35px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    padding-top: 18px;
    background-position: 50% 18%;
}
.scene_explain
{
    position: absolute;
    right: 30px;
    top: 40px;
    background: rgba(255,255,255,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);
    width: 310px;
    min-height: 400px;
    padding: 40px 36px;
}
.scene_explain_img
{
    width: 38px;
    height: auto;
}
.scene_explain_title
{
    padding: 10px 0 6px 0;
    font-size: 36px;
    font-weight: bold;
}
.scene_explain_time
{
    padding-bottom: 20px;
    color: #ccc;
}
.scene_explain_about
{
    line-height: 36px;
    text-align: justify;
    font-size: 16px;
}
.index_case
{
    padding: 150px 0;
    background: #fff;
}
.case_title
{
    font-size: 64px;
    text-align: center;
    padding-bottom: 40px;
}
.case_explain
{
    text-align: center;
    font-size: 24px;
}
.case_list
{
    padding-top: 80px;
}
.case_list ul li
{
    border: 1px solid #ebebeb;
    width: 19%;
    float: left;
}
.case_table tr td
{
    border: none;
    width: 20%;
    height: 100px;;
    cursor: pointer;
    transition: 1s;
    background: #fff;
}
.case_table tr td .case_list_item
{
    padding: 30px;
    transition: 1s;
    height: 190px;
    background: #fff;
    display: block;
    color: #000;
    -moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=0,strength=10)progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=90,strength=10)progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=180,strength=10)progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=270,strength=10)";
}
.case_table tr td:hover .case_list_item
{
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-box-shadow: 0 0 20px #ccc;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;/*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix( M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand');
	margin-left: -25px\0; 
	margin-top: -25px\0;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2,M12=0,M21=0,M22=1.2,SizingMethod='auto expand')progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=0,strength=10)progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=90,strength=10)progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=180,strength=10)progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=270,strength=10)";
    margin-top: -45px\9;
    margin-left: -45px\9;
    position: relative\9;
    z-index: 20\9;
}
.case_list_img img
{
    width: 20px;
    height: auto;
    margin-right: 10px;
}
.case_list_title
{
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
}
.case_list_about
{
    font-size: 14px;
    filter: glow(color=black,strength=5);
}
.index_case_electric
{
    background: #fff;
    position: relative;
}
.index_case_atmosphere
{
    background: #fff;
    position: relative;
}
.index_case_water
{
    background: #fff;
    position: relative;
}
.index_case_security
{
    background: #fff;
    position: relative;
}
.index_case_lighting
{
    background: #fff;
    position: relative;
}
.index_case_greejia
{
    background: #fff;
    position: relative;
}
.index_case_explain
{
    position: absolute;
    top: 50%;
    width: 50%;
    text-align: center;
    color: #fff;
    margin-top: -144px;
}
.index_case_1
{
    font-size: 36px;
}
.index_case_2
{
    font-size: 48px;
    padding: 20px 0;
}
.index_case_3
{
    font-size: 24px;
}
.index_case_a
{
    position: absolute;
    bottom: 70px;
    left: 25%;
    margin-left: -110px;
    display: inline-block;
    padding: 20px 50px;
    border: 1px solid #f8f09e;
    color: #f8f09e;
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
}
.index_case_a:hover
{
    color: #f8f09e;
}
.companyLink-dropdown
{
    padding: 0 10px;
}
.index_case_greejia_1
{
    font-size: 40px;
}
.index_case_greejia_2
{
    line-height: 25px;
    font-size: 16px;
}
.index_case_greejia_ul
{
    color: #999;
    padding-top: 30px;
}
.index_case_greejia_ul li
{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.index_case_greejia_ico1:before
{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(keywords.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}
.index_case_greejia_ico2:before
{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(keywords.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}
.index_case_greejia_ico3:before
{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(keywords.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}
.index_case_greejia_ico4:before
{
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background: url(keywords.png) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
}
.index_greejia_list
{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.index_greejia_explain
{
    position: absolute;
    right: 120px;
    top: 290px;
    width: 450px;
}
.index_greejia_img1
{
    position: absolute;
    right: 480px;
    top: 120px;
}
.index_greejia_img2
{
    position: absolute;
    right: 200px;
    top: 120px;
}
.index_greejia_img1
{
    width: 90px;
    height: auto;
}
.index_greejia_img2
{
    width: 110px;
    height: auto;
}
.index_case_greejia_code div
{
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    font-size: 14px;
}
.index_case_electric img, .index_case_atmosphere img, .index_case_water img, .index_case_security img, .index_case_lighting img, .index_case_greejia img
{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.index_cooperation
{
    background: #424242;
    color: #fff;
    padding: 20px 0;
}
.index_cooperation .index_cooperation_tit
{
    font-size: 16px;
    padding-bottom: 20px;
}
.index_cooperation ul li
{
    width: 150px;
    float: left;
    height: auto;
    padding: 0 5px;
}
.index_remarks
{
    padding: 30px 0;
    background: #2e2e2e;
    border-bottom: 1px solid #999;
    color: #ccc;
}
.remark-tit
{
    font-size: 16px;
}
.remark-ul li
{
    padding: 10px 0;
    color: #999;
    line-height: 22px;
}/*详情*/
.details-main
{
    width: 1270px;
    position: relative;
    margin: 0 auto;
    color: #fff;
}
.det_return
{
    position: absolute;
    top: 20px;
    width: 40px;
    left: 0;
}
.details-name
{
    position: absolute;
    top: 80px;
    width: 350px;
    background: rgba(0,0,0,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    padding: 20px;
}
.details-title
{
    font-size: 26px;
    padding-bottom: 20px;
}
.details-ex
{
    font-size: 16px;
    text-align: left;
}
.details-ex div
{
    line-height: 30px;
}
.details-gl
{
    font-weight: bold;
    font-size: 18px;
}
.details-btn
{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(keywords.png) no-repeat center;
    border: none;
    background-size: 40px 39px;
}
.details-btn:hover
{
    background: url(keywords.png) no-repeat center;
}
.details-popup
{
    background: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    border: 1px solid #6cfffa;
    padding: 15px;
    text-align: justify;
}
.details-bottom-line
{
    width: 100px;
    height: 51px;
    position: absolute;
    left: -91px;
    top: 38px;
    background: url(keywords.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.details-bottom-popup
{
    position: absolute;
    width: 200px;
    top: 15px;
    left: -319px;
}
.details-top-line
{
    width: 100px;
    height: 51px;
    position: absolute;
    left: -91px;
    top: -45px;
    background: url(keywords.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.details-top-popup
{
    position: absolute;
    width: 200px;
    top: -105px;
    left: -319px;
}
.details-topRight-line
{
    width: 100px;
    height: 51px;
    position: absolute;
    left: 32px;
    top: -42px;
    background: url(keywords.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.details-topRight-popup
{
    position: absolute;
    width: 200px;
    top: -100px;
    left: 128px;
}
.details-right-line
{
    width: 100px;
    height: 51px;
    position: absolute;
    left: 32px;
    top: 32px;
    background: url(keywords.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.details-right-popup
{
    position: absolute;
    width: 200px;
    top: 32px;
    left: 128px;
}/*能源管理热点*/
.details-air
{
    top: 225px;
    right: 120px;
}
.details-air1
{
    top: 55px;
    right: 440px;
}
.details-air2
{
    top: 210px;
    right: 510px;
}
.details-air3
{
    top: 580px;
    right: 10px;
}/*空气管理热点*/
.details-kongqi
{
    top: 530px;
    left: 120px;
}
.details-kongqi1
{
    top: 530px;
    left: 275px;
}
.details-kongqi2
{
    top: 550px;
    left: 480px;
}
.details-kongqi3
{
    top: 530px;
    right: 45px;
}
.details-kongqi4
{
    top: 30px;
    left: 220px;
}/*健康*/
.details-jiankang
{
    top: 530px;
    left: 0;
}
.details-jiankang1
{
    top: 330px;
    left: 430px;
}
.details-jiankang2
{
    top: 480px;
    left: 430px;
}
.details-jiankang3
{
    top: 660px;
    right: 80px;
}
.details-jiankang4
{
    top: 650px;
    right: -20px;
}/*安防*/
.details-anfang
{
    top: 318px;
    right: 328px;
}
.details-anfang1
{
    top: 30px;
    left: 60px;
}
.details-anfang2
{
    top: 30px;
    right: 425px;
}/*光照*/
.details-guangzhao
{
    top: 350px;
    right: 30px;
}
.details-guangzhao1
{
    top: 115px;
    right: 400px;
}
@media all and (max-width: 1680px)
{
    .index_greejia_explain
    {
        position: absolute;
        right: 120px;
        top: 290px;
        width: 450px;
    }
    .index_case_greejia_1
    {
        font-size: 30px;
    }
    .index_case_greejia_ul
    {
        padding-top: 20px;
    }
}
@media all and (max-width: 1440px)
{/*能源管理热点*/
    .details-air
    {
        top: 155px;
        right: 220px;
    }
    .details-air1
    {
        top: 55px;
        right: 478px;
    }
    .details-air2
    {
        top: 210px;
        right: 510px;
    }
    .details-air3
    {
        top: 400px;
        right: 150px;
    }/*空气管理热点*/
    .details-kongqi
    {
        top: 380px;
        left: 240px;
    }
    .details-kongqi1
    {
        top: 380px;
        left: 350px;
    }
    .details-kongqi2
    {
        top: 400px;
        left: 500px;
    }
    .details-kongqi3
    {
        top: 380px;
        right: 175px;
    }
    .details-kongqi4
    {
        top: 30px;
        left: 280px;
    }/*健康*/
    .details-jiankang
    {
        top: 380px;
        left: 120px;
    }
    .details-jiankang1
    {
        top: 230px;
        left: 470px;
    }
    .details-jiankang2
    {
        top: 350px;
        left: 470px;
    }
    .details-jiankang3
    {
        top: 440px;
        right: 200px;
    }
    .details-jiankang4
    {
        top: 440px;
        right: 100px;
    }/*安防*/
    .details-anfang
    {
        top: 230px;
        right: 390px;
    }
    .details-anfang1
    {
        top: 30px;
        left: 200px;
    }
    .details-anfang2
    {
        top: 30px;
        right: 465px;
    }/*光照*/
    .details-guangzhao
    {
        top: 280px;
        right: 175px;
    }
    .details-guangzhao1
    {
        top: 115px;
        right: 400px;
    }
    .index_greejia_explain
    {
        position: absolute;
        right: 120px;
        top: 200px;
        width: 450px;
    }
    .index_case_greejia_1
    {
        font-size: 30px;
    }
    .index_case_greejia_ul
    {
        padding-top: 20px;
    }
    .scene_explain_about
    {
        line-height: 28px;
    }
    .index_greejia_img1
    {
        position: absolute;
        right: 500px;
        top: 80px;
    }
    .index_greejia_img2
    {
        position: absolute;
        right: 200px;
        top: 80px;
    }
    .index_greejia_img1
    {
        width: 70px;
        height: auto;
    }
    .index_greejia_img2
    {
        width: 90px;
        height: auto;
    }
}
@media all and (max-width: 1366px)
{/*能源管理热点*/
    .details-air
    {
        top: 90px;
        right: 120px;
    }
    .details-air1
    {
        top: 55px;
        right: 480px;
    }
    .details-air2
    {
        top: 210px;
        right: 510px;
    }
    .details-air3
    {
        top: 400px;
        right: 150px;
    }/*空气管理热点*/
    .details-kongqi
    {
        top: 380px;
        left: 240px;
    }
    .details-kongqi1
    {
        top: 380px;
        left: 350px;
    }
    .details-kongqi2
    {
        top: 400px;
        left: 500px;
    }
    .details-kongqi3
    {
        top: 380px;
        right: 175px;
    }
    .details-kongqi4
    {
        top: 30px;
        left: 280px;
    }/*健康*/
    .details-jiankang
    {
        top: 380px;
        left: 120px;
    }
    .details-jiankang1
    {
        top: 230px;
        left: 470px;
    }
    .details-jiankang2
    {
        top: 350px;
        left: 470px;
    }
    .details-jiankang3
    {
        top: 415px;
        right: 230px;
    }
    .details-jiankang4
    {
        top: 415px;
        right: 130px;
    }/*安防*/
    .details-anfang
    {
        top: 230px;
        right: 390px;
    }
    .details-anfang1
    {
        top: 30px;
        left: 200px;
    }
    .details-anfang2
    {
        top: 30px;
        right: 465px;
    }/*光照*/
    .details-guangzhao
    {
        top: 280px;
        right: 175px;
    }
    .details-guangzhao1
    {
        top: 115px;
        right: 400px;
    }
    .index_greejia_explain
    {
        position: absolute;
        right: 120px;
        top: 190px;
        width: 450px;
    }
    .index_case_greejia_1
    {
        font-size: 30px;
    }
    .index_case_greejia_ul
    {
        padding-top: 20px;
    }
}
.details-slide
{
    position: absolute;
    left: 75%;
    bottom: 0;
    margin-left: -635px;
    width: 100%;
    width: 1272px;
    height: 168px;
}
.details-slide .swiper-container
{
    width: 1172px;
    height: 100%;
    background: rgba(0,0,0,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
}
.details-slide .swiper-slide
{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 250px;
}
.details-slide .swiper-slide:hover
{
    background: rgba(204,204,204,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8cccccc,endColorstr=#c8cccccc);
}
.details-slide .swiper-click
{
    width: 350px;
}
.details-img
{
    padding: 20px;
    margin: 0 auto;
}
.details-img p
{
    margin: 0;
    padding-top: 14px;
}
.details-img img
{
    width: auto;
    height: 90px;
}
.details-open
{
    padding: 20px 20px 16px 20px;
    background: #fff;
    color: #000;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    display: block;
}
.open-name
{
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 700;
}
.details-open1
{
    padding: 20px 0 16px 20px;
}
.open-name1
{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.details-body
{
    background: #000 url(keywords.png) no-repeat;
    background-size: cover;
}
.open-img
{
    width: 92px;
    height: 132px;
    float: left;
}
.open-img1
{
    width: 180px;
    height: 56px;
    margin: 0 auto;
}
.open-img1 img
{
    width: auto;
    max-height: 56px;
}
.open-txt
{
    float: left;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    width: 150px;
    height: 132px;
    margin-left: 10px;
    display: table;
}
.open-txt1
{
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
}
.open-name2
{
    font-size: 15px;
    padding-bottom: 10px;
    font-weight: 700;
    padding-right: 20px;
}
.open-txt2
{
    float: left;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    width: 160px;
    height: 132px;
    margin-left: 10px;
    display: table;
}
.open-txt3
{
    float: left;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    width: 170px;
    height: 132px;
    margin-left: 10px;
    display: table;
}
.open-tb
{
    display: table-cell;
    vertical-align: middle;
}
.open-about
{
    overflow: auto;
    height: 102px;
}
.open-about::-webkit-scrollbar
{/*滚动条整体样式*/
    width: 4px;/*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.open-about::-webkit-scrollbar-thumb
{/*滚动条里面小方块*/
    border-radius: 10px;
    background: #d7d7d7;
}
.open-about::-webkit-scrollbar-track
{/*滚动条里面轨道*/
    border-radius: 10px;
    background: #fff;
}
.open-about1
{
    overflow: auto;
    height: 82px;
    padding-right: 20px;
}
.open-about1::-webkit-scrollbar
{
    width: 4px;
    height: 1px;
}
.open-about1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #d7d7d7;
}
.open-about1::-webkit-scrollbar-track
{
    border-radius: 10px;
    background: #fff;
}
.open-about2
{
    overflow: auto;
    height: 57px;
}
.open-about2::-webkit-scrollbar
{
    width: 4px;
    height: 1px;
}
.open-about2::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #d7d7d7;
}
.open-about2::-webkit-scrollbar-track
{
    border-radius: 10px;
    background: #fff;
}
.open-about3
{
    text-align: center;
    line-height: 45px;
}
.swiper-prev
{
    position: relative;
}
.swiper-button-next
{
    background: url("/png/8r9u2zja.png") no-repeat center center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.swiper-button-next:hover, .swiper-button-disable
{
    opacity: .55;
}
.swiper-button-prev
{
    background: url("/png/narcs1hb.png") no-repeat center center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.swiper-button-prev:hover, .swiper-button-disable
{
    opacity: .55;
}
.swiper-next
{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 168px;
    background: rgba(0,0,0,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
}
.swiper-prev
{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 168px;
    background: rgba(0,0,0,.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
}
.greeTop
{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
}/*头部导航*/
.page_header
{
    background: #3568df;
    position: relative;
}
.page_header .container
{
    overflow: hidden;
}
.page_header .header_logo
{
    float: left;
    line-height: 60px;
    padding: 0 100px 0 15px;
}
.page_header .header_logo img, .page_header .header_quick img
{
    vertical-align: middle;
}
.page_header .header_menu
{
    float: left;
}
.page_header .header_menu li
{
    float: left;
    line-height: 40px;
    margin-right: 16px;
    margin-top: 20px;
}
.page_header .header_menu a
{
    color: #fff;
}
.page_header .header_menu .cur
{
    background: url(keywords.png) no-repeat bottom center;
}
.page_header .header_menu .cur_b
{
    font-weight: bold;
}
.page_header .header_quick
{
    float: right;
    line-height: 60px;
    overflow: hidden;
}
.page_header .header_quick a
{
    display: block;
    float: left;
    width: 45px;
    text-align: center;
}
.page_header .header_quick .cur_b
{
    background: url(keywords.png) no-repeat bottom center;
}
.page_header .header_quick .cur
{
    background: url(keywords.png) no-repeat bottom center;
}
.page_header .page_header_box
{
    position: relative;
}
.page_header .header_eng
{
    position: absolute;
    top: 0;
    right: 206px;
}
.page_header .header_submenu
{
    background: #fff;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
}
.page_header .menu_product
{
    text-align: center;
    overflow: hidden;
    display: none;
    margin: 0 auto;
    border-collapse: collapse;
}
.page_header .menu_product td
{
    padding: 0 8px;
    width: 135px;
    padding-bottom: 30px;
    border: 1px solid #ededed;
    border-top: none;
    border-bottom: none;
    vertical-align: top;
}
.page_header .menu_product a
{
    color: #333;
}
.page_header .menu_product a:hover, .page_header .menu_product .menu_product_title a:hover
{
    color: #3a66ce;
}
.page_header .menu_product .menu_product_title
{
    padding-bottom: 14px;
}
.page_header .menu_product .menu_product_title a
{
    color: #000;
    font-size: 14px;
}
.page_header .submenu_product li
{
    line-height: 18px;
}
.page_header .submenu_product2 li
{
    width: 50%;
    float: left;
    line-height: 18px;
}
.page_header .submenu
{
    position: absolute;
    overflow: hidden;
    display: none;
}
.page_header .submenu li
{
    float: left;
    padding: 0 13px;
    line-height: 30px;
}
.page_header .submenu a
{
    color: #333;
}
.page_header .submenu .cur a, .page_header .submenu a:hover
{
    font-weight: bold;
    color: #3a66ce;
}
.page_header .header_search
{
    position: absolute;
    z-index: 2;
    display: none;
    background: #fff;
    overflow: hidden;
}
.page_header .header_search .search_area
{
    float: left;
    padding-bottom: 10px;
}
.page_header .search_panel
{
    line-height: 51px;
    width: 580px;
    background: #6593ee;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    margin: 34px 0 0 52px;
}
.page_header .search_panel input
{
    width: 472px;
    height: 32px;
    margin-left: 20px;
    line-height: 32px;
    border: none;
}
.page_header .search_condition
{
    line-height: 28px;
    margin: 20px 60px;
    width: 672px;
}
.page_header .search_condition td
{
    vertical-align: top;
}
.page_header .search_condition .td_title
{
    text-align: right;
    white-space: nowrap;
}
.page_header .search_condition, .page_header .search_condition a
{
    color: #333;
}
.page_header .search_condition a
{
    margin-left: 0;
    margin-right: 16px;
}
.page_header .search_condition .cur
{
    color: #3460de;
}
.page_header .search_link
{
    overflow: hidden;
    margin-left: 52px;
}
.page_header .search_link a
{
    display: block;
    float: left;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    width: 118px;
}
.page_header .search_link .search_btn
{
    background: #6593ee;
    color: #fff;
}
.page_header .search_link .search_clear
{
    text-decoration: underline;
    color: #333;
}
.page_header .search_quick
{
    float: right;
    width: 204px;
}
.page_header .search_quick img
{
    vertical-align: top;
}
.page_header .header_weixin_list
{
    position: absolute;
    right: 0;
    width: 934px;
    z-index: 2;
    background: #fff;
    display: none;
}
.page_header .header_weixin_list .swiper-container
{
    width: 848px;
}
.page_header .header_weixin_list .swiper-slide
{
    text-align: center;
    padding: 24px 0 34px;
}
.page_header .header_weixin_list .swiper-slide img
{
    border: 1px solid #e5e5e5;
}
.page_header .header_weixin_list .cur
{
    color: #3460de;
    background: #f6f6f6;
}
.page_header .header_weixin_list .button_next, .page_header .header_weixin_list .button_prev
{
    width: 56px;
    text-align: center;
}
.page_header .header_weibo_list
{
    position: absolute;
    right: 0;
    width: 270px;
    z-index: 2;
    background: #fff;
    display: none;
}
.page_header .header_weibo_list div
{
    border-bottom: 1px solid #ededed;
}
.header_submenu_layer
{
    height: 30px;
    background: #fff;
}
.header_submenu_layer .submenu
{
    overflow: hidden;
}
.header_submenu_layer .submenu li
{
    float: left;
    padding: 0 13px;
    line-height: 30px;
}
.header_submenu_layer .submenu a
{
    color: #333;
}
.header_submenu_layer .submenu .cur a
{
    font-weight: bold;
    color: #3a66ce;
}/*banner*/
.index_banner
{
    background: #000;
}
.index_banner, .index_scene
{
    max-width: 1920px;
    margin: 0 auto;
}
.index_banner .swiper-pagination
{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.index_banner .swiper-pagination-switch
{
    width: 16px;
    height: 16px;
    background: rgba(17,17,17,1);
    opacity: .3;
    display: inline-block;
    border-radius: 8px;
    margin: 0 8px;
}
.index_banner .swiper-active-switch
{
    width: 39px;
    height: 16px;
    background: rgba(17,17,17,1);
    border-radius: 8px;
    opacity: .8;
    display: inline-block;
    margin: 0 8px;
}
.index_banner .swiper-slide div, .swiper-slide .swiper-scene, .details-container
{
    height: 890px;
    background-repeat: no-repeat;
    background-position: center;
}
@media all and (max-width: 1440px)
{
    .index_banner .swiper-slide div, .swiper-slide .swiper-scene, .details-container
    {
        background: no-repeat center;
        background-size: 100%;
        height: 668px;
    }
}
@media all and (max-width: 1366px)
{
    .index_banner .swiper-slide div, .swiper-slide .swiper-scene, .details-container
    {
        background: no-repeat center;
        background-size: 100%;
        height: 634px;
    }
}
@media all and (max-width: 1360px)
{
    .index_banner .swiper-slide div, .swiper-slide .swiper-scene, .details-container
    {
        background: no-repeat center;
        background-size: 100%;
        height: 631px;
    }
}/*底部导航*/
.index_footer_area
{
    overflow: hidden;
    background: #2e2e2e;
}
.index_footer_area .footer_nav_area
{
    overflow: hidden;
}
.index_footer_area .footer_nav
{
    line-height: 18px;
    float: left;
    margin: 45px 13px 0 0;
}
.index_footer_area .footer_nav .title_area
{
    padding-bottom: 18px;
}
.index_footer_area .footer_nav .title_area .index_e
{
    display: inline-block;
    width: 100px;
    padding-left: 25px;
}
.index_footer_area .footer_nav .title_area a
{
    font-size: 14px;
    color: #fff;
}
.index_footer_area .footer_nav a, .index_footer_area .footer_nav
{
    color: #ccc;
}
.index_footer_area .footer_sns
{
    float: right;
    margin-top: 45px;
}
.index_footer_area .footer_search
{
    background: #fff;
    padding: 5px 7px;
    margin-top: 25px;
}
.index_footer_area .copyright_area
{
    overflow: hidden;
    padding: 20px 0 50px;
    margin-top: 25px;
}
.index_footer_area .copyright_area, .index_footer_area .copyright_area a
{
    color: #ccc;
}
.index_footer_area .copyright_area .contactus
{
    float: left;
}
.index_footer_area .copyright_area .contactus select
{
    background: #2e2e2e;
}
.index_footer_area .copyright_area .copyright
{
    float: right;
    text-align: left;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button>.vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button>.vjs-icon-placeholder:before
{
    text-align: center;
}
@font-face
{
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before
{
    content: "";
    color: #333;
}
.vjs-icon-play-circle
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-play-circle:before
{
    content: "";
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before
{
    content: "";
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before
{
    content: "";
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before
{
    content: "";
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before
{
    content: "";
}
.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before
{
    content: "";
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before
{
    content: "";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before
{
    content: "";
}
.vjs-icon-square
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-square:before
{
    content: "";
}
.vjs-icon-spinner
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-spinner:before
{
    content: "";
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before
{
    content: "";
}
.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before
{
    content: "";
}
.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before
{
    content: "";
}
.vjs-icon-share
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-share:before
{
    content: "";
}
.vjs-icon-cog
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-cog:before
{
    content: "";
}
.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before
{
    content: "";
}
.vjs-icon-circle-outline
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-outline:before
{
    content: "";
}
.vjs-icon-circle-inner-circle
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-circle-inner-circle:before
{
    content: "";
}
.vjs-icon-hd
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-hd:before
{
    content: "";
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before
{
    content: "";
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before
{
    content: "";
}
.vjs-icon-facebook
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-facebook:before
{
    content: "";
}
.vjs-icon-gplus
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-gplus:before
{
    content: "";
}
.vjs-icon-linkedin
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-linkedin:before
{
    content: "";
}
.vjs-icon-twitter
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-twitter:before
{
    content: "";
}
.vjs-icon-tumblr
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-tumblr:before
{
    content: "";
}
.vjs-icon-pinterest
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-pinterest:before
{
    content: "";
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before
{
    content: "";
}
.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before
{
    content: "";
}
.vjs-icon-next-item
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-next-item:before
{
    content: "";
}
.vjs-icon-previous-item
{
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal;
}
.vjs-icon-previous-item:before
{
    content: "";
}
.video-js
{
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    word-break: initial;
}
.video-js:-moz-full-screen
{
    position: absolute;
}
.video-js:-webkit-full-screen
{
    width: 100%!important;
    height: 100%!important;
}
.video-js[tabindex="-1"]
{
    outline: 0;
}
.video-js *, .video-js:after, .video-js:before
{
    box-sizing: inherit;
}
.video-js ul
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid
{
    width: 100%;
    max-width: 100%;
    height: 0;
}
.video-js.vjs-16-9
{
    padding-top: 56.25%;
}
.video-js.vjs-4-3
{
    padding-top: 75%;
}
.video-js.vjs-fill
{
    width: 100%;
    height: 100%;
}
.video-js .vjs-tech
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.vjs-full-window
{
    padding: 0;
    margin: 0;
    height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen
{
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.video-js.vjs-fullscreen
{
    width: 100%!important;
    height: 100%!important;
    padding-top: 0!important;
}
.video-js.vjs-fullscreen.vjs-user-inactive
{
    cursor: none;
}
.vjs-hidden
{
    display: none!important;
}
.vjs-disabled
{
    opacity: .5;
    cursor: default;
}
.video-js .vjs-offscreen
{
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}
.vjs-lock-showing
{
    display: block!important;
    opacity: 1;
    visibility: visible;
}
.vjs-no-js
{
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}
.vjs-no-js a, .vjs-no-js a:visited
{
    color: #66a8cc;
}
.video-js .vjs-big-play-button
{
    font-size: 3em;
    line-height: 2.5em;
    height: 2.5em;
    width: 2.5em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.25em;
    margin-top: -1.25em;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: none;
    background-color: #2b333f;
    background-color: rgba(255,255,255,.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: .3em;
    border-radius: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.vjs-big-play-centered .vjs-big-play-button
{
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em;
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button
{
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(255,255,255,.7);
    transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button
{
    display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button
{
    display: block;
}
.video-js button
{
    background: 0 0;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.vjs-control .vjs-button
{
    width: 100%;
    height: 100%;
}
.video-js .vjs-control.vjs-close-button
{
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2;
}
.video-js .vjs-modal-dialog
{
    background: rgba(0,0,0,.8);
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));
    overflow: auto;
}
.video-js .vjs-modal-dialog>*
{
    box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content
{
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}
.vjs-menu-button
{
    cursor: pointer;
}
.vjs-menu-button.vjs-disabled
{
    cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu
{
    display: none;
}
.vjs-menu .vjs-menu-content
{
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    overflow: auto;
}
.vjs-menu .vjs-menu-content>*
{
    box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu
{
    display: none;
}
.vjs-menu li
{
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover
{
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
}
.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover
{
    background-color: #fff;
    color: #2b333f;
}
.vjs-menu li.vjs-menu-title
{
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em 0;
    font-weight: 700;
    cursor: default;
}
.vjs-menu-button-popup .vjs-menu
{
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43,51,63,.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content
{
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu
{
    display: block;
}
.video-js .vjs-menu-button-inline
{
    transition: all .4s;
    overflow: hidden;
}
.video-js .vjs-menu-button-inline:before
{
    width: 2.222222222em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline
{
    width: 12em;
}
.vjs-menu-button-inline .vjs-menu
{
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s;
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu
{
    display: block;
    opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu
{
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu
{
    width: auto;
}
.vjs-menu-button-inline .vjs-menu-content
{
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.video-js .vjs-control-bar
{
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
}
.vjs-has-started .vjs-control-bar
{
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s,opacity .1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar
{
    visibility: visible;
    opacity: 0;
    transition: visibility 1s,opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar
{
    display: none!important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar
{
    opacity: 1;
    visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar
{
    display: table;
}
.video-js .vjs-control
{
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none;
}
.vjs-button>.vjs-icon-placeholder:before
{
    font-size: 1.8em;
    line-height: 1.67;
}
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before
{
    text-shadow: 0 0 1em #fff;
}
.video-js .vjs-control-text
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vjs-no-flex .vjs-control
{
    display: table-cell;
    vertical-align: middle;
}
.video-js .vjs-custom-control-spacer
{
    display: none;
}
.video-js .vjs-progress-control
{
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none;
}
.video-js .vjs-progress-control.disabled
{
    cursor: default;
}
.vjs-live .vjs-progress-control
{
    display: none;
}
.vjs-no-flex .vjs-progress-control
{
    width: auto;
}
.video-js .vjs-progress-holder
{
    flex: auto;
    transition: all .2s;
    height: .3em;
}
.video-js .vjs-progress-control .vjs-progress-holder
{
    margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder
{
    font-size: 1.666666666666666666em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled
{
    font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress
{
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0;
}
.video-js .vjs-play-progress
{
    background-color: #fff;
}
.video-js .vjs-play-progress:before
{
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em;
    z-index: 1;
}
.video-js .vjs-load-progress
{
    background: rgba(115,133,159,.5);
}
.video-js .vjs-load-progress div
{
    background: rgba(115,133,159,.75);
}
.video-js .vjs-time-tooltip
{
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip
{
    display: none;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip
{
    display: block;
    font-size: .6em;
    visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip
{
    font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display
{
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display
{
    z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display
{
    display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display
{
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s,opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display
{
    display: none;
}
.vjs-mouse-display .vjs-time-tooltip
{
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.8);
}
.video-js .vjs-slider
{
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
}
.video-js .vjs-slider.disabled
{
    cursor: default;
}
.video-js .vjs-slider:focus
{
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control
{
    cursor: pointer;
    flex: none;
}
.video-js .vjs-volume-control
{
    cursor: pointer;
    margin-right: 1em;
    display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal
{
    width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control
{
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px;
}
.video-js .vjs-volume-panel
{
    transition: width 1s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel:hover .vjs-volume-control
{
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
}
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal
{
    width: 5em;
    height: 3em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover
{
    width: 9em;
    transition: width .1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only
{
    width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical
{
    height: 8em;
    width: 3em;
    left: -3.5em;
    transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal
{
    transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal
{
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical
{
    position: absolute;
    bottom: 3em;
    left: .5em;
}
.video-js .vjs-volume-panel
{
    display: flex;
}
.video-js .vjs-volume-bar
{
    margin: 1.35em .45em;
}
.vjs-volume-bar.vjs-slider-horizontal
{
    width: 5em;
    height: .3em;
}
.vjs-volume-bar.vjs-slider-vertical
{
    width: .3em;
    height: 5em;
    margin: 1.35em auto;
}
.video-js .vjs-volume-level
{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.video-js .vjs-volume-level:before
{
    position: absolute;
    font-size: .9em;
}
.vjs-slider-vertical .vjs-volume-level
{
    width: .3em;
}
.vjs-slider-vertical .vjs-volume-level:before
{
    top: -.5em;
    left: -.3em;
}
.vjs-slider-horizontal .vjs-volume-level
{
    height: .3em;
}
.vjs-slider-horizontal .vjs-volume-level:before
{
    top: -.3em;
    right: -.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical
{
    width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level
{
    height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level
{
    width: 100%;
}
.video-js .vjs-volume-vertical
{
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43,51,63,.7);
}
.video-js .vjs-volume-horizontal .vjs-menu
{
    left: -2em;
}
.vjs-poster
{
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.vjs-has-started .vjs-poster
{
    display: none;
}
.vjs-audio.vjs-has-started .vjs-poster
{
    display: block;
}
.vjs-using-native-controls .vjs-poster
{
    display: none;
}
.video-js .vjs-live-control
{
    display: flex;
    align-items: flex-start;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}
.vjs-no-flex .vjs-live-control
{
    display: table-cell;
    width: auto;
    text-align: left;
}
.video-js .vjs-time-control
{
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}
.vjs-live .vjs-time-control
{
    display: none;
}
.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time
{
    display: none;
}
.video-js .vjs-duration, .vjs-no-flex .vjs-duration
{
    display: none;
}
.vjs-time-divider
{
    display: none;
    line-height: 3em;
}
.vjs-live .vjs-time-divider
{
    display: none;
}
.video-js .vjs-play-control .vjs-icon-placeholder
{
    cursor: pointer;
    flex: none;
}
.vjs-text-track-display
{
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display
{
    bottom: 1em;
}
.video-js .vjs-text-track
{
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
}
.vjs-subtitles
{
    color: #fff;
}
.vjs-captions
{
    color: #fc6;
}
.vjs-tt-cue
{
    display: block;
}
video::-webkit-media-text-track-display
{
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display
{
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control
{
    cursor: pointer;
    flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate>.vjs-menu-button
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value
{
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
}
.vjs-playback-rate .vjs-menu
{
    width: 4em;
    left: 0;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content
{
    font-size: 1.4em;
    text-align: center;
}
.vjs-error .vjs-error-display:before
{
    color: #fff;
    content: 'X';
    font-family: Arial,Helvetica,sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}
.vjs-loading-spinner
{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43,51,63,.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner
{
    display: block;
    -webkit-animation: 0s linear .3s forwards vjs-spinner-show;
    animation: 0s linear .3s forwards vjs-spinner-show;
}
.vjs-loading-spinner:after, .vjs-loading-spinner:before
{
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before
{
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before
{
    border-top-color: #fff;
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after
{
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
}
@keyframes vjs-spinner-show
{
    to
    {
        visibility: visible;
    }
}
@-webkit-keyframes vjs-spinner-show
{
    to
    {
        visibility: visible;
    }
}
@keyframes vjs-spinner-spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes vjs-spinner-spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes vjs-spinner-fade
{
    0%
    {
        border-top-color: #73859f;
    }
    20%
    {
        border-top-color: #73859f;
    }
    35%
    {
        border-top-color: #fff;
    }
    60%
    {
        border-top-color: #73859f;
    }
    100%
    {
        border-top-color: #73859f;
    }
}
@-webkit-keyframes vjs-spinner-fade
{
    0%
    {
        border-top-color: #73859f;
    }
    20%
    {
        border-top-color: #73859f;
    }
    35%
    {
        border-top-color: #fff;
    }
    60%
    {
        border-top-color: #73859f;
    }
    100%
    {
        border-top-color: #73859f;
    }
}
.vjs-chapters-button .vjs-menu ul
{
    width: 24em;
}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder
{
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em;
}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before
{
    font-family: VideoJS;
    content: "";
    font-size: 1.5em;
    line-height: inherit;
}
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder
{
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -.1em;
}
.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before
{
    font-family: VideoJS;
    content: " ";
    font-size: 1.5em;
    line-height: inherit;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer
{
    flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer
{
    width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control
{
    display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control
{
    display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control
{
    display: none;
}
.vjs-modal-dialog.vjs-text-track-settings
{
    background-color: #2b333f;
    background-color: rgba(43,51,63,.75);
    color: #fff;
    height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content
{
    display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font
{
    display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls
{
    text-align: right;
    vertical-align: bottom;
}
@supports(
display: grid)
{
.vjs-text-track-settings .vjs-modal-dialog-content
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
}
.vjs-text-track-settings .vjs-track-settings-colors
{
    display: block;
    grid-column: 1;
    grid-row: 1;
}
.vjs-text-track-settings .vjs-track-settings-font
{
    grid-column: 2;
    grid-row: 1;
}
.vjs-text-track-settings .vjs-track-settings-controls
{
    grid-column: 2;
    grid-row: 2;
}
}
.vjs-track-setting>select
{
    margin-right: 5px;
}
.vjs-text-track-settings fieldset
{
    margin: 5px;
    padding: 3px;
    border: none;
}
.vjs-text-track-settings fieldset span
{
    display: inline-block;
}
.vjs-text-track-settings legend
{
    color: #fff;
    margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label
{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus
{
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg,#fff 88%,#73859f 100%);
}
.vjs-track-settings-controls button:hover
{
    color: rgba(43,51,63,.75);
}
.vjs-track-settings-controls button
{
    background-color: #fff;
    background-image: linear-gradient(-180deg,#fff 88%,#73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button
{
    margin-right: 1em;
}
@media print
{
    .video-js>:not(.vjs-tech):not(.vjs-poster)
    {
        visibility: hidden;
    }
}
.vjs-resize-manager
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden;
}
