.center{
	display: block;
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}

.headBox, .tailBox{
	float: left;
	width: 100%;
}

/* 头部 */
.tipBar{
	float: left;
	width: 100%;
	height: 30px;
	background-color: #ebf0f5;
	font-size: 14px;
}

.tipBar span{
	float: left;
	color: #333333;
	line-height: 30px;
}

.tipBar span em{font-weight: bold;}

.tipBar a{
	float: right;
	line-height: 30px;
	color: #666666;
}

.tipBar a img{
	float: left;
	height: 14px;
	margin-top: 8px;
	margin-right: 3px;
}

.logoBar{
	float: left;
	width: 100%;
	height: 100px;
}

.logoBar .logo{
	float: left;
	margin-top: 25px;
	max-width: 220px;
}

.logoBar .logotext{
	float: left;
	margin-top: 32px;
	margin-left: 20px;
}

.logoBar .phoneimg{
	float: right;
	height: 46px;
	margin-top: 27px;
}

.logoBar .phoneBox{
	float: right;
	height: 46px;
	margin-top: 27px;
	margin-left: 10px;
}

.logoBar .phoneBox span{
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
}

.logoBar .phoneBox em{
	line-height: 20px;
	font-size: 18px;
	color: #138df2;
	font-weight: bold;
	margin-top: 6px;
}

.navBox{
	float: left;
	width: 100%;
	height: 60px;
	background-color: #007ce6;
}

.navBox a{
	float: left;
	width: 157.14px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}

/* 头部 */

/* 底部 */
.bottomBar{
	float: left;
	width: 100%;
	height: 150px;
	background-color: #333333;
}

.bottomBar .ewm{
	float: left;
	width: 100px;
	height: 106px;
	margin-top: 25px;
}

.bottomBar .ewm img{
	width: 80px;
	margin-left: 10px;
}

.bottomBar .ewm span{
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
}

.bottomBar .texts{
	float: left;
	width: 330px;
	height: 82px;
	margin-top: 35px;
	margin-left: 50px;
}

.bottomBar .texts .title{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 10px;
}

.bottomBar .texts .item{
	float: left;
	width: 50%;
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}

.bottomBar .navs{
	float: left;
	width: 300px;
	height: 80px;
	margin-top: 35px;
	margin-left: 50px;
}

.bottomBar .navs a{
	float: left;
	width: 100px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #CCCCCC;
}

.bottomBar .phoneBox{
	float: right;
	height: 46px;
	margin-top: 52px;
	margin-left: 10px;
}

.bottomBar .phoneBox span{
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #CCCCCC;
}

.bottomBar .phoneBox em{
	line-height: 20px;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
	margin-top: 6px;
}

.bottomBar .phoneimg{
	float: right;
	height: 46px;
	margin-top: 52px;
}

.tailBar{
	float: left;
	width: 100%;
	height: 60px;
	background-color: #1a1a1a;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
	color: #999999;
}

.tailBar a{
	color: #999999;
}
/* 底部 */

/* 内页banner */
.banner{
	float: left;
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center;
}
/* 内页banner */

/* 当前位置 */
.localBar{
	float: left;
	width: 100%;
	height: 70px;
}

.localBar img{
	float: left;
	margin: 25px 0;
	margin-right: 10px;
}

.localBar span, .localBar a{
	float: left;
	line-height: 70px;
	color: #333333;
	margin-right: 5px;
}
/* 当前位置 */

/* 左侧导航 */
.leftNav{
	float: left;
	width: 220px;
	margin: 20px 0;
	margin-right: 20px;
}

.leftNav .navs{
	float: left;
	width: 220px;
	background-color: #007ce6;
	color: #FFFFFF;
	padding: 20px 0;
}

.leftNav .navs .tit{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 40px;
	font-size: 18px;
	color: #FFFFFF;
}

.leftNav .navs .item{
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.leftNav .navs .item .itemsBox{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	display: none;
}

.leftNav .navs .item.show {background-color: #2185D0;}

.leftNav .navs .item.show .itemsBox{
	display: block;
}

.leftNav .navs .itemsBox .itemName:after{
	content: '';
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
	
	position: absolute;
	left: 8px;
	top: 13px;
}

.leftNav .navs .itemsBox .itemName{
	font-weight: normal!important;
}

.leftNav .navs .itemsBox .item.active{
	display: block;	
}

.leftNav .navs .item.active{background-color: #45a9ff;}

.leftNav .navs .item .itemName{
	float: left;
	width: 100%;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}

.leftNav .navs .item .itemName i{
	float: right;
}

.leftNav .link{
	float: left;
	width: 100%;
	margin-top: 20px;
}

.leftNav .link .tit{
	float: left;
	width: 180px;
	height: 50px;
	padding: 0 20px;
	background-color: #007ce6;
	line-height: 50px;
	font-weight: bold;
	color: #FFFFFF;
}

.leftNav .link .content{
	float: left;
	width: 178px;
	padding: 20px;
	border: 1px solid #E5E5E5;
	border-top: none;
}

.leftNav .link .content span{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
/* 左侧导航 */

/* 翻页 */
.pages{
	float: right;
	margin-bottom: 20px;
	height: 26px;	
}

.pages .item, .pages span.count, .pages .allPage{
	float: left;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	color: #666666;
	margin-left: 5px;
	cursor: pointer;
}

.pages .item.active{
	background-color: #333333;
	color: #FFFFFF;
	cursor: default;
}

.pages .allPage{
	position: relative;
}

.pages .allPage span{
	padding-right: 20px;
	position: relative;
	cursor: pointer;
}

.pages .allPage span:after{
	content: '';
	width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #000000;
	position: absolute;
	top: 9px;
	right: 0;
}

.pages .allPage .pageBox{
	width: 100%;
	max-height: 100px;
	overflow: auto;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	position: absolute;
	top: 30px;
	left: -1px;
	
	display: none;
}

.pages .allPage .pageBox a{
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.pages .allPage .pageBox a:hover{
	background-color: #007ce6;
	color: #FFFFFF;
}
/* 翻页 */