@font-face {
    font-family: 'hyhl';
    src: url('../fonts/hyhl.ttf') format('truetype');
    /* font-weight: normal; */
}

@font-face {
    font-family: 'bns';
    src: url('../fonts/bns.ttf') format('truetype');
    font-weight: normal;
}

.open .gp-menu-offcanvas2 {
    /* padding-top: 80px; */
}

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    /* background-color: #fff; */
}

.gp-ser {
    height: 30px;
}

.gp-search {
    line-height: 30px;
    border-radius: 16px;
    margin-top: 9px;
    float: right;
}

.gp-search input.notxt {
    color: #fff;
    width: 80%;
    left: 0;
    height: 30px;
    line-height: 30px;
    outline: none;
    padding-left: 8%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 11%;
    right: 12px;
    height: 30px;
    top: 0px;
    cursor: pointer;
    color: #fff;
}

.nav ul li:hover .subNav {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.nav li>a {
    line-height: 26px;
    color: #333333;
    font-size: 18px;
    position: relative;
    display: block;
    /* font-weight: bold; */
    text-align: left;
    padding: 10px 24px;
    /* padding-bottom: 33px; */
}

.nav li.on .subNav {
    display: block;
}

.nav li {
    /* padding: 20px 0px; */
    position: relative;
    display: block;
    z-index: 50;
    float: left;
}

.nav li:first-child {
    text-align: left;
}

.nav li span.gp-f12 {
    line-height: 45px;
}

.nav li.on>a {
    color: #fff;
}

.subNav {
    background: rgba(0, 0, 0, 1);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    left: 0px;
    width: calc(100% - 20px);
    padding: 10px 10px 4px 10px;
    top: 35px;
    z-index: 1000;
}

.nav li:last-child .subNav {
    /* right: 2px !important; */
    left: -22px;
}

.gp-menu-nav {
    background: rgba(0, 0, 0, .8);
}

header.currents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

body {
    position: relative;
}

header {
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.gp-serBtn2 {
    margin-top: 29px;
    margin-top: 33px;
    *height: 18px;
}

.gp-search2 {
    width: 0;
    border: none;
}

.gp-search2.active {
    width: 200px;
    border: 1px solid #ccc;
}

header {
    width: 100%;
    z-index: 100;
    position: absolute;
}

.headertop {
    padding: 10px 0;
}

.nav {
    /* width: 50%; */
}

.nav li>a span {
    display: block;
}

.nav li:first-child>a {
    padding-left: 0;
}

.nav li:last-child>a {
    padding-right: 0;
}

header.currents .headertop {
    display: none;
}

footer {
    overflow: hidden;
    background: url(../images/footerbg.png) left top;
}

.footerTop {
    padding: 42px 0;
    background-size: cover;
}

.footerl {
    width: 51%;
    display: inline-block;
}

.footerl h3>a {
    line-height: 30px;
    color: #954e0f;
    margin-bottom: 5px;
    text-shadow: 1px 0px 4px rgba(255,255,255,.6);
}

.footerUl {
    overflow: hidden;
    margin: 0 -15px;
}

.footerUl a {
    display: block;
    padding-left: 26px;
    color: #222;
    line-height: 28px;
    margin: 0 15px;
    position: relative;
}

.footerUl a::before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    top: 13px;
}

.footerr {
    display: inline-block;
}

.gzh {
    display: inline-block;
    text-align: center;
}

.gzh span {
    display: block;
    width: 101px;
    height: 101px;
    margin: 0 auto;
}

.gzh p {
    color: #222;
    margin-top: 10px;
}

.gzh:nth-child(1) {
    margin-right: 30px;
}

.footerBottom {
    padding: 10px 0;
    background: rgba(0, 0, 0, .16);
    text-align: center;
}

.footerBottom p {
    display: inline-block;
    line-height: 30px;
    color: rgba(34, 34, 34, .7);
    margin: 0 20px;
}

@media screen and (max-width:1600px) {
    .nav li>a {
        padding: 10px 16px;
    }
}

@media screen and (max-width:1461px) {
    .nav li>a {
        padding: 8px 12px;
    }
}

@media screen and (max-width:1301px) {
    .gp-container {
        width: 1150px;
    }
    .nav {
        width: 57%;
    }
    .footerl {
        width: 76%;
        display: inline-block;
    }
    .gzh:nth-child(1) {
        margin-right: 5px;
    }
    .canlear p {
        font-size: 12px;
    }
}

@media screen and (max-width:1200px) {
    .gp-container {
        width: 1000px;
    }
    .nav li>a {
        padding: 8px 11px;
    }
    .nav {
        width: 64%;
    }
    .footerUl li {
        width: 33.33%;
    }
    .footerl {
        width: 65%;
        display: inline-block;
    }
    .footerBottom p {
        margin: 0 5px;
    }
}

@media screen and (max-width:1100px) {
    .gp-container {
        width: 900px;
    }
    .nav li>a {
        padding: 8px 6px;
    }
}

@media screen and (max-width:996px) {
    .gp-menu-nav {
        display: block !important;
    }
    .nav,
    .toplink {
        display: none;
    }
    .gp-menu-header {
        top: 10px;
    }
    .gp-search2,
    .gp-serBtn2 {
        display: none !important;
    }
    .footerl {
        width: 100%;
    }
    .footerr {
        float: left;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .gp-menu-header-icon {
        /* margin-top: -17px; */
        transform: scale(0.6);
        /* top: -25px; */
    }
    .gp-menu-header {
        display: block;
        /* top: 20px; */
    }
}

@media screen and (max-width:580px) {
    .footerUl li {
        width: 50%;
    }
    .footerBottom {
        text-align: left;
    }
}

@media screen and (max-width:479px) {
    .gp-menu-header {
        display: block;
        top: 10px;
    }
    .gzh span {
        display: block;
        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
}

@media screen and (max-width:400px) {
    .gp-menu-header {
        display: block;
        top: 7px;
    }
    .logo {
        width: 220px;
    }
}