@media all and (min-width: 1430px) {
    .layui-container {
        width: 1430px;
    }
}

@media all and (min-width: 0px) and (max-width: 1430px) {
    .font-size-16 {
        font-size: 14px;
    }

    .padding-20 {
        padding: 10px;
    }

    .padding-30 {
        padding: 15px;
    }

    .padding-40 {
        padding: 20px;
    }

    .margin-top-10 {
        margin-top: 5px;
    }

    .margin-top-15 {
        margin-top: 7.5px;
    }

    .margin-top-20 {
        margin-top: 10px;
    }

    .margin-top-30 {
        margin-top: 15px;
    }

    .margin-top-40 {
        margin-top: 20px;
    }

    .margin-top-50 {
        margin-top: 25px;
    }

    .margin-top-60 {
        margin-top: 30px;
    }

    .margin-top-70 {
        margin-top: 35px;
    }

    .margin-top-80 {
        margin-top: 40px;
    }

    .margin-top-90 {
        margin-top: 45px;
    }

    .margin-top-100 {
        margin-top: 50px;
    }

    .margin-left-10 {
        margin-left: 5px;
    }

    .margin-left-20 {
        margin-left: 10px;
    }

    .margin-right-20 {
        margin-right: 10px;
    }

    .margin-bottom-10 {
        margin-bottom: 5px;
    }

    .margin-bottom-15 {
        margin-bottom: 7.5px;
    }

    .margin-bottom-20 {
        margin-bottom: 10px;
    }

    .margin-bottom-30 {
        margin-bottom: 15px;
    }

    .margin-bottom-40 {
        margin-bottom: 20px;
    }

    .margin-bottom-50 {
        margin-bottom: 25px;
    }

    .margin-bottom-60 {
        margin-bottom: 30px;
    }

    .margin-bottom-70 {
        margin-bottom: 35px;
    }

    .margin-bottom-80 {
        margin-bottom: 40px;
    }

    .margin-bottom-90 {
        margin-bottom: 45px;
    }


    .margin-bottom-100 {
        margin-bottom: 50px;
    }

    .padding-top-10 {
        padding-top: 5px;
    }

    .padding-top-20 {
        padding-top: 10px;
    }

    .padding-top-30 {
        padding-top: 15px;
    }

    .padding-bottom-30 {
        padding-bottom: 15px;
    }

    .padding-top-40 {
        padding-top: 20px;
    }

    .padding-top-50 {
        padding-top: 25px;
    }

    .padding-top-60 {
        padding-top: 30px;
    }

    .padding-top-70 {
        padding-top: 35px;
    }

    .padding-top-80 {
        padding-top: 40px;
    }

    .padding-bottom-70 {
        padding-bottom: 35px;
    }

    .padding-bottom-80 {
        padding-bottom: 40px;
    }

    .padding-bottom-90 {
        padding-bottom: 45px;
    }

    .padding-top-90 {
        padding-top: 45px;
    }

    .padding-top-100 {
        padding-top: 50px;
    }

    .padding-top-120 {
        padding-top: 60px;
    }

    .padding-top-190 {
        padding-top: 50px;
    }

    .padding-bottom-0 {
        padding-bottom: 0px;
    }

    .padding-bottom-10 {
        padding-bottom: 5px;
    }

    .padding-bottom-20 {
        padding-bottom: 10px;
    }

    .padding-bottom-40 {
        padding-bottom: 20px;
    }

    .padding-bottom-50 {
        padding-bottom: 25px;
    }

    .padding-bottom-60 {
        padding-bottom: 30px;
    }

    .padding-bottom-100 {
        padding-bottom: 50px;
    }

    .padding-bottom-120 {
        padding-bottom: 60px;
    }

    .padding-bottom-190 {
        padding-bottom: 50px;
    }

    .padding-left-40 {
        padding-left: 20px;
    }

    .header {
        display: none;
    }

    .mheader {

        width: 100%;
        padding: 10px;
        display: block;
        background-color: #91663c;
        height: 60px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
    }

    .mheader img {
        height: 100%;
    }

    .mheader h3,
    .mheader h3 a {
        display: block;
        height: 100%;
    }

    .mheader .dh span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: white;
    }

    .mheader .dh span:not(:last-of-type) {
        margin-bottom: 5px;
    }

    .banner {
        margin-top: 0;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .mheader .cha {
        display: none;
    }

    .mheader .cha span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: white;
    }

    .mheader .cha span:not(:last-of-type) {
        margin-bottom: 5px;
    }

    .mheader .cha span:first-of-type {
        transform: rotate(45deg);
        position: relative;
        top: 2px;
    }

    .mheader .cha span:last-of-type {
        transform: rotate(-45deg);
        position: relative;
        top: -6px;
    }

    .mnav {
        position: fixed;
        z-index: 999;
        width: 100%;
        background: rgba(64, 107, 216, 0.9);
        padding: 10px;
    }

    .mnav ul li {
        height: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        line-height: 30px;
    }

    .mnav ul li a {
        display: flex;
        width: 100%;
        justify-content: center;
        color: white;
    }

    .mc_ph_hd {
        display: block;
        background: #fff;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .mc_ph_hd.scroll {
        background: #fff;
        position: fixed;

    }

    .page_detail {
        padding: 10px;
    }

    .detail-box {
        padding: 0px;
    }

    .col-title {
        font-size: 18px;
        line-height: 1.5em;
    }

    .sub-title {
        font-size: 16px;
        line-height: 25px;
    }

    .pager li {
        width: 100%;
        margin-bottom: 10px;
    }

    #up-banner {
        height: 100px;
    }

    #up-banner h2 {
        font-size: 34px;
    }

    #up-banner h3 {
        font-size: 18px;
    }

    #up-banner .position {
        left: 15px;
        bottom: 100px;
    }

    .leftmenu li {
        height: 40px;
        line-height: 40px;
    }

    .leftmenu li a {
        padding: 0 10px;
    }

    .leftsubmenu li {
        margin: 5px;
    }

    .leftsubmenu li a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 10px;
    }

    .page_main {
        padding: 10px;
    }

    .detail_box {
        padding: 10px;
    }

    .detail_box img {
        width: 100%;
    }

    .textlist li a {
        padding: 15px;
    }

    .textlist li .text {
        margin-top: 30px;
    }

    .tuwenlist li a {
        flex-direction: column;
    }

    .tuwenlist li .pic {
        width: 100%;
    }

    .tuwenlist li .text {
        width: 100%;
        height: auto !important;
    }

    .tuwenlist li .text0 {
        padding: 15px;
    }

    .pchide {
        display: block;
    }

    .phhide {
        display: none;
    }

    .layui-layer.myclass {
        width: 93% !important;
    }

    .layui-col-space30 {
        margin: -5px;
    }

    .layui-col-space30>* {
        padding: 5px;
    }

    .column .cn {
        font-size: 24px;
    }

    .column .en {
        font-size: 16px;
    }

    .column .more {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .xwzx_infolist1 li a {
        padding: 15px;
    }

    .xwzx_infolist2 {
        padding: 0 15px;
    }

    .xwzx_infolist2 li {
        line-height: 60px;
    }

    .textbox {
        position: relative;
    }

    .cybj_hd {
        display: block;
        text-align: center;
        padding-bottom: 30px;
    }

    .cybj_hd li {
        margin: 0 10px 10px !important;
        display: inline-block;
    }

    .cybj_hd li a {
        width: auto;
        height: auto;
        border-radius: 30px;
        padding: 15px;
        min-width: 100px;
    }

    .cybj_hd li .name {
        font-size: 20px;
    }

    .cybj_hd li .iconfont {
        font-size: 30px;
    }

    /* .qzcp_bd .zycpa_list li .pic {
		margin-top: -30px;
		margin-right: 15px;
		margin-left: 15px;
		background-size: 100% auto;
		padding-bottom: 33px;
	}
	.qzcp_bd .zycpa_list li .pic img {
		width: 150px;
		height: 207px;
		box-shadow: 0px 9px 20px 5px rgba(0, 0, 0, 0.15);
	}
	.qzcp_bd .zycpa_list li .text {
		padding: 15px;
	} */

    .gyqz_slide {
        border: solid 2px #91663c;
        padding-bottom: 30px;
    }

    .gyqz_slide .text {
        position: relative;
        right: auto;
        top: auto;
        padding: 15px;
        text-align: center;
    }

    .gyqz_slide .swiper-pagination {
        right: auto;
        bottom: 10px;
        width: 100%;
        left: auto;
        z-index: 4;
    }

    .gyqz_slide .text .title {
        font-size: 26px;
    }

    .gyqz_slide .text .desc {
        font-size: 22px;
    }

    .yqlj {
        width: 100%;
        margin-top: 20px;
    }

    .yqlj>a {
        width: 100%;
    }

    .up_qzcplist li .pic img {
        width: 100%;
        height: auto;
    }

    .up_qzcplist li .text {
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .sub_cybj_nav li a {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
        font-size: 18px;
    }

    .sub_cyjj_box .sub_cyjj_pic {
        float: none;
    }

    .sub_cyjj_box .sub_cyjj_pic img {
        width: 100%;
        height: auto;
    }

    .sub_cyjj_box .sub_cyjj_text {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        padding: 15px;
    }

    .lxwmlist li .text,
    #fdbform {
        padding: 15px;
    }

    .up_gsjs_detail {
        padding-right: 0;
    }

    .gsjs_data li {
        width: 50%;
        margin-right: 0;
        margin-top: 15px;
    }

    .gsjs_data li .name {
        margin-top: 0;
    }

    .gsjs_data li .box {
        text-align: center;
    }

    .gsjs_data {
        margin-bottom: 20px;
    }

    .up_jyzc_text {
        padding-left: 0px;
    }

    .up_jyzc_title {
        font-size: 26px;
        line-height: 50px;
    }

    .up_gsjs_detail .mCSB_inside>.mCSB_container {
        margin-right: 20px;
    }



}

@media only screen and (max-width:1366px) {

    .his_text {
        padding: 0 20px;
    }

    .hisyear {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width:1280px) {

    .his_swiper {
        padding: 0 70px;
    }

    .his_data .but>div {
        width: 50px;
        height: 50px;
    }

    .history_cont {
        padding-bottom: 70px;
    }

    .hisyear li.on {
        font-size: 24px;
    }

}

@media only screen and (max-width:1024px) {

    .his_moth {
        margin-top: 20px;
    }

    .his_swiper {
        padding: 0 50px;
    }

    .his_data .but {
        width: 120px;
        margin: auto;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .his_data .but>div {
        width: 40px;
        height: 40px;
    }

    .his_p {
        height: 20em;
    }

    .up_qyry_hd {
        margin-right: 0px;
        text-align: center;
        height: auto;
        margin-bottom: 15px;
        border-bottom: none;
    }

    .up_qyry_hd li {
        margin: 0 2px;
        font-size: 18px;
        height: 30px;
        margin-bottom: 10px;
    }

    .up_qyry_bd ul {
        height: 400px;
    }

    .up_qyry_bd .mCSB_inside>.mCSB_container {
        margin-right: 15px;
    }

    .qxgs_detail {
        padding: 15px;
        background-size: 200px auto;
    }

    .qxgs_detailbox {
        background-size: 100% auto;
    }

    .shgylist1 li {
        padding: 0;
    }

    .shgylist1 li .pic {
        float: none;
        margin: 0;
    }

    .shgylist1 li .pic img {
        width: 100%;
        height: auto;
    }

    .shgylist1 li .text {
        padding: 15px;
    }

    .shgylist2 {
        margin: -12.5px;
        padding: 0;
        margin-top: 15px;
    }

    .shgylist2 li a {
        padding: 15px;
    }

    #fdbform2 .layui-input {
        height: 50px;
        line-height: 50px;
    }

    #fdbform2 .layui-textarea {
        height: 121px;
    }

    #fdbform2 .layui-btn {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

    .kjcxlist .item {
        width: 100%;
        padding: 0;
        text-align: left;
        background: url(../images/dot5.png) no-repeat left top;
        padding-left: 80px;
    }

    .kjcxlist .item:nth-child(2n) ul li::after {
        right: auto;
        left: 0;
    }

    .kjcxlist {
        background: url(../images/dot4.jpg) repeat-y 25px 0;
    }

    .up_mtbd_slide .text {
        padding: 15px;
    }
}

@media only screen and (max-width:767px) {


    .history_cont {
        padding-bottom: 40px;
    }

    .hisyear {
        margin-bottom: 0px;
        padding: 0 10px;
    }

    .his_swiper {
        padding: 0;
    }

    .his_data .but {
        display: none;
    }

    .his_p {
        height: auto;
    }

    .his_text {
        border: 0;
        padding: 0;
    }

    .his_data .swiper-wrapper {
        display: block;
    }

    .his_moth {
        margin-top: 0;
        position: absolute;
        top: 20px;
        left: 0;
    }

    .his_data li {
        padding: 20px 0;
        padding-top: 50px;
        border-bottom: 1px dashed #ccc;
        position: relative;
    }

    .his_data li:last-child {
        border-bottom: 0;
    }

    .up_rcfz_text {
        padding: 15px;
        font-size: 20px;
        line-height: 2em;
        height: 250px;
        overflow-y: scroll;
    }

    .rczp_tabhd a {
        margin: 0 15px;
    }

    .table_hd li {
        display: none;
    }

    .table_hd li:first-child {
        display: block;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 15px;
    }

    .rzcplist li .desc {
        padding: 15px;
    }

    .rzcplist li .text {
        flex-direction: column;
    }

    .rzcplist li .text span {
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 15px;
    }

    .rzcplist li .text span:first-child a {
        color: #91663c;
    }

    .myclass2.layui-layer-page {
        width: 95% !important;
    }

    .up_zxdt_list li .title {
        -webkit-line-clamp: 2;
        line-height: 1.5em;
    }

}

@media all and (max-width: 1600px) {
    .header .nav>ul>li {}

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

    .cybj_hd li:nth-child(1) {
        margin-top: 0;
    }

    .cybj_hd li:nth-child(2) {
        margin-top: 10px;
    }

    .cybj_hd li:nth-child(7) {
        margin-top: -160px;
    }
}

@media all and (max-width: 1400px) {
    .header .nav>ul>li {}

    .header .cont {}

    .reg_text .box {
        font-size: 24px;
    }
}

@media all and (max-width: 1200px) {
    .header .nav>ul>li {}

    .header .cont {}

    .lp_list .text {
        padding-left: 15px;
    }

    .lp_list .pic1,
    .lp_list .pic2,
    .lp_list .text {
        height: 150px;
    }

    .reg_text .box {
        padding: 15px;
        height: auto;
        font-size: 18px;
    }
}