.navbar-nav>li>a{
    color: #fff;
}
.top-page .carousel-caption h1{
    color: #fff;
}
.top-page .carousel-caption-message{
    color: #fff;
}
.about-main{
	/* display: flex;
	flex-direction: row;
	justify-content: space-between; */
	padding: 100px 0;
}
.about-info{
    padding-right: 1%;
    /* width: 48%; */
}
.about-info p{
    margin-bottom: 40px;
}
.about-view{
    padding-left: 4%;
    /* width: 43%; */
}
.about-view-title{
    height: 80px;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 132px;
	background: url(../images/about/about-view-title.png) no-repeat 10px 20px;
}
.about-tag-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.about-tag-main{
    position: relative;
}
.about-tag{
    position: absolute;
    left: 0;
    transform: translateY(50%);
}
.about-tag div{
    color: #fff;
    font-size: .14rem;
    margin-left: .3rem;
}
.about-tag .about-tag-title{
    font-size: .2rem;
    margin-bottom: .2rem;
}
.about-img{
    width: 100%;
    height: auto;
}
.about-md-block{
    display: none;
}
.about-lg-block{
    display: block;
}
/* .about-view .about-img:nth-child(1){
    width: 33.33%;
    height: 80px;
    border: 1px solid #f00;
    background-size: cover;
}
.about-view .about-img:nth-child(2){
    width: 33.33%;
    border: 1px solid #000;
}
.about-view .about-img:nth-child(3){
    width: 33.33%;
    border: 1px solid yellow;
    background: url(../images/about/about-view-3.png) no-repeat 0 0;
} */
@media (max-width: 768px){
    .navbar-toggle .icon-bar{
		border: 1px solid #fff;
	}
    .is-sticky .navbar-toggle .icon-bar{
		border: 1px solid #000;
	}
    .about-main{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .about-tag div{
        color: #fff;
        font-size: 12px;
        margin-left: 12px;
    }
    .about-view-title-block{
        position: relative;
    }
    .about-view-title-sm{
        position: absolute;
        font-weight: bold;
        font-size: 29px;
        margin-bottom: 0px;
    }
    .about-view-img-sm{
        margin-top: 39px;
        width: 82%;
        margin-left: 12px;
    }
    .about-info p{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .about-tag .about-tag-title{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .about-md-block{
        display: block;
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .about-lg-block{
        display: none;
    }
    .about-view{
        padding-left: 0;
    }
}