img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.site-top-box {
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.site-top {
    display: flex;
    flex-direction: row;
}

.site-top-right {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.site-top-right span {
    color: #1937A0;
    padding: 0 10px;
}

.site-top-link {
    color: #1937A0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.site-top-link img{
    width: 20px;
    margin-right: 8px;
}

.site-top-link:hover {
    text-decoration: underline;
}


.site-header {
    background-color: #0058FF;
    background-image: url('../images/sitetop_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .site-header {
        position: sticky;
        top: 0;
        z-index: 2;
    }
}
.site-header .layui-input:focus{
    /* border-color: #1937A0 !important; */
    border: none;
}
.site-header-brand {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.site-header-logo {
    height: 55px;
    margin-bottom: 0;
}
.site-header-tel{
    text-align: right;
}
.site-header-tel-label{
    font-size: 16px;
    color: #666666;
}
.site-header-tel-tel{
    font-weight: bold;
    font-size: 26px;
    color: #1167CD;
    line-height: 37px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* background: linear-gradient(180deg, #1C8E42 0%, #195DA7 100%); */
}
.site-header-tel-tel img{
    width: 33px;
    margin-right: 8px;
}

@media (max-width: 767.98px) {
    .site-header-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .site-header-logo {
        height: 35px;
    }
}

.site-nav {
    background: #1937A0;
    position: sticky;
    top: 0;
    z-index: 2;
}
.site-header-brand{
    position: relative;
}
.site-mobile-nav-btn{
    position: absolute;
    right: 0;
    background-color: #1937A0;
    border-radius: 2px;
    color: #FFFFFF;
    width: 55px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.site-nav-bg {
    background: #1937A0;
}
.site-nav .layui-nav .layui-this{
    background-color: #001E86;

}
.site-nav .layui-nav .layui-this:after, 
.site-nav .layui-nav-bar{
    display: none;
}

.site-nav .layui-nav .layui-nav-item:hover{
    background-color: rgba(0, 30, 134, 1);
}
.site-nav .layui-nav .layui-nav-item a{
font-size: 16px;
}

.site-footer {
    background-color: #1937A0;
}

.ylink {
    height: 68px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px dashed #CCCCCC;
    color: #FFFFFF;
}
.ylink label{
    font-size: 14px;
}
.ylink-list{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ylink a{
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.ylink a::before{
    content: '';
    display: inline-block;
    background-color: #FFFFFF;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    margin-right: 10px;
}



.site-footer-body {
    padding-top: 40px;
    color: #878C9F;
    padding-bottom: 30px;
    font-size: 16px;
}

.site-footer-body .qr-list {
    margin-top: 16px;
    margin-bottom: 12px;
}

.site-footer-body .qr-item {
    display: inline-block;
    margin-right: 30px;
}
.site-footer-body .phone{
    font-size: 16px;
    color: #878C9F;
}
.site-footer-body .qr-list-desc {
    font-size: 16px;
    color: #878C9F;
}

.site-footer-body .phone-btn {
    margin-top: 16px;
    background-color: #395FEE !important;
    width: 210px;
}

.footer-title-box {
    padding-bottom: 12px;
    border-bottom: 1px solid #878C9F;
    max-width: 160px;
    margin-bottom: 28px;
}

@media (max-width: 767.98px) {}

.footer-title-box h2 {
    font-size: 18px;
}

.footer-logo {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
}
.footer-banquan{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 2;
}

.site-end {
    background-color: #001E86;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 767.98px) {

}

.site-end p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.8;
}

.site-end p a {
    color: #878C9F;
    font-size: 16px;
}

.site-end p a:hover {
    text-decoration: underline;
}



.navbar-brand {
    padding: 29px 15px;
    height: auto;
}

nav.navbar.bootsnav {
    border: none;
    /* margin-bottom: 150px; */
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav {
    float: left;
}

nav.navbar.bootsnav ul.nav>li {
    position: relative;
}

nav.navbar.bootsnav ul.nav>li>a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
}

.nav>li:after {
    content: "";
    width: 0;
    height: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.nav>li:hover:after {
    width: 100%;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;
    border: none;
}

nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
    content: "\f105";
    transform: rotate(90deg);
}

.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}

@media only screen and (max-width:990px) {

    nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav>li.dropdown.on>a.dropdown-toggle:after {
        content: " ";
    }

    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav ul.nav>li:hover {
        background: transparent;
    }

    nav.navbar.bootsnav ul.nav>li>a {
        margin: 0;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        /* background: #0058FF; */
        left: 0;
        /* display: block !important; */
    }

    nav.navbar.bootsnav ul.nav>li>a {
        color: #333333;
    }
}


.page-left-nav {}


.page-left-nav .nav {
    display: flex;
    flex-direction: row;
}

@media (max-width: 992px) {
    .page-left-nav .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: 20px;
    }
}

.page-left-nav .nav .nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 133px;
    height: 57px;
    background-color: #F8F8F8;
    font-size: 14px;
    color: #333333;
    position: relative;
    padding-left: 12px;
    border-right: 2px solid #EEEEEE;
    transition: 0.5;
    flex-shrink: 0;
    margin-right: 0;
    padding-right: 0;
}

.page-left-nav .nav .nav-item::before {
    margin-right: 18px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: linear-gradient(to right, #B9D0FF, #395FEE);
    opacity: 0.2;
    transition: 0.5;
}

.page-left-nav .nav .nav-item:hover,
.page-left-nav .nav .nav-item.active {
    color: #0058FF;
    background-color: #FFFFFF;
    border-right: 2px solid #0058FF;
}

.page-left-nav .nav .nav-item:hover::before,
.page-left-nav .nav .nav-item.active::before {
    opacity: 1;
}

@media (max-width: 992px) {
    .page-left-nav .nav .nav-item {
        width: auto;
        height: 30px;
        font-size: 12px;
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 10px;
    }

    .page-left-nav .nav .nav-item::before {
        margin-right: 10px;
    }
}
.phone-qr{
width: 100px;
border:4px soild #FFFFFF;
padding:4px;
}