@font-face {
    font-family: 'fontNameRegular';
    src: url('../../css/Helvetica_0.TTF') format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑, 黑体, 宋体, fontNameRegular, Helvetica, arial;
    line-height: 120%;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

html {
    font-size: 62.5%; /* 10÷16=62.5% */
    height:100%;
    min-width: 1280px;
}

body {
    margin: 0px;
    padding: 0px;
    color: #717171;
    text-align: left;
    font-family: 微软雅黑, 黑体, 宋体, fontNameRegular, Helvetica, arial;
    line-height: 120%;
    font-size: 1.4rem;
    height:100%;

}

p {
    font-size: 1.4rem;
    line-height: 2;
    /*    font-size: 1rem;
        line-height: 1.625rem;
        padding: 0 0 15px;*/
}

/*p .summary{
    padding-bottom: 12px;
}*/
div {
    word-break: break-all;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
    TEXT-DECORATION: none;

}

a:hover strong {
    /*text-decoration: underline;*/
    TEXT-DECORATION: none;
    padding: 0px 0px 3px 0px;
    /*border-bottom-color:0;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;

}

.underline a {
    /*text-decoration: underline;*/
    TEXT-DECORATION: none;
    padding: 0px 0px 6px 0px;
    /*border-bottom-color:0;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;

}

.line a {
    text-decoration: none;
}

.line a:hover {
    TEXT-DECORATION: none;
    padding: 0px 0px 3px 0px;
    /*border-bottom-color:0;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;

}

table td {
    font-size: 18px;
    -webkit-text-size-adjust: none;
    line-height: 120%;
}

/* 定义图片说明 */
/*.media-body{
    position: absolute;
    top:90vh;
    left:0;
    width: 65vw;
    height:70vh;
    padding: 5%;
    display: block;
    color:#fff !important;
    z-index: 1;
    background: #333333;
    filter: alpha(opacity=90);
    opacity: 0.9;
}*/
@media (max-width: 768px) {

    .navbar {

        min-height: 50px;
        height: 50px;

    }

    .menuImg {
        width: 20px;
        height: 20px;
    }

    /* 定义图片说明 */
    .media-body {
        position: absolute;
        top: 50%;
        left: 0;
        width: 90%;
        height: 40%;
        padding: 5%;
        display: block;
        color: #fff !important;
        z-index: 1;
        background: #333333;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    /* 定义图片说明 */
    .media-body-aboutus {
        position: absolute;
        top: 50%;
        left: 0;
        width: 90%;
        height: 40%;
        padding: 5%;
        display: block;
        color: #fff !important;
        z-index: 1;
        background: #333333;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    /*#particles {
        width: 100vw;
        height: 260vh;
        overflow: hidden;
        position: relative;
    }*/
}

@media (min-width: 768px) {

    /*#particles {
        width: 100%;
        height: 240vh;
        overflow: hidden;
        position: relative;
    }*/
    .menuImg {
        width: 20px;
        height: 20px;
    }

    .media-body {
        position: absolute;
        top: 50%;
        left: 0;
        width: 90%;
        height: 40%;
        padding: 5%;
        display: block;
        color: #fff !important;
        z-index: 1;
        background: #333333;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

    .navbar {

        min-height: 80px;
        height: 80px;

    }

    .menuImg {
        width: 30px;
        height: 30px;
    }

    .media-body {
        position: absolute;
        top: 40%;
        left: 0;
        width: 90%;
        height: 50%;
        padding: 5%;
        display: block;
        color: #fff !important;
        z-index: 1;
        background: #333333;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    /* #particles {
         width: 100%;
         height: 140vh;
         overflow: hidden;
         position: relative;
     }*/

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1900px) {

    .navbar {

        min-height: 80px;
        height: 80px;

    }

    .menuImg {
        width: 50px;
        height: 50px;
    }

    .navbar-right-auto .dropdown-menu-auto {
        right: auto;
        left: auto
    }

    /* 定义图片说明 */
    .media-body {
        position: absolute;
        top: 50%;
        left: 0;
        width: 24vw;
        height: 36vh;
        padding: 5%;
        display: block;
        color: #fff !important;
        z-index: 1;
        background: #333333;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }
}

.sxtag {
    width: 1px;
    border-left: 1px #e1e1e2 solid
}

.sxsolutiontag {
    position: absolute;
    left: 10vw;
    height: 70%;
    width: 1px;
    border-left: 1px #e1e1e2 solid
}

.text-bottomtag {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    display: inline-block;
    filter: none !important;
}

.menu {
    position: absolute;
    float: left;
    top: 10vh;
    height: 50px;
    padding: 0px;
    z-index: 10;
    filter: alpha(opacity=95);
    opacity: 0.95;
    background: #333333;
    vertical-align: middle;
}

.navbar-inverse {
    background-color: #333;
    border: 0px;
    border-radius: 0;

}

.navbar-btn {
    margin: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    /*  bottom: -14px;*/
}

.dropdown {
    top: 0px;
    margin: 0px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0;
}

.dropdownTop15 {
    margin-top: 15px;
}

.dropdownTop30 {
    color: #fff;
}

/*.dropdown a:hover{
    background-color: #a30214;
    color: #fff;
}*/

.companytag {
    position: absolute;
    right: 0px;
    bottom: 10vh;
    display: inline-block;
    filter: none !important;
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: #b4000b
}

.companytaghover {
    text-decoration: none;
    background-color: #a20214
}

.projects {
    width: 567px;
    height: 831px;
    overflow: hidden;
    position: relative;
}

.projects .content {
    position: absolute;
    left: 0px;
    top: 377px;
    width: 520px;
    height: 390px;
    display: inline-block;
    background: #333333;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.projects .content .h12 {
    font-size: 24px;
    position: relative;
    padding-top: 20px;
    padding-left: 54px;
}

.projecttag {
    position: absolute;
    width: 38px;
    background: #808080;
    filter: none !important;
    bottom: 50px;
}

.projecttag:hover {
    background: #a20214;
    filter: none !important;
}

.activitiesup {
    text-overflow: ellipsis;
    /* position:absolute;*/
    position: relative;
    width: auto;
    height: 100%;
    color: #fff;
    background-color: #808080;
    padding: 20px 10px 0px 20px;
    cursor: pointer;
    vertical-align: top;

}

.activitiesup:hover {
    background-color: #b0000b;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* Firefox 4 */
    -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
    -o-transition-duration: 0.5s; /* Opera */
}

.activitiesdown {
    text-overflow: ellipsis;
    /* position:absolute;*/
    position: relative;
    width: auto;
    height: 100%;
    background: #dfdfdf;
    color: #4b4b4b;
    padding: 20px 10px 0px 20px;
    cursor: pointer;
    color: #4b4b4b;

}

.font_red {
    color: #b0000b;
}

.activitiesdown:hover {

    background-color: #b0000b;
    color: #FFF;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; /* Firefox 4 */
    -webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
    -o-transition-duration: 0.5s; /* Opera */
}

.activitytag {
    position: absolute;
    right: 0px;
    bottom: 10px;
    display: block;
    z-index: 12;
}

.activitytag_left {
    position: absolute;
    left: -22px;
    bottom: 21px;
    display: block;
    z-index: 12;

}

.solution_index {
    list-style: none;
    background: #ffffff;
    color: #717171;
    padding: 20px 40px;
    text-align: left;
}

.solution_index:hover {
    background: #ececec;
    cursor: pointer;

}

.solutiontag {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #b4000b
}

.maps {
    /*width: 100%;
    height: 1029px;*/
    overflow: hidden;
    position: relative;
    /*   background: url("../../images/b3.jpg");*/
}

.maps .text {
    position: absolute;
    display: inline-block;
    color: #b3000b;

}

.maps div:hover img {

    text-decoration: none;
    -webkit-transform-origin: center bottom;
    -webkit-transform: scale(1.5);
    -moz-transform-origin: center bottom;
    -moz-transform: scale(1.5);
    -o-transform-origin: center bottom;
    -o-transform: scale(1.5);
    -ms-transform-origin: center bottom;
    -ms-transform: scale(1.5);
    transform-origin: center bottom;
    transform: scale(1.5);
/*
    zoom:0.1;*/
    z-index: 1;
}

.maps .small_1 {
    position: absolute;
    /* left: 416px;
     top: 456px;*/
    left: 194px;
    top: 196px;
    width: 50px;
    height: 50px;
}

.maps .small_2 {
    position: absolute;
    left: 602px;
    top: 447px;
    width: 50px;
    height: 50px;

}

.maps .small_3 {
    position: absolute;
    left: 1255px;
    top: 630px;
    width: 50px;
    height: 50px;

}

.maps .small_4 {
    position: absolute;
    left: 1264px;
    top: 502px;
    width: 50px;
    height: 50px;

}

.maps .small_5 {
    position: absolute;
    left: 1290px;
    top: 502px;
    width: 50px;
    height: 50px;

}

.maps .small_6 {
    position: absolute;
    left: 1255px;
    top: 630px;
    width: 50px;
    height: 50px;

}

.maps .small_8 {
    position: absolute;
    left: 1291px;
    top: 538px;
    width: 50px;
    height: 50px;

}

.maps .small_9 {
    position: absolute;
    left: 1305px;
    top: 450px;
    width: 50px;
    height: 50px;

}

.maps .small_10 {
    position: absolute;
    left: 1307px;
    top: 616px;
    width: 50px;
    height: 50px;

}

.maps .small_11 {
    position: absolute;
    left: 1320px;
    top: 532px;
    width: 50px;
    height: 50px;

}

.maps .small_12 {
    position: absolute;
    left: 1323px;
    top: 498px;
    width: 50px;
    height: 50px;

}

.maps .small_13 {
    position: absolute;
    left: 1390px;
    top: 476px;
    width: 50px;
    height: 50px;

}

.maps .small_14 {
    position: absolute;
    left: 1517px;
    top: 838px;
    width: 50px;
    height: 50px;

}

.maps .small_15 {
    position: absolute;
    left: 1425px;
    top: 810px;
    width: 50px;
    height: 50px;

}

.header {
    width: 100%;
    height: 784px;
    overflow: hidden;
    position: relative;
}

.header .content {
    position: absolute;
    left: 125px;
    top: 517px;
    width: 492px;
    height: 70px;
    display: inline-block;
    filter: alpha(opacity=70);
    opacity: 0.7;
    background: #333333;
    vertical-align: middle;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    text-decoration: none;
    padding: 40px 53px;
    color: #FFF
}

.solution_2 {

    background: #404040;
}

.solution_2:hover {
    cursor: pointer;

    background: #b6000c;
}

a:hover .solution_2 {
    background: #b6000c;
}

.solution_menu {
    padding: 20px 5px 5px 15px;
    list-style: none;
    background: #cdcbcb;
    color: #6f6f6f;
}

.solution_menu:hover {
    background: #b6000c;
    color: #ffffff;
}

.font_45 {
    font-size: 45px;
    font-style: normal;
    line-height: 50px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.font_whilte {
    color: #FFF;
}

.font_30 {
    font-size: 30px;
    line-height: 40px;
}

.font_30_36 {
    font-size: 30px;
    line-height: 36px;
}

.font_18 {
    font-size: 18px;
    line-height: 30px;
}

.font_20 {
    font-size: 2rem;
    line-height: 1.2;
}

.font_24 {
    font-size: 24px;
    line-height: 36px;
}

.font_24_30 {
    font-size: 24px;
    line-height: 30px;
}

.font_24_66 {
    font-size: 24px;
    line-height: 66px;
}

.font_45_60 {
    font-size: 45px;
    line-height: 60px;
}

.font_60_60 {
    font-size: 60px;
    line-height: 60px;
}

.font_24_36 {
    font-size: 24px;
    line-height: 36px;
}

.font_blue {
    color: #28425f;
}

.font_45_40 {
    font-size: 45px;
    line-height: 40px;
}

.font_black {
    color: #4b4b4b;
}

.font_36_40 {
    font-size: 36px;
    line-height: 40px;
}

.font_18 {
    font-size: 1.8rem;
    line-height: 1.2;
}

.font_18_44 {
    font-size: 18px;
    line-height: 44px;
}

.font_18_40 {
    font-size: 18px;
    line-height: 40px;
}

.font_18_60 {
    font-size: 18px;
    line-height: 60px;
}

.font_14_60 {
    font-size: 14px;
    line-height: 60px;
}

.font_14_30 {
    font-size: 14px;
    line-height: 30px;
}

.font_20_44 {
    font-size: 20px;
    line-height: 44px;
}

.font_Tahoma {
    font-family: Tahoma;
}

.gray {
    filter: url(blur.svg#blur) url(gray.svg#grayscale); /* FireFox, Chrome, Opera */

    -webkit-filter: blur(2px) grayscale(100%); /* Chrome, Opera */
    -moz-filter: blur(2px) grayscale(100%);
    -ms-filter: blur(2px) grayscale(100%);
    filter: blur(2px) grayscale(100%);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */

}

.menugray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;

}

.joinUs {
    width: 140px;
    height: 43px;
    background: #b0000b;
    padding-top: 6.5px;

}

a:hover .joinUs {
    background: #81020a;

}

/*returnTop*/

/*#back-to-top a:hover span {
    background: transparent url(../../images/top.jpg) no-repeat;
}*/
/*
#goTop {
    position: relative;
    display: none;
    width: 78px;
    height: 78px;
    background: #fff url(../../images/top.jpg) no-repeat;

    cursor: pointer;
    z-index: 999999;

}*/

.font_40_50 {
    font-size: 40px;
    line-height: 50px;
}

.font_28_38 {
    font-size: 28px;
    line-height: 38px;
}

a.news {
    color: #5a5a5a;
    TEXT-DECORATION: none;
    padding: 0px 0px 3px 0px;
    /*border-bottom-color:0px;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

a:hover.news {
    color: #cecece;
    TEXT-DECORATION: none;
    padding: 0px 0px 3px 0px;
    /*border-bottom-color:0px;*/
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.font_20_40 {
    font-size: 20px;
    line-height: 40px;
}

.intro {
    /* position: absolute;*/
    left: 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    z-index: 11;
}

/*.font_red {
    color: #990000;
}*/

.font_42_40 {
    font-size: 42px;
    line-height: 40px;
}

.font_28_40 {
    font-size: 28px;
    line-height: 40px;
}

.font_26_40 {
    font-size: 2.6rem;
    line-height: 40px;
}

.font_42_60 {
    font-size: 42px;
    line-height: 60px;
}

.font_42_55 {
    font-size: 42px;
    line-height: 55px;
}

.font_60_auto {
    font-size: 60px;
}

.font_50_auto {
    font-size: 5rem;
}

.font_52_50 {
    font-size: 52px;
    line-height: 50px;
}

.clientImg {
    /*  width: 80px;
      height: 80px;*/
    max-width: 100%;
  /*  width:100%;*/
    height: auto;

}

.media {
    position: relative;
    overflow: hidden;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-bottom-right {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: inline-block;
}

.text-bottom {
    position: absolute;
    bottom: 0px;
    display: block;
}

.text-vertical-center {
    display: inline-block;
    position: absolute;
    text-align: center;
    bottom: 0px;
    background-color: red;
}

.font_gray {
    color: #5a5a5a;
}

.indexIconSize {
    width: auto;
    height: auto;
}

.indexIconTd {
    width: 13.5rem;
    height: 10.5rem;
}

.title {
    font-size: 4.2rem;
    line-height: 1.2;
    margin-bottom: 0.6em
}

@media (max-width: 1000px) {
    .title {
        font-size: 3.2rem
    }

    .indexIconSize {
        width: auto;
        height: auto;
    }

    .indexIconTd {
        width: 12.5rem;
        height: 9.5rem;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 24px;
        line-height: 1.4
    }

    .indexIconSize {
        width: auto;
        height: auto;
    }

    .indexIconTd {
        width: 10.5rem;
        height: 7.5rem;
    }
}

.icon-title {
    font-size: 3.8rem;
    line-height: 1.4;
}

.entry-title {
    font-size: 2.4rem;
    line-height: 1.4;
}

.entry-summary {
    display: block;
    margin-top: 1.6rem;
}
.entry-summary_date {
    display: block;
    margin-top: 0.2rem;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 900;
}

.col-fixed-8-row {
    width: 12.5%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
/ / remove the gap so it doesn 't close
}

.navbar {

    background-color: #333;
/ / 此处是我修改的地方

}

.dropdown:hover {
    background-color: #999;
}

.selfmenu a:hover {

    color: #999;
    text-decoration: none;
}

.selfmenu a {
    color: #fff;
    text-decoration: none;
}

.selfmenu {
    height: 80px;
    padding: 25px 30px;
    background-color: #333;
    min-width: 150px;
    white-space:nowrap;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-size: 1.6rem;
}

.selfmenu:hover {
    background-color: #000;
    color: #fff;

}

.selfmenuL {

    min-width: 80px;
    height: 80px;
    padding: 25px 0;
    background-color: #333;
    /* width: 10vw;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-size: 1.6rem;
}

.selfmenuL:hover {
    background-color: #000;
    color: #fff;

}

.dropdownLang {
    min-width: 80px;
    height: 80px;
    padding: 12px 0 0 0;
    background-color: #b6000c;
    /* width: 10vw;*/
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-size: 1.6rem;
}

.dropdownLang:hover {
    background-color: #a30214;
    color: #fff;

}

#particles {
    width: 100%;
    height: auto;
    background-color: #666666;
    overflow: hidden;
    position: relative;
}

#particles-js {
    width: 100%;
    height: 100%;
    /*   background-color: #666666;*/
    overflow: hidden;
    position: absolute;
}

.intro {
    position: relative;
    left: 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    z-index: 11;
}

.btn-link-menu {
    font-weight: 400;
    /* color: #337ab7;*/
    border-radius: 0;
    line-height: 1.2;
    padding-bottom: 1rem;
}

.map-popover {
    margin-top: 1rem;
    width: 100%;
    background-color: #28425f;

}

/*.popover > .arrow, .popover > .arrow:after  {
    color: #28425f;
}*/
.news-border {
    display: block;
    padding: 0px;
    /*margin-bottom: 20px;*/
    line-height: 1.42857143;
    border: 1px solid #c7c7c7;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.content-border {

    border: 1px solid #c7c7c7;

}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #28425f
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #28425f;
    border-left-width: 0
}

.logoimg {
    height: 50px;
}

/*
#mapsText{
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: red;
    display: inline-block;
}*/
.img-responsive {
    width: 100%;
    height: auto;
}

.list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px
}

.form-control {
    max-width: 100%;
    height: 24px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
}

.form-control-feedback {

    right: 5px;
    z-index: 2;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    pointer-events: none;
}

.footer_menu {
    line-height: 1;

}

.text-fixed-display {
    /* white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.recruit-category {
    cursor: pointer;
    color: #808080;
    background-color: #efefef;
    margin-bottom: 1px;
    display: block;
}

.sub {
    text-align: center;
    background-color: #dddddd;
    display: block;
}

.recruit-category:hover{
    color: #f4fef5;
    background-color: #b0000b;
}
.recruit-category:hover .sub{
    background-color: #7d0109;
}

.newsmore {
    letter-spacing: 0.5rem;
    height: 50px;
    line-height: 1.2;
    margin: 7.5px 0;
    padding: 15px 0;
}


.newsDetailmore {
    letter-spacing: 0.5rem;
    height: 40px;
    line-height: 1.2;
    padding: 11px 0;
}


.recruit-img{
    height:auto ;
    width:100%;
}
.recruit-img-tmp{
    height:0rem;
}

.round {
    display:inline-block;
    font-size: 22px;
    height: 22px;

    line-height: 1;

}

.carousel-caption {
    position: absolute;
    z-index: 10;
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;
    background: #313131;
    color: #fff;
    line-height: 140%;
    width: 60vw;
    left: 0;
    text-align: left;
    padding: 20px 50px 20px 8.33333333%;
    bottom: 50px;
}

.carousel-indicators {
    bottom: 40px;
    right: 50px;
    width: 70vw;
    list-style: none;
    text-align: right;
}

.carousel-indicators li {

    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url(../../images/bx-n.png);

    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    border: 0px solid #fff;

}
.carousel-indicators li:hover {
    background-image: url(../../images/bx-v.png);
}
.carousel-indicators .active {

    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    background-image: url(../../images/bx-h.png);
    border: 0px solid #fff;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.index_project_content {
    position: absolute;
    filter: none !important;
    bottom: 0px;
    width: 100%;
    height:30%;
    top:auto;
}
.index_project_content:hover {
    background: #a20214;
    filter: none !important;
}

