@charset "utf-8";
.header {
    position: relative;
    z-index: 99;
}

.gp-logo {
    background: url(../images/header_bg.png) no-repeat center/cover #c52a30;
    padding: 26px 0 49px;
}

.gp-logo .gp-container {
    display: flex;
    align-items: center;flex-wrap: wrap;
}

.logo02 {
    font-weight: bold;
    color: #fff;
    margin-left: 26px;
    position: relative;
}

.logo02::before {
    content: '';
    display: block;
    width: 1px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.12);
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}

.logo02:hover {
    color: #fff;
}

.gp-search {
    width: 182px;
    text-align: right;
    position: relative;
}

.gp-search .notxt {
    width: 100%;
    height: 23px;
    line-height: 23px;
    box-sizing: border-box;
    background-color: #a52025;
    border-radius: 11.5px;
    color: #fff;
    padding: 0;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 16px;
    font-size: 12px;
}

.gp-search .notxt1 {
    outline: none;
    border: none;
    width: 15px;
    height: 15px;
    background: url(../images/search_icon.png) no-repeat center;
    transition: all 0.4s ease;
    position: absolute;
    top: 4px;
    right: 8px;
}


/* input标签，placeholder属性字体颜色 */

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-input-placeholder {
    color: #fff;
}

::-moz-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

input:-webkit-autofill {
    /* 修改input自动填充背景色 */
    box-shadow: 0 0 0px 1000px #ECECEC inset !important;
    /* 自动填充文字颜色 */
    -webkit-text-fill-color: #fff !important;
}

.navColor {
    background-color: #a52025;
}

.navColor .gp-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
}

.nav li {
    position: relative;
}

.nav li>a {
    line-height: 1.27778;
    display: block;
    padding: 15px 30px 13px;
    color: #fff;
}

.nav li.on>a,
.nav li.active>a {
    font-weight: bold;
    background-color: #fff;
    color: #a52025;
}

.subNav {
    width: 200%;
    text-align: center;
    position: absolute;
    top: 44px;
    left: 50%;
    background-color: #a52025;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    transform: translate3d(-50%, 0px, 0);
    opacity: 0;
    border-radius: 4px;
    overflow: hidden;
}

.subNav a {
    display: block;
    padding: 10px 0px;
}

li.on .subNav {
    opacity: 0.9;
}

li.on .subNav dd:hover {
    transition: all 0.35s ease;
    background-color: #ee1c25;
}

li.on .subNav dd:hover a {
    color: #fff;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 63px;
    display: none;
    top: 0;
    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: 63px;
    position: absolute;
    top: 0px;
    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: 31px;
    float: right;
    width: 35px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-right: 8px;
    text-align: center;
    line-height: 31px;
    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 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(165, 32, 37, 0.95);
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem;
    border-bottom: solid 1px #b84246;
    -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: #ae3f35;
}

.mobile-inner-nav li.on a {
    color: #fff;
}

.mobile-inner-nav li .icon-fanhui {
    background: url(../images/n-rt.png) no-repeat center;
}

.mobile-inner-nav li .icon-fanhui-copy {
    background: url(../images/n-dw.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: #ae3f35;
}

.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: #d15a4f;
}

.mobile_search input.notxt {
    background: none;
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 72px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    overflow: hidden;
    height: 37px;
    position: relative;
    border-bottom: #e8644f 2px solid;
}

.mobile_search input.notxt {
    width: 84%;
    color: #566c99;
    border: none;
    padding: 0 20px;
    height: 38px;
    box-sizing: border-box;
    font-size: 2.2rem;
    float: left;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 10px;
    background: url(../images/ser.png) no-repeat center;
    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;
    left: 0px;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transform: scale(1);
    height: auto;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 70px 0 30px;
    transition: all 0.3s ease;
}


/*footer*/

.wrap_footer {
    background: #a52025;
    padding: 28px 0;
    overflow: hidden;
}

.footer {
    position: relative;
}

.footer p {
    text-align: center;
}


/* 响应式样式 */

@media screen and (max-width:1600px) {}

@media screen and (max-width:1480px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1024px) {
    .gp-logo {
        padding: 25px 0;
    }
    .gp-logo .gp-container {
        display: block;
    }
    .mobile {
        display: block;
    }
    .navColor {
        display: none;
    }
		.logo01{padding-bottom: 8px;}
		.logo01 img{max-height: 70px;}
    .logo01,
    .logo02 {
        display: block;
        width: 90%;
    }
    .logo02 {
        font-size: 2.8rem;
        margin-left: 0px;
    }
    .logo02::before {
        display: none;
    }
    .gp-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width:997px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:680px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width:479px) {}

@media screen and (max-width:320px) {}