@charset "utf-8";

/* CSS Document */


/*头部样式*/

.gp-header {
    width: 100%;
    border-top: #e60012 6px solid;
    position: absolute;
    top: 0;
    z-index: 99;
    -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;
}

.gp-header:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 131px;
    z-index: 1;
    background: -webkit-gradient(linear, 0 0, 0 0, from(rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    background: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(0, 0, 0, .5), endColorstr=rgba(0, 0, 0, 0));
}

.gp-header .gp-container {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
}

.logo {
    max-width: 454px;
    height: 0;
    top: -35px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}

.logobg {
    height: 140px;
    position: relative;
}

.logobg:before {
    content: "";
    display: block;
    width: 100%;
    height: 84px;
    background: url(/images/logobg.png) no-repeat center bottom;
    position: absolute;
    bottom: 0;
    background-size: contain;
}

.logo_01 {
    display: block;
    margin: 0 auto;
    padding: 0 16px;
    width: 423px;
    position: relative;
}

.logo_01:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 56px;
}

.logo_01:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 56px;
}

.gp-topNav {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.gp-topNav:before {
    content: "";
    display: block;
    width: 38.2%;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    position: absolute;
    left: 0;
    top: 53px;
}

.gp-topNav:after {
    content: "";
    display: block;
    width: 38.2%;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
    position: absolute;
    right: 0;
    top: 53px;
}

.gp-topNav a {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    opacity: 0.66;
    height: 30px;
    line-height: 30px;
}

.gp-topNav a:hover {
    opacity: 1;
}

.top-fl a:before,
.top-fr a:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: rgba(255, 255, 255, 0.66);
    position: absolute;
    left: 0;
    top: 9px;
}

.gp-topNav a:first-child:before,
.top-fr a:first-child:before {
    display: none;
}

.gp-topNav a:hover {}

.xx {
    display: inline-block;
    float: left;
    max-width: 243px;
    height: 30px;
    margin-right: 4vw;
}

.nav {
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.nav_lf {
    width: 36%;
    float: left;
    display: flex;
}

.nav_rt {
    width: 36%;
    float: right;
    display: flex;
}

.nav>ul {}

.nav>ul>li {
    position: relative;
    width: 100%;
    float: left;
}

.nav ul>li:before {
    content: '';
    background-color: #e60012;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    transition: all 0.2s ease-in-out;
}

.nav ul>li.on:before {
    width: 100%;
    height: 2px;
    left: 0;
}

.nav ul li>a {
    padding: 15px 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.66);
    display: block;
    transition: all 0.3s ease;
}

.nav ul li.on>a,
.nav ul li:hover>a {}

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

.nav-wrapper>div {
    position: relative;
}

.headerFix-menu {
    position: absolute;
    right: -30px;
    top: 3px;
    cursor: pointer;
    display: none;
}

.headerFix-menu i {
    color: #fff;
    font-size: 30px;
}

.headerFix-close {
    float: right;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.headerFix-close i {
    color: #ccd2de;
    font-size: 24px;
}

.subNav {
    width: 100%;
    background: rgba(255, 255, 255, 0.86);
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 70px;
    display: none;
    z-index: 9;
}

.subNav dd {}

.subNav a {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: center;
}

.subNav a:hover {
    color: #181878;
}

.gp-header2 {
    background: #181878;
    height: 127px;
    position: fixed;
    transform: translateY(-120%);
    left: 0;
    transition: transform 0.6s ease-out;
    width: 100%;
    z-index: 9899;
}

.gp-header2.current {
    transform: none;
}

.gp-header2 .logo_01 {
    width: 322px;
    padding: 0 40px;
    background: #181878;
}

.gp-header2 .logobg:before {
    display: none;
}

.gp-header2 .gp-container {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
}

.gp-header2 .gp-topNav {
    margin-top: 15px;
}

.gp-header2 .gp-topNav:before,
.gp-header2 .gp-topNav:after {
    top: 45px;
}

.gp-header2 .nav {
    margin-top: 12px;
}

.gp-header2 .logo_01:before {
    left: 0;
    top: 48px;
}

.gp-header2 .logo_01:after {
    right: 0;
    top: 48px;
}

.gp-header2 .gp-topNav:before,
.gp-header2 .gp-topNav:after {
    width: 39.6%;
}

header {
    transition: transform 0.6s ease-out;
}

header.current {
    z-index: 99999;
    border-top: 0px;
    transform: translateY(-222px);
}

@-webkit-keyframes scaleX2 {
    0% {
        width: 280px;
    }
    100% {
        width: 100%;
    }
}

@keyframes scaleX2 {
    0% {
        width: 280px;
    }
    100% {
        width: 100%;
    }
}

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

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    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 header_in {
    from {
        opacity: 0;
        top: -300px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

@keyframes header_in {
    from {
        opacity: 0;
        top: -300px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}


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

.gp-search {}

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

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

.gp-search input.notxt {
    color: #cacaca;
    width: 79%;
    left: 0;
    padding-left: 2%;
    outline: none;
    height: 38px;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    cursor: pointer;
    background: url(/images/ser.png) no-repeat center;
}


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

#gp-serBtn4:before {
    display: none;
}

#gp-serBtn4 {
    position: relative;
    z-index: 9;
    width: 32px;
    height: 28px;
    background: url(/images/ser.png) no-repeat right center;
    padding-right: 20px;
    opacity: 1;
}

#gp-serBtn4:hover {
    border-top: none;
}

.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-height: 40px;
}

.gp-search4 .gp-ser {
    height: 40px;
    border: 1px solid #ccc;
}

.gp-search4 .notxt1 {
    background-color: #eb333f;
    color: #fff;
    outline: none;
}

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

.goTop {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 9999999;
    color: #fff;
    margin-left: -20px;
    transition: none;
    background-color: rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    line-height: 50px;
    text-align: center;
    display: block;
}

.goTop:hover {
    color: #fff;
    background-color: #0a9f7a;
}

.goTop i {
    font-size: 32px;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: auto;
    display: none;
    top: 30px;
    left: 0;
    z-index: 99991;
}

.mobile-search-btn {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

.mobile-search-btn i {
    color: #fff;
    font-size: 20px;
}

.mobile-inner-header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 50
}

.mobile-inner-header-icon {
    color: #ffffff;
    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;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 4px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon {
    color: #fff;
    height: 30px;
    float: right;
    width: 35px;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    line-height: 30px;
    font-size: 30px;
    /*! margin-top: 18px; */
}

.mobile-inner-header-icon-out i {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0
}

.mobile-inner-header-icon-click {}

.mobile-inner-header-icon-click i {
    display: none;
}

.mobile-inner-header-icon-out span {
    width: 25px;
    height: 4px;
    display: block;
    border-radius: 5px;
}

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

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

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

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

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

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

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

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

.mobile-inner-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
    }
}

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

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

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

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

.mobile-inner-nav {
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    width: 0;
    transition: left 0.3s ease-in-out;
    height: 0;
    background-color: rgba(30, 50, 130, 0.95);
    overflow: hidden;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: solid 1px #3f539e;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    color: #fff;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    padding: 0 20px;
}

.mobile-inner-nav li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
    position: relative;
}

.mobile-inner-nav li.on {
    background-color: #0073ff;
}

.mobile-inner-nav li.on a {
    color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
    background: url(/images/jia.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui-copy {
    background: url(/images/jian.png) no-repeat center;
}

.mobile-inner-nav li strong {
    color: #2c4780;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 1.4rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 50px;
}

.mobile-inner-nav a {
    -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;
}

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

.mobile_subNav {
    display: none;
    background: #0073ff;
}

.mobile-inner-nav dd a {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-size: 1.5rem;
}

.mobile-inner-nav dd a:hover {
    background-color: #0073ff;
}

.mobile_search input.notxt {
    background: none;
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    overflow: hidden;
    height: 37px;
    position: relative;
    border-bottom: #0073ff 4px solid;
    background: #fff;
}

.mobile_search input.notxt {
    width: 84%;
    color: #566c99;
    border: none;
    padding: 0 20px;
    height: 38px;
    box-sizing: border-box;
    font-size: 1.6rem;
    float: left;
    outline: none;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 10px;
    background: url(/images/ser.png) no-repeat center #0073ff;
    border: none;
    height: 37px;
    left: auto;
    /*! right: 0; */
    float: right;
}

.mobile-links {
    width: auto;
    margin: 0 20px 10px;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.6;
    font-size: 14px;
}

.mobile-links span {
    float: left;
    padding: 0 15px;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
    font-size: 14px;
}

.nav-open .mobile-inner-nav {
    width: 100%;
    display: block;
    position: fixed;
    right: 0px;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1);
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 130px 0 20px;
    transition: all 0.3s ease;
}

.mobile_topNav {
    width: 100%;
    height: auto;
    padding: 10px 0;
    overflow: hidden;
}

.mobile_topNav a {
    display: inline-block;
    width: auto;
    float: left;
    border: none;
    line-height: 35px;
}


/*footer*/

.wrap_footer {
    background: url(/publish/gdpzxy/images/footerbg.jpg) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.footer {
    padding: 70px 0;
}

.footer .gp-fl {
    width: 33%;
    overflow: hidden;
}

.footer .gp-fm {
    width: 22%;
    float: left;
    margin-left: 2%;
    overflow: hidden;
}

.footer .gp-fr {
    width: 38.3%;
    overflow: hidden;
}

.footer .title {
    margin-bottom: 15px;
}

.contact p {
    padding: 6px 0;
}

.codeList li {
    width: 50%;
}

.codeList .code {
    margin: 0 20px;
    text-align: center;
}

.codeList .codeText {
    text-align: center;
    color: #fff;
}

.linklist {
    margin: 0 -5px;
    overflow: hidden;
}

.linklist li {
    width: 50%;
}

.linklist li a {
    display: block;
    margin: 5px;
    overflow: hidden;
}

.linklist li a:hover {
    color: #fff;
    text-decoration: underline;
}

.copyRight {
    text-align: center;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
    padding: 24px 15px;
    overflow: hidden;
}

.copyRight span {
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
}

.copyRight span:first-child {
    background: url(/images/gongan.png) no-repeat left center;
    padding-left: 30px;
}

@media screen and (max-width:1780px) {
    .xx {
        margin-right: 1vw;
        max-width: 180px;
    }
    .logo {
        max-width: 420px;
    }
    .logo_01 {
        max-width: 388px;
    }
    .logobg {
        height: 129px;
    }
}

@media screen and (max-width:1600px) {
    .gp-container {
        width: 1200px;
    }
    .gp-header .gp-container {
        margin-left: 2vw;
        margin-right: 2vw;
    }
    .logo {
        max-width: 375px;
    }
    .logo_01 {
        max-width: 345px;
    }
    .logobg {
        height: 123px;
    }
    .gp-header2 .logo_01 {
        width: 290px;
        padding: 0 20px;
    }
}

@media screen and (max-width:1400px) {
    .gp-header .gp-container {
        margin-left: 1vw;
        margin-right: 1vw;
    }
    .xx {
        max-width: 140px;
    }
    .logo {
        max-width: 340px;
    }
    .logo_01 {
        max-width: 310px;
    }
    .logobg {
        height: 115px;
    }
}

@media screen and (max-width:1300px) {
    .gp-container {
        width: auto;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}

@media screen and (max-width:1200px) {
    .gp-header2 {
        display: none;
    }
    .gp-header {
        position: static;
        background: #1e3282;
        padding: 20px 0;
        -webkit-animation-name: none;
    }
    .gp-header:before {
        display: none;
    }
    header.current {
        transform: none;
        border-top: #e60012 6px solid;
    }
    .gp-topNav,
    .nav,
    .logobg:before,
    .logo_01:before,
    .logo_01:after {
        display: none;
    }
    .mobile {
        display: block;
    }
    .logo {
        height: auto;
        top: auto;
    }
    .logobg {
        height: auto;
    }
    .footer {
        padding: 30px 0;
    }
    .footer .gp-fl {
        width: 100%;
        float: none;
    }
    .footer .gp-fr {
        width: 100%;
        float: none;
    }
    .footer .gp-fm {
        width: 250px;
        margin: 20px auto;
        float: none;
    }
    .contact p {
        display: inline-block;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .gp-container {
        width: auto;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .gp-f30 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    .logo {
        width: auto;
    }
    .logo_01 {
        width: 323px;
    }
}

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

@media screen and (max-width: 766px) {
    .logo_01 {
        width: 280px;
    }
    .gp-f24 {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

@media screen and (max-width: 640px) {
    .linklist li {
        width: 50%;
    }
    .logo_01 {
        width: 230px;
    }
    .gp-title-lh28 {
        height: auto;
        max-height: 56px;
    }
    .gp-f36 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
