@charset "utf-8";
@font-face {
    font-family: "SourceHanSerifCN";
    /* Project id 1527704 */
    src: url('../fonts2022/SourceHanSerifCN-Regular-Alphabetic.woff2') format('woff2'),
        url('../fonts2022/SourceHanSerifCN-Regular-Alphabetic.woff') format('woff'),
        url('../fonts2022/SourceHanSerifCN-Regular-Alphabetic.ttf') format('truetype');
}
@font-face {
    font-family: "zihun96hao";
    /* Project id 1527704 */
    src: url('../fonts2022/zihun96hao-huxiaoshoushu.woff2') format('woff2'),
        url('../fonts2022/zihun96hao-huxiaoshoushu.woff') format('woff'),
        url('../fonts2022/zihun96hao-huxiaoshoushu.ttf') format('truetype');
}
.open .gp-menu-offcanvas2 {
    padding-top: 40px;
}

.gp-menu-nav,
.gp-menu-header-icon-out>span {
    background: #94070a;
}

.gp-ser {
    height: 40px;
    border: none;
}

.gp-search {
    margin-top: 1.5%;
    width: 17.3%;
    height: 43px;
    /* float: right; */
    background: rgba(0, 0, 0, .1);
    line-height: 43px;
    border: 1px solid rgba(255, 255, 255, .1);

    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
}

.gp-search2 {
    background: rgba(0, 0, 0, .2);
    margin-left: 18px;
    float: left;
    border-radius: 40px;
}

.gp-search input.notxt {
    color: rgba(255, 255, 255, .5);
    width: 71%;
    /* left: 0; */
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 26px;
    box-sizing: border-box;
}


.gp-search .notxt1 {
    position: absolute;
    width: 17px;
    height: 16px !important;
    right: 15px;
    height: 30px;
    /* background: url('../images/serBtn.png') no-repeat; */
    background-size: 100% 100%;
    top: 15px;
    color: #fff;
    overflow: visible;
    padding-left: 11px;
}

.gp-search2 .notxt1 {
    /* background: url('../images/en1.png') no-repeat; */
}

.en4 {
    display: inline-block;
    margin: 24px 10px 10px 40px;
}

.nav::before {
    /* content: ''; */
    display: block;
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .45);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
}

.nav ul li:hover .subNav {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    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 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);
    }
}

/*4.Ã¦ÂÅ“Ã§Â´Â¢Ã¦Å’â€°Ã©â€™Â®Ã¥â€¦Â¨Ã¥Â±ÂÃ¥Â±â€¢Ã¥Â¼â‚¬*/
#gp-serBtn4 {
    position: relative;
    z-index: 801;
}

.gp-search4 {
    height: 0;
    border: none;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 30%;
    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; */
}

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



.nav li>a {
    line-height: 36px;
    color: #333;
    /* font-size: 18px; */
    position: relative;
    /* padding: 10px 0px; */
    padding: 0 25px;
    padding-bottom: 20px;
    /* border-left: 1px solid rgba(255, 255, 255, .1); */
    display: block;
    /* font-family: "pf"; */
    box-sizing: border-box;
    position: relative;
}

.nav li>a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #efd587;
    position: absolute;
    left: 0;
   bottom:7px;
    transition: all 0.2s ease-out 0s;
}

.nav li.on>a::before {

   width:100%
}

.nav li:last-child>a {
    border-right: 1px solid rgba(255, 255, 255, .1);
}


.nav li.on>a::before {
    /* width: 48px; */
}

.nav li.on .subNav {
    display: block;
}
.nav{
    width：65%
;
    width: 72%;
}
.nav ul {
    text-align: justify;
    overflow: hidden;
    justify-content: space-around;
    overflow: visible;
    /* display: flex; */
    font-size: 0;
    box-sizing: border-box;
    /* height: 40px; */
    padding-top: 15px;
    /* width: 100%; */
}

.nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav li {
    /* width: calc(100% / 8); */
    position: relative;
    display: inline-block;
    z-index: 50;
}

.subNav {
    background: rgba(255, 255, 255, .7);
    left: calc(50% - 61px);
    width: 122px;
    top: 56px;
    z-index: 0;
    /* padding: 20px 0; */
    box-sizing: border-box;
}

.subNav dd {
    /* padding: 0px 7px; */
    /* border-bottom: 1px solid rgba(153, 153, 153, .11); */
}

.subNav dd:hover {
    background: #94070a
}

.subNav dd:hover a {
    color: #fff;
}

.gp-menu-nav {
    background: rgba(148, 7, 10, .9);
}





header.currents {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 10;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-animation-name: header_in;
    animation-name: header_in;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    z-index: 9999 !important;
}

header {
    z-index: 21;
    /* width: 100%; */
}

/* header */
.header {
    background: url(../images2022/headerbg.png) no-repeat left;
    background-size: cover;
    padding: 24px 0;
    overflow: hidden;
    box-sizing: border-box;
}



.logo1 {

    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.logo2 {

    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.netUl {
    margin: 0 -12px;
    overflow: hidden;
    margin-left: 8%;
    margin-right: 1.7%;
    display: inline-block;
    vertical-align: middle;
}

.netUl li {
    float: left;
}

.netUl a {
    padding: 0 24px;
    box-sizing: border-box;
    display: block;
    /* margin: 0 12px; */
    border-right: 1px solid rgba(255, 255, 255, .1);
}

/* header */
.headerTop {
    background: #94070a;
    padding: 0 3%;
}

.headerlUl {
    display: inline-block;
    overflow: hidden;
    margin: 0 -8px;
}

.headerlUl li {
    float: left;
}

.headerlUl a {
    display: block;
    margin: 0 8px;
    padding-right: 16px;
    line-height: 36px;
    box-sizing: border-box;
    position: relative;
}

.headerlUl a::before {
    content: '';
    display: block;
    width: 2px;
    height: 14px;
    background: #fff;
    top: calc(50% - 7px);
    right: 0;
    position: absolute;
}

.headerlUl li:last-child a::before {
    display: none;
}

body {
    background: url(../images2022/nav.png) no-repeat top;
    background-size: cover;
    font-family: 'Noto Serif SC';
}

.headerBottom {
    padding: 20px 3%;
    box-sizing: border-box;
}

.logo1, .logo2 {
    display: inline-block;
    vertical-align: bottom;
}



.logo1 {
    width: 10.66%;
    height: 55px;
    overflow: hidden;
    margin-right: 0.8%;
}

.logo2 {
    width: 13.85%;
    height: 43px;
    overflow: hidden;
    /* margin-right: 5%; */
}

/* footer */
footer {
    padding: 66px 10.63%;
    box-sizing: border-box;
    background: url(../images2022/footerbg.png) no-repeat top;
    background-size: 100% 100%;
    margin: 0 3%;
    overflow: hidden;
    position: relative;
}

.footerUl {
    display: inline-block;
}

.footerUl li {
    line-height: 34px;
}

.footermiddle {
    /* display: inline-block; */
    /* margin: 0 auto; */
    position: absolute;
    left: 50%;
    margin-left: -228px;
}

.flogo1 {
    width: 194px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom;
}

.flogo2 {
    width: 252px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.select {
    width: 100%;
    padding: 0 50px;
    line-height: 30px;
    margin-top: 42px;
    border-radius: 32px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .15);
}

.select>a {
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
}

.select a {
    display: block;
}

.select>a::before {
    content: '';
    display: block;
    width: 15px;
    height: 9px;
    background: url(../images2022/fy.png) no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 4.5px);
}

.select>a.on::before {
    background: url(../images2022/fy.png) no-repeat;
    transform: rotate(-180deg);
}

.selectUl {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    display: none;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    box-sizing: border-box;
}

.selectUl li a {
    display: block;

}

.gf {
    width: 105px;
    height: 105px;
    text-align: center;
}

.ewm {
    margin-bottom: 10px;
}

.trex {
    line-height: 36px;
}

@media screen and (min-width: 996px) {
    .effect0 {
        opacity: 0;
        transition: all 0.8s ease-out;
    }

    .effect0.isView {
        opacity: 1;
        -webkit-animation-name: effect0;
        animation-name: effect0;
    }

    @-webkit-keyframes effect0 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes effect0 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .effect1, .effect11, .effect11 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(70px);
    }

    .effect1.isView, .effect11.isView, .effect11.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect1;
        animation-name: effect1;
    }

    @-webkit-keyframes effect1 {
        from {
            opacity: 0;
            transform: translateY(70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect1 {
        from {
            opacity: 0;
            transform: translateY(70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect2, .effect21, .effect21 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(50px);
    }

    .effect2.isView, .effect21.isView, .effect21.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect2;
        animation-name: effect2;
    }

    @-webkit-keyframes effect2 {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect2 {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect3, .effect31, .effect31 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(-70px);
    }

    .effect3.isView, .effect31.isView, .effect31.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect3;
        animation-name: effect3;
    }

    @-webkit-keyframes effect3 {
        from {
            opacity: 0;
            transform: translateY(-70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect3 {
        from {
            opacity: 0;
            transform: translateY(-70px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect4, .effect41, .effect41 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(-50px);
    }

    .effect4.isView, .effect41.isView, .effect41.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect4;
        animation-name: effect4;
    }

    @-webkit-keyframes effect4 {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes effect4 {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: none;
        }
    }

    .effect {
        transition: transform 1s, opacity 1s ease-in-out;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
    }
}

@media screen and (max-width:1820px) {
    .nav li>a {
        /* margin: 0 15px; */
        padding: 0 10px;
        padding-bottom: 20px;
    }
}


@media screen and (max-width:1600px) {
    .gp-container {
        width: 1400px !important
    }

    .logo1, .logo2 {
        height: auto;
    }
}

@media screen and (max-width:1571px) {
    .logo2 {
        margin-right: 1.3%;
    }

    .nav ul {
        padding-top: 5px;
    }
}

@media screen and (max-width: 1485px) {
    .nav li>a {
        /* margin: 0 5px; */
        padding: 0 8px;
        padding-bottom: 20px;
    }
}


@media screen and (max-width:1460px) {
    .gp-container {
        width: 1200px !important;
    }

    .flogo1 {
        width: 120px;
    }

    .flogo2 {
        width: 180px;
    }

    .footermiddle {

        margin-left: -135px;
    }

}


@media screen and (max-width:1301px) {
    .gp-container {
        width: 1100px !important;
    }
 .nav li>a {
        /* margin: 0 5px; */
        padding: 0 5px;
        padding-bottom: 20px;
    }
}

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


}

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

    .nav li>a {
        /* margin: 0px 2px; */
        font-size: 15px;
        padding: 0;
        padding-bottom: 20px;
    }

    .nav ul {
        padding-top: 0px;
    }

    footer {
        padding: 66px 4.63%;
    }

    .flogo1 {
        width: 100px;
    }

    .flogo2 {
        width: 160px;
    }

    .footermiddle {
        margin-left: -89px;
    }
}

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



@media screen and (max-width:997px) {
    .gp-menu-nav {
        display: block !important;
        /* padding-bottom: 140px; */
    }

    .gp-menu-header {
        top: 32px;
        right: 15px;
    }

    .gp-container {
        width: auto !important;
        margin: 0 30px;
    }

    .nav {
        display: none;
    }

    .logo1 {
        width: 194px;
    }

    .logo2 {
        width: 252px;
    }

    .headerlUl {
        display: none;
    }

    .headerlUl2 {
        display:
            block;
        padding: 0px 25px;
        box-sizing: border-box;
    }

    .headerlUl2 a {
        font-size: 1.6rem
    }
}

@media screen and (max-width:767px) {
    .gp-container {
        width: auto !important;
        margin: 0 15px;
    }
    .mode2 .gp-container{
        padding-left: 0 !important;
    }
    .footerUl {
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    .gf {
        float: none;
    }

    .footermiddle {
        position: static;
        margin: 0;
    }

    .select {
        margin: 20px 0;
    }

    footer {
        background: #94070a;
    }
}

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

    .gp-menu-header-icon {
        transform: scale(0.6);
        /* top: -16px; */
    }

    .gp-menu-header {
        display: block;
        top: 23px;
        right: 0;
    }

    .logo1 {
        width: 28.66%;
    }

    .logo2 {
        width: 45.85%;
    }

}

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



}

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

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



    .gp-menu-header-icon {
        transform: scale(0.6);
        top: -8px;
    }


}