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

    .container {
        width: 100%;
        padding: 0 15px !important;
        box-sizing: border-box;
    }

    section {
        display: block !important;
    }

    body, #slide {
        min-width: auto;
    }

    .header {
        padding: 15px 0;
					height: 150px;
    }

    .header .flexbox {
        align-items: center;
    }

    .header .headerR {
        display: none;
    }

    .logo {
        height: 40px;
    }

    .open {
        display: block;
        min-width: 30px;
        margin-left: 15px;
    }

    .nav-bg {
        position: absolute;
        top: 70px;
        height: auto;
        z-index: 99;
        display: none;
        margin-top: 0;
        background: #007cc2;
    }

    .nav-list {
        flex-wrap: wrap;
    }

    .nav-list .nav-item {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }

    .footer {
        padding: 15px 0;
    }

    .footer .flink, .footer .txt .admin {
        display: none;
    }
    .footer .copyright{
					font-size: 12px;
					line-height: 1.5em;
    }
		 .ewm p { text-align: center; }

    .fun {
        margin: 0;
        padding: 10px 0 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fun li {
        flex-grow: initial;
        width: 48%;
        height: auto;
        margin: 15px 0 0;
    }

    .fun li:last-of-type {
        width: 100%;
    }

    .fun li a {
        padding: 10px;
        font-size: 16px;
    }

    .fun li i {
        width: 35px;
        height: 35px;
    }

    .fun li p span:nth-child(1) {
        font-size: 16px;
     	 	line-height: 1em;
					padding-top: 5px;
    }

    .consult .title > a, .mainHd > a {
        font-size: 20px;
    }

    .news, .statistics {
        width: 100%;
    }

    .news > .lf {
        float: none;
        width: 100%;
    }

    .news .slideBox .bd img {
        width: 100%;
        object-fit: cover;
    }

    .news .news-list {
        margin-left: 0;
    }

    .main1 {
        display: block;
    }

    .consult, .side {
        width: 100%;
    }

    .consult {
        padding-right: 0;
    }

    .side {
        padding: 5px 0 0;
    }

    .side .notice {
        margin-bottom: 5px;
    }

    .context .head, .context .bd {
        display: none;
    }

    .consult .title {
        height: auto;
    }

    .consult .title .rt {
        float: none;
        margin-top: 5px;
    }

    .title .search {
        display: flex;
        flex-grow: 1;
    }

    .title form {
        width: 100%;
    }

    .title input[type='text'] {
        width: 100%;
    }

    .news-list {
        height: auto !important;
        min-height: auto;
    }

    .main2 .mainBd ul {
        flex-wrap: wrap;
    }

    .main2 .mainBd ul li {
        width: 50%;
    }

    .main2 .mainBd ul li img{
        height: 25px;
    }

    .main3 {
        flex-wrap: wrap;
    }

    .main3_1, .main3_2, .main3_3 {
        width: 100%;
    }

    .main3_1, .main3_2 {
        border-bottom: 1px solid #e6e6e6;
    }

    .main3_1 .mainBd ul li {
        height: 100px;
    }

    .main3_1 .mainBd ul li h2 {
        font-size: 32px;
    }

    .main3_3 .mainBd ul li {
        margin-bottom: 7px;
    }

.bread {
		padding-top: 15px;
		margin-bottom: 5px;
}

.caption {
    margin: 20px 0 15px;
}
.caption h2, .caption h3 {
    font-size: 20px;
}
.content {
    padding-bottom: 15px;
}


		.remindCont{
        width: 90%;
        height: auto;
        margin: 0;
        padding: 30px 40px;
        box-sizing: border-box;
        transform: translate(-50%,-50%);
    }
    .fromdata .item-block .left{
        width: 120px;
        min-width: 120px;
    }
    .fromdata .item-block .right{
        flex-wrap: wrap;
    }
    .fromdata .item-block .right textarea,
    .fromdata .item-block .right .input1,
    .fromdata .item-block .right .input2 {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .fromdata .sendcode{
        margin: 10px auto 0;
    }
    .upfile input[type="file"] {
        width: 100%;
        max-width: 100%;
    }
    .fromdata .item-block .right .upfile p{
        height: auto;
    }


    .tab-box2{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .select-box, .tab-box2 input, .tab-box2 input, .tab-box2 button {
        width: 100% !important;
        margin: 10px 0;
        background-position: right 10px center;
    }

    .tp-list{
        min-height: auto;
        padding-bottom: 20px;
        overflow: auto;
    }
    .tableHead, .searchlist {
        width: 1400px;
    }


    .fromdata .big-box1 .item{
        flex-wrap: wrap;
    }
    .fromdata .big-box1 .item .left-box,
    .fromdata .big-box1 .item .right-box {
        width: 100%;
        margin-left: 0;
    }

.layui-layer {
     max-width: 100%;
     top: 30% !important;
     left: 0 !important;
   }
   #verficationCode {
     width: 166px !important;
   }


}