 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h2, h3 {
    margin: 0;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

.xypg-left-nav > li > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-banner {
    font-size: 0;
}

.page-banner img {
    width: 100%;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}






/**/

/*  */

/*  */





.container2{max-width:1400px;margin:auto;}
@media (min-width: 1450px) {
    .container {
        width: 1370px;
    }
}
/*  */

/*  */

.container {
    font-size: 14px;
    line-height: 24px;
}

/*  */

/**/

.page-position {
    padding: 20px 0;
    font-size: 14px;
    color: #2f2f2f;
    border-bottom: 1px solid #ddd;
}

.page-position a {
    color: #2f2f2f;
}

.page-position a:hover {
    color: #004e9d;
}

.page-wrap {
  
padding: 0 0 3% 0;
}
.neiser{/* margin-top:50px; */}
@media (min-width: 990px) {
    .page-wrap-left {
        float: left;
        width: 270px;
        margin-right: 4.16666667%;
    }
}

.xypg-left-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 30px 0;
}

.xypg-left-title {
    /* background: #004e9d; */
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.xypg-left-title span {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
}

.xypg-left-title span:before {
    content: "/";
    padding-right: 5px;
}

.xypg-left-con {
    /* border: 1px solid #d2d2d2; */
    border-top: none;
}

.page-wrap-right {
    overflow: hidden;
}

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #004e9d;
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/*   */
.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /*  body */

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
}

/*  */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    /* border-bottom: 1px solid #eeeeee; */
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #696969;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li:hover > a {
    color: #004e9d;
}

.xypg-left-nav > li:hover .first-nav-btn {
    color: #004e9d;
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}


.page-banner {
    position: relative;
}

@media (max-width: 992px) {
    .page-wrap-left {
        display: block;
    }
}

/*  */

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }
}

/*  */
/* #bs-collapse icon scale option */


/* #accordion rotate icon option */

/* fallback */
.sdffrt{display:none;}