/********************头部无障碍按钮样式************************/
.customHeader_iframe{
	min-width:1190px;
}
.customFooter_iframe{
	min-width:1190px;
}
/******************************************************************/
#container{
	background:#fff;
	font-size:0;
}

/* ****************banner*************** */
.banner {
	width: 100%;
	min-width: 1190px;
	height: 150px;
	background: url('../images/banner_02.png') no-repeat center center;
	font-size: 16px;
}
.banner .content {
	position: relative;
	width: 1136px;
	height: 100%;
	margin: 0 auto;
}
.content .title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	color: #fff;
	line-height: 40px;
}
.content .title>div:first-child{
	letter-spacing:10px;
}
.content .title .desc {
	font-size: 16px;
	width:500px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.search {
	padding-top:38px;
	width:365px;
}
.search input {
	width: 290px;
	height: 32px;
	display: inline-block;
	border-radius:4px;
	vertical-align:middle;
}
.search .btn {
	width: 64px;
	height: 32px;
	font-size: 14px;
	border: none;
	margin-left:5px;
	outline: none;
}
.search .btn.active.focus, .search .btn.active:focus, .search .btn.focus, .search .btn:active.focus, .search .btn:active:focus, .search .btn:focus {
	outline: none;
}

/* ****************特色服务************** */
.new-common-content {
	font-size: 16px;
	padding: 30px 0;
}
.hot {
	position: relative;
}
.hot .hot-img {
	position: absolute;
	top: 0;
	left: 0;
}
.hot a:hover {
	color: #555;
}
.hot-list {
	height: 190px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.hot-list .hot-item {
	width: 360px;
	height: 130px;
	background-color: #f7f7f7;
	margin-left: 25px;
	position: relative;
	padding: 20px 0 20px 100px;
	color: #555;
	font-size: 16px;
	line-height: 30px;
	cursor:pointer;
}
.hot-list .hot-item:hover {
	background-color: #f3f3f3;
}
.hot-info-tit {
	font-size: 20px;
	color: #555555;
	font-weight:bold;
}
.hot-item .icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.hot-list .hot-item:first-child {
	margin-left: 0;
}

/* ***************服务内容*************** */
.service-item .item-head {
	width: 33.33%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding-top: 60px;
	line-height: 30px;
	color: #a0a0a0;
}
.service-item .item-head>div{
	margin-bottom:30px;
}
.item-head .item-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.service-item .item-head div.item-title{
	font-size: 28px;
	color: #000;
	font-weight:bold;
	margin-bottom:16px;
}
.sub-list .sub-item {
	float: left;
	width: 374px;
	height: 60px;
	text-indent: 15px;
	line-height: 60px;
	background-color: #fff;
	margin-right: 34px;
	margin-top: 18px;
	
}
.sub-list .sub-item a {
	display: block;
	height: 100%;
	background:#f1f2f3;
}
.sub-list .sub-item a:hover {
	color: #cbb486;
	background:#faf7f3;
}
.sub-list .sub-item:nth-child(3n) {
	margin-right: 0;
}
/* 单行文本溢出 */
.txt-cut {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/* ************客服************** */
.customer-service {
	position: fixed;
	width: 65px;
	height: 78px;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
.customer-service img {
	width: 100%;
	height: 100%;
}

/* ************提示************** */
.tip {
	text-align: center;
	padding: 30px;
	color: #999;
}
.tip p {
	margin: 0;
	line-height: 40px;
}
[v-clock] {
	display: none;
}
