/* 手机端导航 */
.mobile-nav {
    display: none;
}

@media screen and (max-width: 1020px) {
    nav {
        display: none;
    }

    .mobile-nav .navs>li:hover {
        background-color: #c8161d;
    }

    .mobile-nav .sun-nav>li:hover {
        background-color: #fff;
    }

    .mobile-nav .sun-nav>li:hover a {
        color: #c8161d;
    }

    .mobile-nav .navs>li.select>a::after {
        content: '';
    }

    .navbar-toggle {
        display: block;
        position: absolute;
        width: .25rem;
        height: .25rem;
        padding: 0;
        border: none;
        border-radius: 0px;
        background-color: transparent;
        background-image: none;
        right: .2rem;
        top: .65rem;
        cursor: pointer;
        z-index: 999;
    }

    header .search .search-box {
        margin-right: .5rem;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: .04rem;
    }

    .navbar-toggle .icon-bar {
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #c8161d;
        width: 100%;
        height: .02rem;
        border-radius: 0;
        margin-top: .1rem;
        display: block;
    }

    .navbar-toggle.on {
        top: .2rem;
        right: .32rem;
    }

    .navbar-toggle.on .icon-bar {
        background: #fff;
    }

    .navbar-toggle.on .icon-bar.icon-bar1 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-bottom: -0.12rem;
    }

    .navbar-toggle.on .icon-bar.icon-bar2 {
        background: transparent;
    }

    .navbar-toggle.on .icon-bar.icon-bar3 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .mobile-nav {
        width: 100%;
        height: 0%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        background: #c8161d;
        transition: .1s;
    }

    .mobile-nav.on {
        height: 100%;
        margin-top: 0rem;
    }

    .mobile-nav>.container>ul {
        margin-top: .5rem;
    }

    .mobile-nav>.container>ul>li {
        line-height: .6rem;
        position: relative;
        width: 100%;
    }

    .mobile-nav>.container>ul>li>a {
        font-size: .22rem;
        color: #fff;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
        display: block;
    }

    .mobile-nav>.container>ul>li strong {
        color: #fff;
        position: absolute;
        right: .25rem;
        top: .1rem;
        font-size: .25rem;
        cursor: pointer;
        width: .4rem;
        height: .45rem;
        text-align: center;
        line-height: .4rem;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .mobile-nav .sun-nav {
        display: none;
    }

    .mobile-nav .sun-nav li {
        padding-left: .3rem
    }

    .mobile-nav .sun-nav li a {
        display: block;
        color: #fff;
        font-size: .16rem;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
    }

    .mobile-nav>.container>ul>li strong.on {
        transform: rotate(45deg);
    }
}

/* 手机端导航 */
@media screen and (max-width: 1220px) {

    .jy-detail .person-inf p.email::before,
    .jy-detail .person-inf p.tel::before,
    .jy-detail .person-inf p.off-add::before {
        height: .4rem;
    }

    .jy-detail .jy-detail-cont {
        padding: 0.2rem;
    }
}

@media screen and (max-width: 1020px) {
    .container {
        padding: 0 .2rem;
    }

    .right .col h3 {
        font-size: .24rem;
    }

    .right .col h2 {
        font-size: .01rem;
    }

    .arc-title h1 {
        padding: 0;
    }

    .img-list ul li .img-list-pic {
        height: .98rem
    }

    .jy-detail .person-inf {
        top: 0.3rem;
        width: 63%;
        padding-left: 0.3rem;
    }

    .jy-detail .person-inf p {
        width: 100%;
        line-height: .4rem;
    }

    .jy-detail .person-inf h2 {
        line-height: .4rem;
    }

    .right .toggle-tab-box .person-inf {
        width: 77%;
    }
}

@media (max-width: 995px) {
    .right .toggle-tab-box .person-inf {
        width: 100%;
    }

    .right .toggle-tab-box .person-photo {
        margin-right: 0;
        margin-left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (max-width: 920px) {
    .jy-detail .person-inf {
        width: 59%;
    }

    .jy-detail-head:before {
        width: 1.8rem;
    }
}

@media (max-width: 830px) {
    .container {
        padding: 0 .1rem;
    }

    header .search {
        padding-top: 0.1rem;
    }

    .cont1 .index-left {
        width: 100%;
        padding-right: 0;
    }

    .cont1 .index-right {
        width: 100%;
    }

    .cont2 .index-left {
        width: 100%;
        padding-right: 0;
    }

    .cont2 .index-right {
        width: 100%;
    }

    .cont1 .index-left .report .report-tab .report-tab-box p a,
    .cont-title p a,
    .cont2 .index-left .message .message-tab .message-tab-box p a {
        width: 1.1rem;
        height: 0.35rem
    }

    .cont1 .index-left .report .report-tab .report-tab-box p:hover a,
    .cont-title p:hover a,
    .cont2 .index-left .message .message-tab .message-tab-box p:hover a {
        width: 1.1rem;
        height: 0.35rem
    }

    .rczp ul li {
        float: left;
        width: 50%;
    }

    .rczp ul li a {
        width: 4.07rem;
    }

    main {
        padding-bottom: 20px;
    }

    header .logo {
        width: 100%;
        padding: 0.1rem 0;
        text-align: center;
    }

    header .search {
        width: 100%;
        padding: 0.1rem 0;
        text-align: center;
    }

    .navbar-toggle {
        top: 1.7rem;
        right: 2.4rem;
    }

    .left {
        width: 100%;
        float: left;
        padding: 0;
        margin-top: 10px;
    }

    .left aside {
        margin: 0;
        text-align: left;
        padding: 0.15rem;
    }

    .left aside ul li {
        padding: 0 0.28rem;
    }

    .left aside h2 {
        padding: 0 0.28rem;
    }

    .right {
        width: 100%;
    }

    .contact_us {
        padding-bottom: 4.6rem;
    }

    .contact_us img {
        right: auto;
        top: auto;
    }

    .introduce {
        margin-right: 0;
    }

    .introduce img {
        margin: 0.2rem 0 0.2rem 0.2rem;
    }

    .jy-detail .person-inf {
        top: 0.4rem;
    }

    .left aside ul li.act a::before {
        display: none;
    }

    .left aside ul li.act a::after {
        content: url(../images/act.png);
        display: inline-block;
        width: 0.42rem;
        height: 0.26rem;
        padding-right: 0.2rem;
        vertical-align: top;
        line-height: .75rem;
        transform: rotatey(180deg);
    }
}

@media (max-width: 677px) {
    .navbar-toggle {
        height: 0.27rem;
        right: 2.1rem;
    }

    .banner .swiper-slide .box {
        padding: 0.1rem 0;
    }
}

@media (max-width: 627px) {
    .navbar-toggle {
        right: 1.3rem;
    }
}

@media (max-width: 472px) {
    .navbar-toggle {
        right: 1.2rem;
        height: 0.3rem;
        top: 1.6rem;
    }

    .cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt .address::before {
        width: 0.2rem;
        height: 0.2rem;
        padding-right: 0.2rem;
        top: -2px;
    }

    .cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt .address,
    .cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt .address {
        padding-left: 0.25rem;
    }

    .cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt .person::before {
        padding-right: 0.1rem;
        height: 0.2rem;
    }

    .cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt .address::before {
        width: 0.2rem;
        height: 0.2rem;
    }

    .short-course ul li a .course-li-txt .person::before,
    .short-course ul li a .course-li-txt .address::before {
        width: 0.2rem;
        height: 0.2rem;
    }

    .rczp ul li {
        width: 100%;
    }

    .rczp ul li a {
        width: 100%;
    }

    .right .col h3 {
        font-size: .2rem;
    }

    footer p {
        line-height: .40rem;
    }

    footer p.hx::after {
        width: 0.5rem;
    }

    .leader .person-inf {
        width: 63%;
    }

    .txt-list ul {
        margin-right: 0;
    }

    .short-course {
        padding-right: 0;
    }
}

@media (max-width: 430px) {
.about-ewm{
       left: 10px;
}
    .navbar-toggle {
        right: 0.3rem;
        height: 0.3rem;
        top: 1.4rem;
    }

    footer .footer-logo,
    footer .footer-contact,
    footer .footer-link,
    footer .footer-about {
        width: 100%;
        margin-bottom: .2rem;
    }

    footer .footer-contact,
    footer .footer-link {
        padding-left: 0;
    }

    footer p {
        font-size: .22rem;
    }

    footer ul li,
    footer ul li a {
        font-size: .18rem;
    }

    .article {
        padding: .3rem 0;
    }

    .img-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1%;
    }

    .img-list ul li .img-list-pic {
        height: 2.2rem;
    }

    .jy-detail-head:before {
        width: 1.2rem;
    }

    .jy-detail .person-photo {
        margin: 0.2rem;
    }

    .jy-detail-head {
        height: auto;
    }

    .jy-detail .person-inf {
        padding-left: 0;
        top: 0.2rem;
        width: 51%;
    }

    .jy-detail .person-inf p {
        width: 100% !important;
    }

    .right .toggle-tab-box .person-inf h2 {
        text-align: center;
    }

    .right .toggle-tab-box .person-inf .person-inf-right {
        width: 100%;
        margin-left: 8%;
    }

    .right .toggle-tab-box .person-inf .person-inf-left {
        width: 100%;
        border-right: 0px dashed #dcdcdc;
    }

    .right .toggle-tab-box .person-photo {
        width: 3rem;
        height: 3.62rem;
    }

    .right .toggle-tab-box .person-inf p {
        line-height: .5rem;
    }

    .right .toggle-tab-box .person-inf p.email::before,
    .right .toggle-tab-box .person-inf p.tel::before,
    .right .toggle-tab-box .person-inf p.off-add::before {
        width: 0.4rem;
        height: 0.4rem;
    }

    .right .toggle-tab-box .person-inf .person-inf-right {
        width: 100%;
        margin-left: 10.5%;
    }

    .right .toggle-tab-box.xzry .person-inf p {
        width: 100%;
    }

    .right .toggle-tab-box.xzry .person-inf .person-inf-left p {
        width: 100%;
    }

    .right .toggle-tab-box.xzry .person-inf .person-inf-right p:first-child {
        width: 100%;
    }

    .right .toggle-tab-box.xzry .person-inf .person-inf-right p:first-child::after {
        background-color: rgba(255, 255, 255, 0);
    }

    .right .toggle-tab-box.xzry .person-inf .person-inf-right {
        padding-left: 10.5%;
    }
    footer ul li {
        line-height: .30rem;
    }
}

@media (max-width: 414px) {
    .right .col h3 {
        font-size: .18rem;
    }

    .navbar-toggle {
        top: 1.3rem;
    }
}

@media (max-width: 390px) {
    .navbar-toggle {
        top: 1.3rem;
    }

    .leader .person-inf {
        width: 60%;
    }
}