@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: 16px;
}

.gp-search {
    line-height: 16px;
    border-radius: 16px;
    margin-top: 9px;
}

.gp-search input.notxt {
    height: 16px;
}

.gp-search .notxt1 {
    top: 0%;
}


/* å¤´éƒ¨ */

header {}

.headertop {
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
    background: url(../images/headbg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.logo {
    /* display: block; */
    width: 1300px;
    display: inline-block;
    float: left;
    position: relative;
}

.navo {
    background: #004387;
}


/* å¯¼èˆª */

.nav ul li:hover .subNav {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    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;
}

.gp-menu-header-icon {
    margin-top: 10px;
}

.navo {
    position: relative;
    margin: -2px 0 0 0;
}

.headertop::before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/logoline.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 3px;
}


/* .logo::before {
    content: '';
    display: block;
    width: 161px;
    height: 20px;
    background: url(../images/logline3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -26px;
    bottom: -16px;
} */


/* .navo::after {
    content: '';
    display: block;
    width: calc(100% - 368px);
    height: 1px;
    background: #798232;
    position: absolute;
    right: 0;
    top: 0;
} */

@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: 27px;
    color: #fff;
    font-size: 20px;
 /* font-weight: bold; */
    position: relative;
}

.nav ul {
    display: flex;
    justify-content: space-around;
}

.nav li.on {}

.nav li.on .subNav {
    display: block;
}

.nav li {
    display: inline-block;
    padding: 17px 0;
    position: relative;
    z-index: 50;
}

.nav li.on a {
    color: #fff;
}

.nav li span.gp-f12 {
    line-height: 45px;
}

.subNav {
    background: #004387;
    /* background: -webkit-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Safari 5.1 - 6.0 */
    /* background: -o-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Opera 11.1 - 12.0 */
    /* background: -moz-linear-gradient(bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    /* Firefox 3.6 - 15 */
    /* background: linear-gradient(to bottom, rgba(158, 6, 8, 48), rgba(158, 6, 8, 0)); */
    left: -12px;
    width: 127%;
    top: 61px;
}

.gp-menu-nav {
    background: #004387;
}


/* footer */

footer {
    background: #004387;
    overflow: hidden;
}

.footertop {
    overflow: hidden;
    border-bottom: 1px solid rgba(216, 216, 216, .43);
    padding: 35px 0;
}

.footer li {
    width: calc(25% - 2px);
    display: block;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .43) !important;
}

.footer li:last-child {
    border-radius: none;
    border-right: none!important;
}

.footer li p.gp-f16 {
    line-height: 21px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.footerbottom {
    line-height: 21px;
    text-align: center;
    padding: 15px 0;
}

.back {
    /* display: block; */
    display: inline-block;
    padding: 10px 9px;
    margin-top: 34px;
    background: rgba(0, 0, 0, .12);
    line-height: 20px;
}

.back span {
    width: 22px;
    height: 18px;
    margin-right: 10px;
}

.backs {
    margin-left: 20px;
}



@media screen and (max-width:1500px) {
    .logo {
        width: 1056px;
    }
    .tabCenter {
        font-size: 28px;
    }
}

@media screen and (max-width:1400px) {
    .logo {
        width: 955px;
    }
    .nav li>a {
        font-size: 18px;
    }
    .mode1lUl .slick-prev {
        width: 33px !important;
        height: 90px !important;
        margin-top: -45px !important;
    }
    .mode1lUl .slick-prev::before {
        left: 6px !important;
    }
    .mode1lUl .slick-next {
        width: 33px !important;
        height: 90px !important;
        margin-top: -45px !important;
    }
    .mode1lUl .slick-prev::before {
        right: 6px !important;
    }
}

@media screen and (max-width:1300px) {
    .logo {
        width: 955px;
    }
}

@media screen and (max-width:1200px) {
    .logo {
        width: 760px;
    }
    .back {
        margin-top: 17px;
    }
}

@media screen and (max-width:996px) {
    .logo {
        width: 664px;
        position: relative;
        z-index: 10;
    }
    .nav {
        display: none;
    }
    .footer li {
        margin-bottom: 10px;
        width: calc(33.33% - 2px);
        border-right: 1px solid #fff !important;
    }
    .right {
        text-align: left;
    }
    .footer li:last-child {
        border-right: 1px solid #fff !important;
    }
    .gp-menu-nav {
        display: block !important;
    }
    .headertop::before {
        display: none;
    }
    .back2 {
        display: none;
    }.link {
    margin-right: 37px;
    margin-top: 10px;
}
}

@media screen and (max-width:767px) {
    .logo {
        width: 410px;
    }
    .footer li {
        width: calc(50% - 2px);
        text-align: center !important;
    }
    .right {
        text-align: center;
    }
}

@media screen and (max-width:550px) {
    .link {
        margin-right: 0;
        margin-top: 24px;
    }
}

@media screen and (max-width:479px) {
    .logo {
        width: 242px;
    }
    .footer li {
        width: calc(100% - 2px);
    }
    .gp-menu-header-icon {
        transform: scale(.7);
        margin-top: 5px;
    }
}

@media screen and (max-width:400px) {
    .link {
        margin: 0;
        margin-top: 23px;
    }
}

@media screen and (max-width: 337px) {
    .link {
        margin: 0;
        margin-top: 1px;
    }
}






