@-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;
}
.introduction{
    color: #999;
    text-align: center;
    padding-top: 40px;
}
.con{
    padding-top: 3rem;
}
.one img{
    width: 100%;
    height: auto;
}
.title{
    font-size: 20px;
    color: #333;
    padding-top: 2rem;
}
.one p{
    color: #999;
}
.xian{
    width: 30px;
    height: 2px;
    background-color: #999;
    margin-top: 1rem;
}
.center{
    text-align: center;
}
.words{
    padding-top: 1rem;
}
.three p{
    margin-bottom: 0.5rem;
    color: #999;
}

@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;
    }
    .three img{
        width: 100%;
        height: auto;
    }
    .one p{
        font-size: 14px;
    }
    .three p{
        padding-top: .75rem;
    }
}
@media only screen and (max-width: 767px){
    .ma{
        text-align: left;
    }
    .con{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .carousel-item h5{
        display: none;
    }
    .carousel-item p{
        display: none;
    }
    .center{
        display: none;
    }
    .three img{
        padding-top: 1rem;
        width: 90%;
        height: auto;
    }
}
@media only screen and (max-width: 340px){
    .con{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media only screen and (max-width: 320px){

}