body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style:normal; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
img { border:0;outline:0;}

body {
    font-family: "Microsoft YaHei";
    background: #FFF;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 #cccccc;
    font-size: .24rem;
    box-sizing: border-box;
}
.AppBtn {
    display: none;
}
.AppBtn2 {
    display: none;
}
.PcBtn img {
    width: .4rem;
    height: .4rem;
}
.searchBtn img {
    width: .42rem;
    height: .4rem;
}
.EnBtn img {
    width: .4rem;
    height: .4rem;
}
.mobileNone {
    display: none!important;
}
.clear {
    zoom: 1;
}
.search_div2 input::placeholder {
    color: #C7A9A1;
}
.clear:after {
    display: table;
    content: '';
    clear: both;
}

a {
    text-decoration: none;
    color: #212121;
}
/* a:hover {
    color: #89050D;
} */
.fl {
    float: left;
}

.fr {
    float: right;
}

.f_16{
    font-size: 16px;
}

.f_18{
    font-size: 18px;
}

.f_20{
    font-size: 20px;
}

.bold {
    font-weight: bold;
}
.mt0 {
    margin-top: 0!important;
}
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 90px;
}

.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pt70 {
    padding-top: 70px;
}
.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.ml5{
    margin-left: 5px;
}

.ml25{
    margin-left: 25px;
}
.ml30{
    margin-left: 30px;
}

.graybg {
    background-color: #f5f5f5;
}

.graybgToWhite {
    background-image: linear-gradient(to bottom, #f5f5f5 98%, #FFF 100%);
}

.enlarge {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.enlarge:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* top  */
.qhkx_headbg {
    width: 100%;
    position: relative;
    height: 1.8rem;
}
.qhkx_wrapper {
    padding: 0 0.3rem 0.32rem;
    box-sizing: border-box;
    position: relative;
}
.qhkx_top {
    z-index: 3;
    position: relative;
    background: #fff;
    padding: 0.32rem 0.3rem;
}
.logo {
    width: 100%;
    height: 100%;
}
.logo a img {
    width: 5.4rem;
}
.header_search_icon {
    width: 0.32rem;
    margin-left: 0.34rem;
    position: relative;
    top: -0.47rem;
}
.header_more_icon {
    width: 0.36rem;
    margin-left: 0.2rem;
    float: right;
    margin-top: 0.32rem;
}
.header_more_close_icon {
    display: none;
    float: right;
    width: 0.28rem;
    margin-left: 0.2rem;
    margin-top: 0.29rem;
}
.search {
    position: absolute;
    left: 0;
    top: -0.6rem;
    background: #fff;
    height: 0.8rem;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    opacity: 0;
    transition: all 0.3s;
    /* padding-top: .1rem; */
    z-index: 12;
}

.search.active{
    top: 1.6rem;
    opacity: 1;
}
.search_div {
    width: 6.4rem;
    height: 0.5rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    background: #FFFFFF;
    margin: 0;
}

.search_div .search_input {
    height: .5rem;
    line-height: .5rem;
    border: none;
    width: 5rem;
    padding-left: .3rem;
    box-sizing: border-box;
    float: left;
    font-size: .24rem;
}

.search_div .search_btn {
    width: 0.9rem;
    height: 0.5rem;
    display: block;
    float: right;
    font-size: .24rem;
    text-align: center;
    color: #999;
    line-height: .49rem;
    border: 0;
    background: #fff;
    margin-right: 0.1rem;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}

.search_div2 {
    width: 5.1rem;
    height: 0.5rem;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #A60B13;
    padding-bottom: 0.7rem;
    float: left;
    margin-left: .4rem;
}

.search_div2 .search_input {
    height: .5rem;
    line-height: .5rem;
    border: none;
    width: 4.3rem;
    box-sizing: border-box;
    float: left;
    font-size: .26rem;
    background: transparent;
}

.search_div2 .search_btn {
    width: 0.5rem;
    height: 0.5rem;
    font-size: .24rem;
    text-align: center;
    color: #999;
    line-height: .46rem;
    border: 0;
    margin-right: 0.1rem;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: url(sscp_top_search.png) no-repeat left center;
    background-size: .44rem;
    display: block;
    float: right;
    cursor: pointer;
}
.search_close {
    background: url(close.png) no-repeat;
    background-size: .22rem .22rem;
    width: 0.4rem;
    height: .22rem;
    cursor: pointer;
    margin-top: .14rem;
}
/* top end  */

/* nav */
.menu {
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background: #fafafa;
    z-index: 2;
    position: fixed;
    overflow-y: auto;
    top: 0;
    padding-top: 1.7rem;
    box-sizing: border-box;
    display: none;
    -webkit-overflow-scrolling: touch; 
}
.navs {
    font-size: 0.36rem;
}
.navs li {
    padding: 0.2rem 0 0.2rem 0.2rem;
    position: relative;
    border-bottom: 0.02rem solid #ddd;
}
.navs li:last-child {
    border-bottom: 0;
}
.subnav_box {
    background: #eee;
    /* margin-top: 0.2rem; */
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.subnav_box .subnav li {
    font-size: 0.32rem;
}

.subnav_box .subnav li a{
    display: block;
}
.nav_more_icon {
    display: block;
    position: absolute;
    top: 0.18rem;
    right: 0;
    width: 0.5rem;
}
li.has_child .nav_more_icon {
    display: block;
}
/* nav end */

/* footer */
.footer {
    text-align: center;
    padding-bottom: 0.4rem;
    padding: 0.32rem 0;
    height: 7.4rem;
    background: #f2f8ff;
}
.footer_icon {
    width: 0.56rem;
}
.footer_content {
    padding: 0 0.3rem;
}
.footer p {
    font-size: 0.28rem;
    margin: 0.2rem 0;
    line-height: 0.5rem;
}
.footer .footer_code p{
    white-space: nowrap;
}

.footer p a::after,.footer .p3 span::after {
    content: '';
    width: 0.02rem;
    height: 0.24rem;
    background: #ddd;
    display: inline-block;
    margin: 0 0.2rem;
    position: relative;
    top: 0.03rem;
}
.footer p a:last-child::after {
    display: none;
}
.footer .p2 a:nth-child(3)::after {
    display: none;
}
.footer .p2 a:nth-child(4) {
    margin-left: 0.64rem;
}
.footer .p3 span:nth-child(1)::after,.footer .p3 span:nth-child(3)::after {
    display: none;
}
.footer .p3 span:nth-child(1) {
    display: block;
}
.footer_code li {
    float: left;
    /* margin-left: 0.2rem; */
    width: 2rem;
}
.footer_code li div {
    width: 1.54rem;
    height: 1.54rem;
    background: #dce5f0;
    margin: 0 auto;
}
.footer_code li div img {
    width: 1.44rem;
    margin-top: 0.05rem;
}
.footer_code li a p {
    margin-top: 0;
    font-size: 0.24rem;
}
.footer_code {
    float: left;
    position: relative;
    left: 50%;
    margin-left: -3rem;
}
.footer-bottom {
    width: 100%;
    background: #6aa5d7;
    float: left;
    height: 0.8rem;
    padding: 0.26rem 0 0.34rem;
    margin-top: 0.1rem;
}
.footer-bottom span {
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.footer-bottom span:last-child {
    display: block;
}
.footer-bottom img {
    width: 0.20rem;
    height: 0.22rem;
}
/* footer end  */

.ej_search .page-none{
        font-size: 0.28rem !important;
    padding-top: 0.3rem;
}

.new-menu{
    background: url(nav_m_bg20250515.png) left bottom no-repeat;
    background-size: 100% auto;
    background-color: #f4f9fe;
}

.new-menu .search{
    position: static;
    background: none;
    padding-top: 0.46rem;
    padding-bottom: 0.25rem;
    opacity: 1;
        border-bottom: 0.02rem solid #d5e1f5;
        height: auto;
}

.new-menu .search_close{
    display: none;
}

.new-menu .search_div{
    width: 100%;
    border: none;
        border-radius: 0;
    background: none;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
    box-sizing: border-box;
    padding-left: 0.65rem;

}

.new-menu .search_div .search_input{
    height: 0.5rem;
    line-height: 0.5rem;
    background: none;
    font-size: 0.34rem;
    color: #639bcf;
    padding-left: 0;
}

.new-menu .search_div .search_btn{
    width: 0.6rem;
    height: 0.5rem;
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    background: url(qhkx_header_search_icon.png) center center no-repeat;
    font-size: 0;
    background-size: 0.34rem auto
}

.new-menu .navs li{
    border-bottom: 0.02rem solid #d5e1f5;
    padding: 0.3rem 0.1rem;
    font-size: 0.34rem;
}

.new-menu .navs li a{
    color: #639bcf;
}

.new-menu .nav_more_icon{
    width: 0.14rem;
    top: 0.4rem;
    right: 0.15rem;
}

.new-menu .nav_more_icon[src*='active']{
    width: 0.26rem;
    right: 0.12rem;
    top: 0.44rem;
}

.new-menu .subnav_box{
    background: none;
}

.new-menu .subnav_box .subnav li{
    font-size: 0.3rem;
    border-bottom: none;
    line-height: 0.72rem;
    padding: 0;
    padding-left: 0.1rem;
}