@-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: 31%;
    top: 46%;
    z-index: 1;
}
.carousel-item p{
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 3px;
    left: 36%;
    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;
}
.title{
    margin-top: 2rem;
}
.title h5{
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.title .time{
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.content p{
    color: #666666;
    font-size: 14px; 
}
.title .news_img{
    text-align: center;
    margin: 2rem auto;
}
.news_img img{
    cursor: pointer;
    transition: all 0.6s;
    border-radius: 2px;
    margin:0 auto;
}
.news_img img:hover{
    transform: scale(1.04);
}
.words{
    color: #666;
}


@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;
    }
}
@media only screen and (max-width: 767px){
    .ma{
        text-align: left;
    }
    .news_img img{
        width: 100%;
        height: auto;
    }
    .carousel-item h5{
        display: none;
    }
    .carousel-item p{
        display: none;
    }
    .title h5{
        font-size: 20px;
    }
}
@media only screen and (max-width: 340px){

}
@media only screen and (max-width: 320px){

}