@charset "utf-8";

/* CSS Document */


/*头部样式*/

.gp-header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    /* 标准的语法 */
}

.gp-header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #9a0000;
}

.gp-header .gp-container {
    position: relative;
}

.topList {
    height: 35px;
    line-height: 35px;
    background: #9a0000;
}

.topNav {
    text-align: right;
}

.topNav span {
    display: block;
    margin-right: 163px;
}

.topNav a {
    padding: 0 14px;
    position: relative;
    transition: all 0.3s ease;
}

.topNav a:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #ca7d7d;
    position: absolute;
    right: 0;
    top: 3px;
}

.topNav a:hover {
    color: #eaa8a8;
}

.topNav a:last-child:before {
    display: none;
}

.logo {
    width: 40%;
    height: auto;
    position: relative;
    z-index: 99992;
    transition: all 0.3s ease;
    float: left;
    overflow: hidden;
    padding: 18px 0;
}

.logo_02 {
    display: none;
}

.gp-header.fixed .subNav {
    top: 50px;
}

.gp-header.fixed .logo {
    display: none;
}

.gp-header.fixed .topList {
    display: none;
}

.gp-header.fixed .nav {
    width: auto;
    float: none;
}

.gp-header.fixed .nav ul li>a {
    padding-top: 0px;
}

.nav {
    width: 60%;
    float: right;
}

.nav ul li {
    float: left;
    height: 50px;
    transition: all 0.3s ease;
    position: relative;
}

.nav ul>li {
    position: relative;
    width: 12%;
}

.nav ul li>a {
    padding: 0;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    font-size: 1.7rem;
    color: #fff;
    font-weight: bold;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 1.414px 1.414px 10px rgba(7, 0, 2, 0.5);
    padding-top: 18px;
}

.nav ul li.on>a,
.nav ul li:hover>a {
    background-color: rgba(0, 0, 0, 0.4);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    /* 标准的语法 */
}

.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 {
    min-width: 170px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 68px;
    display: none;
    z-index: 9;
}

.nav ul li.li02 .subNav {
    width: 370px;
    margin-left: -152px;
}

.nav ul li.li02 .subNav dl {
    width: 48%;
}

.nav ul li:last-child .subNav {
    left: auto;
    right: 0;
}

.subNav dd {
    display: block;
}

.subNav a {
    padding: 5px 15px;
    font-size: 14px;
    line-height: 24px;
    display: block;
    position: relative;
    color: #fff;
    background: url(../images/li.png) no-repeat left center;
    transition: all 0.3s ease;
}

.subNav a:hover {
    background: url(../images/li-hover.png) no-repeat left center;
    border-bottom: #fff 1px solid;
}

.third_nav {
    display: none;
    width: 170px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    position: absolute;
    right: -197px;
    top: 0;
}

.third_nav dl {
    width: 100% !important;
}

.gp-header.current .headerFix-menu {
    display: block;
}

.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 zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@-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;
}

.serBtn {
    cursor: pointer;
    display: block;
    height: 40px;
    position: relative;
    z-index: 99992;
    float: left;
    width: auto;
}

.serBtn i {
    display: inline-block;
    zoom: 1;
    width: 30px;
    background: url(../images/ser.png) no-repeat center;
    height: 40px;
}

.serBtn i:before {
    display: inline-block;
    vertical-align: middle;
}

.ser {
    width: 150px;
    height: 25px;
    position: absolute;
    overflow: hidden;
    display: block;
    top: 4px;
    right: 0;
    border-bottom: #b74b4b 1px solid;
}

.search input {
    position: absolute;
    height: 25px;
    line-height: 25px;
    color: #b15858;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #b15858;
    padding: 0 20px;
    width: 78%;
    right: 0;
}

.search input.notxt1 {
    position: absolute;
    width: 15%;
    height: 25px;
    left: 123px;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #bbbdc3;
    border: none;
    background: url(../images/ser.png) no-repeat center;
}

.mobile_search input.notxt {
    background: none;
    /*! text-align: center; */
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    transition: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: none;
}

.goTop:hover {
    color: #fff;
    background-color: #4b9ef7;
}

.goTop i {
    font-size: 32px;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 63px;
    display: none;
    top: 5px;
    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: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon {
    height: 26px;
    float: right;
    width: 26px;
    position: relative;
    cursor: pointer;
    text-align: right;
    margin-right: 20px;
    text-align: center;
    line-height: 26px;
    /*! font-size: 26px; */
    margin-top: 18px;
    background: url(../images/mobile-menu.png) no-repeat;
    display: none;
}

.mobile-inner-header-icon.mobile-inner-header-icon-click {
    background: #8c0000;
}

.mobile-inner-header-icon.mobile-inner-header-icon-click span {
    background: #fff;
}

.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: 2px;
    display: none;
    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: #8c0000;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    font-size: 1.8rem;
    border-bottom: solid 1px #a41a1a;
    -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 {
    position: relative;
}

.mobile-inner-nav li.on {
    background-color: #830000;
}

.mobile-inner-nav li.on a {
    color: #eccfcf;
    border-bottom: none;
}

.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: #830000;
    border-bottom: solid 1px #830000;
    overflow: hidden;
    padding-left: 18px;
    position: relative;
}

.mobile-inner-nav dd {}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: none;
    font-size: 14px;
}

.mobile-inner-nav dd a:hover {
    color: #fff;
}

.mobile_search {
    clear: both;
    position: absolute;
    height: 40px;
    overflow: hidden;
    left: 0;
    top: 105px;
    width: 100%;
    z-index: 99993;
    display: block;
}

.mobile_search .search {
    overflow: hidden;
    height: 37px;
    position: relative;
    border-bottom: #ae3333 2px solid;
}

.mobile_search input.notxt {
    width: 100%;
    color: #566c99;
    border: none;
    padding-right: 38px;
    height: 38px;
    box-sizing: border-box;
    font-size: 2.2rem;
}

.mobile_search input.notxt1 {
    width: 40px;
    right: 0;
    background: url(../images/ser.png) no-repeat center;
    border: none;
    height: 37px;
    left: auto;
    right: 15px;
}

.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: 85%;
    display: block;
    position: fixed;
    right: 0px;
    top: 0;
    opacity: 1;
    transform: scale(1);
    height: 85%;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
    padding: 140px 0 0;
    transition: all 0.3s ease;
}

.m-link {
    color: #fff;
}

.m-link a {
    font-size: 12px;
    display: inline-block;
    width: auto;
    border: none;
    padding: 0 5px;
}


/*footer*/

.wrap_footer {
    background: url(../images/footerbg.jpg) no-repeat center bottom;
    overflow: hidden;
    background-size: cover;
}

.footer {
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.footer .gp-fl {
    width: 26%;
    overflow: hidden;
}

.footer .gp-fr {
    width: 22%;
    overflow: hidden;
}

.friendLink h2 {
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    padding-bottom: 10px;
}

.list5 {
    margin: 6px -10px 0 -10px;
    overflow: hidden;
}

.list5 li {
    display: inline-block;
    margin: 6px 10px;
}

.list5 li a {
    position: relative;
    padding-left: 8px;
}

.list5 li a:hover {
    color: #fdc3c3;
}

.list5 li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #b95655;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.f-logo {
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 22px;
    margin-left: -45px;
}

.f-logo a {
    display: block;
}

.copyRight {}

.copyRight p {
    line-height: 24px;
    padding: 3px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: #bfa5a5;
    overflow: hidden;
}

@media screen and (min-width:1020px) {}

@media screen and (max-width:1386px) {}

@media screen and (max-width:996px) {
    .gp-header {
        background: #9a0000;
        position: static;
    }
    .logo {
        padding: 15px 0;
    }
    .nav,
    .topList,
    .ser {
        display: none;
    }
    .mobile,
    .mobile-inner-header-icon {
        display: block;
    }
    .f-logo {
        position: static;
        margin: 0 auto 20px auto;
    }
    .footer .gp-fl,
    .footer .gp-fr {
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        width: 45%;
    }
}

@media screen and (max-width:640px) {
    .logo {
        width: 60%;
    }
    .mobile-inner-header-icon {
        margin-top: 15px;
    }
    .footer .gp-fl {
        margin-bottom: 20px;
    }
    .footer .gp-fl,
    .footer .gp-fr {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:480px) {
    .logo {
        width: 80%;
    }
    .copyRight p {
        padding: 10px 0;
        line-height: 22px;
    }
    .copyRight p span {
        display: block;
    }
}