/* é¦–é¡µCSSæ ·å¼ start */

/* nav */
.UBH-logo {
    padding: 0 15px 0 0!important;
}
.navbar-index .navbar-brand > img {
    height: 52px;
    margin-top: 8px;
}
.navbar-index .grass-color {
    color: #fff;
}

.navbar-index {
  background-color: transparent;
  border-color: transparent;
}
.navbar-index .navbar-brand {
  color: #fff;
}
.navbar-index .navbar-brand:hover,
.navbar-index .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-index .navbar-text {
  color: #fff;
}
.navbar-index .navbar-nav > li > a {
  color: #fff;
}
.navbar-index .navbar-nav > li > a:hover,
.navbar-index .navbar-nav > li > a:focus {
  color: #eee;
  background-color: transparent;
}
.navbar-index .navbar-nav > .active > a,
.navbar-index .navbar-nav > .active > a:hover,
.navbar-index .navbar-nav > .active > a:focus {
  color: #fff;
  border-bottom: 2px solid #d3f7db;
}
.navbar-index .navbar-nav > .disabled > a,
.navbar-index .navbar-nav > .disabled > a:hover,
.navbar-index .navbar-nav > .disabled > a:focus {
    color: #fff;
}
.navbar-index .navbar-toggle {
  border-color: #fff;
}
.navbar-index .navbar-toggle:hover,
.navbar-index .navbar-toggle:focus {
}
.navbar-index .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-index .navbar-collapse,
.navbar-index .navbar-form {
  border-color: #fff;
}
.navbar-index .navbar-nav > .open > a,
.navbar-index .navbar-nav > .open > a:hover,
.navbar-index .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: transparent;
}

/* section */
.index-section {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    color: #0c933e;
    font-weight: bold;
}
.section-subtitle {
    text-align: center;
}

.section-01 {
    padding-top: 0;
    background: url("../images/main_background.jpg") 100% 0 no-repeat;
    height: 610px;
}

.section-01 .left-box, .section-01 .right-box {
    height: 560px;
    margin-top: -22px;
}
.section-01 .left-img {
    position: absolute;
    left: 5%;
    bottom: 30%;
    width: 90%;
}
.section-01 .right-img {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 90%;
}
.section-01 .btns {
    position: absolute;
    bottom: 10%;
    width: 80%;
    text-align: center;
}
.section-01 .btn-index-signup {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 20px;
    margin: 10px 20px 0 0;
    padding: 15px 30px;
}

.section-02 {
   background-color: #EDEDED;
}
.section-02 .left-img {
    width: 100%;
    height: auto;
}

.section-03 {
   background-color: white;
}
.section-03 .right-img {
    width: 100%;
    height: auto;
}

.section-04 {
   background-color: #EDEDED;
}

.section-05 {
   background-color: white;
}
.section-06 {
    background-color: #EDEDED;
    padding: 100px 0;
}
.section-06 .section-images-box {
    text-align: center;
}

.section-06 .section-divider {
    float:left;
    height: 200px;
    margin-left: -1px;
    margin-top: 20px;
    width: 1px;
    background-color: #cacaca;
}

.section-07 {
    background-color: #25bb6f;
    padding: 50px 0;
    text-align: left;
    color:white;
}
.section-07 .footer-left {
    padding-top: 20px;
}
.section-07 .footer-left a {
    padding-right: 10px;
    color:white;
    font-weight: bold;
}
.section-07 .footer-left .copyright {
    margin-top: 10px;
}
.section-07 .wechat-qrcode {
    text-align: right;
}



/* åˆ—è¡¨ */
.list-display{
    margin-top: 10%;
}
.list-display .main-title{
    font-family: "PingFang SC","Microsoft YaHei","å¾®è½¯é›…é»‘", "SimHei","é»‘ä½“", serif;
    color: #0c933e;
}
.list-display .sub-title{
    font-family: "PingFang SC","Microsoft YaHei","å¾®è½¯é›…é»‘", "SimHei","é»‘ä½“", serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.list-display .list-content{
    margin-top: 20px;
}
.list-display .list-content .list-item{
    margin-top: 12px;
    clear:both;
}
.list-display .list-content .list-item i{
    display: table-cell;
    vertical-align: middle;
    color: #0c933e;
    font-size: 40px;
    width: 40px;
}
.list-display .list-content .list-item span{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;

    font-size: 20px;
    color:#747474;

}

/* media-box */
.media-box {
    margin-top: 30px;
    text-align: center;
}
.media-box .icon {
    font-size: 64px;
    color: #0c933e;
}
.media-box .title {
}
.media-box .content {
    font-size: 20px;
    color:#747474;
}


/* è‡ªé€‚åº” */
@media (max-width: 1200px)
{
    .section-01 .btns {
        width: 100%;
    }
}
@media (max-width: 992px)
{   .index-section {
        padding: 20px 0;
    }
    .section-01 {
        padding: 0;
    }
    .section-01 .left-box {
        height: 500px;
    }
    .section-01 .right-box {
        display: none;
    }
    .section-06 .section-divider {
        display: none;
    }
}
@media (max-width: 768px)
{
    .index-section {
        padding: 15px 0;
    }
    .section-01 {
        padding: 0;
    }
    .section-07 .footer-left {
        text-align: center;
    }
    .section-07 .wechat-qrcode {
        padding: 10px 0 ;
        text-align: center;
    }
    .list-display .list-content .list-item span{
        font-size: 16px;

    }
    .media-box .content {
        font-size: 16px;
    }

}
@media (max-width: 640px)
{
    .index-section {
        padding: 10px 0;
    }
    .section-01 {
        padding: 0;
        height: 480px
    }
    .section-01 .left-box {
        height: 400px;
    }
    .section-01 .left-img {
        bottom: 30%;
    }
    .section-01 .btns {
        bottom: 5%;
    }

}
@media (max-width: 420px)
{
    .section-01 .left-img {
        bottom: 50%;
    }
}

.serve-phone {
    color: #fff;
}
.serve-phone > li {
    height: 52px;
}
.serve-phone > li > span {
    display: block;
    font-size: 12px;
    text-align: right;
}
.serve-phone .phone-num {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
}
.serve-phone .icon-tel {
    width: 36px;
    margin-top: 8px;
    margin-right: 10px;
}
/* é¦–é¡µCSSæ ·å¼ end */