.newbig {
    background: #0155E2;
}

body {
    background: #F1F1F1;
}

.dynamic-mian {
    width: 1210px;
    margin: auto;
}

.mic-gg {
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background: white;
    display: flex;
    margin: 30px auto;
}

.mic-gg p {
    width: 165px;
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    text-align: center;
    color: white;
    background: #199CDB;
}

.mic-gg span {
    font-size: 16px;
    color: #868686;
    padding-left: 30px;
}
.mic-gg a{
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mic-1 {
    display: flex;
    justify-content: space-between;
}

.mic-imgbox {
    width: 418px;
    position: relative;
}

.mic-imgbox img {
    width: 100%;
    max-height: 100%;
}

.mic-ol1 {
    position: absolute;
    bottom: 10px;
    right: 30px;
    display: flex;
}

.mic-ol1 li {
    width: 26px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 1px;
    background: #3A7FD7;
    font-size: 14px;
    color: white;
    margin-right: 10px;
}

.mic-box2 {
    width: 498px;
    background: white;
}

.micontop {
    display: flex;
    justify-content: space-between;
    margin: 18px 18px 10px 30px;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
    padding: 0 12px;
}

.micontop div {
    display: flex;
    width: 125px;
    height: 38px;
    line-height: 38px;
    padding-bottom: 5px;
}

.micontop span {
    width: 36px;
    height: 38px;
    display: inline-block;
    background: none;
    font-size: 24px;
    color: #423F40;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
}

.micontop .color-s {
    width: 36px;
    height: 38px;
    display: inline-block;
    background: #F7AA35;
    font-size: 24px;
    color: white;
    text-align: center;
    line-height: 38px;
}

.micontop hr {
    position: absolute;
    border-top: 2px solid #F7AA36;
    width: 155px;
    left: 0;
    bottom: -12px;
}

.micontop p {
    color: #6F706D;
    font-size: 18px;
}

.micontop .color-act {
    color: #4F89D0;
}

.mic-box3 {
    width: 285px;
    background: white;
}

.mictop-us {
    display: flex;
    margin: 20px 25px 0 12px;
    border-bottom: 1px solid #E2E2E2;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
}

.mictop-us img {
    width: 52px;
    height: 42px;
    margin-right: 10px;
}

.mictop-us span {
    font-size: 20px;
    color: #6F706D;
    text-shadow: 0px 0px 1px #949592;
}

.mictop-us hr {
    position: absolute;
    border-top: 2px solid #F7AA36;
    width: 92px;
    left: 0;
    bottom: -12px;
}

.mic-ulbox {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 20px;
}

.mic-ulbox li {
    width: 122px;
    margin: auto;
    height: 106px;
}

.mic-ulbox li:nth-of-type(1) {
    border-right: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
}

.mic-ulbox li:nth-of-type(2) {
    border-bottom: 1px solid #E2E2E2;
}

.mic-ulbox li:nth-of-type(4) {
    border-left: 1px solid #E2E2E2;
}

.mic-ulbox img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
}

.mic-ulbox p {
    text-align: center;
    color: #8A8B88;
    font-size: 16px;
}

.mic-ulbox li:nth-of-type(3) img, .mic-ulbox li:nth-of-type(4) img {
    margin-top: 20px;
    margin-bottom: 5px;
}

.olmic-o li {
    display: flex;
    justify-content: space-between;
    padding: 0 4px 0 12px;
    border-bottom: 1px dotted #939491;
    margin: 12px 18px 10px 30px;
    padding-bottom: 10px;
    color: #939491;
    font-size: 15px;
}
.olmic-o li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.olimic-l {
    display: flex;
    align-items: center;
}

.olimic-l span {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #39B2B4;
    margin-right: 10px;
}

.mic-timg {
    border-radius: 5px;
    margin: 20px auto;
}

.mic-timg img {
    width: 100%;
}

.mian-about {
    background: white;
    padding-bottom: 20px;
}

.about-l {
    width: 558px;
    margin: 48px 92px 0px 10px;
}

.about-we {
    display: flex;
    margin-bottom: 40px;
    align-items: baseline;
    margin-left: 10px;
}

.about-we p {
    font-size: 38px;
    color: #6E6F6C;
}

.about-we span {
    font-size: 32px;
    color: #199CDB;
    margin-left: 20px;
}

.about-con {
    line-height: 35px;
    font-size: 20px;
    color: #8F8E8E;
    text-indent: 2em;
}

.about-r {
    width: 450px;
    margin-top: 68px;
}

.about-r img {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.more-btn {
    width: 140px;
    height: 48px;
    background: #199CDB;
    text-align: center;
    line-height: 48px;
    color: white;
    font-size: 34px;
    border-radius: 3px;
    display: block;
    margin-left: 325px;
    margin-top: 26px;
}

.mian-chanp {
    background: white;
    padding-bottom: 50px;
}

.chanp-top {
    margin-top: 24px;
}

.chanp-top p {
    text-align: center;
}

.top-tilte {
    font-size: 46px;
    padding-top: 24px;
}

.product-p {
    font-size: 18px;
}

.chanp-top hr {
    width: 70px;
    border-top: 4px solid #199CDB;
    margin: auto;
}

.PC-nav {
    display: flex;
    justify-content: space-between;
    margin: 54px 54px 28px;
}

.PC-nav div {
    font-size: 20px;
    width: 180px;
    /* height: 52px; */
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #C1C1C1;
    text-align: center;
    position: relative;
    display: flex;
}

.PC-nav div:last-child {
    border: none;
}

.PC-nav div img {
    display: none;
}

.PC-nav div p {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.PC-nav .nav-t p {
    z-index: 1;
    position: relative;
    color: white;
    line-height: 25px;
    font-size: 18px;
}

.PC-nav .nav-t img {
    display: block;
    width: 162px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -81px;
    top: 50%;
    margin-top: -25px;
}

.liston-ul {
    display: flex;
    justify-content: space-between;
}

.liston-ul li {
    width: 400px;
}

.produc-img {
}

.produc-img img {
    width: 100%;
    max-height: 100%;
}

.produc-img p {
    text-align: center;
    font-size: 20px;
    color: #575757;
    margin-top: 15px;
}

.infor-lan {
    display: flex;
    justify-content: space-between;
}

.lan-view {
    width: 398px;
    height: 100%;
    background: white;
}

.lan-view .color-act {
    color: #D2D3D0;
}

.lan-view .micontop div {
    width: unset;
    color: #929292;
    font-size: 14px;
}

.lan-view .olmic-o li {
    margin: 10px;
}

.lan-view .micontop {
    margin: 10px;
}

.lan-view .micontop .color-act {
    color: #929292;
    width: 120px;
    text-align: center;
}

.lan-view .micontop hr {
    width: 140px;
}

.lan-view .olimic-l span {
    width: 8px;
    height: 8px;
}

.lan-view .olmic-o li {
    border-bottom: 1px solid #E0E0E0;
}

.lan-view .olmic-o li:last-child {
    border: none;
}

.indution-g {
    margin: 10px auto;
}

.indution-g img {
    width: 100%;
}

.til-2 {
    margin-bottom: 45px;
}

.til-3 {
    margin: 45px auto;
}

.mingren-ul {
    display: flex;
    justify-content: space-between;
}

.mingren-ul li {
    width: 220px;
    position: relative;
}

.mingren-ul li img {
   /*height: 100%;*/
   height: 318px;
}

.mingren-ul li p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 48px;
    background: rgba(51, 107, 175, 0.6);
    color: white;
    font-size: .3rem;
    line-height: 48px
}

.til-3 hr {
    border-top: 3px solid #336BAF;
}

.til-4 {
    margin: 70px auto 54px;
}

.til-4 hr {
    width: 56px;
    /* border-bottom: 2px solid #336BAF; */
}

.Vip-tab {
    background: white;
}

.Vip-tab ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 46px;
}

.vip-ul1 li {
    width: 240px;
    height: 150px;
    border-bottom: 2px dotted #DEDEDE;
    border-right: 2px dotted #DEDEDE;
    text-align: center;
}

.vip-ul1 li:last-child, .vip-ul1 li:nth-last-child(6) {
    border-right: none;
}

.vip-ul1 li img {
    margin: auto;
    position: relative;
    top: 50%;
}

.vip-ul1 li:nth-of-type(1) img, .vip-ul1 li:nth-of-type(3) img, .vip-ul1 li:nth-of-type(5) img {
    height: 62px;
    margin-top: -31px;
}

.vip-ul1 li:nth-of-type(2) img {
    height: 76px;
    margin-top: -38px;
}

.vip-ul1 li:nth-of-type(4) img {
    height: 118px;
    margin-top: -59px;
}

.vip-ul1 li:nth-of-type(6) img {
    height: 46px;
    margin-top: -23px;
}

.vip-ul1 li:nth-of-type(7) img, .vip-ul1 li:nth-of-type(8) img {
    height: 80px;
    margin-top: -40px;
}

.vip-ul1 li:nth-of-type(9) img {
    height: 56px;
    margin-top: -28px;
}

.vip-ul1 li:nth-of-type(10) img {
    height: 100px;
    margin-top: -50px;
}
.top-a{
    display: flex;
}

/* 小屏幕（平板，大于等于 768px） */

@media (max-width: 768px) {
    body{
        background: #F1F1F1;
    }
    .mic-gg p{
        /* width: auto; */
        padding: 0 .2rem;
        font-size: 0.3rem;
    }
    .mic-gg span{
        padding-left: .2rem;
    font-size: .2rem;
    }
    .mic-1{
        display: block;
    }
    .mic-imgbox,.mic-box2,.mic-box3{
        width: 100%;
    }
    .top-a{
        display: block;
    }
    .about-l{
        width: 100%;
        margin: .6rem auto .3rem;
    }
    .about-we{
        margin-bottom: .4rem;
        padding-top: .3rem;
    }
    .about-we p{
        font-size: .5rem;
    }
    .about-we span{
        font-size: .5rem;
    }
    .about-con{
        font-size: .3rem;
        line-height: 0.6rem;
        padding: 0 .2rem;
    }
    .about-r{
        width: 100%;
    }
    .more-btn{
        margin: auto;
        width: 3rem;
        margin-top: .4rem;
        font-size: .5rem;
    }
    .PC-nav div {
        font-size: .2rem;
        width: 1.8rem;
    }
    .PC-nav{
        margin: .3rem .1rem .2rem;
    }
    .liston-ul li{
        width: 32%;
    }
    .til-2 {
        margin-bottom: .4rem;
    }
    .chanp-top p{
        font-size: .35rem;
    }
    .infor-lan{
        display: block;
    }
    .lan-view{
        width: 100%;
    }
    .mingren-ul{
        justify-content: unset;
        flex-wrap: wrap;
    }
    .mingren-ul li {
        width: 30%;
        margin-right: 3%;
        margin-bottom: .2rem;
    }
    .dynamic-mian{
        width: 100%;
    }
    .mingren-ul li img{
        height: auto;
        width: 100%;
    }

    .micontop hr{
        width: 2rem;
    }
    .micontop{
        margin: .2rem .1rem .1rem .3rem;
    }
    .micontop div{
        width: auto;
        padding: .2rem 0;
        line-height: unset;
    }
    .micontop .color-s,.micontop span{
        width: .7rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .34rem;
    }
    .micontop p{
        font-size: .3rem;
        line-height: 38px;
    }
    .olimic-l{
        width: 72%;
    }
    .mictop-us{
        padding: .4rem 0;
    }
    .mic-ulbox li{
        width: 49.7%;
        height: auto;
        padding-bottom: .4rem;
    }
    .about-r{
        margin-top: .4rem;
    }
    .PC-nav .nav-t p,.PC-nav div p{
        font-size: .2rem;
    }
    .PC-nav .nav-t img{
        margin: 0;
        height: .7rem;
        transform: translate(-50%,-50%);
    }
    .produc-img p{
        font-size: .3rem;
    }
    .til-4{
        margin: .6rem auto .3rem;
    }
    .vip-ul1 li{
        width: 49%;
    }
    .vip-ul1 li:nth-last-child(6){
        border-right: 2px dotted #DEDEDE;
    }

    .d-carousel{
        height: 5rem !important;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: 769px) and (max-width: 1228px) {
    .dynamic-mian{
        width: 96%;
    }
    .mic-1 {
        flex-wrap: wrap;
    }
    .mic-imgbox{
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
    .mic-box2{
        width: 50%;
    }
    .mic-box3{
        width: 49%;
    }
    .mic-ulbox li{
        width: 24%;
    }
    .mic-ulbox li:nth-of-type(1){
        border-right: 0;
    }
    .mic-ulbox li:nth-of-type(3){
        border-bottom: 1px solid #E2E2E2;
    }
    .mic-ulbox li:nth-of-type(4){
        border-left: 0;
        border-bottom: 1px solid #E2E2E2;
    }
    .mic-ulbox li:nth-of-type(3) img, .mic-ulbox li:nth-of-type(4) img{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .mic-ulbox p{
        font-size: 15px;
    }
    .micontop{
        margin: 18px 8px 10px 20px;
        padding: 0 6px;
    }
    .micontop div{
        width: auto;
    }
    .micontop .color-s,.micontop span{
        width: 30px;
        height: 35px;
        margin-right: 5px;
        line-height: 35px;
    }
    .micontop p{
        font-size: 16px;
    }
    .olmic-o li{
        margin: 18px 8px 10px 20px;
        padding: 0 4px 0 8px;
    }
    .olimic-l{
        width: 75%;
    }
    /* .lan-view li a{
        display: flex;
        justify-content: space-between;
    } */
    .micontop hr{
        width: 105px;
    }
    .top-a{
        justify-content: space-between;
    }
    .about-l{
        width: 64%;
        margin: 5% 5% 0px 2%;
        margin-right: 0;
        padding-right: 16px;
    }
    .about-we{
        margin-bottom: 20px;
    }
    .about-we p{
        font-size: 32px;
    }
    .about-con{
        font-size: 18px;
    }
    .more-btn{
        margin-top: 20px;
    }
    .about-r{
        width: 30%;
        margin-top: 5%;
        margin-right: 10px;
        min-width: 300px;
    }
    .chanp-top p{
        font-size: 36px;
        padding-top: 14px;
    }
    .PC-nav{
        margin: 34px 4% 28px;
    }
    .PC-nav .nav-t img{
        width: 90%;
        transform: translateX(-50%);
        margin-left:unset;
    }
    .liston-ul li{
        width: 33%;
    }
    .mian-chanp{
        padding-bottom: 32px;
    }
    .infor-lan{
        flex-wrap: wrap;
    }
    .lan-view{
        width: 49%;
        height: 100%;
        margin-bottom: 20px;
    }
    .indution-g{
        margin-top: 0;
    }
    .mingren-ul{
        flex-wrap: wrap;
        justify-content: unset;
    }
    .mingren-ul li{
        width: 22%;
        margin-left: 3%;
        margin-bottom: 15px;
    }
    .mingren-ul li img{
        width: 100%;
    }
    .til-4{
        margin: 60px auto 24px;
    }
    .vip-ul1 li{
        width: 19%;
        height: 158px;
    }
    .vip-ul1 li img{
        height: auto !important;
        width: 90% !important;
    }
    .d-carousel{
        height: 300px !important;
    }
    
}
@media (min-width: 994px) and (max-width: 1228px) {
    .vip-ul1 li{
        height: 228px;
    }
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1229px) {

}


