﻿header .header {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    line-height: 0;
    height: 1.1rem;
    line-height: 1.1rem;
}

header .lan {
    margin: 0 10px;
    font-size: 0.36rem;
    width: 0.55rem;
}

    header .lan a {
        color: #4e4e4e;
    }

header .m-search {
    display: block;
    margin: 0 10px;
    width: 0.55rem;
}

    header .m-search a {
        display: block;
        padding: 8px;
    }

    header .m-search .weui-icon-search {
        font-size: 24px;
        line-height: 1;
        color: #4e4e4e;
    }

header .logo img {
    height: 0.73rem;
}

.container {
    min-height: calc(100vh - 105px - 48px);
    overflow: hidden;
}

.swiper-pagination-bullet {
    border-radius: 0;
    background: #fff;
    width: 0.48rem;
    height: 0.08rem;
    opacity: 0.8;
    border-radius: 0.08rem;
}

.swiper-pagination-bullet-active {
    background: #005bac;
}

.common-title .title {
    display: flex;
    align-items: center;
}

    .common-title .title h2 {
        color: #005bac;
        font-weight: bold;
        font-size: 0.5rem;
        display: inline-block;
        padding-right: 0.25rem;
        position: relative;
        padding-left: 0.2rem;
    }

        .common-title .title h2:after {
            content: '';
            width: 3px;
            height: 0.4rem;
            position: absolute;
            background: #005bac;
            left: 0;
            top: 50%;
            margin-top: -0.2rem;
        }

    .common-title .title .tips {
        color: #323233;
        display: inline-block;
        padding-left: 0.2rem;
        position: relative;
    }
    .common-title .title .tips:after {
            content: '';
            width: 1px;
            height: 0.4rem;
            position: absolute;
            background: #bfbfbf;
            left: 0;
            top: 50%;
            margin-top: -0.2rem;
        }
.r-product {
    background: #fff;
    padding: 0.2rem 0.15rem;
}
.r-product 
.title{
    padding-left:0.1rem;
}
    .catelist * {
        box-sizing: border-box;
    }

.catelist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
}

    .catelist a {
        width: 50%;
        padding: 0 0.1rem;
        position: relative;
        margin-bottom:0.2rem;
    }

        .catelist .item p {
            position: absolute;
            color: #fff;
            bottom: 0;
            left: 0;
            padding: 0.3rem;
            font-size: 0.16rem;
            font-weight: bold;
        }

        .catelist .item img {
            width: 100%;
        }
.i-about {
    background: #e7e7e7 url(../images/k.png) no-repeat right bottom;
    padding: 0.5rem 0.25rem;
    background-size: 40% auto;
}

    .i-about .des {
        font-size: 0.16rem;
        color: #323233;
        padding: 0.2rem 0;
    }

        .i-about .des p, .youshi ul p {
            font-size: 0.24rem;
            line-height: 1.8;
        }
  .company{margin-top: 0.2rem;padding-left: 0.1rem;}
  .company *{box-sizing: border-box;}
  .company ul{display: flex;flex-wrap:wrap;}
  .company ul li{width: 50%;color: #cacbcb;margin: 0.1rem 0;}
  .company ul li .p_number{font-size: 0.5rem;color: #005bac; font-weight: bold;position: relative;display:inline-block;font-family: SimSun,sans-serif;}
  .company ul li p .member{font-size: 0.5rem;}
  .company ul li p .jia{position: absolute;    top: -0.1rem;
    right: -0.3rem;}
  .company ul li .title{font-size: 0.28rem;font-weight: normal;padding-top: 0.1rem;color: #666666;}

  .i-about .more{text-align: left;margin-top: 0.5rem;margin-left:0.1rem;}
  .i-about .more a{display:inline-block;text-align: center;border: 1px solid #bfbfbf; color: #005bac;padding: 0.1rem 0.3rem;border-radius: 5px;font-size: 0.26rem;}
  .youshi{padding: 0.2rem 0.25rem;background: #fff;}
  
    .youshi ul {
        padding-top: 0.4rem;
    }
.youshi ul li{padding-left: 1.1rem;margin-bottom: 0.2rem;}
.youshi ul li b{color: #005bac;font-weight: normal;}
.youshi ul li h2{padding-bottom: 0.25rem;}
.youshi ul li.one{background: url(../images/edu.png) no-repeat left top;background-size: 0.9rem auto;}
.youshi ul li.two{background: url(../images/cer.png) no-repeat left top;background-size: 0.8rem auto;}
.youshi ul li.three{background: url(../images/q.png) no-repeat left top;background-size: 0.8rem auto;}
.youshi ul li.four{background: url(../images/s.png) no-repeat left top;background-size: 0.9rem auto;}
  .link-box{padding: 0.6rem 0.25rem; background: #005bac;}
  .link-box h2{color: #fff;font-weight: bold;font-size: 0.5rem;display: inline-block;padding-right: 0.25rem; position: relative;padding-left:0.2rem;}
    .link-box h2:after {
        content:'';
        position:absolute;
        left:0;
        top:50%;
        margin-top:-0.2rem;
        width:3px;
        background:#fff;
        height:0.4rem;

    }
  .link-box p{font-size: 0.24rem;color: #fff;line-height: 0.56rem;}
  .link-box .tips{margin: 0.2rem 0;}
  .link-box .linkinfo{border-top: 1px solid #fff;padding-top: 0.2rem;}
  .link-box  b{font-size: 0.28rem;}
  .link-box .address{margin-top: 0.2rem;}