.navbar {
	padding: 1rem 1rem;
	background-color: #FFFFFF !important;
}
.navbar .container{
	max-width: 100%;
    padding: 0 3rem;
}
@media only screen and (max-width: 768px) {
	.navbar-brand{
		width: 70%;
	}
	.navbar-brand img{
		width: 100%;
    	height: auto;
	}
}

.card{
	border: none;
}
.more{
	padding:1rem 5rem;
    border-width: 1px;
    border: 1px solid #aaaaaa;
    color: #666666;
    font-size: .8rem;
}
.more-about{
	border-color: rgb(30, 130, 232);
    background-color: rgb(30, 130, 232);
    color: #ffffff;
}
.more-about:hover{
	color: #ffffff;
}
@media (min-width: 576px){
	.jumbotron{
		padding: 10rem 2rem;
	}
}
/*首页优势*/
.index-youshi{
	padding: 3rem 0;
}
.index-youshi .youshi-item{
	padding-top: 1rem;
	transition: all 0.3s ease-in-out;
	border-right: 1px solid rgba(239,239,239,1);;
}
.index-youshi .youshi-item:hover{
	transform: translateY(-1rem);
}
.index-youshi .youshi-t{
	font-size: 3rem;
}

.index-youshi .youshi-t i{
	font-size: 1rem;
	font-style: inherit;
}
.index-about{
	background-image: url(../images/index-about-bg.jpg);
	background-size: cover;
    background-attachment: fixed;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 1.1rem;
}
.index-about-bg{
	background-color: rgba(244,244,244,0.8);
}

.newlist {
	font-size: 1.3rem;
}
.newlist li{
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	transition: all 0.3s ease 0s;
	border-left: 2px solid #919191;
}
.newlist li:hover{
	border-left: 2px solid #1E82E8;
}
.newlist li .date{
	border-right: 1px solid #ccc;
}
.card-img-top{
	transition: all .3s ease-out 0s!important;
	 max-width: 100%;
    max-height: 100%;
}
.card:hover .card-img-top,.figure:hover .card-img-top{
	transform: scale(1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
   
}
.map-iframe{
	width: 100%;
	height: 200px;
	
}
/*招贤纳士*/
.job-item{
	width: 100%;
}
.job-title{
    font-size: 1.2rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.job-title-btn{
	position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #FFFFFF;
    width: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    margin-right: 1rem;
    cursor: pointer;
    background-color: #212529;
}
.job-title-btn.active{
	background-color: rgb(30, 130, 232);
}
.job-content{
	display: none;
}
.job-content.show{
	display: block;
}
/*关于我们二级导航*/
.subnav{
	border: 1px solid #eaeaea;
}
.subnav-item.active a{
	color: #1E82E8;
}
.subnav h3{
	width: 100%;
	line-height: 3rem;
	background-color:#1E82E8;
	font-size: 1.5rem;
	text-align: center;
	color: #ffffff;
	
}
.subnav li{
	padding: 10px 15px;
	border-bottom: 1px solid #eaeaea;
}
.subnav-item.active{
	border-left: 2px solid #1E82E8;
}
