.contain {
    margin-top: 90px;
    display: flex;

}

.contain .lf {
    flex: 0 0 280px;
    background: #FFFFFF;
    box-shadow: inset -1px 0 0 0 rgba(15, 25, 70, 0.10);
    padding-bottom: 24px;
}

.contain .lf-nav {
    margin: 0 10px;
      position: sticky;
    top: 60px;
}

.contain .nav1-tit {
    margin: 0 20px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(15, 25, 70, 0.10);
}

.contain .nav1-tit span {
    opacity: 0.6;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    font-weight: 400;
    margin-left: 5px;
}

.contain .nav1-tit .img {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contain .guide-tit {
    margin: 0 20px;
    display: flex;
    align-items: center;
    height: 36px;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.contain .guide-tit .zk {
    width: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    transition: all .5s;
}
.contain .guide-tit.active .zk {
    transform:translateY(-50%) rotate(90deg) ;
}
.contain .guide-nav2 {
    margin-bottom: 5px;
    display: none;
}

.contain .guide-item2 a {
    padding: 0 20px;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .5s;
    border-radius: 6px;
}

.contain .guide-item2.active a {
    background: rgba(19, 104, 183, 0.10);
    font-weight: 600;
    color: #1368B7;
}

.contain .guide-item2 a:hover {
    background: rgba(19, 104, 183, 0.10);

}
.contain .guide-item2.current a{
    background: rgba(19, 104, 183, 1);
    font-weight: 600;
    color: #fff;
}

.contain .guide-item2 a:before {
    content: '';
    background: #D8D8D8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.contain .guide-item2.active a::before {
    background: #1368B7;
}


.contain .lf-item:not(:first-child) {
    margin-top: 10px;
}

.contain .guide-items a {
    padding: 0 20px;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .5s;
    border-radius: 6px;
    margin-bottom: 5px;
}

.contain .guide-items.active a {
    background: rgba(19, 104, 183, 0.10);
    font-weight: 600;
    color: #1368B7;
}

.contain .guide-items a:hover {
    background: rgba(19, 104, 183, 0.10);

}
.contain .guide-items.current a{
        background: rgba(19, 104, 183, 1);
    font-weight: 600;
    color: #fff;
}


.contain .rg {
    margin-left: 40px;
    margin-right: 10.9375%;
    flex: 1;
    padding-bottom: 2.08vw;
}

.contain h1 {
    color: #1F2943;
    font-weight: 600;
    line-height: 1.375;
    padding-bottom: 13px;
    /*border-bottom: 1px solid rgba(15, 25, 70, 0.10);*/
}

.contain .process-nav {
    display: flex;
    position: relative;
    justify-content: flex-start;
    margin-top: 1.5625vw;
}

.contain .process-nav::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(15, 25, 70, 0.10);
}

.contain .process-navitem {
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 1.5625vw;
    padding-bottom: 14px;
    cursor: pointer;
    position: relative;
}

.contain .process-navitem .process-img {
    width: 21.5px;
    margin-right: 4.5px;

}

.contain .process-navitem .process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.contain .process-navitem .process-img img:nth-child(2) {
    display: none;
}

.contain .process-navitem.active .process-img img:nth-child(2) {
    display: block;
}

.contain .process-navitem.active .process-img img:nth-child(1) {
    display: none;
}

.contain .process-navitem .process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contain .process-navitem .process-tit {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    transition: all .5s;
}

.contain .process-navitem.active .process-tit {
    color: #1368B7;
}

.contain .process-navitem:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .5s;
    height: 2px;
    background-color: #1368B7;
    width: 0%;
}

.contain .process-navitem.active:after {
    width: 100%;
}

.process-item {
    /*margin-top: 1.5625vw;*/
}

.concess-tit {
    font-size: 18px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 600;
    margin-top: 2.08vw;
}

.concess-tit1 {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 600;
    margin-top: 1.5625vw;
}

.concess-des {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 0.84vw;
}

.concess-box1 {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.concess-box1 p {
    margin-top: 1.05vw;
}

.concess-box1 li {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 1.05vw;
}

.concess-box1 em {
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    overflow: hidden;
}

.concess-box1 .gray {
    background: #F5F5F5;
    border-radius: 6px;
    margin-top: 10px;
    padding: 1.05vw 18px;
}

.concess-box1 .gray p:nth-child(1) {
    margin-top: 0;
}

.concess-box1 i {
    opacity: .6;
    margin-left: 10px;
}

.concess-box1 em a {
    font-family: ArialMT;
    font-size: 14px;
    color: #1368B7;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px;
}

.concess-box1 .span1 {
    display: inline-block;
    background: #E1EAF2;
    padding-left: 9px;
    padding-right: 11px;
    line-height: 20px;
}

.concess-box1 .span2 {
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    line-height: 20px;
    color: #1F2943;
}

.concess-box1 li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(15, 25, 70, 0.80);
}

.concess-box1 li.zyi {
    color: #FF4000;
}

.concess-box1 li.zyi::before {
    border: 1px solid #FF4000;
}

.concess-box1 em a img {
    width: 8px;
    margin-left: 10px;
    vertical-align: middle;
    height: 100%;
}

.concess-box1 .span3 {
    opacity: 0.8;
    color: #1F2943;
    font-weight: 200;
}


.contain .problem h3 {
    font-size: 18px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 600;
    margin-top: 1.5625vw;
}

.contain .problem p {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}

.contain .problem img {
    margin-top: 1.05vw;
    max-width: 800px !important;
    width: 100%;
    object-fit: contain;
}

.contain .problem a {
    color: #1368B7;
}

.process-item .guide-tit1 {
    font-size: 18px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 600;
    margin-top: 1.5625vw;
}

.process-item .guide-box h3 {
    font-size: 16px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    margin-top: 1.51vw;
    margin-bottom: 1vw;
}

.process-item .guide-box p {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    font-weight: 400;
}

.process-item .guide-box img {
    margin-top: 0.8vw;
    margin-bottom: 0.8vw;
    max-width: 800px !important;
    width: 100%;
    object-fit: contain;
}

.process-item .download {
    margin-top: 1.5625vw;
}
.process-item .download-item {
    margin-bottom: 20px;
}


.process-item .down-tit {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;

}

.process-item .down-tit a {
    color: #1F2943;
    transition: all .5s;
}

.process-item .down-tit a:hover {
    text-decoration: underline;
    color: #1368B7;
}

.process-item .down-time {
    opacity: 0.4;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;

}

.process-item img{
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 100%!important;
}
.process-item .down-more {
    background: rgba(19, 104, 183, 0.10);
    border-radius: 4px;
    width: 80px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #1368B7;
    font-weight: 400;
        margin-top: 1.05vw;
}

.process {
    padding-bottom: 2.08vw;

}

.other {
    border-top: 1px solid rgba(15, 25, 70, 0.10);
    display: flex;
    padding-top: 2.08vw;
    flex-wrap: wrap;

}

.other .next {
    margin-left: auto;
}

.other>div a {
    font-size: 16px;
    color: #1368B7;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.other>div a:hover {
    text-decoration: underline;
}

.other>div a img {
    width: 10px;
    object-fit: contain;
    height: 100%;
}

.other .next img {
    margin-left: 10px;
}

.other .prev img {
    margin-right: 10px;
    transform: rotate(180deg);
}


.que-tit {
    font-size: 18px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 600;
    margin-top: 1.05vw;
}

.query-list {
    margin-top: 20px;
}

.query-item {
    background: #F2F4F7;
    padding: 20px;
    margin-bottom: 10px;
}

.query-tit {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.query-more {
    margin-top: 20px;
    background: rgba(19, 104, 183, 0.10);
    border-radius: 4px;
    width: 80px;
    font-size: 14px;
    color: #1368B7;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
}

.query-more a {
    width: 100%;
    height: 100%;
    display: block;
}

.queadd-item {
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 1.05vw;
    display: flex;
    flex-wrap: wrap;
}

.queadd-item::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(15, 25, 70, 0.80);
}

.queadd-item .csm {
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;
}

.queadd-item .csm>span {
    display: inline-block;
    background: #E1EAF2;
    padding-left: 9px;
    padding-right: 11px;
    line-height: 20px;
}

.queadd-item .csm a {
    font-family: ArialMT;
    font-size: 14px;
    color: #1368B7;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px;
    word-break: break-all;
}

.query-box {
    padding-top: 10px;
    padding-bottom: 1.5625vw;
}



.downlist .down-tit a {
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    transition: all .5s;
}

.downlist .down-tit a:hover {
    color: #1368B7;
    text-decoration: underline;
}

.downlist .down-time {
    opacity: 0.4;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;

}

.downlist .down-des {
    opacity: 0.8;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}
.downlist .down-mores {
    background: rgba(19, 104, 183, 0.10);
    border-radius: 4px;
    width: 80px;
    font-size: 14px;
    color: #1368B7;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
        margin-top: 1.05vw;
}

.downlist .down-more a {
    width: 100%;
    height: 100%;
    display: block;
}

.downlist .down-item {
    padding: 1.5625vw 0;
    border-top: 1px solid rgba(15, 25, 70, 0.10);
}

.downlist .down-item:nth-child(1) {
    border-top: none;
}

.contain .downclassify {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}
.contain .downclassify::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(15, 25, 70, 0.10);
}
.contain .downclassify-item{
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    transition: all .5s;
    flex: none;
    margin-right: 1.5625vw;
    padding-bottom: 14px;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}
.contain .downclassify-item.active{
    color: #1368B7;
}
.contain .downclassify-item.active:after {
    width: 100%;
}
.contain .downclassify-item:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .5s;
    height: 2px;
    background-color: #1368B7;
    width: 0%;
}

.other b {
    display: none;
}
.query-item .down-time {
    opacity: 0.4;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}
.query-item  .down-des {
    opacity: 0.8;
    font-size: 14px;
    color: #1F2943;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 10px;
}
	.sear_inp {
	    position: relative;
	}
	    .sear_inp input{
	        width: 100%;
	        display: block;
	           background: #FFFFFF;
    border: 1px solid #E6E6E6;
        outline: none;
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    color: #0F1946;
	    }
	    .sear_inp .btnSearch1{
	        width: 20px;
	        height: 100%;
	        position: absolute;
	        right: 5px;
	        top: 0;
	        cursor: pointer;
	        z-index: 5;
	    }
	    .sear_inp .btnSearch1 img{
	        width: 100%;
	        height: 100%;
	        object-fit: contain;
	    }
@media screen and (max-width:1200px) {
    .contain .lf {
        flex: 0 0 240px;

    }

    .contain .rg {
        margin-left: 20px;
        margin-right: 30px;
    }
}

@media screen and (max-width:1024px) {
    .contain .process-nav {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .contain .process-navitem {
        margin-top: 15px;
        padding-bottom: 10px;
        margin-right: 20px;

    }
}

@media screen and (max-width:768px) {
    .contain .lf {
        display: none;
    }

    .contain .rg {
        margin: 0 5%;
        padding-bottom: 30px;
    }

    .contain {
        margin-top: 60px;
    }

    .other {
        margin-top: 15px;
        flex-wrap: wrap;
        padding-top: 15px;

    }

    .other .next {
        flex: 0 0 100%;
        margin-top: 10px;
    }

    .other b {
        display: inline;
    }

    .other img {
        display: none;
    }

    .queadd-item {
        margin-top: 10px;
    }

    .query-list {
        margin-top: 15px;
    }

    .que-tit {
        font-size: 16px;
        margin-top: 10px;
    }

    .query-item {
        padding: 15px;
    }

    .query-more {
        margin-top: 10px;
    }

    .contain .process-navitem {
        margin-right: 12px;
        margin-top: 10px;
    }


    .contain .process-navitem .process-img {
        width: 18px;
        margin-right: 4px;
    }

    .process-item .guide-box p {
        line-height: 24px;
    }

    .process-item .guide-tit1 {
        margin-top: 10px;
    }

    .concess-tit {
        margin-top: 10px;
    }

    .process-item {
        padding-top: 20px;
    }
    .contain .downclassify-item{
        margin-right: 12px;
    }
    .contain .downclassify{
        margin-top: 0px;
    }
}
