html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output,textarea, ruby, section, summary,
time, mark, audio, video,input,button{
margin: 0;
padding: 0;
border: 0;
/*vertical-align: baseline;*/
color:#222;
}
/*input,textarea{ outline: none; }*/
input:focus,textarea:focus{border-color:#0892e1 !important;box-shadow:-1px 2px 10px #e1e9ef;outline:none;}
button:focus{
    outline:none;
}
a{ 
text-decoration: none; 

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
   /* height: 100%;*/
    background: #f9fafc;
}

ol, ul {
list-style: none;
}
ul{
font-size: 0;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.container{
    width: 1200px;
    display: block;
    position: relative;
    margin: 0 auto;
}
.header{
    background: #10316b;
    padding: 20px 0;

}
.header .logo{
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.header .logo em{
    font-size: 23px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    cursor: pointer;
}
.header .logo i{
    background: #415a89;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 28px;
    border-radius: 8px;
}
.header .logo i.icon-shu{
    width: auto;
    height: auto;
    line-height: 22px;
    font-size: 26px;
    background: transparent;
}
.header .logo h3{
    font-size: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 22px;
}

.header .logo b{
    background: #fff;
    color: #10316b;
    width: 54px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    font-size: 21px;
    height: 54px;
    /* font-size: 14px; */
}
.header .logo h3 span{
    font-size: 15px;
    font-weight: normal;
    color: #ffffffb8;
    display: block;
    padding-top: 4px;
}
.header .userinfo{
    float: right;
    margin-top: 3px;
}
.header .userinfo img{
    width: 44px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.header .userinfo label{
    color: #fff;
    font-size: 17px;
    /* font-weight: bold; */
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.header .userinfo label span{
    display: block;
    color: #ffffffb8;
    font-size: 14px;
    font-weight: normal;
}
.header .tips{
    float: right;
    margin-top: 12px;
    height: 26px;
    position: absolute;
    right: 0;
    margin-top: -13px;
    top: 50%;
    line-height: 20px;
}
.header .tips span{
    padding: 0 12px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    height: 26px;
    color: #fff;
    background: #00ca56;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 5px;
}
.items{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px 0;
}
.items .item{
    width: calc(50% - 79px);
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    border:2px solid transparent;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 10px 0px rgba(208, 212, 219, .4);
}
.items .item:hover{
    box-shadow:0px 5px 12px 0px rgba(184,193,210,.8);
    border:2px solid rgb(173 182 199);
}
.items .item label{
    background: #10316b;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 9px;
    text-align: center;
    line-height: 60px;
}
.items .item label i{
    font-size: 28px;
    color: #fff;
}
.items .item .info{
    width: calc(100% - 80px);
    margin-left: 20px;
}
.items .item .info h5{
    font-size: 21px;
    position: relative;
    display: block;
    width: 100%;
    color: #1e293c;
}
.items .item .info h5 small{
    display: block;
    font-weight: normal;
    color: #626f82;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.items .item .info h5 i{
    position: absolute;
    right: 0;
    color: #626f82;
    font-size: 26px;
    bottom: 0;
}
.items .item .info span{
    color: #626f82;
    font-size: 15px;
}
.items .item .info span b{
    color: #10316b;
    font-size: 20px;
}
.items .item em{
    position: absolute;
    background: #10316b;
    color: #fff;
    font-size: 13px;
    top: 12px;
    right: 12px;
    font-style: normal;
    padding: 0 13px;
    border-radius: 12px;
    line-height: 25px;
}

.parme{
    background: #fff;
    padding: 30px 0;
    border-radius: 15px;
    display: flex;
    box-shadow: 0px 2px 10px 0px rgba(208,212,219,.4);
}
.parme p{
    width: 25%;
    text-align: center;
    color: #626f82;
}
.parme p b{
    display: block;
    font-size: 24px;
line-height: 43px;
    color: #1e293c;
}

.title{
    text-align: center;
    margin-top: 30px;
}
.title h2{
    font-size: 32px;
    color: #1e293c;
}
.title span{
    color: #626f82;
    font-size: 18px;
    padding-top: 7px;
    display: block;
}



.back a{
    color: #10316b;
    display: block;
    margin: 10px 0;
}
.back a:hover{
    color: #04378f;
}
.back a i{
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.list{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px 0;
}
.list .item{
    width: calc(33.33% - 82px);
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    border:1px solid transparent;
    /* display: flex; */
    /* align-items: center; */
    box-shadow: 0px 2px 10px 0px rgba(208, 212, 219, .4);
}
.list .item.on{
    border:1px solid #10316b;
}
.list .item.on:after{
    display:block;
    content:'';
    clear:both;
    border:8px solid #10316b;
    width:8px;
    height:8px;
    border-radius:50%;
    position:absolute;
    right:10px;
    top:10px;
    
}
.more{
   
display:block;
   
margin-top:50px;
   
text-align:center;
   
padding-bottom: 80px;
}
.more a{
 background:#10316b;
 padding: 0px 10px 0px 20px;
 line-height: 32px;
 color:#fff;
 border-radius: 5px;
 font-size: 14px;
 display: inline-block;
}
.more a i{
    font-size:20px;
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(-90deg);
    vertical-align: middle;
}
.more a:hover{
    opacity:.9;
}
.list .item:hover{
    box-shadow:0px 5px 12px 0px rgba(184,193,210,.8);
    border:1px solid #10316b;
}
.list .item label{
    background: #10316b;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;

}
.list .item label i{
    font-size: 28px;
    color: #fff;
}
.list .item .info{
    text-align: center;
}
.list .item .info h5{
    font-size: 21px;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
    color: #1e293c;
}
.list .item .info h5 small{
    display: block;
    font-weight: normal;
    color: #626f82;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.list .item .info h5 i{
    position: absolute;
    right: 0;
    color: #626f82;
    font-size: 26px;
    bottom: 0;
}
.list .item .info span{
    color: #1e293c;
    font-size: 14px;
    background: #f2f5f9;
    padding: 0 20px;
    line-height: 32px;
    display: inline-block;
    border-radius: 14px;
    margin-top: 30px;
}
.list .item .info span b{
    color: #10316b;
    font-size: 20px;
}



.part{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 50px 0;
}
.part .item{
    width: calc(50% - 67px);
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    border: 1px solid #ebeff4;
    /* display: flex; */
    /* align-items: center; */
    /* box-shadow: 0px 2px 10px 0px rgba(208, 212, 219, .4); */
}
.part .item.on{
    border: 1px solid #4083f2;
}
.part .item .selects{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 111;
}
.part .item .selects .select{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 0px 0px 0px;
    position: relative;
    margin-left: 10px;
}
.part .item .selects .select strong{
    font-weight: normal;
    border: 1px solid #ebeff4;
    border-radius: 4px;
    padding: 0 9px 0 15px;
    line-height: 22px;
    display: block;
    height: 28px;
}
.part .item .selects .select strong em{
    font-style: normal;
    font-size: 14px;
    color: #324c7f;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
.part .item .selects .select strong i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    transition:all .2s linear;
    position: relative;
    top: 1px;
}
.part .item .selects .select p{
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 7px 10px 0px rgba(208, 212, 219, .4);
    top: 27px;
    border: 1px solid #ebeff4;
    padding-top: 4px;
    border-top: none;
    display: none;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 7px;
}
.part .item .selects .select p em{
    font-size: 14px;
    display: block;
    font-style: normal;
    margin: 0 6px;
    color: #65758b;
    line-height: 26px;
    height: 28px;
    /* text-align: center; */
    border-radius: 3px;
    text-indent: 7px;
}
.part .item .selects .select.on strong i{
    transform:rotate(-180deg);
}
.part .item .selects .select p em:hover{
    color:#4083f2;
}
.part .item .selects .select p em.on{
     color: #4083f2;
}
.start{
   
display:block;
   
margin-top:50px;
   
text-align:center;
   
padding-bottom: 80px;
}
.start a{
 padding: 0px 40px;
 line-height: 46px;
 color:#fff;
 border-radius: 5px;
 font-size: 16px;
 display: inline-block;
 background: #4083f2;
}

.start a:hover{
    opacity:.9;
}
.part .item:hover{
    box-shadow:0px 5px 12px 0px rgb(186 200 222);
    border:1px solid #4083f2;
}
.part .item label{
    background: #4083f2;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
.part .item label i{
    font-size: 25px;
    color: #fff;
}

.part .item  h5{
    font-size: 19px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    color: #324c7f;
    vertical-align: middle;
}
.part .item small{
    display: block;
    font-weight: normal;
    color: #65758b;
    font-size: 15px;
    margin: 10px 0;
}
.part .item h5 i{
    position: absolute;
    right: 0;
    color: #626f82;
    font-size: 26px;
    bottom: 0;
}
.part .item span{
    color: #4083f2;
    font-size: 15px;
    /* background: #f2f5f9; */
    /* padding: 0 20px; */
    /* line-height: 32px; */
    display: inline-block;
    border-radius: 14px;
    margin-top: 10px;
}
.part .item span i{
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    transform: rotate(-90deg);
}
.type{
     background: #fff;
    padding: 25px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    display: none;
    border: 1px solid #ebeff4;
}


.type h6{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
}
.type p{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* padding: 0 74px; */
}

.type p label{
    width: calc(33.33% - 20px);
    text-align: center;
    border: 1px solid #ebeff4;
    line-height: 56px;
    border-radius: 5px;
    font-size: 16px;
    color: #455263;
    cursor: pointer;
}
.type.type2 p label,.type.type1 p label{
     width: calc(100% - 20px);
     text-align: left;
     padding: 14px 20px;
     position: relative;
     line-height: 24px;
}
.type p label strong{
    float: right;
    padding-right: 17px;
    font-weight: normal;
    color: #748296;
}
.type p label small{
    display: block;
    color: #748296;
    /* line-height: 37px; */
}
.type p label em{
    color: #748296;
    float: right;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 30px;
    margin-top: -15px;
}
.type p label:hover{
    background:#f5f8fc96;
     border:1px solid #4083f2;
}
.type p label.on{
    background:#f5f8fc96;
     border:1px solid #4083f2;
}
.type p label i{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.select{
    background: #fff;
    /* padding: 30px 0; */
    border-radius: 8px;
    /* display: flex; */
    box-shadow: 0px 2px 10px 0px rgba(208, 212, 219, .4);
    margin-top: 50px;
}
.select .name{
    padding: 15px;
    border-bottom: 1px solid #ebeff4;
    height: 42px;
    line-height: 42px;
    position: relative;
}
.select .name label{
    background: #10316b;
    line-height: 38px;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 15px;
}
.select .name label i{
    color: #fff;
    font-size: 22px;
}
.select .name span{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #65758b;
    margin-left: 5px;
    position: absolute;
    left: 58px;
    line-height: 21px;
}
.select .name span b{
    display: block;
    font-size: 16px;
}
.select .name p{
    position: absolute;
    right: 15px;
    top: 11px;
}
.select .name p em{
    font-size: 12px;
    font-style: normal;
    color: #5c6776;
    border: 1px solid #ebeff4;
    padding: 0 7px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
}
.select .name p b{
    font-size: 13px;
    border: 1px solid #ebeff4;
    background: #f9f9f9;
    font-weight: normal;
    line-height: 24px;
    padding: 0 7px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
    margin-left: 5px;
}
.select .boxs{
    padding: 30px 30px 20px;
}
.select .boxs label{
    display: block;
    background: #eff6ff;
    border-radius: 5px;
    line-height: 26px;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #2f3644;
}
.select .boxs p.select{
    border: 1px solid #ebeff4;
    margin: 20px 0;
    line-height: 26px;
    padding: 10px 36px;
    border-radius: 5px;
    font-size: 15px;
    color: #2f3644;
    cursor: pointer;
}
.select .boxs p.select.on{
    background: #f9fafb;
}
.select .boxs p.select:hover{
    background: #f9fafb; 
}
.zwpj{
    margin: 0 30px;
    border-top: 1px solid #ebeff4;
    padding: 20px 0 30px;
}
.zwpj h5{
    display: block;
    font-size: 20px;
    line-height: 46px;
}
.zwpj h5 small{
    display: block;
    font-weight: normal;
    color: #515a68;
    line-height: 20px;
    font-size: 15px;
}
.zwpj p{
    margin-top: 22px;
}
.zwpj p span{
    font-size: 14px;
    margin-right: 20px;
    border-radius: 5px;
    line-height: 32px;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.zwpj p span.yzw{
    color: #3aa34c;
    border: 1px solid #3aa34c;
}
.zwpj p span.jbz{
    border: 1px solid #c88b20;
    color: #c88b20;
}
.zwpj p span.djq{
    border: 1px solid #d61d29;
    color: #d61d29;
}
.zwpj p span.yzw:hover,.zwpj p span.yzw.on{
    background: #3aa34c;
    color:#fff;
}
.zwpj p span.jbz:hover,.zwpj p span.jbz.on{
    background: #c88b20;
    color:#fff;
}
.zwpj p span.djq:hover,.zwpj p span.djq.on{
    background: #d61d29;
    color:#fff;
}
.zwpj p span i{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.page{
    /* background: #fff; */
    /* border-radius: 8px; */
    /* box-shadow: 0px 2px 10px 0px rgba(208, 212, 219, .4); */
    margin-top: -4px;
    /* display: flex; */
    /* padding: 15px 15px 30px; */
    text-align: center;
    display: block;
    text-align: center;
}
.page a{
    display: inline-block;
    vertical-align: middle;
    /* width: 80px; */
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
}
.page a:hover{
    opacity:.95;
}
.page .prve{
    color: #fff;
    width: 54px;
    /*padding-right: 10px;*/
    position:fixed;
    left:30px;
    top:50%;
    background: #10316b;
    margin-top: -27px;
    height: 54px;
    border-radius: 50%;
    cursor:pointer;
    line-height: 54px;
    box-shadow: 0px 2px 10px 0px rgb(16 49 107 / 24%);
}
.page .prve i{
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.page .next{
    background: #10316b;
    color: #fff;
    width: 54px;
    /*padding-left: 10px;*/
    position:fixed;
    right:30px;
    top:50%;
    margin-top: -27px;
    border-radius: 50%;
    line-height: 54px;
    height: 54px;
    cursor:pointer;
    box-shadow: 0px 2px 10px 0px rgb(16 49 107 / 24%);
}
.page .prve:hover,.page .next:hover{
    opacity:.8;
}
.page .next i{
    font-size: 28px;
    position: relative;
    top: -1px;
    left: 2px;
    display: inline-block;
    vertical-align: middle;
    transform:rotate(-90deg);
}
.page .progess{
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0px 2px 10px 0px rgba(208, 212, 219, .4);
    padding: 0 20px;
    line-height: 28px;
}
.page .progess small{
    color: #757e8a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    position: relative;
    top: -1px;
    /* padding-bottom: 7px; */
}
.page .progess em{
    width: 100px;
    display: inline-block;
    height: 7px;
    background: #d0d5e2;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.page .progess em i{
    width: 50%;
    background: #10316b;
    display: block;
    height: 8px;
}
/*??????????????*/
.ctj{margin: 30px 0;}
.ctj .ctj_tab{
    display: flex;
    gap: 20px;
}
.ctj .ctj_tab p{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    width: 33.33%;
}
.ctj .ctj_tab p label{
    color: #7e8b9e;
}
.ctj .ctj_tab p label b{
    font-size: 25px;
    display: block;
}
.ctj .ctj_tab p i{
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -18px;
    font-size: 36px;
}
.ctj .ctj_tab p i.icon-xuanzhongduihao{
    color: #22b057;
}
.ctj .ctj_tab p i.icon-tubiaoshangshengqushi{
    color: #cf8800;
}
.ctj .ctj_tab p i.icon-chahao{
    color: #e81131;
}
.ctj .tab{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    margin: 30px 0;
}
.ctj .tab h5{
    font-size: 20px;
    color: #10316b;
    margin-bottom: 15px;
}
.ctj .tab p{}
.ctj .tab p span{
    border-radius: 5px;
    padding: 0 24px;
    line-height: 35px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    background: #f9fafc;
    border: 1px solid #e2e8f0;
    margin-right: 10px;
}
.ctj .tab p span:hover{
    color:#10316b;
    background:#e2e8f0;
}
.ctj .tab p span.on{
    background: #10316b;
    color: #fff;
}
.ctj h3{
    font-size: 22px;
    color: #10316b;
    margin-bottom: 20px;
}
.ctj .ctjList li:hover{ border:1px solid #10316b;background:#f9fafc;}
.ctj .ctjList li{
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    margin-bottom: 30px;
}
.ctj .ctjList li .ctj_tips{}
.ctj .ctjList li .ctj_tips span{
    border: 1px solid #e2e8f0;
    font-size: 14px;
    padding: 0 14px;
    margin-right: 10px;
    border-radius: 5px;
    color: #334154;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.ctj .ctjList li .ctj_tips label{
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 5px;
    padding: 0 14px;
}
.ctj .ctjList li .ctj_tips label i{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 19px;
    margin-right: 3px;
}
.ctj .ctjList li .ctj_tips label.djq{
    background: #fee2e3;
    color: #9f0a1d;
}
.ctj .ctjList li .ctj_tips label.jbz{
    background: #fef9c4;
    color: #884b06;
}
.ctj .ctjList li .ctj_tips label.yzw{
    background: #ddfce8;
    color: #2e7a49;
}
.ctj .ctjList li p{
    font-size: 18px;
    color: #1a3972;
    padding: 12px 0;
}
.ctj .ctjList li .tip{
    margin: 10px 0;
}
.ctj .ctjList li .tip label{
    font-size: 14px;
    color: #67768c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.ctj .ctjList li .tip label i{
    color: #67768c;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 4px;
}
.ctj .ctjList li .tip span{
    border: 1px solid transparent;
    font-size: 13px;
   
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    line-height: 24px;
    border-radius: 5px;
}
.ctj .ctjList li .tip span.zd{
    background: #fef9c4;
    color: #884b06;
    border: 1px solid #fef08c;
}
.ctj .ctjList li .tip span.kn{
    background: #fee2e3;
    color: #9f0a1d;
    border: 1px solid #ffcacb;
}
.ctj .ctjList li .tip span.jd{
    background: #ddfce8;
    color: #2e7a49;
    border: 1px solid #b1e2c2;
}
.ctj .ctjList li a{
    background: #4083f3;
    color: #fff;
    font-size: 13px;
    padding: 0 14px;
    line-height: 32px;
    border-radius: 5px;
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
}
.ctj .ctjList li a:hover{
    background:#337bf3;
}
.ctj .ctjList li a i{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 3px;
    top: -1px;
}



.zsk{}
.zsk .search{
    /* border: 1px solid #e2e8f0; */
    align-items: center;
    font-size: 15px;
    color: #4c5869;
    /* height: 50px; */
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;
}
.zsk .search i{
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 15px;
}
.zsk .search input{
    width: 100%;
    text-indent: 50px;
    font-size: 15px;
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    line-height: 50px;
    border-radius: 8px;
    height: 50px;
}
.zsk .tab{
    margin: 30px 0;
}
.zsk .tab label{
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    display: inline-block;
    vertical-align: middle;
    padding: 0 19px;
    font-size: 15px;
    line-height: 34px;
    color: #4c5869;
    height: 36px;
    border-radius: 5px;
    cursor:pointer;
    margin-right: 8px;
}
.zsk .tab label.on{
    background: #10316b;
    color: #fff;
}
.zsk .tab label:hover{  background: #10316b;
    color: #fff;}
.zsk .tab label.on span,.zsk .tab label:hover span{
    background: #fff;
}
.zsk .tab label i{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 7px;
    font-size: 18px;
}
.zsk .tab label span{
    font-size: 13px;
    background: #f3f3f3;
    padding: 0px 7px;
    line-height: 20px;
    color: #8b97a9;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 7px;
    border-radius: 3px;
}
.zsk .zskList ul{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.zsk .zskList li:hover{ border:1px solid #10316b;background:#f9fafc;}
.zsk .zskList li{
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    /* margin-bottom: 30px; */
    width: calc(33.33% - 56px);
    display: inline-block;
}
.zsk .zskList li .zsk_tips{}
.zsk .zskList li .zsk_tips span{
    border: 1px solid #e2e8f0;
    font-size: 14px;
    padding: 0 14px;
    margin-right: 10px;
    border-radius: 5px;
    color: #334154;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.zsk .zskList li .zsk_tips label{
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 5px;
    padding: 0 14px;
}
.zsk .zskList li .zsk_tips label i{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 19px;
    margin-right: 3px;
}
.zsk .zskList li h6{}
.zsk .zskList li small{
    font-size: 15px;
    color: #67768c;
    display: block;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
    line-height: 23px;
    display: -webkit-box;
}
.zsk .zskList li .tit{}
.zsk .zskList li .tit span{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    background: #f7f7f7;
    padding: 0 12px;
    line-height: 24px;
    color: #97a2b2;
    margin-right: 10px;
    border-radius: 4px;
}
.zsk .zskList li .zsk_tips span.zd{
    background: #fef9c4;
    color: #884b06;
    border: 1px solid #fef9c4;
}
.zsk .zskList li .zsk_tips span.kn{
    background: #fee2e3;
    color: #9f0a1d;
    border: 1px solid #fee2e3;
}
.zsk .zskList li .zsk_tips span.jd{
    background: #ddfce8;
    color: #2e7a49;
    border: 1px solid #ddfce8;
}
.zsk .zskList li p{
    font-size: 18px;
    color: #395485;
    padding: 10px 0;
    font-weight: bold;
}
.zsk .zskList li .tip{
    position: relative;
    margin-top: 15px;
}
.zsk .zskList li .tip label{
    font-size: 14px;
    color: #67768c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.zsk .zskList li .tip label i{
    color: #67768c;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.zsk .zskList li .tip a{
    color: #4083f3;
    font-size: 14px;
    border-radius: 5px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.zsk .zskList li .tip a:hover{
    color: #0e63f2;
}
.zsk .zskList li b{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
    color: #67768c;
    font-weight: normal;
    cursor: pointer;
}

.listBox{background: #10316b;width: 60px;position: fixed;bottom:180px;right:30px;line-height: 60px;text-align: center;border-radius: 50%;height: 60px;cursor: pointer;}
.listBox i{color: #fff;font-size: 30px;}
.listBox:hover{
    opacity:.9;
}

.listPop{
    position: fixed;
    top: 2%;
    background: #fff;
    width: 900px;
    left: 50%;
    display: block;
    height: 96%;
    margin-left: -450px;
    transition: all .2s linear;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(0);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,.1);
}
.listPop.on{
    /* display:block; */
    transform: scale(1);
}
.listPop .listContent{
    padding: 0 20px 20px;
    height: calc(100% - 114px);
    overflow-y: auto;
}
.listPop .listContent ul{}
.listPop .listContent li {
    margin-top: 20px;
    border-radius: 5px;
    border: 2px solid #e7e8ec;
    padding: 13px 12px;
    cursor:pointer;
    position: relative;
}
.listPop .listContent li.on,
.listPop .listContent li:hover{
    border-color:#10316b;
    background:#f0f6fe;
}
.listPop .listContent li b{
    font-size: 18px;
    color: #111826;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.listPop .listContent li span{
    line-height: 28px;
    background: #10316b;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    border-radius: 6px;
    margin: 0 12px;
}
.listPop .listContent li label{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    padding:0 12px;
    line-height: 26px;
    border-radius: 6px;
}
.listPop .listContent li label.z{border: 1px solid #c88b20;
    color: #c88b20;}
.listPop .listContent li label.y{    color: #3aa34c;
    border: 1px solid #3aa34c;}
.listPop .listContent li label.n{border: 1px solid #d61d29;
    color: #d61d29;}
.listPop .listContent li p{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #4f5865;
    margin: 0 0 0 12px;
    width: calc(100% - 220px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listPop .listContent li.on p{
    width: calc(100% - 200px);
    margin-right: 12px;
}
.listPop .listContent li i{
    display: none;
    vertical-align: middle;
    line-height: 28px;
    background: #10316b;
    color: #fff;
    font-size: 13px;
    /* padding: 0 12px; */
    border-radius: 6px;
    font-style: normal;
    width: 45px;
    text-align: center;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -14px;
}
.listPop .listContent li.on i{
    display:block;
}
.listPop .listT{
    background: #10316b;
    padding: 20px 0;
    position: relative;
}
.listPop .listT h3{
    font-size: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
    line-height: 22px;
}
.listPop .listT h3 span{
    font-size: 15px;
    font-weight: normal;
    color: #ffffffb8;
    display: block;
    padding-top: 10px;
}
.listPop .listT i{
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}
.listPop .listT i:hover{
    opacity:.85;
}


.jxBox{background: #10316b;width: 60px;position: fixed;bottom:100px;right:30px;line-height: 60px;text-align: center;border-radius: 50%;height: 60px;cursor: pointer;}
.jxBox i{color: #fff;font-size: 30px;}
.jxBox:hover{
    opacity:.9;
}
.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,.5);
}
.bg.on{
    display: block;
}
.aside{
    position: fixed;
    right: -840px;
    top: 0;
    background: #fff;
    width: 840px;
    height: 100%;
    transition: all .2s linear;
}
.aside.on{
    right: 0;
}
.aside .aside_title{
    background: #10316b;
    padding: 20px 0;
    position: relative;
}
.aside .aside_title h3{
    font-size: 22px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 22px;
}
.aside .aside_title h3 span{
    font-size: 15px;
    font-weight: normal;
    color: #ffffffb8;
    display: block;
    padding-top: 10px;
}
.aside .aside_title i{
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}
.aside .aside_title i:hover{
    opacity:.85;
}
.aside .content{
    padding: 0 20px 20px;
    height: calc(100% - 94px);
    overflow-y: auto;
}
.aside .content h4{
    margin-top: 24px;
    display: block;
    padding-bottom: 10px;
    font-size: 17px;
    position: relative;
}
.aside .content h4 em{
    
font-size: 25px;
    
position: absolute;
    
right: 0;
    
top: 50%;
    
margin-top: -17px;
    
cursor: pointer;transition: all .2s linear;
}
.aside .content h4 em.on{
    
    transform: rotate(180deg);
}
.aside .content .anser{
    background: #f0fef5;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #c8fad9;
}
.aside .content .jx{
      height: 120px;
      overflow: hidden;
      transition: all .2s linear;
}

.aside .content .jx.on{
    height: auto;
}
.aside .content .jx label{}
.aside .content .jx .jxMain{
    font-size: 15px;
    color: #5b6472;
    /*line-height: 29px;*/
    background: #f9fafc;
    padding: 15px;
    border-radius: 6px;
}
.aside .content .jx .jxMain p{
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
.aside .content h4 i{
    font-size: 20px;
    color: #10316b;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 4px;
}
.aside .content .level{
    background: #eff6ff;
    padding: 15px;
    border-radius: 6px;
}
.aside .content .level label{
    position: relative;
    display: block;
    /* padding-bottom: 6px; */
    font-size: 15px;
    color: #364152;
    line-height: 24px;
}
.aside .content .level label span{
    position: absolute;
    right: 0;
    color: #fff;
    background: #10316b;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 4px;
}
.aside .content .level p{
    width: 100%;
    display: inline-block;
    height: 7px;
    background: #d0d5e2;
    border-radius: 4px;
    overflow: hidden;
}
.aside .content .level p i{
    width: 72%;
    background: #10316b;
    display: block;
    height: 8px;
}
.aside .content .zsd{
    margin-top: 24px;
}
.aside .content .zsd label{
    display: block;
    padding-bottom: 6px;
    font-size: 15px;
}
.aside .content .zsd p{
    padding-top: 6px;
}
.aside .content .zsd p span{
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
    color: #414e60;
    border-radius: 4px;
}
.aside .content .sl{
    background: #fefcea;
    padding: 15px;
    border-radius: 6px;
    margin-top: 14px;
}
.aside .content .sl label{display: block;padding-bottom: 6px;font-size: 15px;}
.aside .content .sl label i{
    color: #d79c37;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px;
}
.aside .content .sl p{
    font-size: 14px;
    color: #777e85;
}
.aside .content .jy{
    background: #f0fef5;
    padding: 15px;
    border-radius: 6px;
    margin-top: 24px;
}
.aside .content .jy label{
    display: block;
    padding-bottom: 6px;
    font-size: 15px;
}
.aside .content .jy label i{
    color: #29b158;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.aside .content .jy p{
    font-size: 14px;
    color: #777e85;
}
.aside .content .btn{}
.aside .content .btn label{}
.aside .content .btn label span{
    border: 1px solid #e2e8f0;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    font-size: 14px;
    line-height: 32px;
    color: #414e60;
    border-radius: 4px;
    cursor: pointer;
}
.aside .content .btn label span:hover{
    background: #10316b;
    color: #fff;
}
.aside .content .btn p{
    padding: 15px 0;
}
.aside .content .btn p input{
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d5dc;
    line-height: 40px;
    border-radius: 5px;
    margin-right: 13px;
    text-indent: 20px;
    color: #414e60;
    font-size: 15px;
}
.aside .content .btn p a{display: inline-block;vertical-align: middle;}
.aside .content .btn p a i{
    font-size: 24px;
    background: #8998b5;
    color: #fff;
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #8998b5;
}
.aside .content .btn p a i:hover{
    background:#10316b;
    border-color:#10316b;
}

.chat{
    padding-bottom: 20px;
}
.chat label{
    font-size: 16px;
    color: #505b6a;
    line-height: 29px;
    background: #f9fafc;
    padding: 10px 15px;
    border-radius: 6px;
    display: block;
    margin-bottom: 15px;
}
.chat p{
    background: #eff6ff;
    padding: 15px;
    border-radius: 6px;
    line-height: 28px;
    margin-bottom: 15px;
    display: block;
    color: #455060;
    font-size: 15px;
}



.location{
    color: #ffffffde;
    font-size: 13px;
    line-height: 32px;
    /* padding-top: 5px; */
}
.location p{
    cursor:pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.location p:hover{
    opacity:.8;
}
.location em{
    color: #fff;
    padding-right: 6px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.location a{
    color: #ffffffad;
    font-size: 13px;
    display: inline-block;
    /* vertical-align: middle; */
    margin-left: 10px;
}
.location a:hover{color:#fff;}
.location a i{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
    position: relative;
    top: -1px;
}
.header .head{
    color: #ffffffad;
    font-size: 13px;
}
.header .head h3{
    color: #fff;
    margin-bottom: 10px;
}
.header .head span{
        border: 1px solid #e2e8f0;
        font-size: 12px;
        padding: 0 7px;
        margin-right: 10px;
        border-radius: 5px;
        color: #334154;
        line-height: 20px;
        display: inline-block;
        /* vertical-align: middle; */
}
.header .head span.zd{
        background: #fef9c4;
    color: #884b06;
    /*border: 1px solid #fef9c4;*/
}
.header .head span.kn{
    background: #fee2e3;
    color: #9f0a1d;
    /*border: 1px solid #ffcacb;*/
}
.header .head  span.jd{
    background: #ddfce8;
    color: #2e7a49;
    /*border: 1px solid #b1e2c2;*/
}
.header .online{
    color: #ffffff91;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 40px;
}
.header .online i{
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.header .online i.icon-zuyuan{
    font-size: 20px;
    top: -2px;
}
.zskTab{
    margin: 30px 0;
    display: flex;
    gap: 5px;
    background: #f1f5f9;
    padding: 5px;
}
.zskTab label{
    width: 33.3%;
    text-align: center;
    border-radius: 6px;
    line-height: 42px;
    color: #7e8b9e;
    cursor: pointer;
}
.zskTab label i{
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
}
.zskTab label.on{
    color:#10316b;
                background:#fff;
                border: 1px solid #e2e8f0;
                box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
                }
.zskTab label:hover{color:#10316b;}
.zskTab label.on i{}
.zskDetail{}
.zskDetail .zskBox{
    display: none;
}
.zskDetail .zskBox.on{
    display: block;
}
.zskDetail .zskV{
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    margin-bottom: 30px;
    padding: 20px 30px 30px;
    border-radius: 8px;
}
.zskDetail .zskV h5{
    color: #254479;
    font-size: 18px;
}
.zskDetail .zskV .zskD{
    font-size: 15px;
    line-height: 32px;
    margin-top: 15px;
}
.zskDetail .zskV .zskD p{
   color: #47484a;
}
.zskDetail .zskL{
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0px 0px 4px 0px rgba(208, 212, 219, .4);
    margin-bottom: 30px;
    padding: 20px 30px 30px;
    border-radius: 8px;
}
.zskDetail .zskL h5{
    color: #254479;
    font-size: 18px;
}
.zskDetail .zskL h5 i{
    font-weight: normal;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.zskDetail .zskL p{
    display: flex;
    gap: 15px;
1px
    border: solid;
    margin-top: 25px;
}
.zskDetail .zskL p label{
    width: 33.33%;
    border: 1px solid #e2e8f0;
    padding: 15px;
    border-radius: 7px;
    color: #384558;
}
.zskDetail .zskL p label span{}
.zskDetail .zskL p label  span{
    border: 1px solid transparent;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    /* padding: 0 14px; */
    line-height: 27px;
    border-radius: 5px;
    width: 50px;
    text-align: center;
}
.zskDetail .zskL p label  span.zd{
    background: #fef9c4;
    color: #884b06;
    /*border: 1px solid #fef08c;*/
}
.zskDetail .zskL p label  span.kn{
    background: #fee2e3;
    color: #9f0a1d;
    /*border: 1px solid #ffcacb;*/
}
.zskDetail .zskL p label  span.jd{
    background: #ddfce8;
    color: #2e7a49;
    /*border: 1px solid #b1e2c2;*/
}
































































