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

.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 !important;
    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: 50px;
    color: #333333;
    font-size: 18px;
    position: relative;
    display: block;
    /* font-weight: bold; */
    /* padding: 10px 32px; */
    /* padding-bottom: 33px; */
}

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

.nav ul {
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: visible !important;
    height: 50px;
    /* 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;
    position: relative;
    transition: all .3s ease-in-out;
}

.nav li::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #0c5ba2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

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

.nav li:first-child {
    text-align: left;
}

.nav li span.gp-f12 {
    line-height: 45px;
}

.subNav {
    background: rgba(15, 114, 202, .55);
    left: calc(50% - 63px);
    width: 126px;
    padding: 0;
    top: 50px;
    z-index: 1000;
    border-top: 1px solid #84ccc9;
}

.subNav dd {
    padding: 0px 10px 0px 10px;
}

.subNav dd:hover {
    background: rgba(12, 91, 162)
}

.nav li:last-child .subNav {
    /* right: 2px !important; */
}

.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;
}

.bannerPic {
    padding-bottom: 27.1%;
}

.nav {
    background: rgba(255, 255, 255, .85);
    position: absolute;
    width: 100%;
}

.logo {
    display: inline-block;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
}

.logo1 {
    width: 295px;
    /*! margin-right: 10px; */
    overflow: hidden;
}

.logo_right {
    position: absolute;
    right: 160px;
    bottom: -10px;
    width: 340px;
}

.logo2 {
    overflow: hidden;
}

header {
    position: relative;
    z-index: 11;
    /* position: absolute; */
    width: 100%;
}

.headertop {
    padding: 20px 0 20px 0;
    background-color: #0f72ca;
    background: -webkit-linear-gradient(right, rgba(12, 91, 162), rgba(15, 114, 201), rgba(12, 91, 162));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, rgba(12, 91, 162), rgba(15, 114, 201), rgba(12, 91, 162));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, rgba(12, 91, 162), rgba(15, 114, 201), rgba(12, 91, 162));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(12, 91, 162), rgba(15, 114, 201), rgba(12, 91, 162));
    position: relative;
}

.headertop::before {
    content: '';
    display: block;
    width: 162px;
    height: 173px;
    background: url(/images/bannerb.png) no-repeat;
    left: 42px;
    /* bottom: 0; */
    top: 0px;
    position: absolute;
    z-index: 10;
}

.headertop::after {
    content: '';
    display: block;
    width: 161px;
    height: 173px;
    background: url(/images/bar.png) no-repeat;
    right: 42px;
    /* bottom: 0; */
    top: 0;
    position: absolute;
}

#gp-serBtn2 {
    background: rgba(255, 255, 255, .75);
    display: inline-block;
    padding: 9px 20px;
    width: auto;
    height: auto;
    color: #0f72ca;
    float: right;
    margin-top: 25px;
    border-radius: 10px;
}

.mianstation {
    line-height: 16px;
    color: #fff;
    margin-top: 35px;
    /* position: relative; */
    margin-right: 30px;
}

.search3 {
    float: left;
    margin-left: 25px;
}

.footerTop {
    overflow: hidden;
}

.foterbot {
    display: block;
    padding: 12px 0;
    text-align: center;
}

.gp-menu-nav ul {
    margin-bottom: 20px;
}

.mianstation2 {
    margin-left: 20px;
    line-height: 30px;
}

.search3 input.notxt {
    color: #fff !important;
}

.search3 .icon-search:before {
    color: #fff;
}

footer {
    min-height: 100px;
    background: url(/images/footerbg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 75px 0 0px;
}

footer::before {
    content: '';
    display: block;
    width: 161px;
    height: 149px;
    background: url(/images/fl.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer::after {
    content: '';
    display: block;
    width: 162px;
    height: 190px;
    background: url(/images/fr.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    /* bottom: 0; */
    top: 0;
}

.footerl {
    width: calc(100% - 230px);
}

.footerl .fll,
.footerl .frr {
    width: calc(50% - 50px);
    display: block;
    float: left;
    padding-right: 50px;
}

.footerl .fll p,
.footerl .frr p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
}

.footerl .fll p.schsp,
.footerl .frr p.schsp {
    line-height: 24px;
    color: #fff;
    font-weight: bold;
}

.foterbot a {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
}

.fterltop {
    overflow: hidden;
    margin-bottom: 15px;
}

.foterbot p:nth-child(1) {
    margin-right: 30px;
}

.ewmImg {
    width: 114px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 100;
}

.ewmImg img {
    margin: 0 auto;
}

.headertop .gp-container {
    position: relative;
    z-index: 100;
}

.gp-bread span {
    position: relative;
}

@media screen and (max-width:1600px) {
    footer::before {
        content: '';
        display: block;
        width: 80px;
        height: 70px;
        background: url(/images/fl.png) no-repeat;
        background-size: 80px 70px;
    }
    footer::after {
        content: '';
        display: block;
        width: 100px;
        height: 102px;
        background: url(/images/fr.png) no-repeat;
        background-size: 100px 102px;
    }
}

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

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

@media screen and (max-width:1301px) {
    .gp-container {
        width: 1200px;
    }
    .footerl {
        width: calc(100% - 130px);
    }
    .footerl .fll,
    .footerl .frr {
        width: calc(50% - 10px);
        display: block;
        float: left;
        padding-right: 10px;
    }
}

@media screen and (max-width:1200px) {
    .gp-container {
        width: 1000px;
    }
    footer {
        padding: 75px 0;
    }
    footer {
        background: #0c5ba2;
    }
    .logo {
        width: 45%;
    }
    .logo1 {
        width: 48%;
    }
    .logo2 {
        width: 48%;
    }
}

@media screen and (max-width:1100px) {
    .gp-container {
        width: 900px;
    }
}

@media screen and (max-width:996px) {
    .gp-menu-nav {
        display: block !important;
    }
    .nav,
    .mianstation {
        display: none;
    }
    .gp-menu-header {
        top: 45px;
    }
    .gp-search2,
    .gp-serBtn2 {
        display: none !important;
    }
    .logo_right {
        right: 30px;
        width: 30%;
    }
    .logo {
        width: 48%;
    }
}

@media screen and (max-width:767px) {
    .gp-menu-header-icon {
        /* margin-top: -17px; */
        top: -39px;
    }
    .gp-menu-header {
        display: block;
        top: 70px;
    }
    .footerl {
        width: 100%;
    }
    .footerl .fll,
    .footerl .frr {
        width: 100%;
    }
    .ewmImg {
        float: left;
        width: auto;
    }
    .foterbot {
        text-align: left;
    }
}

@media screen and (max-width:646px) {
    .logo1 {
        /*! width: 195px; */
        overflow: hidden;
    }
    .logo2 {
        /*! width: 169px; */
        overflow: hidden;
    }
}

@media screen and (max-width:580px) {
    .headertop::before {
        content: '';
        display: block;
        width: 80px;
        height: 70px;
        background: url(/images/bannerb.png) no-repeat;
        background-size: 80px 70px;
        left: 22px;
        bottom: 0;
        position: absolute;
        z-index: 10;
    }
    .headertop::after {
        content: '';
        display: block;
        width: 80px;
        height: 70px;
        background: url(/images/bannerb.png) no-repeat;
        background-size: 80px 70px;
        right: 22px;
        bottom: 0;
        position: absolute;
    }
}

@media screen and (max-width:479px) {
    .gp-menu-header {
        display: block;
        top: 30px;
    }
    .gp-menu-header-icon {
        margin-top: 16px;
        transform: scale(0.8);
    }
    .logo1 {
        /*! width: 154px; */
        overflow: hidden;
    }
    .logo2 {
        /*! width: 163px; */
        overflow: hidden;
    }
    .headertop {
        padding: 10px 0;
    }
}

@media screen and (max-width:400px) {
    .logo1 {
        /*! width: 124px; */
        overflow: hidden;
    }
    .logo2 {
        /*! width: 120px; */
        overflow: hidden;
    }
    .gp-menu-header {
        display: block;
        top: 30px;
    }
}