@charset "utf-8";
header{
    animation: 0.8s ease .3s 1 normal backwards running fadeInDown;
    background: #2A3D86;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
a:hover .img p{
    transform: scale(1.05);
}
.linkTop a{
    display: block;
    position: relative;
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: 0em;
    color: #ffffff;
    float: right;
    opacity: 0.75;
}
.linkTop a:hover{
    opacity:1;
}
/* 导航logo--1 */
.top{
    padding: 0.25rem 0;
    background: url("https://www.pacificfinancials.com/img/topBg.png") no-repeat;
    background-position: 67.5% 55%;
}
.logo a{
    display: block;
    width: auto;
    height: auto;
}
.logo a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 0.95rem;
}
/* 导航 */
.nav {
    width: 100%;
    height: auto;
    border-top: 1px solid #5D73A7;
}
.nav ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.nav ul>li{
    position: relative;
    width: auto;
}
.nav ul>li>a{
    display: block;
    font-family: PingFang SC;
    font-weight:600;
    font-size: 0.24rem;
    line-height: 0.8rem;
    letter-spacing: 0em;
    color: #ffffff;
    white-space: nowrap;
    padding: 0 0.25rem !important;
    text-align: center;
}
.nav ul>li ol{
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 99;
    top: 100%;
    background: #ffffff;
    box-sizing: border-box;
}
.nav ul>li:hover ol {
    display: block;
    animation: flipInY .8s;
    -ms-animation: flipInY .8s;
}
.nav ul>li ol li a{
    display: block;
    width: 100%;
    font-size: 0.2rem;
    color: #2a3d86;
    text-align: center;
    line-height: 0.3rem;
    padding: 0.15rem 0.05rem;
    box-sizing: border-box;
}
.nav ul>li ol li a:hover{
    background: #2a3d86;
    color: #ffffff;
}
.nav ul>li>a:hover{
    color: #d7ba82;
}
.nav ul>li>a.hover{
    color: #DFA269;
    font-weight: bold;
}
.header_m{
    display: none;
}
/* 搜索 */
.search>div{
    width: 2.5rem;
    height: 0.38rem;
    overflow: hidden;
    box-sizing: border-box;
    background: #ffffff;
}
.search .text {
    float: left;
    display: block;
    width: calc(100% - 0.48rem);
    outline: none;
    line-height: 0.38rem;
    height: 0.38rem;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    margin: 0;
    background: transparent;
    color: #333333;
    box-sizing: border-box;
    border: none;
}
.search .submit {
    width: 0.48rem;
    height: 0.38rem;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url("https://www.pacificfinancials.com/img/search.png") no-repeat center;
}

/* 底部 */
footer{
    padding: 0.65rem 0;
    background: url("https://www.pacificfinancials.com/img/footerbg.png") no-repeat bottom center;
    background-size: cover;
}
footer .footerLogo img{
    display: block;
    width: auto;
    height: auto;
    max-height: 1.52rem;
}
footer .footerLogo .bq{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-top: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.lxfs p{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #ffffff;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.lxfs h2,.yqlj h2{
    font-size:0.32rem;
    line-height:0.48rem;
    color:#ffffff;
    margin-bottom:5px;
    font-family: Source Han Sans CN;
    font-weight: 700;
}
.yqlj a{
    display:block;
    width:2.98rem;
    line-height: 0.38rem;
    border:1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.16rem;
    color:#ffffff;
    padding: 0 0.25rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    background: url("https://www.pacificfinancials.com/img/yqljIcon.png") no-repeat right 0.2rem center;
    font-family: Source Han Sans CN;
    font-weight: 500;
}
.yqlj a:hover {color:rgba(223, 162, 105, 1);}
/* 媒体查询 */
@media only screen and (max-width: 1560px){
    .w1440{
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
        max-width: none;
    }
}
@media only screen and (max-width: 1040px){
    .linkTop,header{
        display: none;
    }
    .header_m{
        display: block;
    }
    .logo{
        margin-left: 0;
    }
    .m_Top{
        display: flex;
        padding: 15px 0.3rem;
        justify-content: space-between;
        align-items: center;
    }
    .m_Top .logo a img{
        display: block;
        width: auto;
        height: 64px;
    }
    .menu1 {
        width: 36px;
        height: auto;
        display: block;
        overflow: hidden;
        z-index: 999999999;
        cursor: pointer;
    }

    .menu1 span {
        float: left;
        width: 100%;
        background: #ffffff;
        transition: all 0.4s ease;
        margin-top: 10px;
        height: 2px;
    }

    .menu1 span:first-child {
        margin-top: 0;
    }

    .menu1.open span:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .menu1.open span:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    .menu1.open span:nth-child(3) {
        opacity: 0;
    }
    body.navshow {
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        margin: 0;
    }
    .header_m {
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        z-index: 9999;
        box-sizing: border-box;
        background: #2A3D86;
        box-shadow: 0 0 10px 2px rgba(0,0,0,0.08);
    }
    .m_nav {
        width: 100vw;
        height: calc(100% - 94px);
        position: fixed;
        top: 94px;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        display: block;
        overflow: auto;
        box-sizing: border-box;
    }

    .m_nav.active {
        visibility: visible;
        opacity: 1;
        z-index: 99999999;
    }

    .m_nav ul{
        position: absolute;
        transition: right 0.3s ease;
        right: 0;
        top: 47px;
        left: auto;
        width: 420px;
        height: calc(100% - 47px);
        z-index: 99999;
        background: #fff;
        margin: 0;
        overflow: auto;
    }
    .m_nav ul li {
        height: auto;
        width: 100%;
        position: relative;
        border-bottom: 1px solid #ccc;
        float: none;
        text-align: left;
        padding: 0;
        line-height: 54px;
    }
    .m_nav ul>li>a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        width: 80%;
        text-indent: 20px;
        position: relative;
        display: block;
        line-height: 54px;
    }
    .m_nav ul>li>a:hover {
        color: #006151;
    }
    .m_nav ul li i {
        position: absolute;
        right: 0;
        width: 15%;
        height: 54px;
        top: 0;
        background: url("https://www.pacificfinancials.com/img/jia1.png") no-repeat center center;
        margin: auto;
        z-index: 10;
        cursor: pointer;
        transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        -webkit-transition: all .2s ease;
    }
    .m_nav ul li i.on {
        background: url("https://www.pacificfinancials.com/img/jian2.png") no-repeat center center;
    }
    .m_nav ul li ol {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: none;
        display: none;
        transition: all 0s;
    }
    .m_nav ul li ol>li {
        text-align: left;
        border: 0;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        text-indent: 40px;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        transition: all .5s;
    }

    .m_nav ul li ol>li a {
        color: #333333;
        display: block;
    }

    .m_nav ul li ol>li:hover a {
        text-indent: 50px;
        color: #006151;
    }
    .m_nav .search3{
        position: absolute;
        top: 0;
        right: 0;
        width: 420px;
        border-top: 1px solid #ccc;
    }
    .m_nav .search3 div.search3_sub{
        background: #ffffff;
        width: 100%;
        height: 46px;
        overflow: hidden;
        box-sizing: border-box;
        border-bottom: 1px solid #cccccc;
    }
    .m_nav .search3 .text {
        float: left;
        width: calc(100% - 50px);
        height: 46px;
        border: none;
        outline: none;
        line-height: 46px;
        padding-left: 20px;
        font-size: 15px;
        margin: 0;
        background: transparent;
        color: #000000;
        box-sizing: border-box;
        border-right: 1px solid #ccc;
    }
    .m_nav .search3 .text::-webkit-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-moz-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .text::-ms-input-placeholder{
        color:#969696;
    }
    .m_nav .search3 .submit {
        width: 50px;
        height: 46px;
        float: right;
        background: #fff url("https://www.pacificfinancials.com/img/search.png") no-repeat center;
        border: none;
        box-sizing: content-box;
        position:relative;
    }
    .m_nav .search3 .submit::before{
        display:block;
        content:"";
        width:1px;
        height:20px;
        position:absolute;
        left: 1px;
        top:3px;
        background: #000000;
    }
    .lxfs,.footerLogo,.yqlj{
        width: 100%;
    }

.lxfs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.lxfs p {
    margin-right: 10px;
}

.footerLogo img {
    margin: 0 auto;
}

footer .footerLogo .bq {
    margin-top: 10px;
}

footer .footerLogo {
    margin: 20px 0;
}
    .yqlj{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.yqlj a {
    margin-top: 10px;
}
    .lxfs h2, .yqlj h2{
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 880px){

}
@media only screen and (max-width: 768px){
    .m_Top{
        padding: 20px;
    }
    .m_Top .logo a img{
        height: 46px;
    }
    .w1440{
        padding: 0 20px;
    }
    .m_nav{
        height: calc(100% - 86px);
        top: 86px;
    }
}
@media only screen and (max-width: 560px){
    .m_Top{
        padding: 16px 10px;
    }
    .m_nav ul,.m_nav .search3{
        width: 100%;
    }
    .m_Top .logo a img{
        height: 32px;
    }
    .m_nav{
        height: calc(100% - 64px);
        top: 64px;
    }
    .w1440{
        padding: 0 12px;
    }
    .menu1{
        width: 30px;
    }
    .menu1 span{
        margin-top: 8px;
    }
    footer{
        padding: 35px 0;
    }
    .lxfs h2, .yqlj h2{
        font-size: 18px;
    }
    .lxfs p{
        font-size: 14px;
        line-height: 30px;
    }
    .yqlj a{
        width: 49%;
        margin-right: 2%;
        padding: 0 5px;
        font-size: 14px;
        line-height: 36px;
        background: none;
    }
    .yqlj a:nth-of-type(2n){
        margin-right: 0;
    }
    footer .footerLogo img{
        max-height: 88px;
    }
    footer .footerLogo .bq{
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
}