@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.animated {
    -webkit-animation-duration:3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.header{
	width:100%;
	height:80px;
	padding: 0 30px;
	position:static;
}
.header .navbar_nav li a{
	color: #333;
}

.carousel-item h5{
    position: absolute;
    font-family: "Arial";
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 4px;
    left: 40%;
    top: 46%;
    z-index: 1;
}
.carousel-item p{
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 3px;
    left: 39.2%;
    top: 36%;
    z-index: 1;
}
.carousel-item .animated {
    -webkit-animation-duration:3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container .breadcrumb{
    padding-top: 20px;
    background-color:transparent;
}
.breadcrumb-item a{
    text-decoration: none;
    color: #333;
}
.breadcrumb-item a:hover{
    color: #e59619;
}

.title1{
    font-family: "Akzidenz-Grotesk BQ Extra Alt";
    font-size: 60px;
    color: #faeee1;
    text-align: center;
}
.title2{
    font-family: "思源黑体";
    font-size: 30px;
    color: #333;
    text-align: center;
}
.news{
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.news .row{
    padding-top: 1.5rem;
}
.date{
    font-size: 24px;
    color: #999;
}
.news_titel{
    font-size: 18px;
    color: #333;
    padding-top: 0.5rem;
    overflow: hidden;	
	white-space: nowrap;
	text-overflow: ellipsis;
}
.more{
    font-size: 24px;
    color: #999;
    padding-top: 1rem;
}
.news_con{
    font-size: 14px;
    color: #333;
    padding-top: 1.5rem;
    overflow: hidden;	
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lists{
    margin-top: 2rem;
}
.news3{
    padding-top: 3rem;
}
.container .row{
    margin-left: 0;
    margin-right: 0;
}
.news_img.card-img-top{
    width: 100%;
    height: auto;
    transition: all 0.6s;
}
.card-img-top:hover{
    transform: scale(1.04);
}
.lists a:hover{
    text-decoration: none;
}


@media only screen and (max-width: 1600px){

}
@media only screen and (max-width: 1440px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1300px){

}
@media (max-width: 1200px) and (min-width:1024px){

	
}
@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 1024px){

}
@media (max-width: 1024px) and (min-width:993px){

	
}
@media only screen and (max-width: 992px){
    .ma{
        text-align: left;
    }
    .words{
        text-align: center;
    }
}
@media only screen and (max-width: 767px){
    .ma{
        text-align: left;
    }
    .carousel-item h5{
        display: none;
    }
    .carousel-item p{
        display: none;
    }
    .date{
        font-size: 20px;
        padding-top: 0.3rem;
    }
}
@media only screen and (max-width: 340px){

}
@media only screen and (max-width: 320px){

}