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

.q-head {
    background: url("/scssjt/xhtml/zcwdk/images/head_pic.jpg") center 0 no-repeat;
    height: 525px;
    overflow: hidden;
    position: relative;
}

.aq-logo {
    margin: 25px auto 0;
    width: 1240px;
}
.aq-logo img {
    width: 280px;
    display: block;
}

.q-content {
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}


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

.search-wrap {
    width: 370px;
    height: 56px;
    margin: 0 0 0 272px;
    padding-left: 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

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

}

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

}

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

    position: relative;
    z-index: 4;
    width: 70px;
    height: 56px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: none;
}


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


}
.button-box::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #0061cd;
    z-index: 3;
    top:10px;
    left: 17px;
}
.button-box::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 12px;
    background: #0061cd;
    transform-origin: top;
    transform: rotateZ(-40deg);
    left:38px;
    top:35px;
    z-index: 3;
}
.info-wrap {
    margin:40px 20px 0
}

.half-wrap {
    width: 580px;
    float: left;
    margin-bottom: 20px;
}

.info-wrap h3 {
    position: relative;
    background-image: linear-gradient(to right,rgba(166,200,238,1),rgba(166,200,238,0));
}


.info-wrap h3 span {
    font-size: 30px;
    font-weight: bolder;
    position: relative;
    height: 64px;
    line-height: 64px;
    padding: 0 25px;
    display: inline-block;
    background: #0061cd;
    color: #fff;
}


.info-wrap h3 em {
    position: absolute;
    right: 0;
    top:0;
    line-height: 64px;
    font-size: 18px;
    color: #0061cd;
}
.info-wrap h3 em a {
    color: inherit;
}
.qa-wrap dl {
    background-image:linear-gradient(to right,rgba(201,232,255,1),rgba(201,232,255,0) 80%);
    float: left;
    width: 340px;
    margin: 30px 30px 0 0;
    padding: 0 20px 20px;
    height: 185px;
    border-radius: 20px;
    position: relative;
}
.qa-wrap dl::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 135px;
    bottom:10px;
    right:0;
    background: url("/scssjt/xhtml/zcwdk/images/qa_icon.png") no-repeat;
    z-index: 3;
}
.qa-wrap dl:nth-of-type(3n) {
    margin-right: 0;
}

.qa-wrap dl dt {
    font-size: 18px;
    font-weight: bolder;
    color: #0061cd;
    height: 60px;
    position: relative;
    padding-left: 20px;
    margin: 20px 0 10px;

}

.qa-wrap dl dt::before,.info-wrap ul li::before,.q-list ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height:8px;
    left:0;
    top:9px;
    background: #0061cd;
    border-radius: 50%;
}
.info-wrap ul li::before,.q-list ul li::before {
    top:5px;
}
.qa-wrap dl dt:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom:0;
    left:0;
    background-image: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,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: 22px;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}




.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: 10px 20px 0 25px;
    width: 365px;
    height: 220px;
    float: left;
}

.q-links ul li:first-of-type {
    color: #046fd6;
    background:#addbff url("/scssjt/xhtml/zcwdk/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: #046fd6;
}

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

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

.q-links ul li:nth-of-type(3) {
    color: #d67415;
    background: #f3ddc5 url("/scssjt/xhtml/zcwdk/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: #d67415;
}

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



.q-nav {

    height: 96px;
    background: url("/scssjt/xhtml/zcwdk/images/title_bg.jpg") no-repeat;
    font-size: 30px;
    color: #81c9ff;
    line-height: 96px;
    font-weight: bolder;
    margin: 50px 20px 0;
}
.q-nav span {
    display: inline-block;
    margin: 0 50px;
    position: relative;
    cursor: pointer;
}

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

.q-nav span.active,
.q-nav span.active a {
    color: #fff;
}

.q-nav span.active::after {
   content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);
    z-index: 2;
}

.q-list {
    margin: 35px 40px;
    display: none;
}
.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: 20px;
    font-weight: bolder;
    display: inline-block;
}

.q-list ul li:nth-of-type(5n) {
    border-bottom: 1px dotted #96daff;
    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;

    width: 1240px;
    margin: 20px auto 15px;
}
.q-addrs img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.q-detail {
    margin: 40px 20px 60px;
    overflow: hidden;
}
.q-detail >h3 {
    height: 54px;
    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: 22px;
    font-weight: bolder;
    color: #fff;
    line-height: 54px;
}

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

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

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



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

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

}

.answer-ct {
    background: #3b9ef9;
    width: 850px;
    float: right;
    color: #fff;
    padding:20px 120px 20px 25px;
    min-height: 110px;
    margin-right: 20px;
    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:25px 120px 10px 0;
    color: #888;
    font-size: 18px;
    padding-top: 15px;
}

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



@media screen and (max-width:1024px) {
    .q-head {
        background-size: 140%;
        height: 395px;
    }
    .q-search {
        bottom: 20px;
    }
    .search-wrap {
        width: 265px;
        margin-left: 255px;
    }
    .q-container {
        background-size: 130%;
    }
    .q-content,.q-addrs {
        width: 100%;
    }
    .aq-logo {
        width: 96%;
        margin-top: 30px;
    }
    .qa-wrap dl {
        width: 44%;
        margin-right: 3%;
    }
    .qa-wrap dl:nth-of-type(3n) {
        margin-right: 3%;
    }
    .qa-wrap dl:nth-of-type(2n) {
        margin-right: 0;
    }

    .half-wrap {
        width: 45%;

        margin-right: 2%;
    }

    .q-links ul li {
        margin:40px 3% 0;
        width: 43%;

    }

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

@media screen and (max-width:768px) {
    .q-head {
        background-size: 160%;
        height: 340px;
    }
    .search-wrap {
        height: 50px;
        margin-left: 150px;
    }
    .q-search input[type="text"] {
        font-size: 16px;
        height: 50px;
    }
    .q-nav {
        background-color: #0d4bd3;
    }
    .button-box {
        height: 50px;
    }
    .q-search input[type="button"] {
        height: 50px;
    }
    .aq-logo {
        margin-top: 10px;
    }
    .aq-logo img {
        width: 240px;
    }


    .qa-wrap dl {
        width: 42.5%;
    }

    .half-wrap {
        width: 94%;
        margin-right:6%;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .q-links ul li {
        height: 200px;
        background-size: 85%!important;
    }
 .q-nav {

        font-size: 26px;
    }
    .q-nav span {
        margin: 0 20px;
    }

    .answer-ct {
        width:70%;
    }
}
@media screen and (max-width:580px) {
    .q-head {
        background-size: 200%;
        background-position-x:-200px ;
    }
    .aq-logo {
        margin-top: 15px;
    }
    .aq-logo img {
        width: 200px;
    }

    .q-head {
        height: 320px;
    }
    .qa-wrap dl {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }


    .q-nav {
        font-size: 20px;
         margin-top: 30px;
        line-height: 50px;
        padding: 10px 0;
    }



    .q-list {
        margin: 40px 20px;
    }
    .question-ct, .answer-ct {
        min-width: 50%;
        padding-left: 50px;
    }
    .answer-ct {
        padding-right: 40px;
        padding-left: 20px;
        width: 85%;
        min-width: auto;
    }


    .question-ct::before, .answer-ct::after {
        width: 70px;
        height: 70px;
        background-size: cover;
        top:-15px;
    }
    .answer-ct::after {
        right: -30px;
    }
.answer-info {
    margin-right: 12%;
}

    .q-detail-ct {
        margin: 0 10px;
    }
    .q-links ul li {
        margin:20px 3%;
        width: 94%;
        height: 180px;
        background-size:contain!important;
    }
}

@media screen and (max-width:414px) {
    .q-head {
        background-position-x: -160px;
        height: 230px;

    }
    .aq-logo {
        margin-top: 10px;
    }
    .aq-logo img {
        width: 180px;
    }
    .search-wrap {
       height: 38px;
       margin-left: 90px;
       width: 200px;
   }
    .q-search input[type="text"] {
        height: 38px;
    }
    .q-search {
        bottom: 10px;
    }
    .button-box::before {
        width: 16px;
        height: 16px;
        top:5px;
    }
    .button-box::after {
        top:24px;
        left:32px;
        height: 10px;
    }
    .button-box {
        height: 38px;
        width: 58px;
    }
    .question-ct::before, .answer-ct::after {
        width: 50px;
        height: 50px;
        background-size: cover;
        top:-10px;
    }
    .q-nav {
        height: auto;
        font-size: 18px;
    }

    .q-detail-ct {
        margin: 0;
    }
    .question-ct{
        width: 90%;
        min-width: auto;
        font-size: 16px;
    }
    .info-wrap h3 span {
        font-size: 24px;
        height: 58px;
        line-height: 58px;

    }
    .answer-info span {
        font-size: 14px;
        margin-left: 15px;
    }
    .answer-ct {
        margin-right: 30px;
        width: 80%;

        font-size: 16px;

    }
    .question-wrap {
        padding-bottom: 0;
        margin-top: 0;
    }


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

@media screen and (max-width:375px) {
    .aq-logo img {
        width: 150px;
    }
    .q-head {
        background-size: 220%;
    }
    .info-wrap h3 span {
        font-size: 22px;
        height: 54px;
        line-height: 54px;
    }


}