.open .gp-menu-offcanvas2 {
    padding-top: 40px;
}

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    background: #9B0000;
}

.gp-ser {
    height: 32px;
    border: none;
}

.gp-search {
    margin-top: 10px;
    width: 260px;
    height: 40px;
    /* float: right; */
    line-height: 40px;
    border: none;
    /* ; */
    /* */
    background: none;
}

.gp-search2 {
    background: rgba(0, 0, 0, .2);
    margin-left: 10px;
    float: left;
    border-radius: 40px;
}

.gp-search input.notxt {
    color: #888888;
    width: 94%;
    /* left: 0; */
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    padding-left: 10px;
    border: none;
}

.gp-search .notxt1::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: -11px;
    top: 0px;
}

.gp-search .notxt1 {
    position: absolute;
    width: 50px;
    height: 42px !important;
    right: 0;
    height: 30px;
    background: #C7000A url(../images/serBtn.png) no-repeat center;
    background-size: 20px 20px;
    top: 0;
    color: #fff;
    /* overflow: visible; */
    /* padding-left: 11px; */
}

.gp-search .notxt1:hover {
    /* background: url(../images/serBtn.png) no-repeat; */
    /* background-size: cover; */
}



.nav ul li:hover .subNav {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    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 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: 24px;
    color: #fff;
    font-size: 18px;
    padding: 56px 0;
    font-weight: bold;
    position: relative;

    display: block;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.nav li>a::before {
    content: "";

    display: block;
    width: 0%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}


.nav li.on>a::before {
    width: 100%;
    transition: all .3s ease-in-out;
}


.nav ul li {
    position: relative;
    /* width: calc(100% / 10); */
}






.nav li.on .subNav {
    display: block;
}

.nav ul {
    text-align: justify;
    overflow: hidden;
    overflow: visible;
    /* display: flex; */
    padding-left: 37px;
    justify-content: space-between;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
    /* height: 40px; */
    /* background: radial-gradient(black, transparent); */
}

.nav ul::before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    position: absolute;
    left: 0;
    top: calc(50% - 13px);
    background: rgba(255, 255, 255, .2);
}

.nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav li {

    position: relative;
    display: inline-block;

    z-index: 50;
}

.subNav {
    background: rgba(255, 255, 255, .9);
    left: calc(50% - 100px);
    width: 200px;
    top: 100px;
    z-index: 0;
}

.subNav dd {
    padding: 0px 7px;
    border-bottom: 1px solid rgba(153, 153, 153, .11);
}

.subNav dd:hover {
    background: #9B0000;

}

.subNav dd:hover a {
    color: #fff;
}

.gp-menu-nav {
    background: #600205;
}

header {
    position: relative;
}


header.currents {
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    /* position: fixed; */
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
}




.gp-goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #600205;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* display: none; */
}

.gp-goTop:hover {
    color: #fff;
    /*     background-color: #FFB223; */
}

.gp-goTop i {
    font-size: 32px;
}

/* start */
.top {
    width: 100%;
    height: 35px;
    background-color: #600205;
}

.topBottom {
    width: 100%;
    /* padding: 30px 0; */
    padding-top: 0;
    /* border-top: 6px solid #600205; */
    z-index: 100;
    position: relative;
    background: #600205;
    position: relative;
   
}



.logo1 {
    width: 32.57%;
    /* height: 84px; */
    display: block;
    overflow: hidden;
    float: left;
    padding-top: 30px;
    vertical-align: middle;
    margin-right: 2%;
}


.gp-menu-header-icon-out>span {
    background: #fff;
}

/* header */
header {
    position: absolute;
    width: 100%;
}

.nav {
    width: 51.43%;
    /* display: inline-block; */
    vertical-align: middle;
    display: block;
    float: left;
}

.topBottom::before {
    content: '';
    display: block;
    width: 326px;
    height: 89px;
    position: absolute;
    background: url(../images/hb.png) no-repeat;
    background-size: cover;
    top: 30px;
    right: 105px;
    ;
    right: 1;
}

footer {
    background: url(../images/footerbg.png) no-repeat;
    background-size: cover;
}

.footerTop {
    padding: 30px 0;
    position: relative;
    overflow: hidden;box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.flogo {
    width: 332px;
    overflow: hidden;
    /* margin: 20px 0; */
    /* margin-bottom: 10px; */display: inline-block;
}

.ewm {
    width: 100px;
    height: 100px;
    /* position: absolute; */
    /* right: 0; */
    top: 30px;
    overflow: hidden;

}

.footerTop span {
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
    vertical-align: middle;
    margin-right: 20px;
    max-width: 73px;
    text-align: right;
    margin-top: 30px;
}

.footerBottom {
    padding: 20px 0 30px;
    text-align: center;
}

.footerBottom span {
    display: inline-block;
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
    margin: 0 8px;
}

.footerBottom span a {
    color: rgba(255, 255, 255, .7);
}

#gp-serBtn4 {
    position: relative;
    z-index: 80;
    float: right;
    margin-right: 10.4%;
    margin-top: 64px;
}

.gp-search4 {
    height: 0;
    border: none;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    z-index: 802;
    left: 0;
}

.gp-search4 .gp-ser {
    max-width: 800px;
}

.gp-search4 input, .gp-search4 button {
    height: 40px;
    line-break: 40px;
}

.gp-search4 .gp-ser {
    height: 40px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.gp-search4 .notxt1 {
    /* background: #C7000A; */
    color: #fff
}

.gp-search4 .gp-ser {
    display: none;
    border: none;
    background: #fff;
}

.gp-search4.active .gp-ser {
    display: block;
}

.gp-search4.active {
    height: 80px;
}

.searchActive .gp-overlay {
    top: 0;
}

#gp-serBtn4::before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    position: absolute;
    right: -30px;
    top: calc(50% - 13px);
    background: rgba(255, 255, 255, .2);
}
.gp-search2 input.notxt{
width: 80%;
}
@media screen and (max-width:1860px) {
    .topBottom::before {
        width: 180px;
        height: 50px;

        background-size: 180px 50px;
        top: 30px;
        right: 105px;

    }
}

@media screen and (max-width:1460px) {}

@media screen and (max-width:1460px) {
    .logo1 {
        width: 27.57%;
        margin-right: 1%;
    }

    .nav {
        width: 57.43%;
    }

    .nav ul {
        padding-left: 2%;
    }

    .nav li>a {
        padding: 50px 0;
    }
    .topBottom::before {
        width: 180px;
        height: 50px;
        background-size: 180px 50px;
        top: 30px;
        right: 30px;
    }
    #gp-serBtn4 {
        position: relative;
        z-index: 801;
        float: right;
        margin-right: 10.4%;
        margin-top: 53px;
    }
    .topBottom{
        padding-bottom: 0;
    }
}

@media screen and (max-width:1200px) {
    .logo1 {
        width: 22.57%;
        margin-right: 1%;
    }

    .nav {
        width: 57.43%;
    }

    .nav ul {
        padding-left: 2%;
    }

    .nav li>a {
        padding: 40px 0;
    font-size: 16px;}
    .topBottom::before {
        width: 180px;
        height: 50px;
        background-size: 180px 50px;
        top: 30px;
        right: 30px;
    }
    #gp-serBtn4 {
        position: relative;
        z-index: 801;
        float: right;
        margin-right: 14.4%;
        margin-top: 44px;
    }
}

@media screen and (max-width:996px) {
    .nav {
        display: none;
    }

    .gp-menu-nav {
        display: block !important;
    }

    .gp-menu-header {
        top: 45px;
        right: 15px;
    }

    .gp-container {
        width: auto;
        margin: 0 15px;
    }

    #gp-serBtn4 {
        display: none !important;
    }

    .logo1 {
        width: 422px;
    }
    .topBottom{
        padding-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .logo1 {
        width: 64%;
    }
     .topBottom {
        padding: 15px 0;
    }

    .logo1 {
        padding-top: 0;
    }
}

@media screen and (max-width:600px) {

    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -11px;
    }

    .gp-menu-header {
        display: block;
        top: 28px;
        right: 0;
    }

    .flogo {
        width: 250px;
    /* display: block; */}

    .ewm {
        /* transform: scale(0.6); */
        /* top: 0; */
    }

    .footerTop {
        padding: 15px 0;
    }

   
}

@media screen and (max-width:479px) {
    .ewm {
        position: static;

    }

    .footerTop span {

        max-width: 73px;
        text-align: right;
        margin-bottom: 20px;
        
        margin-top: -18px;
    }
    .topBottom {
        padding: 5px 0;
    }
    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -18px;
    }
    .topBottom::before {
        width: 180px;
        height: 50px;
        background-size: 180px 50px;
        top: 10px;
        right: 10px;
    }
      .ewm {
        position: static;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;margin-top: 0;
    }
     .footerTop span {
        margin: 0;
        text-align: center;
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:414px) {
  

   

    .topBottom::before {
        display: none;
    }
}



@media screen and (max-width:998px) {}