html {
	overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
label,
textarea,
p,
header,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul,
ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,
td,
div {
	word-break: break-all;
	word-wrap: break-word;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input,
label {
	vertical-align: middle;
	letter-spacing: 0;
}
a,
a:visited {
	text-decoration: none;
}
* {
	outline: none;
}
input::-ms-clear{
	display:none;
}
body {
	font-family: "Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,STHei,\534E\6587\7EC6\9ED1,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #4a4a4a;
	font-size:12px;
	-webkit-text-size-adjust: none;
}
.gray-body{
	background-color: #f3f3f3;
}
.w-1196{
	width: 1196px;
	margin:0 auto;
}
.clear-fl{
	clear: both;
}

/*面包屑导航*/
.breadcrumb{
	color: #616161;
	font-size: 12px;
	line-height: 40px;
}
/*二级导航*/
.sub-nav{
	height: 70px;
	background-color: #fff;
	text-align: center;
}
.sub-nav a, .sub-nav a:visited{
	display: inline-block;
	width: 24%;
	text-align: center;
	line-height: 70px;
	color: #b0b0b0;
	font-size: 18px;
	background:url(../img/sub.nav.line.png) no-repeat right center;
}
.sub-nav a.active, .sub-nav a.active:visited, .sub-nav a:hover{
	color: #be0002;
}
.sub-nav a.last{
	background:none;
}
/*二级页面内容*/
.sub-con{
	background-color: #fff;
	min-height: 500px;
	_height: 500px;
	margin-bottom:160px;
}
.sub-con-main{
	padding: 50px 135px 150px;
}
.sub-con-text{
	color: #666;
	font-size: 14px;
}
.sub-con-text p{
	line-height: 24px;
	margin-bottom:20px;
}
.sub-title{
	height: 24px;
	line-height: 24px;
	margin:50px 0;
	overflow: hidden;
}
.sub-title h3{
	float: left;
	color: #262626;
	font-size: 22px;
	font-weight: 100;
	padding-right: 22px;
	background-color: #fff;
}
.sub-title-line{
	height: 1px;
	background-color: #e4e4e4;
	margin-left: 100px;
	margin-top: 12px;
}
.sub-con-more{
	text-align: right;
}
.sub-con-more a, .sub-con-more a:visited{
	color: #262626;
	font-size: 14px;
}
/*图片列表*/
.sub-img-item{
	float: left;
	width: 290px;
	font-size: 14px;
	margin-right: 25px;
	margin-bottom:20px;
	/*cursor:pointer;*/
}

.project-case-list .sub-img-item h4 {
	cursor: pointer;
}
.sub-img-item-last{
	margin-right: 0;
}
.sub-img-item img{
	display: block;
	width: 100%;
	height: 200px;
}
.sub-img-item h4{
	color: #262626;
	font-weight: 100;
	margin-top:15px;
}
.sub-img-item p{
	color: #999;
}
/*遮罩层*/
.page-mask{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.5;
	*filter: alpha(opacity=50);
}
/*加载效果*/
.page-loading{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	background:url(../img/loading2.gif) no-repeat center;
	display: none;
}
.load-more{
	height: 0;
	background:url(../img/load.gif) no-repeat center;
	overflow: hidden;
}

/* 卡车医生二维码效果 */
.showTdQrCode {
	position: relative;
}

.showTdQrCode .qrcode-con {
	position: absolute;
	display: block;
	width: 139px;
	left: 80px;
	top: -44px;
	/*border: 10px solid #fff;*/
}

.showTdQrCode .qrcode-con .arrow {
	position: absolute;
	display: block;
	left: -19px;
	top: 45px;
	border: 10px solid #fff;
	height: 0;
	width: 0;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.showTdQrCode .qrcode-con img {
	display: block;
	width: 100%;
}

.hideTdQrCode .qrcode-con {
	display: none;
}

.footer .content .text .showTdQrCode {
	color: #ccc;
}
