@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;
}
.w1600{
	max-width: 1600px;
	width: 96%;
	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;
}
.flex-stretch{
	align-items: stretch;
}
.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;
}
.flex-center{
	justify-content:center;
}
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:"Microsoft YaHei","微软雅黑";
    color:#333;
    width: 100%;
    font-size: 14px;
	background-color: #f4f4f4;
}
#head{
	padding-top: 10px;
}
#top{
	padding: 10px 0;
	background: #ffffff;
}
.top-box{
	display: flex;
	justify-content: center;
	font-size: 14px;
	flex-direction: column;
	align-items: flex-end;
}
.hot-tel{
	margin-right: 10px;
}
.logo-box{
	display: flex;
	align-items: center;
}
.logo-img{
	width: 100px;
}
.logo-text{
	margin-left:10px;
	border-left: 1px solid #999;
	padding-left:20px;
	font-size: 18px;
	font-weight: bold;
}
.head-box{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#nav{
}
.nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-box ul{
	display: flex;
}
.nav-box ul li{
}
.nav-box ul li a{
	display: block;
	padding: 15px 15px;
	font-size: 16px;
}
.nav-box ul li.active a,
.nav-box ul li:hover a{
	color:#fa6401;
	font-weight: bold;
}

#footer{
	background: #2c2f36;
	line-height: 2.5;
	margin-top: 30px;
	color: #ffffff;
}
#footer a{
	color: #ffffff;
}
#footer .title{
	font-size: 18px;
}
.footer-box{
	display: flex;
	justify-content: space-between;
	padding:40px 20px 20px;
}
.code-box .item img{
	width: 130px;
}
.code-box .item p{
	text-align: center;
	line-height: 1.5;
}
.code-box .item01{
	margin-right: 20px;
}
.code-box{
	display: flex;
	margin-top: 15px;
}
.now-date{
	margin-bottom: 10px;
}
.company{
	margin: 0 5px;
}
.address{
	margin-left: 42px;
}
.search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.keyword {
	border-radius: 25px;
	height: 25px;
	width: 210px;
	padding: 0 10px;
	border: 1px solid #d4d4d4;
	background-color: #f3f3f3;
}

.search-icon {
	width: 25px;
	position: absolute;
	right: 2px;
	top: -1px;
	z-index: 2;
}
.web-tags a{
	margin-left: 5px;
}
.show-content {
	padding: 20px;
}

.show-content .title {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}

.show-content .desc {
	width: 400px;
	margin: 20px auto 20px;
	display: flex;
	justify-content: space-between;
	color: #999999;
}
.contact-box p {
	line-height: 30px;
	padding: 10px 20px 10px 24px;
	background-color: #ffffff;
	margin-bottom: 2px;
}
.address-icon {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}
.bold{
	font-weight: bold;
}
.page-box{
	text-align: center;
	margin-top: 30px;
}
.page-box .pagination{
	margin-bottom: 20px;
}
.page-box .pagination li{
	display: inline-block;
	margin-right: 5px;

}
.page-box .pagination li a{
	display: block;
	padding: 5px 10px;
	text-align: center;
	border:1px solid #ccc;
	cursor: pointer;
}
.page-box .pagination li span{
	display: block;
	padding: 5px 10px;
	text-align: center;
	border:1px solid #ccc;
}
.page-box .pagination li.active span{
	background:#fa6401;
	color: #ffffff;

}