@charset "utf-8";
/* CSS Document */
body {
    position: relative;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 微软雅黑, Arial, sans-serif;
}
.vol-about-banner{
	width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: url(../images/about_us.jpg) center center no-repeat;
}
.tit-about{
	
	text-align: center;
	margin-top: 110px;
	
}

.tit-about h3{
	color: #fff;
	font-size: 44px;
	}
.tit-about p{
	color: #fff;
}

.tec-content{
	background-color:#f7f8fa;
	width: 100%;
}
.brand-card{
	border: 0;
}

.tec-content .container p{
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
	text-align: justify;
	
}

.brand-card img{
	width: 128px;
	height: 120px;
	margin: 0 auto;
}

.card-app .card-title{
	font-size: 16px;
	
}
.card-app .card-text{
	font-size: 14px;
	line-height: 22px;
	    color: #999;
}
.card-app .btn{
	font-size: 12px;
}

/* CSS 企业文化*/



.voc-work{
	width: 100%;
	background-image: linear-gradient(180deg,#f8fbff 0,#fff 95%);
	padding: 30px 0 70px;
}
.vol-about-cul{
	/* height: 800px;*/
	background: url("../images/about-wh.jpg") center center no-repeat;
	background-size: cover;
}

@media (min-width:1200px){
	.vol-about-cul{
		height: 1160px;
	}
	
}
.cul-item{
	background: #fff;
	padding:40px;
}

.media-icon img{
	width: 64px;
}
.vol-about-cul h2{
	padding-top:70px;
	padding-bottom: 40px;
}


.card-img-top[alt="Card image cap"]:hover{
	padding: 3px;
}

.nav-item a:hover {
    background-color: #d3ddf3;
}

/* 改造bt3*/
.full-container{
	background-color: #ebeff2;
}
.nav-pills .nav-link.active,.nav-pills .show > .nav-link{
    color: #fff;
    background-color: #007bff;
	padding: 20px 40px;
}

.nav > li > a {
		padding: 20px 40px !important;
}
.nav-pills > li > a {
    border-radius: 0px !important;
	font-size: 16px;
	padding: 20px 40px;
	color: #343a40;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    
    list-style: none;
}

.tec-content{
	padding-top: 50px;
	padding-bottom: 50px;
}

.tec-content .text-center{
	margin-bottom: 50px;
}


.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mr-3{
	margin-right: 30px;
}

.media-body h5{
	font-size: 18px;
}

.media-body p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}


.mb-5{
	margin-bottom: 30px;
}

@media (min-width: 576px){
.card-deck {
        display: flex;
    
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
	}


@media (min-width: 576px){
.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}
	}


.voc-work h2{
	padding:30px 0px;
}
.card {
    position: relative;
       display: flex;
       flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .065);
    border-radius: .25rem;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img, .card-img-bottom, .card-img-top {
 
    flex-shrink: 0;
    width: 100%;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-app .card-title {
    font-size: 16px;
}

.card-title {
    margin-bottom: .75rem;
}
.card-app .card-text {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}
.card-app .btn {
    font-size: 12px;
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff !important;
	background: #fff;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.vol-brand{
	padding:40px 0px 10px;
}
.brand-text{
	font-size: 16px;
	padding-bottom: 30px;
}
