.open .gp-menu-offcanvas2 {
    padding-top: 40px;
}

.gp-menu-nav,
.gp-menu-header-icon-out>span {}

.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: 0px;
    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: 38px;
    color: #fff;
    font-size: 18px;
    position: relative;
    text-shadow: 1px 0px 1px #000;
    display: block;
}

.nav ul li {
    position: relative;
}

.nav ul li:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all 0.5s ease;
}

.nav ul li.on:before {
    width: 100%;
}

.nav li.on .subNav {
    display: block;
}

.nav ul {
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: visible !important;
    height: 38px;
    /* padding-top: 5px; */
    box-sizing: border-box;
}

.nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav li {
    /* padding: 20px 0px; */
    position: relative;
    display: inline-block;
    z-index: 50;
}

.subNav {
    background: #2b76c7;
    left: calc(50% - 70px);
    width: 120px;
    padding: 10px 10px 4px 10px;
    top: 38px;
    z-index: 1000;
}

.nav li:last-child .subNav {
    /* right: 2px !important; */
    left: -35px;
}

.gp-menu-nav {
    background: rgba(15, 114, 202, 1);
}

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;
}

body {
    position: relative;
}

header {
    position: absolute;
    z-index: 2001;
    width: 100%;
}

.gp-hcontainer {
    width: 1712px;
    margin: 0 auto;
}

.headertop {
    border-top: 10px solid #2b76c7;
    background: rgba(38, 51, 83, .55);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(38, 51, 83, .55), rgba(38, 51, 83, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(38, 51, 83, .55), rgba(38, 51, 83, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(38, 51, 83, .55), rgba(38, 51, 83, 0));
}

.logo1 {
    padding: 10px 30px;
    background: #2b76c7;
    border-bottom-left-radius: 10px;
    display: inline-block;
    border-bottom-right-radius: 10px;
}

.heaerTop {
    display: inline-block;
    text-align: right;
    margin-top: 10px;
}

.heaerTop a {
    display: inline-block;
    line-height: 38px;
    color: rgba(255, 255, 255, .9);
    padding: 0 25px;
    position: relative;
    vertical-align: middle;
}

.heaerTop a i {
    width: 18px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.heaerTop a:last-child {
    padding-right: 0;
}

.heaerTop a::before {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    right: 0;
    top: calc(50% - 6.5px);
}

.heaerTop a:last-child::before {
    display: none;
}

.navLeft {
    display: inline-block;
    width: calc(100% - 588px);
}

footer {
    padding: 50px 0;
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
}

.footerl {
    width: 447px;
    display: inline-block;
    /* overflow: hidden; */
}

.flogo {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.link {
    text-align: right;
    /* overflow: hidden; */
    margin: 0 -15px;
    font-size: 0;
}

.link li {
    display: inline-block;
    position: relative;
}

.link a {
    display: block;
    margin: 0 15px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.footerr {
    width: 42%;
    margin-top: 22px;
}

.footerr p {
    line-height: 26px;
    padding: 10px 0;
}

.erma {
    width: 100px;
    height: 100px;
    top: -110px;
    left: calc(50% - 50px);
    display: none;
    position: absolute;
}

.erma.on {
    display: block;
}

@media screen and (max-width:1600px) {
    .navLeft {
        display: inline-block;
        width: calc(100% - 546px);
    }
}

@media screen and (max-width:1800px) {
    .gp-hcontainer {
        width: 1600px;
    }
}

@media screen and (max-width:1640px) {
    .gp-hcontainer {
        width: 1400px;
    }
}

@media screen and (max-width:1460px) {
    .gp-hcontainer {
        width: 1380px;
    }
}

@media screen and (max-width:1400px) {
    .gp-hcontainer {
        width: 1280px;
    }
}

@media screen and (max-width:1301px) {
    .gp-container {
        width: 1200px;
    }
    .gp-hcontainer {
        width: 1180px;
    }
    .logo1 img {
        display: block;
        width: 386px;
    }
    .navLeft {
        width: calc(100% - 493px);
    }
    .heaerTop a{padding: 0 20px;}
}

@media screen and (max-width:1200px) {
    .gp-container,
    .gp-hcontainer {
        width: 1000px;
    }
    .logo1 img {
        display: block;
        width: 348px;
    }
    .heaerTop a {
        padding: 0 8px;
        line-height: 20px;
    }
    .navLeft {
        width: calc(100% - 445px);
    }
}

@media screen and (max-width:1100px) {
    .gp-container {
        width: 900px;
    }
    .gp-hcontainer {
        width: 980px;
    }
    .logo1 img {
        display: block;
        width: 300px;
    }
    .navLeft {
        width: calc(100% - 373px);
    }
}

@media screen and (max-width:997px) {
    .gp-menu-nav {
        display: block !important;
    }
    .nav,
    .heaerTop {
        display: none;
    }
    .gp-menu-header {
        top: 26px;
    }
    .gp-search2,
    .gp-serBtn2 {
        display: none !important;
    }
    .gp-container,
    .gp-hcontainer {
        width: auto;
        margin: 0 15px;
    }
    .heaerTop2 {
        display: block;
    }
    .footerl {
        width: 370px;
    }
    .footerr {
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {
    .gp-menu-header-icon {
        /* transform: scale(0.6); */
        top: -44px;
    }
    .gp-menu-header {
        display: block;
        top: 70px;
    }
    .footerl {
        width: 100%;
    }
    .footerr {
        width: 100%;
    }
    .link {
        text-align: left;
    }
}

@media screen and (max-width:580px) {}

@media screen and (max-width:479px) {
    .gp-menu-header {
        display: block;
        top: 30px;
    }
    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -12px;
    }
    .logo1 img {
        display: block;
        width: 260px;
    }
    .heaerTop a {
        padding: 0;
        width: 33.33%;
        /* margin-bottom: 10px; */
        margin: 5px 0;
        text-align: center;
    }
    .heaerTop {
        font-size: 0;
        text-align: left;
    }
}

@media screen and (max-width:400px) {
    .logo1 img {
        display: block;
        width: 200px;
    }
    .link li {
        margin-bottom: 15px;
        transform: scale(.8);
    }
    .link a {
        margin: 0 5px
    }
    .link {
        margin: 0 -5px
    }
}