*{
	margin: 0;padding: 0;border:0;box-sizing: border-box;
}
html,body{
    position: relative;
	font-size:12px;color:#333;font-family:"微软雅黑",Arial, Helvetica, sans-serif;background-color: #FFFFFF;max-width: 1920px;margin: 0 auto;height: 100%;
}
ul li{
	list-style:none;
}
img{
	border:0; vertical-align:top;width:100%;
}
textarea:focus,
input:focus { 
	outline: none; 
}
a{
	text-decoration:none;color:#333;
}
a:hover{
	text-decoration:none;
}
.wrap{
	width:90%;margin:0 auto;
}
.w1200{
	width:1200px; margin:0 auto;
}
.fl{
	float:left;	
}
.fr{
	float:right;	
}
.clearfix:after{
	content:"."; display:block; height:0; clear:both; visibility:hidden;
}
.en{
	text-transform: uppercase;
} 
.page{
	padding:20px 0;font-size: 16px;line-height: 33px;display: flex;
	justify-content: center;
}
.page ul li{
	float: left;margin:0 5px;
}
.page ul li a{
	border:1px solid #c1c1c1;padding:5px 10px;
	background: #fcfcfc;color:#7f7f7f;
}
.page ul li a:hover{
	background: #004898;color:#fff;
	border-color:#004898;
}
.page ul li span{
	border:1px solid #c1c1c1;padding:5px 10px;
	background: #fcfcfc;color:#7f7f7f;
}
.page ul li.active span{
	background: #004898;color:#fff;border-color:#004898;
}

/*自动隐藏文字*/
.aui-ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.banner-container .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}