.qywh_wrap {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

/*
  Please wrap your collapsible content in a single element or so help me
  Must add a transition or it breaks because that's the whole purpose of this
  Only one transition-duration works (see explanation on line #141 in JS)
  You can add more to an inner wrapper (.details-styling)
*/
.collapse-init summary+* {
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    margin-top: 0.15rem;
}

/*
    Closed state. Any CSS transitions work here
    The JS has a height calculation to make sliding opened/closed easier, but it's not necessary
    Remove the height prop for a simple toggle on/off (after all that work I did for you?)
  */
.collapse-init :not(.panel-active) summary+* {
    height: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.collapse-init summary {
    list-style: none;
}

.collapse-init summary::-webkit-details-marker {
    display: none;
}

.collapse-init summary::before {
    display: none;
}

.collapse-init summary {
    cursor: pointer;

}

/*
    This element exists so .details-wrapper has no extra margin/padding that can screw with the smooth height collapse
    You can style .details-wrapper decoratively but avoid anything that modifies the box and add it to .details-styling instead
    Otherwise, this element is totally optional. Remove if you hate divitis
  */
.details-styling {
    padding: 0.25rem;
    /* background: url(../images/sm_xl_bj_img.png) no-repeat; */
    /* border-radius: 10px; */
    /* background-size: 100% 100%; */
}

::-moz-selection {
    background: #fbcb6a;
    color: #4d4433;
}

::selection {
    background: #fbcb6a;
    color: #4d4433;
}






abbr {
    font-variant: small-caps;
    text-transform: lowercase;
    font-size: 1.2em;
}

[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

[type=checkbox]+label {
    background: #efe7fd;
    border-left: 4px solid #5b13ec;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    transition: 0.1s;
    padding: 0.75em 1em;
}

[type=checkbox]+label::before {
    border: 2px solid;
    border-radius: 2px;
    color: #5b13ec;
    content: '';
    display: inline-block;
    margin-right: 0.75ch;
    transition: 0.1s;
    width: 1ch;
    height: 1ch;
    vertical-align: baseline;
}

[type=checkbox]:focus+label {
    outline: 2px solid #5b13ec;
}

[type=checkbox]:checked+label::before {
    background: currentColor;
    box-shadow: inset 0 0 0 2px #fff;
}

.container {
    /* box-shadow: 0.2em 1em 2em -1em #d6d1e0; */
    /* margin: 2.4em 0; */
}

details {
    /* background: #fff; */
    /* border: 1px solid #d6d1e0; */
    /* border-bottom: 0; */
    list-style: none;
    margin-bottom: .1563rem;
}

details:first-child {
    border-radius: 6px 6px 0 0;
}

details:last-child {
    /* border-bottom: 1px solid #d6d1e0; */
    /* border-radius: 0 0 6px 6px; */
}

summary {
    display: block;
    transition: 0.2s;
    /* font-weight: 700; */
    /* padding: 1em; */
}

summary:focus {
    /* outline: 2px solid #5b13ec; */
}

.collapse-init summary::after {
    border-right: 0.015rem solid;
    border-bottom: 0.015rem solid;
    content: '';
    float: right;
    width: 7px;
    height: 7px;
    margin-top: -1.55em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: inherit;
    margin-right: 3.1rem;
}

.sumary1::after {
    color: #0c4fad;
}

.sumary2::after {
    color: #19b2b3;
}

.sumary3::after {
    color: #f06228;
}

.sumary1 .zt {
    color: #0c4fad;
}

.sumary1 .zb {
    color: #0c4fad;
}

.sumary2 .zt {
    color: #19b2b3;
}

.sumary2 .zb {
    color: #19b2b3;
}

.sumary3 .zt {
    color: #f06228;

}

.sumary3 .zb {
    color: #f06228;
}




[open] summary {
    /* background: #5b13ec; */
    /* color: #f8f5fe; */
}

[open] summary::after {
    margin-top: -1.2em;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}


.zb {
    display: none;
}

[open] summary .zb {
    display: block;
}

[open] summary .zt {
    display: none;
}

.collapse-init summary {
    cursor: pointer;
    width: 100%;
    height: 1.3rem;
    border-radius: .0521rem;
    padding-top: 0.08rem;
}

.sumary1 {
    background: url(../images/sm_bjimg.png) no-repeat;
    background-size: 100% 100%;
}

.sumary2 {
    background: url(../images/yj_bjimg.png) no-repeat;
    background-size: 100% 100%;
}

.sumary3 {
    background: url(../images/hx_bjimg.png) no-repeat;
    background-size: 100% 100%;
}

summary h2 {
    font-size: .1771rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0c4fad;
    background: url(../images/sm_ju.png) no-repeat 0.26rem 0.33rem;
    line-height: 0.35rem;
    padding-left: 0.25rem;
}

summary p {
    font-size: .1771rem;
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0c4fad;
    margin-top: .14rem;
    margin-bottom: .015rem;
    padding-left: 0.25rem;
}

summary h5 {
    font-family: SourceHanSansCN-Regular;
    font-size: .125rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0c4fad;
    opacity: 0.4;
    padding-left: 0.25rem;
    padding-bottom: 0.15rem;
}

.zt {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0c4fad;
}

.zb {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0c4fad;
}


.sumary2 h2 {
    background: url(../images/yj_ju.png) no-repeat 0.26rem 0.33rem;
    color: #19b2b3;
}

.sumary2 p {
    color: #19b2b3;
}

.sumary2 h5 {
    color: #19b2b3;
}

.sumary3 h2 {
    background: url(../images/hx_ju.png) no-repeat 0.26rem 0.33rem;
    color: #f06228;
}

.sumary3 p {
    color: #f06228;
}

.sumary3 h5 {
    color: #f06228;
}

.details-styling-box {

    background: url(../images/sm_xl_bj_img.png) no-repeat;

    border-radius: 10px;

    background-size: 100% 100%;
}

.box_dtrls_scs {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #012d6a;
    padding-bottom: .2135rem;
}

.styling_s li {}

.styling_s li h2 {
    font-size: .0938rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0a50b4;
    padding-bottom: .0833rem;
    padding-left: 0.32rem;
}

.styling_s li p {
    text-align: justify;
    font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    padding-bottom: .1302rem;
    line-height: 0.17rem;
}

.kjjb {
    background: url(../images/sm_fj.png) no-repeat;
}

.pzfw {
    background: url(../images/sm_xin.png) no-repeat;

}

.ylmhsh {
    background: url(../images/sm_dq.png) no-repeat;

}


.details-styling-yja {
    border-radius: 10px;

    background: url(../images/yj_xl_bj_img1.png) no-repeat;

    background-size: 100% 100%;
}


.yja_p {
    font-size: .0938rem;
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 0.16rem;
    color: #007b7c;
    font-family: SourceHanSansCN-Regular;
    padding-bottom: 0.3rem;
}

.styling_yja {}

.styling_yja li:nth-child(1){

width: 69%;

margin: 0 auto;
}
.styling_yja li:nth-child(2){
    
padding-top: 0.35rem;
    
width: 84%;
}
.styling_yja li h2{
    font-size: .0938rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #31bdbe;
    background: url(../images/yj_jt_img.png) no-repeat 0 0.02rem;
    padding-left: 0.14rem;
    padding-bottom: 0.07rem;
    background-size: 0.1rem;
}

.styling_yja li p{
    font-size: .0833rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    text-align: justify;
    line-height: 0.15rem;
}

.hx_left{
    width: 2.5365rem;
    float: left;
    padding-top: 0.3rem;
}
.hx_left p{
    font-size: .0938rem;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #bb3600;
    margin-bottom: 0.1rem;
    line-height: 0.15rem;
    font-family: SourceHanSansCN-Regular;
    text-align: justify;
}
.hx_left img{
    width: 1.5156rem;
    margin-left: 0.5rem;
}
.hx_right{
    width: 2.5781rem;
float: right;
}

.hx_right img{
    width: 2.5781rem;
}
.details-styling-hxjzg{
    background: url(../images/hx_xl_bj_img.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 0.5rem;
}
.hxjzg_a a{
    display: block;
    width: .625rem;
    height: .2083rem;
    background-color: #f16932;
    border-radius: .0313rem;
    text-align: center;
    line-height: .2083rem;
    color: #ffffff;
}
.hxjzg_a{
    
position: absolute;
    
bottom: 0.15rem;
    
right: 45%;
}
.gtswh_1 img{
width: 100%;
}
.sbzimg_1 img{
width: 100%;
}
.gtswh_1{
    margin-bottom: 0.15rem;
}
.sbzimg_1{
    margin-bottom: 0.5rem;
}
.qywh_xq_789 h2{
    font-family: SourceHanSansCN-Bold;
    font-size: .1042rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #165aaf;
    margin-bottom: .1563rem;
}
.qywh_xq_789 img{
    width: 1.276rem;
    margin-left: .1667rem;
    /* margin-bottom: .083rem; */
}
.qywh_xq_789 img:nth-child(2){
  margin-left: 0;
}
.qywh_xq_789{
    width: 2.74rem;
    float: left;
    margin-left: 0.55rem;
    margin-top: 0.2rem;
    padding-bottom: 0.1rem;
}
.qywh_wrap .qywh_xq_789:nth-child(2n+1){
    margin-left: 0.3rem;
}

.ygxw_wit1260{
    width: 65.8%;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}
.ygxw_wit1260 img{
   width: 100%;
}
.ygxw_img_bj{
    background: #ffffff;
}