@-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;
}
.product{
    text-align: center;
    padding-top: 2rem;
    width: 80%;
}
.product_img{
    box-shadow: 0 2px 2px #e5e5e5;
}
.bk{
    color: #333;
    margin-left: 7.5rem;
    margin-right: 7.5rem;
}
.bk .title{
    font-size: 18px;
    padding-top: 1rem;
    text-decoration: none;
}
.product a:hover{
    text-decoration: none;
}
.word{
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 1600px){
    .bk{
        margin-left: 0;
        margin-right: 0;
    }
}
@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;
    }
    .bk{
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px){
    .ma{
        text-align: left;
    }
    .carousel-item h5{
        display: none;
    }
    .carousel-item p{
        display: none;
    }
    .bk{
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (max-width: 340px){

}
@media only screen and (max-width: 320px){

}