﻿

* {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

body {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 1.5;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #22A7F0
}


/* 无障碍去掉加粗 */

.abtFlag {
	font-weight: 500!important;
}

b {
	font-weight: 500;
}

img {
	border-radius: 2px;
}

li {
	list-style: none;
}

ul,
li,
.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin: 0
}

p {
	margin: 0
}

a {
	color: #333
}

.k1400 {
	max-width: 1400px;
	margin: 0 auto;
}


.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flexal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.flexalsp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p30 {
	padding: 30px
}

.zt-border {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px 15px
}

.btn-primary {
	background-color: #22A7F0;
	border-color: #22A7F0;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background-color: #1C9CE2;
	border-color: #1C9CE2
}

.zt-banner {
	background: url(http://www.hbdiao.com/ztfw/material/headbg.png) no-repeat top left;
	background-size: cover;
	padding: 65px 0
}

.zt-banner h3{
	margin-bottom:30px;
	color: white;
}
.zt-banner h1 {
	color: white;
}

.zt-banner  h1 a {
	margin: 0 20px;
	font-weight: bold;
	color: white;
}

.zt-banner h1 a:first-child {
	margin-left:0
}

.zt-banner .btn-group {
	width: 232px;
	margin-left: 20px
}

.zt-banner .btn-group button {
	width: 100%;
	text-align: left;
	font-size: 16px;
	padding: 8px 20px;
	border-radius: 20px;
	border:0
}

.zt-banner .btn-group button .caret {
	border-top: 6px dashed;
	border-top: 6px solid\9;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	line-height: 50px;
}

.zt-banner .btn-group .dropdown-menu {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.zt-banner .dropdown-menu>li>a {
	padding: 8px 20px;
}

.zt-content {
	background: #f6f6f6
}
.zt-content .row{
	padding-top:40px;
	display: flex;
	flex-wrap: wrap;
}
.zt-content .form-group.row{
	padding-top:0
}
.zt-white {
	background: white;
}

.zt-gard-l {
	margin-right:5px;
	border-radius: 10px;
	height:100%
}

.col-md-12 .zt-gard-l {
	height:auto;
	margin-bottom:40px
}

.zt-gard-r {
	margin-left:5px;
	border-radius: 10px;
	height:100%
}

.zt-infor p {
	line-height: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.zt-infor p span {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 5px
}

.zt-infor-btn {
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	margin-top: 10px
}

.zt-gard-tit {
	padding-right: 20px;
	border-bottom: 1px solid #BBBBBB;
}

.zt-gard-tit h3 {
	color: #22A7F0;
	position: relative;
	font-weight: bold;
	line-height: 64px;
}

.zt-gard-tit h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #22A7F0
}

.zt-gard-tit h3 i {
	background: #22A7F0;
	color: white;
	padding: 0px 8px 0px 28px;
	font-size: 24px;
	margin-right: 10px;
	font-weight: 500;
}

.zt-gard-tit a {
	color: #999
}

.zt-gard-look {
	padding: 5px 30px;
}

.zt-gard-look li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.zt-gard-look li:last-child {
	border: 0
}

.zt-gard-look li a {
	padding-left: 15px;
	position: relative
}

.zt-gard-look li a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
	margin-top: -2px
}

.zt-gard-do{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 20px;
	
}

.zt-gard-do li {
	margin: 10px 1.6%;
	border: 1px solid #bbb;
	padding: 10px 15px;
	border-radius: 4px;
}
 .col-md-12 .zt-gard-do{
 	height:auto
 }
 .col-md-12 .zt-gard-do li{
	width:auto;
	margin:10px;
}
 
.zt-gard-do li:hover {
	background: #22A7F0;
	border: 1px solid #22A7F0;
	color: white
}

.zt-gard-do li:hover a {
	color: white
}

.zt-gard-qa br{
	display: none;
}

.zt-gard-qa li {
	margin-top: 22px;
	padding: 30px;
	background: white;
	border-radius: 4px;
}

.zt-gard-qa li h4 {
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.zt-gard-qa li h4 i {
	color: #22A7F0;
	font-size: 20px
}

.zt-gard-qa li i {
	margin-right: 10px;
}

.zt-gard-qa li p {
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.zt-gard-qa li p i {
	color: #999;
	font-size: 20px
}

.zt-gard-tab {
	height: 437px;
	overflow: hidden;
}

.zt-gard-tab table {
	width: 100%;
	background: white;
	margin-top: 20px;
	border-radius: 4px;
	height:100%
}

.zt-gard-tab tbody {
	padding: 1px 1px 10px;
	overflow: hidden;
	display: block;
}

.zt-gard-tab tr {
	width: 100%
}

.zt-gard-tab th,
.zt-gard-tab td {
	text-align: center;
	padding: 10px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	width: 100%
}

.zt-gard-tab tr td:first-child {
	text-align: left;
	color: #333;
	max-width: 300px;
	padding-left: 20px
}

.zt-gard-tab tr:nth-child(2) td {
	padding-top: 20px
}

.zt-gard-tab tr:first-child {
	background: #E4F3FF;
}

.zt-ask {
	margin-bottom:40px;
	padding-bottom: 40px
}

.zt-forms {
	padding: 30px 30px 10px;
}

.form-horizontal .zt-forms .control-label {
	text-align: left;
	white-space: nowrap;
	padding-top: 5px;
	margin-right: 15px;
	font-weight: 500;
}

.form-horizontal .zt-forms .radio {
	padding-bottom: 3px
}

.form-horizontal .zt-forms .radio label {
	margin-right: 50%
}

.zt-forms .form-control {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 16px;
	padding: 6px 0;
	max-width: 100%;
}

.zt-ask  .info-btns {
	text-align: center;
}

.zt-ask  .info-btns button {
	min-width: 20%
}



@media screen and (max-width: 1400px) {
	.k1400 {
		padding: 0 5%
	}
	
	.zt-content .row{
		display: block;
		padding-top:0
	}
	.zt-gard-l,
	.zt-gard-r{
		margin:0;
		margin-top:20px
	}
	.zt-ask{
		margin:20px 0
	}
	.mbnone{
		display: none;
	}
	
	.zt-gard-tab {
		overflow-x: scroll
	}
	
	.zt-search-mbbtn {
		display: block;
		background: white
	}
}

@media screen and (max-width: 1000px) {
	
	
	.zt-forms .col-md-6,
	.zt-forms .col-md-3 {
		margin-bottom: 20px
	}
	.zt-forms .form-group {
		margin-bottom: 0
	}
	.zt-forms .info-btns {
		margin-top: 20px
	}
	.zt-forms .info-btns button {
		min-width: 50%;
	}
	.zt-gard-qa,
	.zt-gard-tab,
	.zt-gard-look,
	.zt-infor,
	.zt-gard-do {
		height: auto
	}
	
}

@media screen and (max-width: 600px) {
	body,
	.zt-infor-btn {
		font-size: 14px
	}
	.k1400 {
		padding: 0 15px
	}
	.p30 {
		padding: 15px
	}
	.zt-banner{
		padding:40px 0;
		text-align: center;
	}
	.zt-banner .flex{
		display: block;
	}
	.zt-banner .btn-group{
		margin-left:0;
		margin-top:20px;
		width:190px
	}
	.zt-banner h1{
		font-size:30px
	}
	.zt-banner h3{
		margin-bottom:15px
	}
	.zt-banner .btn-group button{
		font-size:14px
	}
	.zt-banner h3,
	.zt-gard-tit h3,
	.zt-gard-tit h3 i {
		font-size: 20px
	}
	.zt-gard-l,
	.zt-gard-r {
		margin: 0;
		margin-top: 20px
	}
	.zt-infor p {
		white-space: normal;
	}
	
	.zt-infor-btn {
		line-height: 30px;
	}
	.zt-gard-look {
		padding: 5px 15px
	}
	.zt-gard-do {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 15px 10px
	}
	.zt-gard-do li {
		width: 46%;
		margin:5px
	}
	.col-md-12 .zt-gard-do{
		-webkit-box-pack: initial;
		    -ms-flex-pack: initial;
		        justify-content: initial;
	}
	.col-md-12 .zt-gard-do li{
		margin:5px
	}
	.col-md-12 .zt-gard-l{
		margin-bottom:15px
	}
	.zt-gard-qa li {
		padding: 20px 15px;
		margin-top: 10px
	}
	.zt-gard-tab tr td:first-child {
		padding-left: 10px
	}
	.zt-gard-qa li h4 {
		margin-bottom: 10px
	}
	.zt-forms {
		padding: 20px 15px 10px
	}
	.zt-ask .info-btns button{
		min-width: 50%;
	}
}

.zt-backtop {
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: none;
	width: 56px;
	height: 56px;
	cursor: pointer;
	background-image: url(../images/top.png);
	background-color: #f18d00;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px;
	-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	z-index: 9;
}