/* @font-face {
    font-family: 'Arial';
    src: url('../fonts/FZCQK.TTF') format('truetype');
    font-weight: normal;
} */


/* ÃƒÂ§Ã‚Â§Ã‚Â»ÃƒÂ¥Ã…Â Ã‚Â¨ÃƒÂ§Ã‚Â«Ã‚Â¯ */

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    /* background-color: #fff; */
}

.gp-ser {
    height: 50px;
    line-height: 50px;
}

.gp-search {
    line-height: 50px;
    /* border-radius: 20px; */
    margin-top: 24px;
    width: 220px;
    border: none;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
    /* background: rgba(0, 0, 0, .1); */
}

.gp-search input.notxt {
    /* color: #a4a4a4; */
    width: calc(100% - 70px);
    left: 0px;
    height: 50px;
    font-size: 14px;
    outline: none;
    padding-left: 20px;
}

.gp-search .notxt1 {
    position: absolute;
    width: 25px;
    right: 14px;
    height: 30px;
    top: 8px;
    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;
}

@-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: 20px;
    color: #fff;
    font-size: 20px;
    position: relative;
    display: block;
    padding: 20px 54px;
    position: relative;
    /* border-right: 1px solid; */
}

.nav li:last-child>a {
    padding-right: 0 !important;
}

.nav li:first-child>a {
    padding-left: 0 !important;
}

.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, 59, 144, 1);
    left: 0px;
    width: calc(100% - 20px);
    padding: 10px;
    /* top: 57px; */
    z-index: 1000;
}

.nav li:first-child .subNav {
    left: -25px;
}

.nav li:last-child .subNav {
    left: 28px;
}

.gp-menu-nav {
    background: rgba(0, 59, 144, 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;
}

.nav {
    background: #015392;
}


/*  */

body {
    position: relative;
}

.headtop {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: #0168b7;
    background-size: cover;
    position: relative;
}

.headtop::before {
    content: '';
    display: block;
    width: 430px;
    height: 36px;
    right: 20%;
    top: 43px;
    background: url(../images/zi.png) no-repeat;
    position: absolute;
}

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

.logo {
    display: inline-block;
}

.logo1 {
    width: 362px;
}

.logo2 {
    width: 382px;
    margin-top: 8px;
    margin-left: 10px;
}

.en {
    text-align: center;
    font-family: ' Times New Roman';
    float: right;
    display: inline-block;

    padding-left: 13px;
    border-left: 1px solid #fff;
}

.en1 {
    text-align: center;
    font-family: ' Times New Roman';
    float: right;
    display: inline-block;
    color: #fff;
    margin-right: 13px;
    width: auto;
}

.footerTop {
    padding: 45px 0 50px;
    background: #0059b3;
    overflow: hidden;
    position: relative;
}

.fl {
    display: inline-block;
}

.flogo {
    width: 310px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

.flogo2 {
    width: 279px;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    margin-top: 9px;
    margin-left: 7px;
}

.fr {
    width: 35%;
}

.fr h3 {
    line-height: 24px;
    margin-bottom: 20px;
}

.fr ul {
    font-size: 0;
    overflow: hidden;
    margin: 0 -10px;
}

.fr ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px;
}

.fr ul a {
    display: block;
    padding-left: 22px;
    margin: 0 10px;
    line-height: 24px;
    color: rgba(255, 255, 255, .8);
    position: relative;
}

.fr ul a::before {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background: url(../images/l.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

.footerBottom {
    padding: 22px 0;
    background: #004a99;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.footerBottom p {
    display: inline-block;
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
}

.ewm {
    position: absolute;
    /* right: 0; */
    left: calc(50% - 60px);
    top: 45px;
    max-width: 160px;
    text-align: center;
}

.ewm img {
    width: 100px;
    overflow: hidden;
}

.ewm p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .8);
}

#gp-serBtn4 {
    position: relative;
    z-index: 801;
}

.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: none;
    /* color: #fff; */
    margin-top: -4px;
}

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

@media screen and (max-width:1500px) {
    .headtop::before {
        right: 12%;
    }

    .logo1 {
        width: 300px;
    }

    .logo2 {
        width: 302px;
    }
}

@media screen and (max-width:1460px) {
    .nav li>a {
        padding: 20px 40px;
    }

    .fr {
        width: 41%;
    }

    .flogo {
        width: 230px;

    }

    .flogo2 {
        width: 190px;

    }

    .ewm {

        left: calc(50% - 80px);
    }



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

        .nav li>a {
            padding: 20px 32px;
            /* font-size: 16px; */
        }

        .logo1 {
            width: 220px;
        }

        .logo2 {
            width: 200px;
        }

        .nav li:last-child .subNav {
            left: 18px;
        }

    }

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

        .nav li>a {
            padding: 20px 25px;
            /* font-size: 16px; */
        }

        .headtop::before {

            transform: scale(.7);
            right: 6%;
            top: 32px;

        }

        .gp-search,
        .en {
            /* margin-top: 13px; */
        }

        .flogo {
            width: 180px;
        }

        .flogo2 {
            width: 167px;
            margin-top: 4px;
            margin-left: 3px;
        }

        .fr {
            width: 40%;
        }

        .nav li:first-child .subNav {
            left: -10px;
        }
    }

    @media screen and (max-width:1100px) {
        .gp-search {
            margin-top: 13px;
            width: 200px;
        }

        .gp-container {
            width: 900px;
        }

        .nav li>a {
            padding: 20px 18px;
        }
    }

    @media screen and (max-width:996px) {
        .gp-menu-nav {
            display: block !important;
        }

        .nav {
            display: none;
        }

        .ewm {
            width: calc(100% - 200px);
            float: right;
            position: static;
        }

        .gp-menu-header {
            top: 5px;
        }

        .en, .gp-search4, .en1 {
            display: none !important;
        }

        .en2 {
            float: left;
            display: block !important;
            margin-top: 13px;
            border: none;
            margin-left: 10px;
            margin-top: 28px;
            vertical-align: middle;
        }

        .fl {
            display: block;
            margin-bottom: 20px;
        }

        .fr {
            width: calc(100% - 160px);
            float: left;
        }

        .headtop::before {
            right: 0;
        transform: scale(.5);}

        .logo1 {
            width: 180px;
        }

        .logo2 {
            width: 150px;
            margin-left: 4px;
            margin-top: 7px;
        }
    }

    @media screen and (max-width:767px) {
        .gp-menu-header-icon {
            /* margin-top: -17px; */
            transform: scale(0.6);
            top: -15px;
            right: -6px;
        }

        .gp-menu-header {
            display: block;
            top: 27px;
        }

        .logo1 {
            width: 180px;
        }

        .logo2 {
            width: 150px;
            margin-left: 4px;
            margin-top: 7px;
        }

        .fr ul li {
            width: 100%;
        }
        .headtop::before{
            display: none;
        }
    }

    @media screen and (max-width:600px) {
        .logo1 {
            width: 214px;
        }

        .logo2 {
            width: 200px;
        }
       
    }

    @media screen and (max-width:479px) {
        .gp-menu-header {
            display: block;
            top: 13px;
        }

        .gp-menu-header-icon {
            margin-top: 16px;
            /* transform: scale(0.8); */
            right: -7px;
        }

        .logo1 {
            width: 175px;
        }

        .logo2 {
            width: 165px;
        }

        .fr ul li {
            width: 100%;
        }

        .ewm {
            transform: scale(1);
        }
    }

    @media screen and (max-width:400px) {
        .logo1 {
            width: 123px;
        }

        .logo2 {
            width: 110px;
            margin-top: 5px;
            margin-left: 2px;
        }

        .flogo {
            width: 140px;
        }

        .flogo2 {
            width: 133px;
            margin-top: 4px;
            margin-left: 3px;
        }
    }