/*公共 开始*/
.container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.container1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.clearfix::after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.c-title {
    text-align: center;
    /*margin-top: 100px;*/
    margin-bottom: 40px;
}
.c-title line {
    background: #ED6B22;
    height: 3px;
    width: 120px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.c-title .c-title-z {
    position: relative;
    z-index: 5;
    font-size: 2rem;
    color: #000000;
}
.c-title .c-title-line {
    /*background: url(c_title_line.png) no-repeat bottom center;*/
}
.c-title .c-title-e {
    font-size: 60px;
    line-height: 1;
    color: #eeeeee;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-top: -45px;
    margin-bottom: 10px;
    display: none;
}
.c-title .c-des {
    font-size: 1.2rem;
    color: #000;
}
.index-background {
    padding: 50px 0;
}
.index-background1 {
    padding: 50px 0;
    background: #f5f8ff;
}
.plc {
    margin: 20px auto;
}
.p102-curmbs-1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #0d50be;
    padding: 0 10px;
}
.p102-curmbs-1 b {
    font-weight: normal;
    padding-left: 35px;
    background: url(/static/image/p102-curmbs-icon1.png) no-repeat left center;
}
.p102-curmbs-1 a {
    color: #0d50be;
}
.p102-curmbs-1 span {
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}
.p102-curmbs-1 i {
    font-style: normal;
}
/*公共 结束*/
@media (max-width: 1000px){
    .c-title .c-title-z {
        font-size: 1.2rem;
    }
    .c-title .c-title-e {
        font-size: 30px;
    }
    .c-title .c-des {
        font-size: 0.8rem;
        display: none;
    }
    .c-title line {
        width: 50px;
        margin-top: 5px;
    }
    .index-background {
        padding: 40px 0 0;
    }
    .index-background1 {
        padding: 40px 0 0;
    }
}
