ul,li{
    list-style-type: none;
}
body {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
h2{
    font-size: .4rem;
    color: #333333;
}
.headerImg{
    width: 100%;
    height: 8rem;
    position: relative;
}
.headerImgYD{
    display: none !important;
}
.headerImg img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.headerImg_Btn{
    position: absolute;
    bottom: 2.2rem;
    left: 2rem;
    display: flex;
}
.headerImg_Btn1{
    padding: .02rem .28rem;
    color: #fff;
    font-size: .25rem;
    margin-right: .2rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: .1rem;
    font-family: pb;
    background: rgba(0, 0, 0, .4);
}
.headerImg_Btn1:first-child{
    background: #dc711f;
    box-shadow: rgba(220, 113, 31, 0.7) 0px 5px 15px;
}
.headerImg_Btn1:last-child{
    background: #649ef2;
    box-shadow: rgba(100, 158, 242, 0.7) 0px 5px 15px;
}
.KNWood01{
    width: 100%;
    padding: .5rem 0;
    height: 1rem;
    position: relative;
    background: #f4f7fd;
}
.KNWood01_C{
    width: 15rem;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
}
.KNWood01_CLi{
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .8);
    border-radius: .2rem;
    box-shadow: rgba(221, 233, 251, 0.8) 0px 5px 15px;
    padding: .5rem 0;
}
.KNWood01_CLiC{
    width: 80%;
}
.KNWood01_CLiC img{
    width: .65rem;
    height: .65rem;
    display: block;
}
.KNWood01_CLiCT{
    font-size: .26rem;
    color: #333333;
    margin: .1rem 0;
    font-family: mb;
}
.KNWood01_CLiCP{
    font-size: .22rem;
    color: #666666;
    margin-top: .1rem;
    font-family: cl;
}
.KNWood02{
    width: 100%;
    background: #f4f7fd;
    padding: .5rem 0;
    height: 7.09rem;
}
.KNWood02_C{
    width: 15rem;
    margin: auto;
    background: url("../img/icon4.png") no-repeat;
    background-position: left bottom;
    display: flex;
    height: 7.09rem;
}
.KNWood02_CL,.KNWood02_CR{
    width: 50%;
    height: 6.66rem;
}
.KNWood02_CL{
    padding-right: .8rem;
    box-sizing: border-box;
}
.KNWood02_CL img{
    display: block;
    width: 100%;
    height: auto;
}
.KNWood02_CRtis{
    font-size: .18rem;
    color: #649ef1;
    background: #d9e7fb;
    border-radius: .05rem;
    width: 2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-family: cr;
}
.KNWood02_CRT{
    color:#333333;
    font-size: .5rem;
    font-family: mb;
    margin: .1rem 0;
    font-weight: 500;
}
.KNWood02_CRP{
    font-size: .22rem;
    color: #666666;
    font-family: cl;
}
.KNWood02_CRP p{
    margin-bottom: .1rem;
}
.KNWood02_CRUl{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.KNWood02_CRLi{
    width: calc(100% / 3);
    margin-top: .2rem;
}
.KNWood02_CRLi p:first-child{
    font-size: .5rem;
    color: #649ef1;
    font-family: ab;
}
.KNWood02_CRLi p span{
    font-size: .24rem;
}
.KNWood02_CRLi p:last-child{
    font-size: .24rem;
    color: #333333;
    font-family: cl;
}
.KNWood02_CRBtn{
    width: 2.60rem;
    height: .5rem;
    text-align: center;
    line-height: .45rem;
    font-size: .3rem;
    color: #fff;
    box-shadow: rgba(100, 158, 242, 0.7) 0px 5px 15px;
    background: #649ef1;
    border-radius: .05rem;
    margin-top: .5rem;
    cursor: pointer;
}
.KNWood03{
    width: 100%;
    background: #f4f7fd;
    padding: 0 0 .5rem 0;
}
.KNWood03_C{
    width: 15rem;
    margin: auto;
}
.KNWood03_CT{
    text-align: center;
    margin: 0;
}
.KNWood03_CUl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .5rem;
}
.KNWood03_CLI{
    width: 32%;
    border-radius: .2rem;
    overflow: hidden;
    transition: all .3s;
    margin-bottom: .3rem;
}
.KNWood03_CLI:hover{
    box-shadow: rgba(100, 158, 241, 0.25) 0px 5px 15px;
}
.KNWood03_CLI:hover .KNWood03_CLIMsgL{
    color: #247eff;
}
.KNWood03_CLIImg{
    width: 100%;
    display: block;
    height: 3rem;
}
.KNWood03_CLIMsg{
    width: 100%;
    background: #fff;
    padding: .2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.KNWood03_CLIMsgL{
    font-size: .22rem;
    color: #666666;
    width: 75%;
    font-family: cl;
    transition: all .3s;
}
.KNWood03_CLIMsgLIcon{
    display: block;
    width: .64rem;
    height: .64rem;
}
.KNWood04{
    width: 100%;
    background: url("../img/KNWood01.jpg") no-repeat;
    background-size: cover;
    padding: .5rem 0;
    height: 8.78rem;
    box-sizing: border-box;
}
.KNWood04_C{
    width: 15rem;
    margin: auto;
}
.KNWood04_CP{
    font-size: .22rem;
    color: #666666;
    font-family: cl;
    text-align: center;
}
.KNWood04_Con{
    width: 5.9rem;
    border-radius: .2rem;
    overflow: hidden;
    box-shadow: rgba(192, 216, 256, 0.5) 0px 5px 15px;
    padding: .2rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .4);
    margin-top: 1.5rem;
}
.KNWood04_ConT{
    font-size: .24rem;
    color: #333333;
    text-align: center;
    font-family: mbo;
}
.KNWood04_ConUL{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: .3rem;
}
.KNWood04_ConLi{
    width: 48%;
    border: .01rem solid #ffffff;
    background: rgba(255, 255, 255, .6);
    font-size: .22rem;
    font-family: cl;
    color:#333333;
    padding-left: .1rem;
    box-sizing: border-box;
    margin-bottom: .1rem;
}
.KNWood04_ConLi:first-child,.KNWood04_ConLi:nth-child(2){ 
    font-family: cr;
}
.KNWood04_Con .KNWood02_CRBtn,.KNWood05_C .KNWood02_CRBtn{
    margin: auto;
    margin-top: .2rem;
    width: 2rem;
    font-size: .25rem;
    height: .4rem;
    line-height: .4rem;
}
.KNWood05{
    width: 100%;
    background-color: #f4f7fd;
    padding: .5rem 0;
}
.KNWood05_C{
    width: 15rem;
    margin: auto;
}
.KNWood05 .KNWood04_CP{
    width: 80%;
    margin: auto;
    margin-top: .1rem;
}
.KNWood05_CUL{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.KNWood05_CLI{
    width: 19%;
    border-radius: .2rem;
    overflow: hidden;
}
.KNWood05_CLI img{
    display: block;
    width: 100%;
    height: auto;
}
.KNWood05_CLIMsg{
    background: #fff;
    width: 100%;
    height: 100%;
    padding: .2rem;
    box-sizing: border-box;
    font-size: .24rem;
    color: #666666;
    font-family: cl;
    text-align: center;
}
.KNWood06{
    width: 100%;
    background: #fff;
    padding: .5rem 0;
}
.KNWood06_C{
    width: 15rem;
    margin: auto;
}
.KNWood06_CUL{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .5rem;
    align-items: center;
}
.KNWood06_CLI{
    width: 31%;
    margin-bottom: .3rem;
    border-radius: .1rem;
    overflow: hidden;
    box-shadow: rgba(100, 158, 241, 0.25) 0px 5px 15px;
}
.KNWood06_CLIIMg{
    width: 100%;
    height: 3rem;
    position: relative;
}
.KNWood06_CLIIMg img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.KNWood06_CLIIMg1{
    font-size: .5rem;
    color: #649ef1;
    font-family: abl;
    position: absolute;
    right: .2rem;
    bottom: -10%;
    transform: translate(-50%,0);
}
.KNWood06_CLIMsg{
    width: 100%;
    background: #fff;
    padding: .1rem .2rem .2rem .2rem;
    box-sizing: border-box;
    font-family: cr;
    font-size: .24rem;
    color: #333333;
}
.KNWood06_CLILine{
    width: .37rem;
    height: .25rem;
    background: url("../img/KNwideIcon1.png") no-repeat;
    background-size: 100%;
}
.KNWood07{
    width: 100%;
    padding: .5rem 0;
    background: #f4f7fd;
}
.KNWood07_C{
    width: 15rem;
    margin: auto;
    display: flex;
}
.KNWood07_CL,.KNWood07_CR{
    width: 50%;
}
.KNWood07_CL{
    padding-top:.5rem ;
}
.KNWood07_CLUL{
    margin-top: .3rem;
}
.KNWood07_CLLi{
    font-family: cl;
    font-size: .22rem;
    color: #666666;
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}
.KNWood07_CLLi span{
    font-size: .2rem;
    color: #fff;
    border-radius: 50%;
    background: #649ef1;
    display: block;
    width: .26rem;
    height: .26rem;
    text-align: center;
    line-height: .26rem;
    margin-right: .1rem;
}
.KNWood07_CR img{
    width: 100%;
    height: 6.72rem;
}
.KNWood07_CRBtnB{
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
.KNWood07_CRBtnB .KNWood02_CRBtn{
    margin-top: 0;
    margin-right: .3rem;
}
.KNWood07_CRBtn{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.KNWood07_CRBtn img{
    width: .6rem;
    height: .6rem;
    display: block;
    margin-right: .1rem;
}
.KNWood07_CRBtnP p:first-child{
    font-family: cb;
    font-size: .2rem;
    color: #649ef1;
}
.KNWood07_CRBtnP p:last-child{
    font-family: cr;
    font-size: .2rem;
    color: #666666;
}
.biaos {
    /*display: none;*/
    /* display: none; */
    position: fixed;
    width: 70% !important;
    top: 15%;
    margin-left: 0% !important;
    left: 10% !important;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 9999999;
    padding: 50px 0;
}

.biaos .infor .tit {
    text-align: center;
    font-size: 40px;
    color: #262626;
    margin-top: 2%;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'he';
}

.biaos .infor .con {
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 15px;
}

.biaos .row {
    width: 85%;
    margin-left: 7.5%;
    transition: .2s width ease;
    *: ; zoom: 1; }

.biaos .btm_box {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.biaos .btns_list {
    margin: 0 auto;
    display: block;
    float: none;
}

.biaos .green {
    background-color: #c90915;
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.biaos .form input {
    border: 1px solid #aaa;
    font-size: 16px;
    color: #000;
    display: block;
}

.biaos .line1 {
    height: 50px;
    line-height: 50px;
    width: 98.5%;
    margin-bottom: 20px;
    text-indent: 15px;
}

.kuangs {
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    display: none;
    position: fixed;
    z-index: 9999999999999;
    top: 0rem;
}

.close_btn {
    width: 33px;
    height: 33px;
    border-radius: 33px;
    text-align: center;
    line-height: 33px;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    position: absolute;
    font-size: 0.3rem;
    top: -11.5px;
    right: -11.5px;
    cursor: pointer;
}

.pro_li {
    height: 100%;
    padding-bottom: 30px !important;
}

.pro_li:hover .dropdown {
    display: block !important;
}

#dr_liuyan {
    width: 98.5% !important;
    height: 0.9rem !important;
    border-color: #aaa !important;
    font-size: 0.2rem !important;
    text-indent: 0.2rem !important;
    padding-top: 0.1rem !important;
    resize: none !important;
}

.con p {
    font-size: 0.16rem !important;
}

.tit p {
    font-weight: 600 !important;
}
body {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
}
.YDnavBox{
    display: none;
}
h2{
    font-size: .4rem;
    color: #333333;
}
.headerImg{
    width: 100%;
    height: 7.6rem;
    position: relative;
}
.headerImgYD{
    display: none !important;
}
.headerImg img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}


.PCnavBox_Top{
    width: 100%;
    height: .89rem;
    background: #fff;
    display: none;
}
.PCnavBox_TopC{
    width: 14rem;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
.PCnavBox_TopC img{
    display: block;
}
.PCnavBox_Tab{
    width: 100%;
    height: 1rem;
    background-color: #1c2c83;
    top: 0;
    position: fixed;
    z-index: 9999;
}
.PCnavBox_TabC{
    width: 14rem;
    margin: auto;
    padding: 0 .2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.PCnavBox_TabCUL{
    display: flex;
    height: 100%;
}
.PCnavBox_TabCLi{
    box-sizing: border-box;
    color: #fff;
    font-size: .2rem;
    margin-right: .2rem;
    cursor: pointer;
    position: relative;
}
.PCnavBox_TabCLi a{
    display: block;
    color: #fff;
    padding: .15rem .2rem;
    margin-top: .2rem;
}
.PCnavBox_TabCLi a:hover{
    background: #0c6fb3;
}
.PCnavBox_TabCLi.on a{
    background: #0c6fb3;
}
.moreList{
    position: absolute;
    /* background-image: linear-gradient(90deg, #2e3c8c 0%, #2f6ea8 100%); */
    width: 100%;
    /* display: none; */
    height: 3rem;
    top: 1rem;
    left: 0;
    transition: all .5s;
    overflow: hidden;
    display: flex;
    z-index: 999;
    border-radius: 0 0 .3rem .3rem;
}
.moreList li{
    /* padding: .05rem .2rem;
    transition: all .2s;
    margin-top: .05rem; */
}
.moreListLI_LLi:hover{
    /* background: rgba(47, 62, 148, 0.5); */
}
.moreListLI_L{
    width: 20%;
    background: linear-gradient(to right, rgba(33, 40, 138, 0.95), rgba(29, 101, 168, 0.95));
    padding: .1rem 0 .1rem 1.2rem;
    /* box-sizing: border-box; */
}
.moreListLI_R{
    width: 80%;
    background: rgb(255, 252, 252,0.95);
    position: relative;
}
.moreListLI_LLi{
    padding: .17rem .2rem .17rem 0;
    color: rgb(255, 252, 252,0.8);
    border-bottom: 1px solid rgb(255, 252, 252,0.4);
    font-size: .18rem;
    cursor: pointer;
    position: relative;
}
.moreListLI_LLi.on{
    color: #fff;
}
.moreListLI_LLi:last-child{
    border-radius: none;
}
.moreListLI_LLi.on::before {
    position: absolute;
    top: .15rem;
    right: -.14rem;
    content: '';
    border-bottom: .15rem solid transparent;
    border-left: .15rem solid #0c6fb3;
    border-top: .15rem solid transparent;
    z-index: 111;
}
.moreListLI_RUL{
    width: 100%;
    height: 100%;
    padding: .3rem;
    box-sizing: border-box;
    display: none;
    overflow-x: overlay;
    opacity: 0;
    position: absolute;
}
.moreListLI_RUL.on{
    opacity: 1;
    display: flex;
}
.MLIst_LI{
    margin-right: .2rem;
}
.MLIst_LI a{
    display: block;
    width: 2.5rem;
}
.MLIst_LIimg{
    width: 100%;
    height: 1.8rem;
    border: 1px solid #0f1934;
    border-radius: .1rem;
    overflow: hidden;
}
.MLIst_LIimg img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.MLIst_LIimg:hover img{
    transform: scale(1.1);
}
.MLIst_LI a p{
    font-size: .18rem;
    text-align: center;
    padding: .2rem;
    box-sizing: border-box;
    color: #333;
}
.MLIst_LI:hover .MLIst_LIP{
    color: #1c2c83;
}
/*  */
/*  */
footer{
    width: 100%;
    background: #0f1934;
}
.footer_C{
    width: 14rem;
    margin: auto;
}
.footer_ULTop{
    padding: .5rem 0 .3rem 0;
    display: flex;
}
.footer_TopLi1{
    width: 26%;
    margin-right: 12.3%;
}
.F_LIimgBox img{
    display: block;
}
.F_LIP{
    font-size: .14rem;
    line-height: .24rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .31rem;
    margin-top: .3rem;
}
.footer_TopLi2{
    width: 16%;
    margin-right: 2.5%;
}
.footer_TopLi3{
    width: 21%;
    margin-right: 2.9%;
}
.footer_TopLi3 .F_tit:hover{
    color:#eb8100;
    cursor: pointer;
}
.F_titBox{
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(255, 255, 255, .5);
}
.F_tit{
    font-size: .24rem;
    line-height: .7rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all .2s;
}
.footer_ULTop ul{
    margin-top: .2rem;
}
.footer_ULTop ul li a{
    display: flex;
    align-items: center;
    color: #eb8100;
}
.footer_ULTop ul li a span{
    font-size: .14rem;
    line-height: .26rem;
    font-weight: bold;
}
.footer_ULTop ul li a i{
    font-style: normal;
    margin-right: .05rem;
    font-size: .12rem;
    color: rgba(255, 255, 255, .5);
}
.footer_ULTop .footer_TopLi3 ul li a{
    color: rgba(255, 255, 255, .5);
}
.footer_TopLi4{
    width: 23%;
}
.FT04_UL{
    margin-top: .2rem;
}
.FT04_Li{
    width: 100%;
    box-sizing: border-box;
    padding: .05rem .1rem;
    background: #2c354d;
    display: flex;
    font-size: .14rem;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .1rem;
}
.FT04_Li p a{
    font-size: .14rem;
    color: rgba(255, 255, 255, .5);
    transition: all .2s;
}
.FT04_Li p a:hover{
    color: #fff;
}
.FT04_LiIcon{
    margin-right: .1rem;
}
.footer_B{
    border-top: 1px solid rgba(255, 255, 255, .5);
    line-height: 26px;
    color: rgba(255, 255, 255, .5);
    font-size: .14rem;
}
.footer_B div{
    text-align: center;
    padding: .2rem 0;
}
.pc{
    display: block;
}
.yd{
    display: none;
}