.probootstrap-cell .title {
    color: #000;
    font-size: 18px;
    font-family: '黑体';
}

.probootstrap-cell .myCount {
    padding: 0;
    margin: 30px auto;
    width: 100%;
    height: 9%;
}

.partner .probootstrap-cell {
    background-color: transparent;
}

.partner .gx-title {
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #0080d1;
    padding: 10px;
}

.column-first {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.column-second {
    font-size: 20px;
    margin-bottom: 15px;
}

.strengths {
    width: 250px;
    margin: 0 auto;
    border: solid #0e90e4 1px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.strengths img {
    margin: 40px;
    width: 100px;
    height: 100px;
}

.strengths .img {
    background-size: 100px 100px;
    margin: 40px auto;
    width: 100px;
    height: 100px;
}

.strengths .img-team {
    /*background-image: url(../img/icon/team-default.png);*/
    width: 128px; height: 128px;
    background: url(../img/icon/css_sprites.png) -158px -10px;
}

.strengths .img-security {
    /*background-image: url(../img/icon/security-default.png);*/
    width: 128px; height: 128px;
    background: url(../img/icon/css_sprites.png) -158px -158px;
}

.strengths .img-services {
    /*background-image: url(../img/icon/services-default.png);*/
    width: 128px; height: 128px;
    background: url(../img/icon/css_sprites.png) -306px -158px;
}

.strengths p:first-of-type {
    margin-bottom: 10px;
}

.strengths p {
    font-size: 20px;
    font-family: '黑体';
    color: #000;
}

.strengths:hover {
    background-color: #0e90e4;
}

.strengths:hover .img-team {
    /*background-image: url(../img/icon/team.png);*/
    width: 128px; height: 128px;
    background: url(../img/icon/css_sprites.png) -10px -10px;
}

.strengths:hover .img-security {
    /*background-image: url(../img/icon/security.png);*/
    width: 128px; height: 128px;
    background: url(../img/icon/css_sprites.png) -10px -158px;
}

.strengths:hover .img-services {
    /*background-image: url(../img/icon/services.png);*/
    width: 128px; height: 128px;
    background: url(../img/icon/css_sprites.png) -306px -10px;
}

.strengths:hover p {
    color: #fff;
}


.mr-top15 {
    margin-top: 15px;
}

.mb5 {
    margin-bottom: 5px;
}

.exhibition {
    height: 350px;
}

.exhibition .col-md-6 {
    padding: 0;
    height: 100%;
}

.exhibition img {
    height: 100%;
    width: 100%;
}

.btn {
    border-radius: 5px;
}

.btn-white {
    border: 1px solid #fff;
    color: #fff;
}

.exhibition .content {
    background-color: #08843c;
    padding: 5% 10%;
    color: #fff;
}

.content .content-first {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    /*color: #fff;*/
    font-weight: 100;
}

.content .content-second {
    font-size: 20px;
    margin-bottom: 15px;
    opacity: 0.5;
}

.probootstrap-copyright a {
    color: rgba(255, 255, 255, 0.6);
}


.slides li {
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
}
