a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

.bg-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main-wrapper>.bg-section {
    z-index: -9;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.bg-section>.bgslider {
    z-index: -1;
}

/*----------  SMOOTH TRANSITION  ----------*/
.subscribe-form .form-control,
.navigation-wrp .nav-link,


/**
            *******************************************************************
            * FONTS ALLOCATION
            *******************************************************************
            */
body {
    font-family: 'Open Sans', sans-serif;
}


/*----------  NAVIGATION-WRP-1  ----------*/
.navigation-wrp-1 {
    width: 870px;
    height: 270px;
    overflow: hidden;
    margin: 38px auto;
    background: rgba(255, 255, 255, .09);
    box-shadow: 1px 1px 0 rgba(154, 142, 113, .6) inset, 3px 3px 8px rgba(14, 5, 10, .2);
    border-radius: 10px
}

.navigation-wrp-1 {
    text-align: center;
}

.navigation-wrp-1 .inner-wrp {
    display: inline-block;
}

.navigation-wrp-1 .nav-link {
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    padding: 0 5px;
    font: 13px/24px "微软雅黑", Arial;
    height: 24px;
    display: inline-block;
    margin-bottom: 5px
}

.inner-wrp:nth-child(2) .nav-link {
    width: 140px;
}

.inner-wrp:nth-child(5) .nav-link {
    width: 110px;
}

.navigation-wrp-1 table {
    margin: 50px auto 0;
}

.navigation-wrp-1 table h1 {
    color: #fff;
    font: 22px/1 "微软雅黑", Arial;
    margin-bottom: 15px;
}

.navigation-wrp-1 table td {
    vertical-align: top;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-right: 25px
}

.navigation-wrp-1 table td:last-child {
    padding-right: 0
}

.navigation-wrp-1 table td span {
    text-transform: uppercase;
    display: block;
    font: 13px/24px "微软雅黑", Arial;
    height: 24px;
    margin-bottom: 5px;

}

/*----------  HOVER-RIGHT  ----------*/
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #000;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}





.logo {
    margin: 0 auto
}

.wrap {
    width: 840px;
    margin: 190px auto 0;
    overflow: hidden;
    text-align: center
}

.bg-cover {
    background-image: url(/images/bg-13_2018.jpg);
}

.layer {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popwin {
    background: url(/Css/static/images/bg-popwin.png) no-repeat;
    width: 702px;
    height: 365px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -182px 0 0 -351px
}

.popwin a {
    display: block;
    width: 348px;
    height: 89px;
    margin: 180px 0 0 259px;
    text-align: center;
    color: #fff;
    background: url(/Css/static/images/btn-link.png);
    font: 32px/100px Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-decoration: none
}

.popwin a:hover {
    background: url(/Css/static/images/btn-link.png) 0 -89px
}