.head-container {
	margin-bottom: 50px;
	background-color:#005FED;
}

.head-container h1.logo {
	background: url(/material/images/xmtjz/hd.png) no-repeat center -50px;
	background-size: 1026px auto;
	height: 260px;
	text-indent: -999em;
}

.logo-m{
	background: url(/material/images/qingjingshi/logo.png) no-repeat center;
	    display: block;
	    width: 320px;
	    height: 65px;
	    background-size: auto 64.14px;
	    margin-top: 30px;
}

.block {
	display: block;
	text-align: center;
}

.icon {
	display: block;
	width: 68px;
	height: 68px;
	background-size: 58px;
	margin: 0 auto;
	background-position: center;
	margin-bottom: 10px;
}

.icon.icon-gh {
	background-image: url(/material/images/xmtjz/gh.png);
}

.icon.br50 {
	border-radius: 50%;
	border: 1px solid #ccc;
}

.icon.br12 {
	border-radius: 12px;
	background-size: 68px;
	border: 1px solid #ccc;
}

.icon.icon-hbkj {
	background-image: url(/material/images/xmtjz/hbkj-icon.png);
}

.icon.icon-wljs {
	background-image: url(/material/images/xmtjz/wljs-icon.png)
}

.icon.icon-xxyjy {
	background-image: url(/material/images/xmtjz/1451667813121_.pic.jpg)
}

.icon.icon-dwjlzx {
	background-image: url(/material/images/xmtjz/1471667813885_.pic.jpg);
}

.icon.icon-znyj {
	background-image: url(/material/images/xmtjz/znyj-icon.jpg);
}

.icon.icon-jsjys {
	background-image: url(/material/images/xmtjz/1491667822921_.pic.jpg);
}

.tab-block h3 {
	margin-top: 50px;
	line-height: 98px;
	background-color: #F0F0F7;
	border-radius: 15px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.tab-block h3 a {
	display: inline-block;
	height: 52px;
	line-height: 52px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
	border-radius: 26px;
}

.tab-block h3 a.active {
	background-color: #0066FF;
	color: #fff;
}

.tab-block h4 {
	padding-left: 20px;
	margin-bottom: 20px;
}

.modal-xmt .content {
	background-color: #fff;
}

.modal-xmt .content .m-title {
	color: #00558e;
	text-align: center;
	font-size: 22px;
	line-height: 66px;
	font-weight: bold;
	border-bottom: 1px solid #e7e7e7;
}

.modal-xmt .content .m-content img{
	width: 220px;
	display: block;
	margin: 20px auto 2px;
}
.modal-xmt .content .m-footer{
	text-align: center;
	padding-bottom: 60px;
}
.modal-xmt .m-close{
	width: 68px;
	height: 68px;
	position: absolute;
	background-image: url(/material/images/xmtjz/close.png);
	background-size: 68px;
	/* background-color: #fff; */
	border-radius: 50%;
	bottom: -78px;
	left: 50%;
	margin-left: -34px;
}
.modal-xmt {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-xmt.in .modal-dialog {
	top: 25%;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-xmt.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
}