@charset "utf-8";

body {
	min-width: 1220px;
}

/* 头部 */
.header {
	background: url(../images/ztzl/qgjszlfz/ztzl_qgjszlfz_header.jpg) no-repeat center top;
}

.header-bg {
	height: 650px;
	width: 1200px;
	margin: 0 auto;
}

.header.inheader {
	background-position-y: 0px;
}

.header.inheader .header-bg {
	background-position-y: -50px;
}

/* 全局样式 */

.wrap {
	padding: 50px 0;
}

.wrap-main {
	width: 1200px;
	margin: 0 auto;
}

.wrap-gray .wrap-main {
	position: relative;
	z-index: 5;
}

.Lmar {
	margin: 0px -15px;
}

.Lmar:after,
.Lmar:before {
	content: '.';
	display: table;
	line-height: 0;
	visibility: hidden;
}

.Lmar:before {
	clear: both;
}

.w50p {
	float: left;
	margin: 0 15px;
}

.w50p {
	width: 585px;
}

.marTop {
	margin-top: -130px;
}

.next,
.prev {
	position: absolute;
	bottom: 0;
	z-index: 4;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 9;
}

.next {
	right: 0;
	background-position: right 0;
}

.tjss_pic_list:hover .tpl_prev,
.tjss_pic_list:hover .tpl_next {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
}

.more {
	float: left;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}

.more a {
	display: block;
	float: right;
	font-size: 18px;
	background-color: #d5d5d5;
	color: #fff;
	padding: 8px 14px;
	border-radius: 25px;
}

.more a:hover {
	background-color: #e7e7e7;
	color: #1a56a8;
}

.wrap-list {
	width: 100%;
}

.wrap-list ul {
	margin: 5px 0;
}

.wrap-list li {
	float: left;
	width: 100%;
	padding: 18px 0;
	font-size: 18px;
	border-bottom: 1px dashed #e0e0e0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wrap-list li a {
	float: left;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.wrap-list li a:before {
	content: '';
	display: inline-block;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #4b8ede;
}

.wrap-list li:hover a {
	font-weight: 700;
	color: #12479b;
}

.wrap-list li:hover a:before {
	font-weight: 700;
	background-color: #12479b;
}

.wrap-title {
	margin-bottom: 20px;
}

.noPdTop {
	padding-top: 0;
}

.tjss_pic_list {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.tjss_pic_list li {
	float: left;
	width: 540px;
	margin-right: 10px;
	height: 304px;
	position: relative;
}

.tjss_pic_list li a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.tjss_pic_list li b {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.tjss_pic_list li img {
	height: 304px;
	width: 100%
}

.tjss_pic_list li .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 20px;
}

.tjss_pic_list .tempWrap {
	margin-left: 70px;
	width: 1090px !important;
	overflow: hidden;
}

.tjss_pic_list .tpl_prev,
.tjss_pic_list .tpl_next {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 4;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/ztzl/qgjszlfz/ztzl_qgjszlfz_title_arrow.jpg) left no-repeat;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}
.tjss_pic_list .tpl_prev{
	left: 8px;
}
.tjss_pic_list .tpl_next {
	left: unset;
	right: 8px;
	background-position-x: right;
}

.tjss_pic_list li img {
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.tjss_pic_list li:hover img {
	transform: scale(1.2);
	-ms-transition: scale(1.2);
	-moz-transition: scale(1.2);
	-webkit-transition: scale(1.2);
	-o-transition: scale(1.2);
}

@media screen and (max-width: 991px) {
    .header_logo_ztzl {
        left:10px!important;
		margin-left:0px!important;
    }
}