body{background: #fdf9e6; width: 100%; overflow-x: hidden; padding-bottom: 1rem!important;}
.heihei{width: 96%; margin: 0 auto; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); margin-top: .3rem;}
.w90{width: 90%;}
.w95{width: 95%;}
.tl_center{text-align: center; position: relative;}
.tl_center > img{display: inline-block;}
.g_mt5 { margin-top: 0.5rem!important; }
.g_mt10 { margin-top: 1.0rem!important; }
.g_mt15 { margin-top: 1.5rem!important; }
.g_mt20 { margin-top: 2.0rem!important; }
.g_mt25 { margin-top: 2.5rem!important; }
.g_mt30 { margin-top: 3.0rem!important; }
.g_mt40 { margin-top: 4.0rem!important; }
.g_mt50 { margin-top: 5.0rem!important; }
.g_mt60 { margin-top: 6.0rem !important;}
.g_mt70 { margin-top: 7.0rem!important; }
.g_mt80 { margin-top: 8.0rem!important; }
.g_mt90 { margin-top: 9.0rem!important; }

.s_bg1 {
    background: #f3f7ff;
    overflow: hidden;
    padding:1rem 0;
}
.s_bg2 {
    background: url(../images/bg3.png) no-repeat center / auto 100%;
    overflow: hidden;
    padding:1rem 0;
}
/* 头部 */
.m_header{background: #000;
display: flex; justify-content: space-between; width: 100%;
padding: .6rem 1rem; align-items: center; box-sizing: border-box;}
.m_header li{color: #fff; font-size: 16px;}
.m_header li img{width: 8rem;}

.m_part1 table{
    width: 100%;
    margin: 0 auto;
}
.m_part1 table td{
    padding:.3rem 0px;
    border: 1px solid #f6d7d4;
}
.m_part1 table th{
    padding:.3rem 0px;
    font-weight: normal;

}
.m_part1 table th{
    border: 1px solid #2460F4;
}
.m_part1 table th{
    background: #f6d7d4;
    font-size: 16px; color: #d12c1c;
}
.m_part1 table td{
    font-size: 14px; color: #000;
    border: 1px solid #d12c1c;
    text-align: center;
}
.m_part1 table td div{
    background: #E93A35;
    color: #fff;
    border-radius: 66px; width:4.5rem; height: 1.6rem; margin: 0 auto;
    display: flex; justify-content: center; align-items:  center;
}


/* 标题 */
.m_title{
    width: 98%; margin: 0 auto;
}
.u_title{
    width: 100%; display: flex; flex-flow: row; justify-content: center; align-items: center;
    color: #282828;  font-weight: bold; 
}
.u_title img{width: 1.0rem;}
.m_title > img{width: auto!important; max-width: 100%; margin: 0 auto;margin-top: .3rem;}
.u_title div:nth-child(2){
    background: url(../image/title.png) no-repeat center bottom /9rem auto;
     text-align: center;font-size: 18px; padding: 0 .6rem;
}
.u_title div:last-child{
    background: url(../images/title2.png) no-repeat center / auto 100%;
    width: 100%; text-align: center;font-size: 16px; padding: 0.3rem 0; margin-top: .2rem;
}
.m_title p{
    padding: 0; margin: 0; text-align: center;
    font-size: 16px;color: #282828;
}

.m_title1{
    width: 98%; margin: 0 auto;
}
.u_title1{
    width: 100%; display: flex; flex-flow: row; justify-content: center; align-items: center;
    color: #282828;  font-weight: bold; 
}
.u_title1 img{width: 2.3rem;}
.u_title1 img:last-child{width: 2.3rem; }
.u_title1 div:nth-child(2){
    color: #08c5a4;
    /* background: url(../image/title11.png) no-repeat center bottom /16rem auto; */
    text-align: center;
    font-size: 1.0rem;
    padding: 0 0.6rem 0.1rem;
}
.u_title1 div:nth-child(2) span{
    color: #000;
}
.u_title1 div:last-child{
    background: url(../images/title2.png) no-repeat center / auto 100%;
    width: 100%; text-align: center;font-size: 16px; padding: 0.3rem 0; margin-top: .2rem;
}
.m_title1 p{
    padding: 0; margin: 0; text-align: center;
    font-size: 16px;color: #282828;
}

.m_part3{
    width: 90%;
    margin: 0 auto;
   
}
.m_part3 .m_container{
   display: flex; justify-content: space-between;
}
.m_part3 .m_container img{
    width: 100%;
}
.m_part3 ul:nth-child(2){
    width: 82%;
}
.m_part3 ul:first-child{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    width:  15%;
}

.m_part3 ul:first-child li{
    border: 1px solid #0578ff;
    border-radius: 6px;
    font-size: 14px;
    padding: 0.5rem 0rem;
    width: 100%;
    text-align: center; 
}
.m_part3 ul:first-child li.hover{
    background: #0578ff; color:#fff;
}


.m_part4 table{
    width: 96%;
    margin: 0 auto;
    border-left: 1px solid #cccccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.m_part4 thead tr{
    background: linear-gradient(to right,#fff,#fff);
}
.m_part4 th,.m_part4 td{
    padding: .2rem; text-align: center;
}
.m_part4 th{
    font-size: 14px;
    color: #036b42;padding: .6rem 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.m_part4 td{
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.m_part4 td img{
    width: 75%;
    margin:0 auto .3rem;
}
.m_part4 tr td:nth-child(2){
    text-align: left;
}
.m_part4 tr td:nth-child(3){
    text-align: center;
}
.s_jg{height: .5rem;}
.m_part4 table ul li{
    padding: 0.16rem 0; 
    background: url(../image/btn1.png) no-repeat 0 0/ 100% 100%;
    color: #fff;    text-align: center;
}

.m_part4 tr td:nth-child(2){
    line-height: 1.2rem;
}
.m_part4 tbody tr td.red{
    color: #E93A35;
}
.m_part4 .u_btn1{
    width: 4rem;
    margin: 0 auto;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    font-size: 12px;
    color: #fff;
    background: #f74e45;
    border-radius:6px;
    position: relative;
    font-weight: bold;
}


.m_footer{
    background: #1a1a1a;
    padding: 2rem 0;
}
.m_footer *{
    color: #fff;
}
.m_footer ul{
    display: flex; justify-content: left; flex-wrap: wrap;
}
.m_footer ul li{
    font-size: 12px;
    width: 3rem; height: 1.6rem;
    text-align: center; line-height: 1.6rem;
    border-radius:5px;
    margin: .3rem;
}
/* .m_footer ul li:hover{
    background: linear-gradient(to right,#ff6e0a,#ffa330);
    cursor: pointer;
} */
.m_footer .m_container div{
    border-top: 0px solid #333333;
    padding-top: .3rem;
    text-align: center;
    height: 7rem;
    line-height: 1.6rem;
    color: #b2b2b2;
    font-size: 12px;
    width: 96%; margin:  auto;
}

.m_footbtn{
    width: 100%;
    position: fixed;
    bottom: 0rem;
    display: flex;
    justify-content: space-between;z-index: 9;
}
.m_footbtn a{
    text-align: center;
    color: #fff;
    width: 50%;
    font-size: 14px;
    padding: .6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_footbtn a img{
    display: block;
    width: 2rem ;
    height: auto;margin-right: .5rem;
}
.m_footbtn a:first-child{
    background: #f74e45;
}
.m_footbtn a:last-child{
    background: #ffa431;
}



  .diyu{
    height: 3rem;
    overflow: hidden;
    position: relative;
  }
  .m_footer p{
    border-bottom: #999999 solid 1px;display: flex;
    position: relative; justify-content: center;
    margin: 2rem auto 0; width: 90%;
  }
  .m_footer span{
    top: -0.55rem; position: absolute; background: #1a1a1a; width: 3rem;
    text-align: center; color: #999999;
  }

  #jesong_bottom_panel{
    display: none!important;
}

.m_kc1{
    width: 21.6rem;  margin: 0 auto;
    /* background: url(../image/kc_2.png) no-repeat 0 0/100% 100%; */
    display: flex; justify-content: space-between; flex-wrap: wrap;
    box-sizing: border-box; padding: 0rem .6rem .6rem; align-items: center;
}
.m_kc1 li,.m_kc2 li{
    width: 6rem;
    height: 2rem;
text-align: center;
    align-items: center;
    color: #fff;
    
    border-radius: 20px;
    margin: 0rem 0.1rem 0;
    display: flex; justify-content: center;
    border: 1px solid #2460F4; color: #2460F4;
    background: #fff;
}
.m_kc2 li{
    height: 2.5rem;
    position: relative;
}
.m_kc1 li{
    position: relative;
    margin-top: .6rem;
}

.m_kc1 li img{
    position: absolute; top: -0.6rem; right: 0.6rem;
    width: 2rem;
 }
 .float{
    animation: float 1.6s ease-in-out infinite;
    }
    @keyframes float{
    from{transform: translateY(0)}
    50%{transform: translateY(-0.2rem)}
    to{transform: translateY(0)}
}

.m_kc1 li:hover,.m_kc1 li.hover,.m_kc2 li:hover,.m_kc2 li.hover{
    background: #2460F4; color: #fff;
}
.m_kc2{
    width: 21.6rem; height: 16rem; margin: 0 auto;
    background: url(../image/kc_3.png) no-repeat 0 0/100% 100%;
    display: flex; justify-content: space-between; flex-wrap: wrap;
    box-sizing: border-box; padding: 2.3rem .6rem .2rem; align-items: center;
}


.m_kecheng11{

    padding:1.6rem 0rem .9rem; width: 93%; margin: 0 auto; box-sizing: border-box;
}
.m_part1 table{
    border: 0px solid #08c5a4;
    border-right: none;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom: none;
}
.m_part1 table td,.m_part1 table th{

    text-align: center;
    border: 0px solid #4479f9;
}
.m_part1 table td span{
    color: #ff5a00;
}
.m_part1 table th{
    border:none!important;
}
.m_part1 table th{
    background: linear-gradient(to bottom,#08c5a4,#08c5a4);
    font-size: 14px; color: #fff;
}
.m_part1 table td{
    font-size: 12px; color: #000;
    border-right: 1px solid #08c5a4;
    border-top: 1px solid #08c5a4;
   
    text-align: center; background: #fff;
}
.m_part1 table td.asd1{
    text-align: left;
}
.m_part1 table td div{
    background: #e8fbef; border: 1px solid #08c5a4;
    color: #08c5a4;
    border-radius: 66px;  margin: 0 auto; padding:.01rem .2rem;
    display: flex; justify-content: center; align-items:  center;
    width: 4.1rem; 
    height: 1.2rem; line-height: 1.2rem; font-size: 12px;
}
.m_part1 table td div:hover{
    background: #08c5a4; border: 1px solid #08c5a4;
    color: #08c5a4; 
    border-radius: 66px;  margin: 0 auto; padding:.01rem .2rem;
    display: flex; justify-content: center; align-items:  center;
}


.m_nandu{
    height: 13rem; position: relative;
    background: url(../images/part9_img1.png) no-repeat center center/ 12rem auto;
 }
 .m_nandu li{
    position: absolute;
    background: url(../image/part3_img31.png) no-repeat center/ 100% auto;
    font-size: .1rem;
    color: #0578ff;
    border-radius: 999px; text-align: center;
    width: 25%;
    font-size: .72rem;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    background: #fff;
    width: 3.6rem; height: 3.6rem;
    display: flex; justify-content: center; align-items: center;
 }
 .m_nandu li:hover{
    cursor: pointer;
 }
 .m_nandu li:nth-child(1){
    top: 0px;
    left:7%;
 }
 .m_nandu li:nth-child(2){
    top: 9rem;
    left: 6%;
 }
 .m_nandu li:nth-child(3){
    top: 8rem;
    left: 23%;
 }
 .m_nandu li:nth-child(4){
    top: 3rem;
    left: 21%;
    width: 4.5rem;
    height: 4.5rem;
 }
 .m_nandu li:nth-child(5){
    top: 0rem;
    right: 5.3rem;
 }
 .m_nandu li:nth-child(6){
    top: 2rem;
    right: 1.1rem;
 }
 .m_nandu li:nth-child(7){
    top: 6rem;
    right: 5.1rem;
    width: 4.2rem;
    height: 4.2rem;
 }
 .m_nandu li:nth-child(8){
    top: 9rem;
    right: 1.1rem;
 }

 .float1{
    animation: float1 1.5s ease-in-out infinite;
    }
    @keyframes float1{
    from{transform: translateY(0)}
    50%{transform: translateY(-6px)}
    to{transform: translateY(0)}
}
.float2{
    animation: float2 1.6s ease-in-out infinite;
    }
    @keyframes float2{
    from{transform: translateY(0)}
    50%{transform: translateY(-9px)}
    to{transform: translateY(0)}
}
.float3{
    animation: float3 1.5s ease-in-out infinite;
    }
    @keyframes float3{
    from{transform: translateY(0)}
    50%{transform: translateY(-6px)}
    to{transform: translateY(0)}
}
.float4{
    animation: float4 4s ease-in-out infinite;
    }
    @keyframes float4{
    from{transform: translateY(0)}
    50%{transform: translateY(-15px)}
    to{transform: translateY(0)}
}

.s_tybtn {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}
.s_tybtn div {
    font-size: .8rem;
    /* width: 9rem; */
    height: 1.7rem;
    text-align: center;
    line-height:  1.7rem;
    margin: 0 1rem;
    padding: 0 1.2rem;
    min-width: 5rem;
}
.s_btn1 {
    color: #fff;
    background: linear-gradient(to bottom,#FF8E19,#FF5605);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 60%);
}

.w96{
    width: 96%;
    display: block;
    margin: 0 auto;
}
.w93{
    width: 93%;
    display: block;
    margin: 0 auto;
}

.m_banner{
    position: relative;
}
.m_banner > div{
    position: absolute;
    top: 2.6rem;
    width: 100%;
    box-sizing: border-box;
    height: 5rem;
    flex-wrap: wrap;
}
.m_banner > div span{
    position: relative;
    left: 2rem;
    color: #0d21b5;
    font-size: 1.9rem;
    top: 1.6rem;
    font-style: italic;
    display: block;
    width: 12.0rem;
    background: url(../images/banner_img2.png) no-repeat center right/ auto 100%;
}
.m_banner img:nth-child(1){
    width: 100%;

}
.m_banner img:nth-child(2){
    width: 4rem;
    position: absolute;
    left: 0rem;
    top: 11.5rem;
}
.m_banner img:nth-child(3){
    width: 5rem;
        position: absolute;
        right: -1rem;
        top: 2.5rem;
}
.m_banner img:nth-child(4){
    width: 3rem;
    position: absolute;
    left: 3rem;
    top: 17.5rem;
}
.m_banner img:nth-child(5){
    width: 3rem;
    position: absolute;
    right: 5rem;
    top: 1.5rem;
}
.m_banner img:nth-child(6){
    width: 17rem;
    position: absolute;
    left: 3rem;
    bottom: 8rem;
}
/* fdsdsfsdf */
.s_part1{
    box-sizing: border-box;
    width: 23rem;
    height: 12rem;
    background: url(../images/part3_img1.png) no-repeat  0 .3rem/ 60% auto;
    margin: 0 auto;    padding: 0rem 0 0 12.8rem;
}
.s_part1 ul{
    width: 12.9rem;
}
.s_part1 li{
    font-size: .7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 0px dashed #ccc;
    height: 1.8rem;
    margin-top: 0.2rem;
    padding-left: 0.5rem;
}
.s_part1 ul > li:last-child{
    border: none;
}

.s_part1 li div img{
    margin-right: .3rem;
    width: .66rem;
}
.s_part1 li div{
    color: #000;
    display: inline-block;
}
.s_part1 li .s_hover div{
    color: #0578ff;
    display: inline-block; font-weight: bold;
}
/* .s_part1 li > div:last-child:hover,.s_part1 li > div:last-child.hover{
    font-size: 20px;
    width: 120px; height:36px ; 
    text-align: center; line-height: 36px; 
    color: #fff;
    background: linear-gradient(to bottom,#ff5a00,#ff5a00);
    display: flex;
    justify-content: center; align-items: center;
    border-radius: 100px;
cursor: pointer;
} */

.m_kc ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box; padding: 0 .6rem;
 }

 .m_kc ul li{
    width: 48.5%;  margin-top:.7rem;
    background: #fff; border: .2px solid #bfbfbf;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    background: #f3f7ff;
    
 }
 .m_kc ul li dt{
    text-align: center; font-size: 16px;
    padding: .5rem 0 .3rem 0;
    background: url(../images/part5_img1.png) no-repeat  center bottom/ auto 2px;
    margin-bottom: .5rem;
 }
 .m_kc ul li dd{

    text-align: left; font-size: 12px;
    background: url(../images/part5_img2.png) no-repeat 6px center / 3px;
    margin:.1rem 0 0 .0rem; padding-left: 0.9rem;
 }
 .m_kc ul li div{
    display: flex; justify-content: center;
    padding: .6rem 0;
 }
 .m_kc ul li div span{
    background: #0578ff; color: #fff;
    border-radius: 30px; font-size: 12px;
    padding: 0.1rem 0.5rem;
    margin: 0 0.2rem;
 }
 .m_kc ul li div span:hover{
    cursor: pointer;
 }


 
.m_title1{
    
    font-weight: bold;
}
.m_title1 dt{
    background: url(../image/title_bg1.png) no-repeat center bottom /  auto 100%; 
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 16px; position: relative;
    height: 2.1rem; max-width:100%;
    margin: 0 auto; min-width:100%;
    box-sizing: border-box; padding-top: .2rem;
}
.m_title1 dt span{
     padding: 0 2px 0px;
    /* background: url(../image/title11.png) no-repeat center bottom;  */
    color: #0059ed;
position: relative;
    }
    .m_title1 dt b{color: #08c5a4;}

.m_title1 dt img{

position: relative;
}
.m_title1 dt img:first-child{
    right: .6rem; top: -.6rem;
    width: 1rem;
}
.m_title1 dt img:last-child{
    left: .6rem; top: .6rem;
    width: .6rem;
}
.m_title1 dd{
    font-size: 12px;
    text-align: center;
    font-weight: normal; padding-top: .5rem;
}
.m_title1 dd span{
    font-weight: bold;
    font-size: 12px;
    padding: 0 1rem;
   position: relative; top: -.3rem;
}

.u_yishi1{
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-bottom: 3px solid #fff;
}
.u_yishi2{
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-bottom: 3px solid #fff;
}
.u_yishi1 img{
    width: 93%; margin: 1.6rem 0;
}
.u_yishi2 img{
    width: 96%; margin: 1.6rem 0;
}
.u_yishi3{
    display: flex;
    justify-content: left;
    align-items: baseline;
    background: url(../image/m_part44.png) no-repeat 7.5rem center / 15rem auto; 
    height: 12rem;
}
.u_yishi3 img{
    width: 6.6rem; margin: 3rem 0 0 1.2rem;
}

.m_image{
    width: 96%;
    margin: 0 auto;
}

body{
    background: #0b1f9e;
}

.m_yuanxiao{
    width: 93%; margin: 0 auto;
    background: url(../images/Part5.png) no-repeat center top /100% auto; 
    padding: 3.5rem 0 1rem;overflow: hidden;
}



.kc1{
    background-color: #0A3BC6;
    box-sizing: border-box;
    width: 93%;
    padding: .39rem;
    border-radius: 6px;
    margin: 0 auto;
}
.kc1 table{
    width: 100%;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #061EA4;
    border-top: 1px solid #061EA4;
}
.kc1 th{
    font-size:  .66rem;
    color: #fff;
    border: 1px solid #061EA4;
    text-align: center;  padding:  .21rem 0px;
    background: #072FB9; color: #01f4fd;
    font-weight: bold;
    border-right: 1px solid #061EA4;
    border-bottom: 1px solid #061EA4;

}
.kc1 td{
    font-size:  .66rem;
    color: #fff;
    border-right: 1px solid #061EA4;
    border-bottom: 1px solid #061EA4;
    text-align: center;
    padding:  .39rem .1rem;

}
.kc1 td img{ 
    margin: 0 auto;
    width: 3.3rem
}
.kc1 td img:hover{ 
    cursor: pointer;
}


.laoshi1{
    background: #072FB9;
    border-radius: 10px;
    border: 2px solid #01F3FD;
    display: flex;
    flex-wrap: wrap; justify-content: space-between;
    box-sizing: border-box; padding: .7rem .6rem 0;
    width: 93%;
    margin: 0 auto;

}
.laoshi  {
    display: flex;
    flex-wrap: wrap; justify-content: space-between;
}
.laoshi li{
    width: 100%; 
    height: 7.9rem; overflow: hidden;
    background: url(../images/laoshibg.png) no-repeat center top / 100% 100%;
    display: flex;
    flex-wrap: wrap; justify-content: space-between;
    box-sizing: border-box; font-size: .63rem; color: #fff;
     padding: .9rem .8rem 0;
     align-items: flex-start; margin-bottom: .7rem;
}
.laoshi li span{
    color: #01F3FD;
}
.laoshi li img{
    width: 4.2rem;
  
}
.laoshi dl{
    width: 12rem;
}
.laoshi dt{
    font-size: .79rem;
    padding-bottom: .3rem;
}