@charset "utf-8";
@font-face {
    font-family: 'FZZhengHeiS-DB-GB';
    src: url('../fonts/FZZZHONGJW--GB1-0.woff2') format('woff2'), url('../fonts/FZZZHONGJW--GB1-0.woff') format('woff'), url('../fonts/FZZZHONGJW--GB1-0.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

header {
    width: 100%;
    border-top: 5px solid #94070a;
    position: fixed;
    top: 0px;
    z-index: 10;
    transition: all 0.3s ease;
    /* overflow: hidden; */
}


/* .header {
    background-color: bisque;
} */

.logo {
    padding-top: 30px;
    font-size: 0px;
    float: left;
    width: 38%
}

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

.logo a:last-child {
    padding-left: 2%;
    width: 60% 
}

.ser {
    font-size: 0rem;
    text-align: right;
    padding-top: 15px;
}

.ser .en,
.ser .search {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding-left: 15px;
}

.ser .en {
    background: url(../images/link_en_bg.png) no-repeat;
}

.ser .search {
    background: url(../images/link_search_bg.png) no-repeat;
}

.nav {
    float: right;
    width: 60.6875%;
}

.nav ul {
    text-align: justify;
    padding-top: 11px;
}

.nav ul::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.nav li {
    display: inline-block;
    height: auto;
    position: relative;
}

.nav li::after {
    content: '';
    transition: all .2s ease;
}

.nav li a {
    display: inline-block;
    color: #fff;
    /* padding: 10px 20px; */
    padding: 10px 0px;
}

.nav li:hover::after {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0px;
    background-color: #94070a;
}

@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);
    }
}

.subNav {
    display: none;
    width: 200%;
    position: absolute;
    top: 41px;
    left: 0px;
}

.subNav dd {
    width: 100%;
}

.nav li:hover .subNav {
    display: block;
    -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;
}

.nav li:hover .subNav a {
    display: block;
    padding: 0px 15px;
    text-align: center;
    background-color: #94070a;
    line-height: 38px;
    color: #fff;
    /* z-index: 999; */
}

.currents {
    background-color: #94070a;
    transition: all .3s ease;
}

.currents .ser {
    display: none;
}

.currents .logo {
    padding-top: 0px;
}

.currents .logo a:first-child {
    width: 180px;
    padding-top: 5px;
}

.currents .logo a:last-child {
    padding-top: 20px;
}


/*手机端导航默认*/

.gp-menu {
    display: none;
}

.mobile_bg {
    width: 100%;
    height: 100%;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.gp-menu {
    width: 100%;
    z-index: 98;
    height: 100%;
    position: relative;
}

.gp-menu-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 996;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.2);
}

.gp-menu-link {
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
}

.gp-menu-link a {
    color: #fff;
}

.gp-menu-header-icon {
    color: #c7000a;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    margin-right: 10px;
    cursor: pointer;
}

.gp-menu-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 2px) / 3);
    width: 27px;
    height: 3px;
    background-color: #c7000a;
}

.gp-menu-header-icon-out span {
    width: 27px;
    height: 4px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
}

.gp-menu-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.gp-menu-header-icon-click span {
    background-color: #fff;
    top: calc((100% - 2px) / 2.1);
}

.gp-menu-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.gp-menu-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.gp-menu-nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    padding-top: 40px;
    background: #068166;
    background: -webkit-linear-gradient(left, #94070a, #94070a);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #94070a, #94070a);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #94070a, #94070a);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #94070a, #94070a);
    display: none;
}


/*导航*/

.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

.gp-menu-nav>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-menu-nav>ul>li>a {
    display: inline-block;
    padding: 14px 0 14px 25px;
    font-size: 1.6rem;
}

.gp-menu-nav>ul>li>ul {
    background: rgba(0, 0, 0, 0.1);
    padding: 0 25px
}

.gp-menu-nav>ul>li>ul a {
    display: inline-block;
    padding: 10px 0;
}

.gp-menu-arrow {
    cursor: pointer;
    width: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2rem;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
    transform: rotate(90deg);
}

.gp-menu-nav li ul {
    display: none;
}


/*导航内标签效果*/

.gp-menu-nav a {
    color: #fff;
}

.open .gp-menu-link {
    display: none;
}

.open .gp-menu-header {
    background: none;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* .icon-search:before{ display: none;} */


/*1.默认展开的搜索*/

.gp-search {
    width: 220px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    border: 1px solid #ccc;
}

.gp-ser {
    width: 100%;
    height: 28px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 28px;
    line-height: 28px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #a4a4a4;
    width: 82%;
    left: 0;
    padding-left: 2%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    cursor: pointer;
    color: #666;
}


/*4.搜索按钮全屏展开*/

#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: #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;
}

@media screen and (max-width:998px) {
    .gp-search4 .gp-ser {
        width: 80%;
    }
    .gp-search4 input,
    .gp-search4 button {
        box-sizing: border-box;
    }
    .gp-search4 input.notxt {
        width: 100%;
        padding-right: 90px;
    }
    .gp-search4 .notxt1 {
        width: 85px;
    }
}


/*
下拉横排效果
*/

.bg-black span {
    background: #c7000a;
}

.gp-menu-nav.gp-menu-dropdown2 {
    background: #F5F5F5;
}

.gp-menu-nav.gp-menu-dropdown2>ul {
    position: relative;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li {
    border-bottom: none;
    position: static;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a {
    padding: 0;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    z-index: 900;
    color: #333;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
    content: "\e73a";
    font-size: 1.4rem;
    margin-left: 5px;
    transition: all 0.3s;
    display: inline-block;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
    content: '';
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    left: 50%;
    bottom: -100%;
    margin-left: -5px;
    opacity: 0.2;
    transition: all 0.3s;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
    bottom: 0;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    right: 5px;
    padding: 8px 0;
    text-align: center;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
    color: #666
}

.gp-menu-nav.gp-menu-dropdown2>ul li {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
    transform: rotate(180deg);
}


/*
侧滑左侧
*/

.gp-menu-nav.gp-menu-offcanvas1 {
    position: fixed;
    display: block;
    transform: translate(-150%, 0);
    transition: all 1s ease-in-out;
    width: 85%;
    right: auto;
    left: 0
}

.open .gp-menu-offcanvas1 {
    transform: translate(0, 0);
    position: absolute;
}


/*
侧滑右侧
*/

.gp-menu-nav.gp-menu-offcanvas2 {
    position: fixed;
    display: block;
    transform: translate(150%, 0);
    transition: all 1s ease-in-out;
    width: 85%;
}

.open .gp-menu-offcanvas2 {
    transform: translate(0, 0);
    position: absolute;
}


/* footer */

footer {
    width: 100%;
    background: url(../images/footer_yun.png) no-repeat;
    background-color: #302a29;
    background-position: right bottom;
    color: #fff;
    padding-top: 55px;
    overflow: hidden;
}

footer a {
    color: #fff;
}

.ftTop>div {
    float: left;
}

.ftTop .left {
    width: 35%;
    padding-left: 100px;
    padding-top: 14px;
}

.ftTop .center {
    width: 20.88%;
}

.ftTop dl {
    font-size: 0px;
}

.ftTop dt {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.ftTop dd {
    font-size: 1.4rem;
    display: inline-block;
    width: 65%;
    height: 14px;
    margin-bottom: 23px;
}

.ftTop .right {
    margin-top: 32px;
    padding-left: 156px;
}

.ftTop .right p {
    margin-bottom: 23px;
}

.ftBot {
    text-align: center;
    margin-top: 63px;
    padding-bottom: 30px;
}


/* 置顶 */

.gp-goTop {
    background: url(../images/goTop_icon.png) no-repeat;
}


/* 自适应 */

@media screen and (max-width:1600px) {
    .ftTop .center {
        width: 22%;
    }
}

@media screen and (max-width:1400px) {
    .ftTop .left {
        padding-left: 80px;
    }
    .ftTop .center {
        width: 30%;
        padding-left: 20px;
    }
    .ftTop .right {
        padding-left: 50px;
    }
}

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

@media screen and (max-width:1100px) {
    .ftTop .left {
        padding-left: 30px;
    }
}

@media screen and (max-width:996px) {
    header {
        position: relative;
    }
    .logo a {
        width: 30%;
    }
    .logo a:last-child {
        /*! width: auto; */
    }
    .gp-menu {
        display: block;
    }
    .topRight {
        display: none;
    }
    .head {
        background-color: #94070a;
    }
    .logo {
        padding: 10px 0px 20px;
        width: 80%;
    }
    .logo a:last-child {
        /*! padding-top: 18px; */
    }
    .gp-menu-header {
        background: none;
        margin-top: 30px;
    }
    .gp-avg-sm-3>li {
        width: 100%;
        padding-left: 2em;
    }
    footer {
        padding-top: 30px;
    }
    .ftTop .left,
    .ftTop .right {
        width: 100%;
        text-align: center;
        padding: 0px;
    }
    .ftTop .center {
        width: 50%;
        text-align: left;
        padding-left: 50%;
        margin-left: -170px;
        margin-top: 30px;
    }
    .ftTop .right {
        margin-top: 30px;
    }
    .ftBot {
        margin-top: 15px;
    }
    /* 
    .ftTop>div {
        float: none;
    }

    .ftTop .left,
    .ftTop .center,
    .ftTop .right {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .ftTop .center {
        width: 50%;
        text-align: left;
        margin-left: 30%;
    }

    .ftTop .right {
        margin-top: 20px;
    }

    .ftBot {
        margin-top: 0px;
    }
    */
}

@media screen and (max-width:788px) {
    .ftTop .center {
        width: 70%;
    }
}

@media screen and (max-width:540px) {
    .ftTop .center {
        width: 90%;
    }
    .ftBot a {
        display: inline-block;
    }
    .logo a {
        width: 40%;
    }
    .logo a:last-child {
        /*! padding-top: 13px; */
        width: 50%;
    }
    .gp-menu-header {
        margin-top: 20px;
    }
}

@media screen and (max-width:414px) {
    .ftTop .left {
        width: 80%;
        margin: 0 auto !important;
        padding-left: 30px
    }
    .ftTop .center {
        width: 100%;
    }
    .ftTop dt {
        padding-left: 15%;
    }
    .ftTop dd {
        width: 100%;
        padding-left: 20%;
        box-sizing: border-box;
    }
    .gp-menu-header {
        margin-top: 10px;
    }
}

@media screen and (max-width:320px) {
    .ftBot span {
        padding: 0px 20px;
    }
    .footer .ftBot a:hover {
        color: #fff !important;
    }
    .ftBot a {
        display: block;
        margin-bottom: 10px;
    }
    .ftBot span {
        display: none;
    }
    .ftBot {
        margin-top: 0px;
    }
    .gp-menu-header {
        margin-top: 5px;
    }
}