.Goddess-Peak {
    width: 100%;
}


/* 导航 */

nav {
    z-index: 900;
}

nav::after {
    width: 100%;
    height: 240px;
    left: 0;
    top: 0;
    background: url(../image/nav-bg.png) no-repeat center top;
}

.nav {
    z-index: 10;
    height: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav .container {
    max-width: 1830px;
}

.top-1 {}

.top-tq {
    background: url(../image/toptq-1.png) no-repeat left center;
    padding-left: 50px;
    margin-right: 30px;
}

.top-tq p {
    color: #FFFFFF;
    line-height: 24px;
}

.top-yy {
    margin-right: 30px;
}

.top-yy p {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
}

.top-yy p:first-child a {
    transform: translateY(25%);
    margin-right: 2px;
}

.top-yy p:nth-child(2) {
    margin-top: 18px;
}

.top-sou {
    width: 30px;
    margin-right: 30px;
}

.top-sou input {
    height: 30px;
    border: none;
    background: none;
}

.top-sou .txt {
    display: none;
    right: 30px;
    border-radius: 50px 0 0 50px;
    padding: 4px 10px;
    background: linear-gradient(135deg, #08BFC6, #153877);
    color: #FFFFFF;
    font-size: 14px;
    box-shadow: -5px 0 10px rgba(255, 255, 255, 0.2);
}

.top-sou .sub {
    width: 30px;
    border-radius: 0 50px 50px 0;
    background: url(../image/topsou-1.png) no-repeat center center;
}

.top-sou:hover .sub {
    background-color: #14427D;
    transition: all 0.5s;
    box-shadow: 5px 0 10px rgba(255, 255, 255, 0.2);
}

.top-sou:hover .txt {
    display: block;
    animation: fadeIn 0.5s;
}

.top-1 {
    display: flex;
    justify-content: space-between;
}

.top-ul {
    width: 100%;
    margin: 0 20px;
    max-width: calc(100% - 700px);
}

.top-ul>li {
    height: 100%;
    position: relative;
}

.top-ul>li::before {
    display: none;
    width: 140%;
    top: 40px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(135deg, #08BFC6, #153877);
    /* opacity: 0.5!important; */
    color: #FFFFFF;
    left: -20%;
}

.top-ul>li:hover::before {
    display: block;
    animation: fadeInDown 0.5s;
}

.top-ul>li>a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 120px;
    position: relative;
    z-index: 10;
}


/* 菜单 */

.wrap {
    position: fixed;
    z-index: 950;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: url(../image/ban-3.png) no-repeat center center;
}

.wrap-rig {
    float: right;
    width: 70%;
    height: 100%;
    top: 100%;
    position: relative;
    padding: 8% 4%;
    min-width: 927px;
    background-color: #1981ff;
    background: rgba(19, 103, 198, 0.85);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.wrap .menu {
    position: absolute;
    right: 10%;
    top: 40px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.wrap .menu:hover {
    transform: rotate(180deg);
}

.wrap .menu span {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 3px;
    /* background-color: #fff; */
    border-radius: 2px;
    vertical-align: middle;
    margin-top: 24px;
}

.wrap .menu span::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 3px;
    left: 0;
    border-radius: 2px;
    transform: rotate(45deg);
    top: 0;
    background: #fff;
}

.wrap .menu span::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 3px;
    left: 0;
    border-radius: 2px;
    transform: rotate(-45deg);
    bottom: 0;
    background: #fff;
}

.wrap.on .wrap-lef,
.wrap.on .wrap-rig {
    top: 0;
}

.menu_list {
    height: auto;
    overflow: hidden;
}

.menu_list .nli {
    display: inline-block;
    float: left;
    margin: 0 2%;
}

.menu_list .nli>a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.menu_list .nli .sub {
    margin-top: 15%;
}

.menu_list .nli .sub li {
    line-height: 42px;
}

.menu_list .nli .sub li a {
    font-size: 15px;
    color: #b5d7ef;
    position: relative;
}

.menu_list .nli .sub li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 1px;
    background: #fff;
    left: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.menu_list .nli .sub li a:hover {
    color: #fff;
}

.menu_list .nli .sub li a:hover::after {
    width: 100%;
}

.menu_bottom {
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 8%;
    width: 100%;
    left: 0;
    padding: 0 5%;
}

.search {
    width: 230px;
    height: 37px;
    background: transparent;
    border: 1px solid #80a4c6;
    float: left;
    margin-top: 1.4%;
    margin-left: 3%;
}

.search .search_text {
    width: 72%;
    height: 35px;
    margin-left: 5%;
    border: 0;
    background: transparent;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    float: left;
    outline: 0;
}

.search .search_btn {
    width: 18%;
    height: 35px;
    background: url(../image/search.png) no-repeat center;
    border: 0;
    float: right;
    cursor: pointer;
}

.tel {
    float: left;
    margin-left: 34%;
    font-size: 14px;
    padding-left: 52px;
    background: url(../image/telicon.png) no-repeat left center;
    font-weight: normal;
    color: #fff;
}

.tel b {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width:927px) {
    .wrap-lef {
        display: none;
    }
    .wrap-rig {
        min-width: 100%;
        padding: 65px 5px 10px 10px;
    }
    .wrap .menu {
        right: 10px;
        top: 10px;
    }
    .menu_list .nli {
        margin-bottom: 15px;
    }
    .menu_list .nli>a {
        font-size: 1.125rem;
    }
    .menu_list {
        height: 100%;
        padding-right: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        overflow-y: scroll;
    }
    .menu_bottom {
        display: none;
    }
    .menu_list .nli .sub li {
        line-height: 30px;
    }
    .menu_list .nli .sub li a {
        font-size: 14px;
    }
}

.fu {
    width: 88px;
    right: 1.5615%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 920;
}

.fu ul {
    width: 100%;
}

.fu li {
    position: relative;
    height: 72px;
    margin-bottom: 2px;
}

.fu li a {
    text-align: center;
    width: 100%;
    height: 100%;
}

.fu li>img {
    position: absolute;
    top: 0;
    right: 100%;
    display: none;
    max-width: 200%;
}

.fu li::before,
.fu li::after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.fu li::before {
    animation: bounceIn 0.5s;
}

.fu li::after {
    display: none;
    background: rgba(17, 120, 174, 0.5);
}

.fu li:nth-child(2)::after {
    background: rgba(255, 181, 75, 0.5);
}

.fu li:nth-child(3)::after {
    background: rgba(8, 191, 198, 0.5);
}

.fu li:nth-child(4)::after {
    background: rgba(112, 67, 129, 0.5);
}

.fu li:nth-child(5)::after {
    background: rgba(201, 67, 49, 0.5);
}

.fu li:hover>img {
    display: block;
    animation: fadeInUp 0.5s;
}

.fu li .img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fu li .img img {}

.fu li p {
    position: relative;
    z-index: 10;
    font-size: 14px;
    color: #FFFFFF;
}

.fu li:hover::before {
    display: none;
}

.fu li:hover::after {
    display: block;
    animation: rubberBand 0.5s;
}

.fu li:hover a img {
    animation: tada 0.8s;
}

.fu li:hover a p {
    animation: bounceIn 0.8s;
}


/* footer */

footer {
    width: 100%;
    min-height: 100px;
    background: #101010;
}

.fot-1 {
    height: 289px;
    background: #282828;
    padding-top: 30px;
    padding-bottom: 40px;
}

.fot-2 {
    height: 48px;
    background: #161616;
}

.fot-11 {
    width: 42.42%;
    padding-right: 3%;
    background: url(../image/fot-line.png) no-repeat right center;
}

.fot11-det {}

.fot11-det label {
    display: inline-block;
    padding-left: 40px;
    background: url(../image/fot-1.png) no-repeat left center;
    margin-bottom: 20px;
}

.fot11-det label span {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
}

.fot11-det label p {
    color: #FFFFFF;
    font-size: 32px;
    font-family: fantasy;
}

.fot11-det>p {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 2;
}

.lian {
    width: 220px;
    height: 40px;
    background: #3E3E3E;
    cursor: pointer;
    margin-top: 20px;
}

.lian::after {
    top: 18px;
    right: 18px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #C5C5C5;
    transition: all 0.3s;
}

.lian>span {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.6;
    padding-left: 20px;
    line-height: 40px;
}

.fot-sub {
    display: none;
    bottom: 100%;
    left: 0;
    background: #3E3E3E;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fot-sub a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fot-sub a:hover {
    font-weight: bold;
    font-size: 16px;
}

.lian:hover .fot-sub {
    display: block;
    animation: fadeIn 0.5s;
}

.lian:hover::after {
    transform: rotate(180deg) translateY(7px);
}

.fot-11>a {
    margin-top: 30px;
}

.fot-11 a p {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-top: 10px;
}

.fot-11 a img {
    width: 120px;
}

.fot-12 {
    width: 21.21%;
    min-height: 218px;
    background: url(../image/fot-line.png) no-repeat right center;
    padding: 0 10px;
}

.fot-12 img {
    margin-top: 50px;
    max-width: 100%;
}

.fot-13 {
    width: 36.37%;
    padding-left: 3%;
}

.fot13-1 {
    height: 88px;
}

.fot13-1::after {
    width: 75%;
    height: 1px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.fot13-1 p {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.3rem;
    line-height: 1.5;
}

.fot13-1 span {
    line-height: 2;
    font-size: 12px;
    color: #FFFFFF;
    opacity: 0.4;
    text-transform: uppercase;
}

.fot-13>p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 20px;
}

.fot-2 p {
    line-height: 48px;
}

.fot-2 p.fl a,
.fot-2 p.fr span {
    opacity: 0.6;
    font-size: 14px;
    color: #FFFFFF;
}

.fot-2 p.fl a {
    padding: 0 15px;
    position: relative;
}

.fot-2 p.fl a::before {
    width: 1px;
    height: 17px;
    top: 15.6px;
    left: 0;
    border-left: 1px solid #FFFFFF;
}

.fot-2 p.fl a:first-child {
    padding-left: 0;
    border: none;
}

.fot-2 p.fl a:first-child::before {
    display: none;
}

.fot-2 p.fl a:hover {
    opacity: 1;
}

.fot-2 p.fr span {
    margin: 0 5px;
}