/* 全局设置 */
body {
    background: #fff;   /*重置页面背景色*/
}

/* 导航动画开始 */
.sbanner {
    background-image: url(/home/images/smbanner4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
}

/*路径导览*/
.local {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d9d9;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    font-family: "microsoft yahei", Tahoma, Arial, Helvetica, sans-serif;
}
.local .leftto span {
    display: block;
    overflow: hidden;
}

.local .leftto span a {
    list-style: none;
    text-decoration: none;
}
/* 导航动画结束 */

/* 关于我们开始 */
/* about TabPage */
.tabs-box .tabs-menu {
    width: 100%;
    height: 48px;
    margin: 50px 0;
    float: left;
}
.tabs-box .tabs-menu ul {
    list-style: none;
    display: block;
}
.tabs-box .tabs-menu ul li {
    float: left;
    width: calc(100% / 6 - 3px);
    margin-right: 3px;
    list-style-type: none;
    list-style: none;
}
.tabs-box .tabs-menu ul li a {
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    color: #333;
    background: #f5f5f5;
    border: none;
    text-decoration: none;
    outline: none;
}
.tabs-box .tabs-menu ul li a:hover {
    background: #E97812;
    color: #fff;
}
.nav-pills .nav-link {
    border-radius: 0;
    padding: 0;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #E97812;
}

.tabs-box .tab-content {
    margin-bottom: 80px;
}

/* home TabCont */
.tab-content .home-cont img {
    max-width: 100%;
}

.tab-content .home-cont p {
    margin-top: 30px; padding-bottom: 30px; line-height: 1.8;
    font-size: 14px; color: #666;
}

/* contact TabCont */
.tab-content .contact-cont .info {
    float: left;
}

.tab-content .contact-cont .info h2 {
    width: 100%;
    font-size: 24px;
    color: #E97812;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.tab-content .contact-cont .info p {
    font-size: 18px;
    padding: 10px 0;
}

.tab-content .contact-cont .ditu {
    float: right;
    width: 50%;
    height: 400px;
    background-color: rgb(243, 241, 236);
}

/* proof TabCont */
.tab-content .proof-cont .card .card-body h5 {
    font-size: 24px;
    color: #E97812;
    font-weight: bold;
    text-align: center;
    padding: 0 0 10px 0;
}
.tab-content .proof-cont .card .card-body span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 5px 0;
}

.tab-content .proof-cont .title h4 {
    font-size: 24px;
    color: #666;
    margin: 0.3em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.tab-content .proof-cont .title2 h4 {
    font-size: 24px;
    color: #666;
    margin: 0.8em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

/* join TabCont */