@charset "utf-8"; @media (max-width: 1340px) {
    .index-tab .item .fw-prev {
        left: -20px;
    }

    .index-tab .item .fw-next {
        right: -20px;
    }
}

@media (max-width: 1080px) {
    .header {
        position: fixed;
        background: #2A49A3;
        padding-bottom: 0;
        height: 61px;
    }

    .header .top {
        padding: 10px 0;
    }

    .header .logo {
        width: calc(100% - 50px);
        max-width: 360px;
    }

    .header .search-box {
        display: none;
    }

    .index-ban {
        margin-top: 60px;
    }

    /* 小于992就缩导航 */
    .navbar {
        margin: 0;
        position: absolute;
        right: 3%;
        top: 0px;
        border-bottom: none;
        background: none;
        height: auto;
        z-index: 999;
        border-top: none;
    }

    .navbar .menuBtn {
        width: 30px;
        cursor: pointer;
        position: absolute;
        right: 3%;
        top: 30px;
        z-index: 9;
        padding-top: 4px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .navbar .menuBtn b {
        display: block;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 2px;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .navbar .menuBtn2 {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .navbar .container {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        display: block;
        background: #1B45AC;
        z-index: 99;
        width: 100%;
        height: 100%;
        padding: 30px 5%;
        left: 0;
        top: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar .navbar-nav {
        overflow: hidden;
    }

    .navbar .navbar-nav a {
        font-weight: normal !important;
        background: none !important;
    }

    .navbar .nav-child {
        width: 100%;
        display: none;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        top: 0 !important;
        left: 0 !important;
        padding: 10px 0 !important;
        margin: 0 0 -1px 0 !important;
        opacity: 1;
        visibility: visible;
    }

    .navbar .nav-child li {
        text-align: left;
        padding: 5px 0;
        border-bottom: none;
    }

    .navbar .nav-child li a {
        padding: 5px;
    }

    .navbar .nav-child li > dl {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        background: none;
        padding-left: 15px;
    }

    .navbar .nav-child li.hasChild.on > dl {
        display: block;
    }

    .navbar .nav-child:before {
        display: none;
    }

    .navbar .navbar-nav > li {
        width: 100% !important;
        display: block;
        position: relative;
        text-align: left !important;
        padding: 10px 20px !important;
        height: auto;
        border-bottom: 1px solid #ccc;
        background: none !important;
    }

    .navbar .navbar-nav > li a {
        text-align: left !important;
        line-height: 24px;
        color: #fff !important;
        padding: 0 !important;
    }

    .navbar .navbar-nav > li li {
        background: none !important;
    }

    .navbar .navbar-nav > li.hasChild > em {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9;
        width: 20px;
        height: 45px;
        line-height: 45px;
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar li.hasChild.on .nav-child {
        display: block !important;
        background: none;
        padding-left: 10px;
    }

    .navbar li.hasChild.on em {
        transform: rotate(45deg);
    }

    .navbar .search-box {
        margin-top: 20px;
        overflow: hidden;
        border: 1px solid #ccc;
        width: 100%;
    }

    body.side-right .navbar .container {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    body.side-right .navbar .menuBtn {
        display: none;
    }

    body.side-right .navbar .menuBtn2 {
        position: fixed;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        top: 30px;
    }

    body.side-right .navbar .menuBtn b {
        display: none;
        margin: 0;
        position: absolute;
        background: #fff;
        left: 0;
        top: 50%;
        width: 30px;
    }

    body.side-right .navbar .menuBtn b:first-child {
        display: block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    body.side-right .navbar .menuBtn b:last-child {
        display: block;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }

    body.side-right .navbar .menu-bott {
        display: block;
        overflow: hidden;
        padding-bottom: 20px;
    }

    body.side-right .navbar .menu-bott .search-box {
        display: block;
    }

    body.side-right .navbar .menu-bott input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
    }

    body.side-right .navbar .menu-bott input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: fff;
    }

    body.side-right .navbar .menu-bott input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: fff;
    }

    body.side-right .navbar .menu-bott input::-ms-input-placeholder {
        color: #fff;
    }

    /* 小于992就缩导航 */
    .row2 .left {
        float: none;
        width: 100%;
    }

    .row2 .right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .footer .contact {
        right: 110px;
    }

    .footer .cory {
        width: calc(100% - 380px);
    }

    .list-page {
        padding: 20px 0 40px;
    }

    .weizhi {
        margin-bottom: 0px;
    }

    .right-con {
        width: 100%;
        float: none;
    }

    .left-nav {
        width: 100%;
        float: none;
        padding: 20px 0;
        background: none;
    }

    .left-nav .column {
        display: none;
    }

    .left-nav .phone-column {
        display: block;
        line-height: 24px;
        text-align: left;
        padding: 10px 15px;
        background: #2A49A3;
        background-size: 100% 100%;
        position: relative;
    }

    .left-nav .phone-column h2 {
        font-size: 1.25rem;
        font-weight: bold;
        color: #feffff;
    }

    .left-nav .phone-column em {
        display: block;
        width: 40px;
        height: 100%;
        background: url(../images/phone-sidemenu.png) center no-repeat;
        background-size: auto 40%;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .left-nav .sideMenu {
        display: none;
        padding: 10px;
        background: #f1f2f1;
    }

    .left-nav .sideMenu li {
        margin-bottom: 10px;
    }

    .left-nav .sideMenu li > a {
        padding: 10px;
    }

    .left-nav .sideMenu li > a p {
        font-size: 1rem;
    }

    .left-nav .sideMenu dl {
        padding: 10px 0 10px 10px;
        margin: 0;
    }

    .left-nav .sideMenu dl dd a {
        font-size: 0.875rem;
    }

    .index-contact .box ul {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -5px;
    }

    .index-contact .box li {
        width: calc(33.3% - 10px);
        margin-bottom: 15px;
        margin: 0 5px 15px;
    }
}

@media (max-width: 992px) {
    .footer .cory {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .index-ksdh {
        position: relative;
    }

    .index-ksdh .container {
        width: 100%;
    }

    .index-ksdh li {
        width: 33.3%;
        padding: 5px;
    }

    .index-ksdh li a {
        background: #2A49A3;
        width: 100%;
        max-width: 100%;
    }

    .footer .footlogo {
        display: none;
    }

    .footer .cory {
        float: none;
        width: 100%;
        margin: 0;
        padding-left: 50px;
        background: url(../images/footer-logo.png) left center no-repeat;
        background-size: auto 40px;
    }

    .footer .contact {
        float: left;
        position: relative;
        right: auto;
        top: 0;
        margin-top: 40px;
    }

    .footer .ewm {
        margin-top: 10px;
    }

    .list-pic li {
        width: 50%;
    }

    .list-leader li {
        width: 33.3%;
    }

    .index-contact .box li {
        width: calc(50% - 10px);
    }
}

@media (max-width: 600px) {
    html {
        font-size: 14px;
    }

    .row1 {
        padding: 30px 0;
    }

    .index-tab .tabtit li {
        margin: 0;
    }

    .tabnews .newpic .pic {
        width: 100%;
        height: 56vw;
    }

    .tabnews .newpic .txt {
        width: 100%;
        padding: 10px;
    }

    .tabnews .newpic .news-pagination {
        bottom: auto;
        top: calc(56vw - 25px);
        margin-right: -40px;
    }

    .tabnews .newtxt li {
        float: none;
        width: 100%;
    }

    .list-text li a {
        padding: 15px 10px 15px 0;
        background: none;
        width: 100%;
    }

    .list-text li a .date {
        padding-right: 10px;
    }

    .list-text li a h2 {
        width: calc(100% - 90px);
    }

    .list-pic li {
        width: 100%;
    }

    .list-muti .col-tit {
        float: none;
    }

    .list-muti ul {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .list-muti ul li {
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .curr-col {
        float: none;
        overflow: hidden;
    }

    .curr-col h2 {
        padding-bottom: 10px;
    }

    .weizhi {
        float: none;
        margin: 10px 0 10px 0;
    }

    .list-leader li {
        width: 50%;
    }

    .index-contact .box li {
        width: 100%;
    }
}

