.q-container {
    background:#dcf0fd;
    overflow: hidden;
}

.logo {
    margin: 15px auto 0;
    width: 1100px;
}
.logo img {
    width: 260px;
    display: block;
}

.q-content {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.q-main {
    height: 460px;
    background:url("../images/2025_zmhdzsk_banner.jpg") center bottom no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.main-slogan {
    width: 1100px;
    margin: 30px auto 0;
    overflow: hidden;
}
.main-slogan img {
    height: 280px;
    display: block;
}


.q-search {
    position: absolute;
    bottom: 20px;
    left:0;
    width: 100%;
}

.q-search > div {
    width:500px;
    height: 46px;
    margin: 0 auto;
    padding-left: 10px;
    border: 1px solid #37a8fa;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.q-search input[type="text"] {
    width: 70%;
    height: 45px;
    background: none;
    font-size: 16px;

}

.q-search input[type="text"]::placeholder {
    color: #888;

}

.q-search input[type="submit"] {

    position: relative;
    z-index: 2;
    width: 110px;
    height: 46px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 19px;
    color: #fff;
    font-weight: bolder;
    background: #0477e6;
    text-align: left;
    padding-left: 50px;
    border: none;

}


.button-box {
    width: 110px;
    height: 46px;
    display: inline-block;
    position: absolute;
    top:0;
    right:0;


}
.button-box::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #f7fbfe;
    z-index: 3;
    top:12px;
    left: 15px;
}
.button-box::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #f7fbfe;
    transform-origin: top;
    transform: rotateZ(-40deg);
    left:30px;
    top:28px;
    z-index: 3;
}
.info-wrap {
    margin-top: 40px;
}
.info-wrap.qa-wrap {
    margin-top: 20px;
}
.half-wrap {
    width: 530px;
    float: left;
    margin-right: 40px;
}
.half-wrap:nth-of-type(even) {
    margin-right: 0;
}
.info-wrap h3 {
    position: relative;
}

.info-wrap.qa-wrap h3 {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.info-wrap h3 span {
    font-size: 16px;
    font-weight: bolder;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.info-wrap h3 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #0477e6;
    bottom:0;
    left: 0;
}

.info-wrap h3 em {
    position: absolute;
    right: 0;
    top:5px;
    font-size: 16px;
}

.qa-wrap dl {
    background: #fff;
    float: left;
    width: 306px;
    margin: 30px 30px 0 0;
    padding: 0 20px 20px;
    height: 200px;
}

.qa-wrap dl:nth-of-type(3n) {
    margin-right: 0;
}

.qa-wrap dl dt {
    font-size: 16px;
    font-weight: bolder;
    color: #0477e6;
    height: 90px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(0,0,0,.1);
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;

}

.qa-wrap dl dt::before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    background:url("../images/qa_icon.png") no-repeat;
    left:0;
}
.qa-wrap dl dt a {
    color: inherit;
}
.qa-wrap dl dd {
    line-height: 30px;
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.info-wrap ul li,.q-list ul li {
    margin: 28px 0;
    position: relative;
    padding-left: 20px;
    line-height: 1;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.info-wrap ul li::before,.q-list ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    top:50%;
    transform: translateY(-50%);
    left:0;
    border-radius: 50%;
}

.q-list ul li em {
    float: right;
}

.q-links ul li a {
    display: block;
    height: 100%;
}

.q-links ul li span {
    font-size: 30px;
    font-weight: bolder;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin: 30px;
    transition: .2s;
    transform-origin: left;
}

.q-links ul li span::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 5px;
    border-radius: 10px;
    bottom:0;
    left:0;
}

.q-links ul li {
    margin: 30px 45px 60px 0;
    width: 336px;
    height: 200px;
    float: left;
}

.q-links ul li:first-of-type {
    color: #1e8025;
    background: url("../images/link_bg1.jpg") right 0 no-repeat;
    background-size: cover;
}

.q-links ul li:hover span {
    transform: scale(1.2);

}

.q-links ul li:first-of-type span::after {
    background: #1e8025;
}

.q-links ul li:nth-of-type(2) {
    color: #d67415;
    background: url("../images/link_bg2.jpg") right 0 no-repeat;
    background-size: cover;
}

.q-links ul li:nth-of-type(2) span::after {
    background: #d67415;
}

.q-links ul li:nth-of-type(3) {
    color: #0477e6;
    background: url("../images/link_bg3.jpg") right 0 no-repeat;
    background-size: cover;
    margin-right: 0;
}

.q-links ul li:nth-of-type(3) span::after {
    background: #0477e6;
}

.q-links ul li a {
    color: inherit;
}

.q-nav {
    width: 1100px;
    margin: 0 auto;
    height: 65px;
    background-image: linear-gradient(#abd8ff,#cbebff);
    border-radius: 40px;
    font-size: 16px;
    color: #0c4777;
    line-height: 65px;
    font-weight: bolder;
}
.q-nav span {
    display: inline-block;
    margin: 0 40px;
}

.q-nav span a {
    color: inherit;
}

.q-list {
    margin: 20px 0;
}
.q-list h3 {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.q-list h3 span {
    color:#2a76e5;
    font-size: 16px;
    font-weight: bolder;
    display: inline-block;
}

.q-list ul li:nth-of-type(5n) {
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding-bottom: 28px;
}

.q-list ul li:nth-of-type(5n)::before {
    top:9px;
}

.list-page {
    margin-top: 35px;
    text-align: center;
}

.q-addrs {
    color: #555;
    padding-bottom: 10px;
    margin-top: 20px;

    border-bottom: 1px solid rgba(0,0,0,.2);
}
.q-addrs img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.q-detail {
    margin: 40px 0 60px;
    overflow: hidden;
}
.q-detail >h3 {
    height: 52px;
    background-image: linear-gradient(to right,rgba(158,208,253,1),rgba(158,208,253,0));
}
.q-detail >h3 span {
    display: inline-block;
    padding: 0 20px;
    background: #0477e6;
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
    line-height: 52px;
}

.q-detail-ct {
    margin: 0 30px;
}

.question-wrap {
    margin: 30px 0;
    overflow: hidden;
    padding: 35px;
}

.question-ct,.answer-ct {
    background: #fff;
    padding:15px 30px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    min-width: 450px;
    float: left;
    font-size: 18px;
    position: relative;
    line-height: 1.6;
}

.question-ct::before,.answer-ct::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    left:-35px;
    top:-35px;
    background: url("../images/question_icon.png") no-repeat;
}

.answer-ct::after {
    left:unset;
    right:-35px;
    background: url("../images/answer_icon.png") no-repeat;
}

.answer-ct {
    background: #3178fb;
    width: 900px;
    float: right;
    color: #fff;
    min-height: 110px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.answer-info {
    text-align: right;
    margin:0 0 10px 0;
    color: #646464;
    font-size: 18px;
}

.answer-info span {
    margin-right: 30px;
}

.answer-yj {
    width: 960px;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}



@media screen and (max-width:1024px) {
    .q-container {
        background-size: 130%;
    }
    .logo,.q-content {
        width: 96%;
    }
    .logo {
        margin-top: 30px;
    }
    .q-nav {
        width: 100%;

    }
    .qa-wrap dl {
        width: 44%;
        margin-right: 3%;
    }
    .qa-wrap dl:nth-of-type(3n) {
        margin-right: 3%;
    }
    .qa-wrap dl:nth-of-type(3n) {
        margin-right: 0;
    }
    .q-main {
        height: 450px;
    }
    .main-slogan {
        width: 90%;
    }

    .half-wrap {
        width: 48%;
        margin-right: 4%;
    }
    .half-wrap:nth-of-type(2n) {
        margin-right: 0;
    }
    .q-links ul li {
        width: 30%;
    }

    .answer-ct {
        width:80%;
    }
    .answer-yj{
        width:86%;
    }
}

@media screen and (max-width:960px) {
    .logo,.q-content {
        width: 95%;
    }
    .logo {
        margin-top: 20px;
    }
    .logo img {
        width: 280px;
    }
    .q-main {
        height: 360px;
    }

    .main-slogan {
        width: 80%;
    }

    .main-slogan img {
        height: 200px;
    }
    .q-search > div {
        width: 70%;
    }
    .qa-wrap dl {
        width: 42.5%;
    }
    .info-wrap {
        margin-top: 10px;
    }
    .half-wrap {
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .q-links ul li {
        margin-right: 5%;
        width: 47.5%;
    }
    .q-links ul li:nth-of-type(2) {
        margin-right: 0;
    }
    .q-links ul li:last-of-type {
        margin-top: 0;
        width: 100%;
        margin-right: 0;
        background-color: #f0ddc8;
        background-position-x: 210px;

    }
    .q-links ul li:last-of-type span {
        margin-left: 190px;
    }
    .answer-yj {
        width: 88%;
    }

    .q-links ul li:nth-of-type(3) {
        background-size: auto;
    }

}
@media screen and (max-width:768px) {
    .q-nav {
        position: absolute;
        bottom: 0;
        line-height: 44px;
        padding: 10px 0;
        height: auto;

    }

    .main-slogan {
        margin-top: 20px;
    }
    .main-slogan img {
        height:160px;
    }
    .answer-yj {
        width: 88%;
    }
}
@media screen and (max-width:580px) {
    .logo {
        margin-top: 15px;
    }
    .logo img {
        width: 200px;
    }
    .q-main {
        height: 360px;
    }
    .q-search > div {
        width: 90%;
    }
    .qa-wrap dl {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }
    .q-links ul li:last-of-type{
        background-position-x:110px;
    }
    .q-links ul li:last-of-type span {
        margin-left: 140px;
    }

    .q-nav {
        font-size: 20px;
        line-height: 40px;
        border-radius: 0;

    }
    .q-nav span {
        width: 40%;
        margin: 0 0 0 8%;
    }
    .q-nav span:first-of-type {
        width: 80%;
    }
    .q-list {
        margin-top: 60px;
    }


}

@media screen and (max-width:414px) {
    .logo {
        margin-top: 10px;
    }
    .logo img {
        width: 180px;
    }
    .q-main {
        height:300px;
    }

    .main-slogan {
        margin-top: 10px;
    }
    .main-slogan img {
        height:120px;
    }
    .q-links ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .q-links ul li:last-of-type{
        background-position-x:right;
        margin: 30px 0 50px;
    }
    .q-links ul li:last-of-type span {
        margin-left: 30px;
    }

    .q-detail-ct {
        margin: 0;
    }
    .question-ct{
        width: 90%;
        min-width: auto;
        font-size: 16px;
    }
    .answer-info span {
        display: block;
        font-size: 16px;
        margin-right: 60px;
    }
    .answer-ct,.answer-yj {
        margin-right: 30px;
        width: 80%;
        min-width: auto;
        font-size: 16px;
    }
    .answer-yj {
        width: 88%;
    }
    .question-wrap {
        padding-bottom: 0;
    }




    .q-addrs {
        margin-top: -60px;
    }
    .q-detail >h3 span {
        font-size: 20px;
    }
    .question-ct, .answer-ct {
        padding: 15px;
    }
}

@media screen and (max-width:375px) {
    .q-addrs {
        margin-top: -80px;
    }
}