@-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;
}
.product1 {
    text-align: center;
}
.product1 img{
    padding-top: 40px;
}
.con p{
    color: #666;
}
.con{
    margin-top: 2rem;
}
.product2 img{
    width: 100%;
    height: auto;
}
.one{
    background-color: #e59619;
    padding: 1.5rem .75rem;
    color: #fff;
}
.two{
    background-color: #e5e5e5;
    padding: 1.72rem .75rem;
}
.one a{
    text-decoration: none;
    color: #fff;
    padding-top: 1.2rem;
}
.two a{
    text-decoration: none;
    padding-top: 1.2rem;
    color: #666;
    text-align: right;
}
.one p,.two p{
    padding-top: 1.2rem; 
}
.two p{
    color: #ccc;
}
.one a:hover{
    color: #fff;
}
.two a:hover{
    color: #e59619;
}
.product3{
    display: none;
}
.right{
    text-align: right;
}
.box{
    margin-top: 2rem;
}

@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;
    }
    .product2{
        display: none;
    }
    .product2 img{
        text-align: center;
    }
    .carousel-item h5{
        display: none;
    }
    .carousel-item p{
        display: none;
    }
    .product1 img,.con img{
        width: 100%;
        height: auto;
    }
    
}
@media only screen and (max-width: 340px){
    .product2{
        display: none;
    }
    .products img{
        text-align: center;
    }
}
@media only screen and (max-width: 320px){

}