#about_banner{
    background-image: url('../image/about_banner.png');
    background-position: 50% 1%;
    height: 6rem;
}
#about_banner .banner_title {
    text-align: center;
    vertical-align: middle;
    font-size: .32rem;
    padding-top: 2.5rem;
    line-height: .6rem;
    color: #000;
    font-weight: 600;
}
.bigTitle {
    font-size: .28rem;
    text-align: center;
    font-weight: 600;
    padding-bottom: .2rem;
    padding-top: 1rem;
}
.text_content{
    margin-top:0;
    padding: .7rem;
}

.text_content p{
    text-indent: .3rem;
    font-size: .14rem;
    line-height: .3rem;
}

.about_img {
    text-align: center;
    margin-top: .2rem;
}

.text_content ul{
    position: relative;
    font-size: 0;
}

.text_content ul li{
    width: 24.25%;
    position: relative;
    color: #FFF;
    float: left;
    margin-left: 1%;
    margin-top: .2rem;
}

.text_content ul li:nth-of-type(1){
    margin-left: 0 !important;
}

.img_title{
    position: absolute;
    bottom: 0;
    height: .4rem;
    text-align: center;
    width: 100%;
    line-height: .4rem;
    background-color: rgba(12, 89, 119, 0.7)
}

.fzlc{
    float: left;
    width: 100%;
    text-align: center;
}
.dsl{
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}
.dsl-img {
    display: block;
    width: 30rem !important;
}

.about_cc {
    width: 100%;
    background: -webkit-linear-gradient(135deg, #fdecfb, #e7fbff);
    background: -o-linear-gradient(135deg,#fdecfb, #e7fbff);
    background: -moz-linear-gradient(135deg,#fdecfb, #e7fbff);
    background: linear-gradient(135deg,#fdecfb, #e7fbff);
    padding-bottom: .9rem;
}

.about_c_title{
    font-size: .3rem;
    text-align: center;
    padding-top: .9rem;
    font-weight: 600;
}

#cc_list{
    font-size: 0;
    padding-left: .9rem;
    padding-right: .9rem;
    margin-top: .6rem;
    padding-bottom: .3rem;
}

#cc_list li{
    width:33.333%;
    padding:.2rem;
    text-align: left;
    float: left;
}

.cc_title {
    font-size: .38rem;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    border-bottom: .01rem #000 solid;
    text-align: left;
    padding-bottom: .25rem;
}

#cc_title-1{
    background-image:-webkit-linear-gradient(45deg, #89c6c2, #2660aa);
}

#cc_title-2 {
    background-image: -webkit-linear-gradient(45deg, #6804b5, #9b217a);
}

#cc_title-3 {
    background-image: -webkit-linear-gradient(45deg, #96b504, #21979b);
}

.cc_content{
    padding-top: .3rem;
    line-height: .3rem;
    letter-spacing: .01rem;
}