@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
	outline: none;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.w800{
	width: 800px;
	margin: 0 auto;
}
.w500{
	width: 500px;
	margin: 0 auto;
}
.flex-jcenter{
	justify-content:center;
}
.flex-acenter{
	align-items: center;
}
.marR5{
	margin-right: 5px;
}
.marR10{
	margin-right: 10px;
}
.marL5{
	margin-left: 5px;
}
.marT15{
	margin-top: 15px;
}
.floatL{float:left;}
.floatR{ float:right;}
.ellip{
	display: block;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.ellip2{
	display: block;
	-webkit-text-overflow:ellipsis;
	-moz-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.flex{
	display: flex;
}
.flex-between{
	justify-content: space-between;
}
.flex-around{
	justify-content: space-around;
}
body .gray{
	color: #888;
}
body .black{
	color: #333;
}
body .mr10{
	margin-right: 10px;
}
body .mr15{
	margin-right: 15px;
}
body .mr20{
	margin-right: 20px;
}
body .ml10{
	margin-left: 10px;
}
body .mt10{
	margin-top: 10px;
}
body .mt20{
	margin-top: 20px;
}
.relative{
	position: relative;
}
img{
	width: 100%;
	height: auto;
}
/*------------------------------------------------------------
        clearfix
------------------------------------------------------------*/
.clear{
    clear:both;
}
.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}
html,body{
    font-family:arial, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
    color:#333;
    width: 100%;
    font-size: 14px;
}

#top{
	padding: 10px 0;
	background: #003774;
	color: #ffffff;
}
.top-box{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.hot-tel{
	margin-right: 10px;
}
.logo-box{
	display: flex;
	align-items: center;
	
}
.logo-img{
	width: 280px;
}
.logo-text{
	margin-left: 10px;
	border-left: 1px solid #999;
	padding-left: 10px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	line-height: 1.4;
}
.head-box{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.nav-box ul{
	display: flex;
}
.nav-box ul li{
}
.nav-box ul li a{
	display: block;
	padding: 6px 10px;
	font-size: 16px;
}
.nav-box ul li.active a,
.nav-box ul li:hover a{
	color:#003774;
	font-weight: bold;
}

#footer{
	background: #003774;
	line-height: 1.8;
	margin-top: 30px;
	color: #ffffff;
	padding:30px 0;
	text-align: center;
	
}
.footer-box{
    display: flex;
	justify-content: center;
	align-items: center;
}
.code-box{
    display: flex;
    margin-left: 50px;
}
.qrcode-box{
    margin-right: 20px;
    width: 120px;
}
.douyin-box{
    width: 120px;
}
.nav-bar{
	display: none;
}
.nav-bar img{
    	width:30px;
    }
#news{
    margin-top: 20px;
}

/*--------------分页-------------*/
#page{
    margin-top: 20px;
}
#page .pagination{
    display: flex;
    justify-content: center;
}
#page .pagination li{
    border:1px solid #ccc;
    margin-left: 5px;
}
#page .pagination li>a,
#page .pagination li>span{
    display: block;
    padding:8px 12px;
}
#page .pagination li.active{
    background:#003774;
    color: #ffffff;
}
#page .pagination li.disabled{
    background: #ccc;
}

@media all and (max-width:750px){
    .w1200,
    .w1000,
    .w800,
    .w600,
    .w500{
        width: 100%;
    }
    #top{
        display: none;
    }
    .head-box{
        display: block;
    }
    .logo-img{
    	width:160px;
    }
    .nav-bar{
    	display: none;
    	position: absolute;
    	right:10px;
    	top:20px;
    }
    .nav-bar{
		display: block;
	}
	.nav-box{
		background-color: #f2f2f2;
		color: #333;
		text-align: center;
		display: none;
	}
	.nav-box ul{
		width: 100%;
		display: block;
	}
	.nav-box ul li{
		margin-right: 0;
		border-bottom:1px solid #ccc;
		text-align: center;
	}
	.nav-box ul li a{
		line-height: 60px;
		color: #333;
	}
    #footer{
        margin-top: 10px;
    }
    
    .footer-box {
        display: block;
    }
    .code-box{
        margin: 20px auto 0;
        justify-content: center;
    }
    .logo-text{
        font-size: 12px;
        padding-top: 10px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}