@charset "utf-8";

body {
	padding-top: 110px;
}

.banner img {
	display: block;
	width: 100%;
	height: auto;
}


/* 分页 */

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 50px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 12px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666;
	margin: 0 7px;
}

.pagination a.active {
	background: #df2635;
	color: #fff;
	border: 1px solid #df2635;
}

.pagination a:hover {
	background: #df2635;
	color: #fff;
	border: 1px solid #df2635;
}

.pagination span {
	display: inline-block;
	font-size: 14px;
}

/*  */
.position>div {
	position: relative;
	font-size: 0;
}

.position span {
	font-size: 18px;
	vertical-align: middle;
	color: #666;
}

.position a {
	font-size: 18px;
	margin: 0 5px;
	vertical-align: middle;
	color: #666;
}

.position a:hover {
	color: #cb3b3d;
}

.ny-nav {
	line-height: 40px;
	padding: 5px 0;
	background: #f3f3f3;
}

.ny-navbox ul li {
	float: left;
	margin-left: 45px;
}

.ny-navbox ul li:first-child {
	margin-left: 0;
}

.ny-navbox ul li a {
	display: block;
	color: #999;
}

.ny-navbox ul li a:hover,
.ny-navbox ul li.on a {
	color: #192231;
}

/*  */

.nymain {
	position: relative;
	padding-bottom: 40px;
	margin-top: 30px;
}



.ny-right {
	overflow: hidden;
}

.ny-rcom {
	font-size: 24px;
	color: #0f5aab;
	margin-bottom: 15px;
	font-weight: normal;
}




.text-list ul li {
	padding-left: 15px;
	padding-right: 110px;
	position: relative;
	line-height: 60px;
	font-size: 16px;
	position: relative;
	left: 0;
	transition: all 0.5s;
	
	background-position: left center;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	overflow: hidden;
}

.text-list ul li span {
	position: absolute;
	right: 0;
	color: #666666;
	font-size: 16px;
}

.text-list ul li:hover a {
	color: #0f5aab;
	text-decoration: underline;
}

.text-list ul li:hover span {
	color: #0f5aab;
}

.art-main .art-tit h3 {
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	margin-top: 100px;
}

.art-main .art-body {
	padding-top: 30px;
}

.art-main .art-body p {
	color: #333333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 30px;
}

.art-main .art-body img {
	max-width: 80% !important;
	display: inline-block;
	margin: 0 auto;
	height: auto!important;
}

.art-main .cont-tit p {
	font-size: 0;
	text-align: center;
	padding-bottom: 25px;
	line-height: 20px;
	background: bottom;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.art-main .cont-tit p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	margin: 0 15px;
}

.art-info {
	margin-top: 25px;
}

.pnext p {
	float: left;
	width: 50%;
	text-indent: initial;
	font-size: 16px;
	color: #666;
}

.pnext p a {
	display: block;
	font-size: 16px;
	color: #666;
	height: 80px;
	line-height: 80px;
	overflow: hidden;
	padding: 0 60px;
	background: #eeeeee;
}

.pnext p.l {
	text-align: left;
}

.pnext p.l a {
	background-image: url(../images/prev-h.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 15px;
}

.pnext p.l:hover a {
	background-image: url(../images/prev-b.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 15px;
}

.pnext p.r {
	text-align: right;
}

.pnext p.r a {
	background-image: url(../images/next-h.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: auto 15px;
}

.pnext p.r:hover a {
	background-image: url(../images/next-b.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: auto 15px;
}

.pnext p:hover a {
	background: #df2635;
	color: #fff;
}

.ny-r-tit {
	font-size: 30px;
	line-height: 40px;
	padding-left: 20px;
	color: #111111;
	border-left: 4px solid #1c50af;
	margin-bottom: 50px;
}


/*上下条*/
.pre_next{
    margin-top: 80px;
    display: block;
    overflow: hidden;
}
.pre_next a:hover{color: #fff;font-size: 19px;font-weight: 700;}
.pre_next_left{
    float: left;
    background: #cb3b3d;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
}
.pre_next_right{
    float: right;
    background: #cb3b3d;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
}


/* 图片列表 */

.img-lists {
	overflow: hidden;
}

.img-lists ul {
	margin-left: -15px;
	margin-right: -15px;
}

.img-lists ul li {
	float: left;
	width: 33.333%;
	margin-top: 30px;
	transition: all 0.3s;
}

.img-lists ul li .yxbox {
	display: block;
	margin: 0 15px;
}

.img-lists ul li .yxbox .pic {
	padding-top: 56.08%;
}

.img-lists ul li .yxbox video {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
}

.img-lists ul li a .pic span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px;
	line-height: 36px;
	background-color: rgba(0, 70, 157, 0.6);
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.img-lists ul li .info {
	padding: 15px 20px 25px 20px;
	font-size: 0;
	background: #f6f6f6;
	position: relative;
}

.img-lists ul li .info::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #df2635;
	transform: scaleX(0);
	transition: all 0.3s;
}

.img-lists ul li:hover .info::after {
	transform: none;
}

.img-lists ul li .info h3 {
	font-size: 26px;
	line-height: 36px;
	height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.img-lists ul li .info h3 a {
	display: block;
}

.img-lists ul li .info span {
	display: block;
	font-size: 14px;
	margin-left: 5px;
	background: url(../images/down.png)no-repeat left center;
	padding-left: 25px;
	line-height: 30px;
}

.yx-tbox {
	background: #f4f4f4;
	box-shadow: 0px 4px 13px 0px rgba(12, 5, 10, 0.21);
	margin-top: 100px;
	margin-bottom: 30px;
}

.yx-t {
	float: left;
	width: 840px;
}

.yx-t ul li a {
	display: block;
}

.yx-t ul li .pic {
	padding-top: 56.3%;
}

.yx-t ul li .pic video {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100% !important;
	height: 100%;
	background: #000;
}

.yx-tzy {
	overflow: hidden;
	position: relative;

}

.yx-tzy ul li a {
	display: block;
	height: 473px;
	padding: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;

}

.yx-tzy ul li a::before {
	content: "";
	position: absolute;
	right: -100px;
	bottom: -150px;
	background: url(../images/zslo.png) no-repeat;
	width: 480px;
	height: 479px;
	z-index: -1;
}

.yx-tzy ul li h3 {
	font-size: 26px;
	line-height: 36px;
	max-height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.yx-tzy .slick-dots {
	width: auto;
	text-align: left;
	font-size: 0;
	bottom: 60px;
	left: 50px;
	height: 12px;
	line-height: 12px;
}

.yx-tzy .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #df2635;
	margin: 0 7px;
	transition: all 0.3s;
	position: static;
}

.yx-tzy .slick-dots li.slick-active {
	width: 12px;
	height: 12px;
	background: #df2635;
}

.yx-tzy .slick-dots li .dot-page {
	position: absolute;
	top: -45px;
	left: 0;
	font-size: 18px;
	color: #666;
	padding-left: 7px;
	display: none;
}

.yx-tzy .slick-dots li .dot-page span {
	margin-right: 4px;
}

.yx-tzy .slick-dots li .dot-page b {

	margin-left: 3px;

}

.yx-tzy .slick-dots li.slick-active .dot-page {
	display: block;
}









/* 师资列表 */


.dt-list2 {
	overflow: hidden;
}

.dt-list2 li {
	position: relative;
	transition: all 0.5s;
	padding: 40px 0 45px 0;
	border-bottom: 1px dotted #cccccc;
}

.dt-list2 li:hover a .date {
	background: #0f5aab;
}

.dt-list2 li:hover a .dt-text h3 {
	color: #0f5aab;
}

.dt-list2 li:hover a .dt-text p {
	color: #0f5aab;
}

.dt-list2 li a {
	display: block;
	overflow: hidden;
}

.dt-list2 li .date {
	background: #bfbfbf;
	float: left;
	width: 68px;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.dt-list2 li .date p {
	font-size: 12px;
	line-height: 24px;
}

.dt-list2 li .date span {
	display: block;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
}

.dt-list2 li a>.dt-text {
	overflow: hidden;
	padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
	font-size: 24px;
	line-height: 34px;
	color: #333;
	overflow: hidden;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}


/* 新闻列表  */

.timg-list ul li {
	border-top: 1px solid #e5e5e5;
}

.timg-list ul li:first-child {
	border-top: none;
}

.timg-list ul li a {
	display: block;
	transition: all 0.3s;
	padding: 30px 0;
	position: relative;
}

.timg-list ul li a h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.timg-list ul li a>div {
	overflow: hidden;
}

.timg-list-img {
	float: left;
	width: 294px;
	margin-right: 30px;
}

.timg-list ul li a .pic {
	padding-top: 185px;
}

.timg-linfo {
	overflow: hidden;
}

.timg-linfo .date {
	font-size: 14px;
	color: #105da5;
}

.timg-linfo .date span {
	font-size: 24px;
	font-weight: bold;
	padding-right: 10px;
}

.timg-linfo p {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	max-height: 90px;
	white-space: pre-wrap;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 15px 0 0 0;
}

.timg-list ul li a:hover {
	background: #105da5;
	padding: 30px;
}

.timg-list ul li a:hover .date {
	color: #fff;
}

.timg-list ul li a:hover h3 {
	color: #fff;
}

.timg-list ul li a:hover p {
	color: rgba(255, 255, 255, .8);
}


/* 领导 */

.ldtz ul {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 6px;
	padding-bottom: 20px;
}

.ldtz ul li {
	width: 48%;
	box-shadow: 0px 6px 20px 0px rgba(58, 58, 58, 0.06);
	margin-top: 26px;
}



.ldtz ul li a {
	display: block;
	overflow: hidden;
	transition: all 0.3s;
	padding: 25px 0;
	position: relative;
	top: 0;
}

.ldtz ul li .ld-t {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.ldtz ul li .ld-t h3 {
	width: 186px;
	height: 60px;
	line-height: 60px;
	padding-left: 24px;
	
	background-size: cover;
	font-size: 24px;
	font-weight: bold;
	color: #df2635;
}

.ldtz ul li .ld-t span {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	max-width: calc(100% - 210px);
	margin-right: 20px;
	background: #f6f6f6;
	border-radius: 30px;
	padding: 5px 20px;
}

.ldtz ul li p {
	padding: 30px;
	font-size: 16px;
	line-height: 34px;
	color: #999;
}

.ldtz ul li a:hover {
	top: -5px;
}

/*机构*/

.list-jg ul {
	margin-left: -2%;
	margin-right: -2%;
}

.list-jg ul li {
	float: left;
	width: 29.333%;
	margin: 2%;
	font-size: 16px;
	text-align: center;
}


.list-jg ul li a {
	display: block;
	background: #f8f8f8;
	padding: 0 20px;
	color: #666;
	font-size: 0;
	line-height: 80px;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}

.list-jg ul li a span {
	display: inline-block;
	color: #666;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
}

.list-jg ul li a:hover {
	display: block;
	background: #ebf1f7;
	border-bottom: 2px solid #2f6ead;
	box-sizing: border-box;

}

.list-jg ul li a:hover span {
	color: #df2635;
	font-weight: bold;
}



/*领导*/

.list-ld ul li {
	padding: 30px 0;
}

.list-ld ul li a {
	display: block;
}

.list-ld ul li h3 {
	font-size: 20px;
	color: #df2635;
	position: relative;
	padding-left: 14px;
}

.list-ld ul li h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 4px;
	height: 24px;
	background: #df2635;
}

.list-ld ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}

.list-ld ul li:hover h3 {
	text-decoration: underline;
}


/*历史*/

.list-ls ul {
	border-left: 1px solid #bfbfbf;
	margin-left: 15px;
	margin-top: 40px;
}

.list-ls ul li h3 {
	font-weight: bold;
}

.list-ls ul li h3::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 50px;
}

.list-ls ul li h3::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #df2635;
	border-radius: 50px;
	z-index: 1;
}

.list-ls ul li h3 {
	padding-left: 30px;
}

.list-ls ul li p {
	margin-left: 30px;
}



@keyframes music_bj {
	from {
		left: 0;
	}

	to {
		left: -100%;
	}
}


/* 新闻列表页 */

.txt-list ul li a {
	display: block;
	overflow: hidden;
	padding: 40px 0;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.txt-list .tx-date {
	margin-right: 50px;
}

.txt-list .tx-date span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.txt-list .tx-date b {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 57px;
	font-weight: bold;
	color: #666;
}

.txt-list .txt-img {
	width: 560px;
	margin-right: 80px;
}

.txt-list .txt-img .pic {
	padding-top: 314px;
}

.txt-list .tx-info {
	overflow: hidden;
}

.txt-list .tx-info h3 {
	font-size: 26px;
	line-height: 36px;
	max-height: 72px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.txt-list .tx-info p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	max-height: 84px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 20px;
}

.txt-list .more {
	border-top: 1px solid #e0e0e0;
	font-size: 14px;
	color: #999;
	margin-top: 30px;
	padding-top: 20px;
}

.txt-list ul li:hover a .more {
	color: #df2635;
}

/* 投资者关系 */
.tzz-list h2 {
	font-size: 30px;
	margin: 120px 0 60px 0;
	text-align: center;
}

.tzz-list ul li a {
	border-bottom: none;
	padding: 15px 0;
}

.tzz-list ul li .txt-img {
	width: 400px;
	margin-right: 0;
}

.tzz-list ul li .txt-img .pic {
	padding-top: 300px;
}

.tzz-list ul li .tx-info {
	padding-left: 40px;
	height: 300px;
	transition: all 0.3s;
}

.tzz-list .tx-info h3 {
	max-height: 36px;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	margin-top: 50px;
}

.tzz-list .tx-info p {
	max-height: 56px;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.tzz-list .tx-info span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 60px;
}

.tzz-list ul li:hover .tx-info {
	background: #f6f6f6;
}


/* nry */
.position2>div {
	border-bottom: none;
}

.nry h2 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	line-height: 30px;
}

.nry-info {
	text-align: center;
	padding: 0 0 30px 0;
	font-size: 0;
	border-bottom: 1px solid #dcdcdc;
}

.nry-info span {
	display: inline-block;
	margin: 0 50px;
	font-size: 16px;
	color: #999;
}

.nry-c p {
	margin-top: 35px;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 34px;
}

.nry-img {
	padding: 0 10%;
}

.nry-img>img {
	display: block;
	margin: 58px auto;
	width: 100%;
}

.nry-pag {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 40px;
}

.nry-pag a {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #666;
	display: block;
}

.nry-pag a:hover {
	color: #df2635;
}


/* dlwz */

.dlwz-img>img {
	display: block;
	width: 100%;
}

.dlwz {
	position: relative;
	height: 785px;
}

.dlwz-txt {
	position: absolute;
	top: 100px;
	right: 4.7%;
	
	background-size: cover;
	width: 555px;
	height: auto;
	padding: 58px 36px;
}

.dlwz-txt h2 {
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 70px;
}

.dlwz-txt ul li {
	margin-bottom: 40px;
}

.dlwz-txt ul li b {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	float: left;
	display: block;
}

.dlwz-txt ul li span {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	overflow: hidden;
	display: block;
}


/* lsyg */

.lsyg>img {

	display: block;
	max-width: 100%;
}


/* zxxs */

.xs-list {
	position: relative;
	margin-bottom: 34px;
}

.xs-tit {
	width: 70px;
	height: 100%;
	background-color: #1c50af;
	position: absolute;
	top: 0;
	left: 0;
}

.xs-tit h2 {
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
}

.xs-item {
	padding-left: 16%;
	padding-top: 30px;
	background-color: #fff;
}

.xs-item ul li a {
	font-size: 18px;
	color: #111111;
	margin-top: 10px;
	display: block;
}

.xs-item ul li {
	float: left;
	width: 33.3%;
	margin-bottom: 25px;
	text-align: left;
}

.xs-item ul li a::before {
	content: '?';
	color: #1c50af;
	margin-right: 6px;
}

.xs-item ul li a:hover {
	color: #df2635;
}


/* 组织机构 */

.z-tit {
	background-color: #1c50af;
}

.z-tit h2 {
	font-size: 24px;
	line-height: 80px;
	font-weight: 600;
	color: #ffffff;
	
	background-position: right center;
	padding-left: 40px;
}

.z-item {
	padding-top: 30px;
	background-color: #fff;
	padding-left: 30px;
}

.z-item ul li a {
	display: block;
	font-size: 18px;
	color: #111111;
}

.z-item ul li a:hover {
	color: #df2635;
}

.z-item ul li a::before {
	content: '?';
	color: #1c50af;
	margin-right: 6px;
}

.z-item ul li {
	margin-bottom: 30px;
	float: left;
	width: 50%;
}

.z-list-l {
	width: 48%;
	margin-bottom: 42px;
	margin-right: 4%;
	float: left;
}

.z-list-r {
	float: right;
	width: 48%;
}

.z-list {
	margin-bottom: 42px;
}


/* 职能部门 */

.znbm ul li {
	float: left;
	margin-right: 3%;
	width: 30%;
	padding: 18px 0;
	background-color: #fff;
	position: relative;
	margin-bottom: 32px;
}

.znbm ul li a {
	font-size: 18px;
	color: #111111;
	border-left: 3px solid #1c50af;
	display: block;
	padding-left: 30px;
}

.znbm ul li a img {
	position: absolute;
	right: 0;
	top: -15px;
	display: none;
}

.znbm ul li:hover a {
	border-left: 3px solid #e4bb6c;
	color: #fff;
}

.znbm ul li:hover {
	background-color: #1c50af;
}

.znbm ul li:hover img {
	display: block;
}

.nry {
	position: relative;
}

.fenxiang {
	position: absolute;
	right: -12px;
	height: 100%;
	top: 80px;
}

.fenxiang a {
	display: block;
	margin-bottom: 8px;
	width: 52px;
	height: 40px;
	
}

.fenxiang>.wx {

	background-position: -15px -24px;
}

.fenxiang>.kj {

	background-position: -15px -74px;
}

.fenxiang>.wb {

	background-position: -15px -124px;
}

.fenxiang>img {
	width: 100%;
	display: block;
}

.ewm {
	position: absolute;
	right: 46px;
	top: 45px;
	display: none;
	z-index: 99;
	box-shadow: 0 0 10px #999;
}

.nymain>.px1480 {
	position: relative;

}

.hd-list ul {
	margin-left: -2%;
	margin-right: -2%;
}

.hd-list ul li {
	float: left;
	width: 29.333%;
	margin: 35px 2% 0 2%;
}

.hd-list ul li a {
	display: block;
}

.hd-list ul li .pic {
	border: 6px solid #f1f1f1;
	border-radius: 4px;
	padding-top: 131.25%;
}

.hd-list ul li .info h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 20px 0 10px 0;
}

.hd-list ul li .info p {
	font-size: 14px;
	line-height: 28px;
}

.hd-list ul li a:hover .info p {
	color: #333;
}

.hd-list ul li .info p img {
	vertical-align: middle;
	padding-right: 5px;
}

.dqxt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.dqxt ul li {
	width: 47%;
	margin-top: 36px;
}

.dqxt ul li a {
	display: block;
	border: 1px solid #cdcdcd;
	line-height: 60px;
	font-size: 20px;
	
	background-repeat: no-repeat;
	background-position: 30px center;
	padding-left: 56px;
	transition: all 0.3s;
}

.dqxt ul li a:hover {
	border-color: #df2635;
	color: #df2635;
	
}

.xylogo ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.xylogo ul li {
	width: 25%;
	margin-top: 30px;

}

.xylogo ul li a {
	display: block;
	text-align: center;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.xylogo ul li a img {
	max-width: 80%;
}

.xylogo ul li a:hover {
	top: -5px;
}

.dpzw p {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
	text-indent: 2em;
}

.dpzw1,
.dpzw2 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 25px;
}

.dpzw1 .pic1 {
	width: 44.85%;
	position: relative;
	z-index: 2;
	font-size: 0;
}

.dpzw1 .pic1 img {
	width: 100%;
	object-fit: cover;
}

.dpzw1 .dpzw1-tx {
	width: 56.54%;
	
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-left: 8%;
	position: relative;
	z-index: 1;
	transform: translate(-25px, 25px);
}

.dpzw1 .dpzw1-tx h3 {
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	margin: 10px 0;
}

.dpzw2 .dpzw2-tx {
	width: 53.27%;
	background: #f1f5fd;
	padding: 65px 70px 0 30px;
	position: relative;
	z-index: 1;
}

.dpzw2 .dpzw2-tx h3 {
	font-size: 28px;
}

.dpzw2 .dpzw2-tx p {
	font-size: 16px;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 0;
}

.dpzw2 .pic1 {
	width: 48.59%;
	position: relative;
	z-index: 2;
	transform: translate(-20px, 20px);
	font-size: 0;
}

.dpzw2 .pic1 img {
	width: 100%;
}

/* 解决方案 start*/
.jjfa1 {
	padding-top: 100px;
	padding-bottom: 220px;
}

.jjfa1 h3 {
	font-size: 40px;
	text-align: center;
}

.jjfa1 p {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	padding: 0 21.5%;
	margin-top: 45px;
}

.jjfa1-tx {
	margin-top: 90px;
	position: relative;
}

.jjfa1-tx .pic {
	padding-top: 36.94%;
	border-top-left-radius: 90px;
	border-bottom-right-radius: 90px;
	overflow: hidden;
}

.jjfa1-tx ul {
	position: absolute;
	left: 6%;
	top: 36.27%;
	background: rgba(223, 38, 53, 0.92);
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
	padding: 50px;
	box-shadow: 0px 4px 32px 0px rgba(12, 5, 10, 0.3);
	transition: all 0.3s;
}

.jjfa1-tx ul:hover {
	left: 7%;
}

.jjfa1-tx ul li {
	font-size: 26px;
	color: #fff;
	line-height: 36px;
	background: url(../images/jjfa-d.png) no-repeat left center;
	padding: 16px 0 16px 35px;
}

.jjfa2 {
	background: #f5f4f3;
	background-image: linear-gradient(#fbfafa, #f5f4f3);
	padding: 100px 0;
}

.jjfa2 .px1440 {
	overflow: hidden;
}

.jjfa2 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.jjfa2 ul li {
	float: left;
	width: 33.333%;
}

.jjfa2 ul li a {
	display: block;
	margin: 0 15px;
	padding-bottom: 20px;
}

.jjfa2 ul li .pic {
	padding-top: 56.08%;
}

.jjfa2 ul li .jjfa2-intro {
	padding: 30px;
	background: #fff;
	position: relative;
}

.jjfa2 ul li .jjfa2-intro::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #df2635;
	transform: scaleX(0);
	transition: all 0.3s;
}

.jjfa2 ul li .jjfa2-intro h3 {
	font-size: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.jjfa2 ul li .jjfa2-intro p {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	color: #666;
}

.jjfa2 ul li .jjfa2-intro span {
	display: block;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 15px;
}

.jjfa2 ul li:hover .jjfa2-intro h3 {
	color: #df2635;
}

.jjfa2 ul li:hover .jjfa2-intro {
	box-shadow: 0px 4px 32px 0px rgba(12, 5, 10, 0.08);
}

.jjfa2 ul li:hover .jjfa2-intro::after {
	transform: none;
}

.jjfa3 {
	padding: 100px 0;
}

.jjfa3 h2 {
	font-size: 40px;
	text-align: center;
}

.jjfa3 ul {
	margin-top: 30px;
}

.jjfa3 ul li {
	float: left;
	width: 48%;
	margin-left: 4%;
	margin-top: 30px;
}

.jjfa3 ul li:nth-child(2n+1) {
	margin-left: 0;
}

.jjfa3 ul li a {
	display: block;
	border: 2px solid #e0e0e0;
	padding: 25px;
}

.jjfa3 ul li h3 {
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fce0e3;
	position: relative;
}

.jjfa3 ul li h3::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #df2635;
	transition: all 0.3s;
}

.jjfa3 ul li:hover h3::after {
	width: 100%;
}

.jjfa3 ul li p {
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 20px;
	color: #666;
}

.jjfa3 ul li span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

/* 解决方案 end*/


/* 联系我们 start*/
.about1 h3,
.about2 h3 {
	text-align: center;
	font-size: 30px;
}

.about1 {
	padding: 100px 0;
}

.about1 ul {
	margin-top: 45px;
}

.about1 ul li {
	float: left;
	width: 20%;
}

.about1 ul li a {
	display: block;
	text-align: center;
}

.about1 ul li .pic1 {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	background: #c3c3c3;
	line-height: 118px;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.about1 ul li .pic1::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #df2635;
	opacity: 0;
	transition: all 0.3s;
	z-index: -1;
}

.about1 ul li:hover .pic1::before {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.about1 ul li .pic1 img {
	vertical-align: middle;
}

.about1 ul li h4 {
	font-size: 24px;
	margin-top: 25px;
}

.about1 ul li p {
	font-size: 20px;
	color: #707070;
	margin-top: 10px;
	line-height: 26px;
	height: 52px;
}


.about2-box {
	margin-top: 40px;
	overflow-x: auto;
}

.about2-box table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	border-bottom: 1px solid #dcdcdc;
}

.about2-box table tr th {
	background: #1765a0;
	font-size: 24px;
	color: #fff;
	line-height: 80px;
	padding: 0 60px;

}

.about2-box table tr th:first-child {
	text-align: center;
	width: 250px;
}

.about2-box table tr th:nth-child(2) {
	width: 500px;
}

.about2-box table tr td {
	background: #f6f9fb;
	padding: 15px 60px;
	font-size: 20px;
	color: #707070;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.about2-box table tr td:first-child {
	border-left: none;
	text-align: center;
}

.about2-box table tr.ts td:first-child {
	border-left: 1px solid #dcdcdc;
	text-align: left;
}

/* 联系我们 end*/

/* 组图 */
.bztx-nav ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bztx-nav ul li {
	float: left;
	width: 16.666%;

}

.bztx-nav ul li a {
	display: block;
	margin: 20px;
	background: #e5e5e5;
	line-height: 100px;
	border-radius: 10px;
	font-size: 24px;
}

.bztx-nav ul li.on a {
	background: #df2635;
	color: #fff;
}

.bztx-box {
	margin-top: 100px;
	position: relative;
}

.bztx-box .kk {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.bztx-box .kk.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.bztx-jj {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.bztx-jj h3 {
	font-size: 44px;
}

.bztx-jj p {
	font-size: 18px;
	line-height: 32px;
	color: #4f4f4f;
	margin-top: 40px;
}

.group-big {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

.group-big li a {
	display: block;
}

.group-big li a .pic {
	padding-top: 60.08%;
	display: block;
	position: relative;
	overflow: hidden;
}

.group-big li a .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.group-big li a img {
	display: block;
	width: 100%;
}

.group-big li h4 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
	text-align: center;
}

.group-big .slick-list {
	margin: 0 120px;
}

.group-big .slick-prev,
.group-big .slick-next {
	top: 40%;
	width: 60px;
	height: 60px;
	background-color: #cccccc;
	border-radius: 50%;
	transition: all 0.3s;
}

.group-big .slick-prev:hover,
.group-big .slick-next:hover {
	background-color: #df2635;
}

.group-big .slick-prev {
	background-image: url(../images/zt-l.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}

.group-big .slick-next {
	background-image: url(../images/zt-r.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}

.group-sml {
	margin-top: 20px;
}

.group-sml li.slick-current.slick-active a img {
	opacity: 1;
}

.group-sml li a {
	display: block;
	margin: 45px;
}

.group-sml li a .pic {
	padding-top: 58.66%;
	display: block;
	position: relative;
	overflow: hidden;
}

.group-sml li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	transition: all 0.3s;
}

.group-sml .slick-list {
	margin: 0 120px;
}

.group-sml .slick-prev,
.group-sml .slick-next {
	width: 16px;
	height: 30px;
	transition: all 0.3s;
}


.group-sml .slick-prev {
	background-image: url(../images/prev-h.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}

.group-sml .slick-next {
	background-image: url(../images/next-h.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}

.group-sml .slick-prev:hover {
	background-image: url(../images/prev-red.png);
}

.group-sml .slick-next:hover {
	background-image: url(../images/next-red.png);
}

/* 集团介绍 */
.title {
	overflow: hidden;
}

.title h3 {
	float: left;
	font-size: 40px;
	font-weight: bold;
	padding-left: 16px;
	position: relative;
}

.title h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 40px;
	background: #cb3b3d;
}

.title h3 span {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	color: #999;
	padding-left: 10px;
}

.jtjs {
	background-image: url(../images/jtjs2-bg.png);
	background-repeat: no-repeat;
	background-position: right -45%;
}

.jtjs1 {
	padding: 100px 0;
}

.jtjs1 .jtjs1-pic {
	width: 44.44%;
	margin-left: 80px;
}

.jtjs1 .pic {
	padding-top: 56.25%;
}

.jtjs1 p {
	font-size: 18px!important;
	line-height: 30px!important;
	margin-top: 30px;
}

.jtjs2 {
	margin-top: 100px;
}

.jtjs2 ul li a {
	display: block;
	text-align: center;
}

.jtjs2 ul li b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 106px;
	font-weight: bold;
}

.jtjs2 ul li p {
	position: relative;
	display: inline-block;
}

.jtjs2 ul li span {
	font-size: 18px;
	padding-left: 10px;
}

.jtjs2 ul li p em {
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}

.jtjs2 ul li h3 {
	font-size: 18px;
	margin-top: 10px;
	color: #000;
}

.jtjs2 ul li a:hover b {
	background-image: #df2635;
	background-image: -webkit-linear-gradient(#df2635, #710c15);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jtjs2 ul li.slick-current a b {
	background-image: #df2635;
	background-image: -webkit-linear-gradient(#df2635, #710c15);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jtjs2-state {
	width: auto;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 100px;
	display: none;
}

.jtjs2-state div {
	height: 4px;
	background-color: rgba(223, 38, 53, 0.1);
	position: relative;
}

.jtjs2-state span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #df2635;
	transition: all 0.3s;
}

.slider-for {
	max-width: 700px;
	margin: 0 auto;
	display: none;
}

.slider-for ul::after {
	content: "";
	position: absolute;
	left: 46px;
	top: -14px;
	width: 28px;
	height: 28px;
	background: #df2635;
	border-radius: 50%;
	z-index: -1;

}

.slider-for .slick-prev,
.slider-for .slick-next {
	width: 7px;
	height: 10px;
	z-index: 9;
}

.slider-for .slick-prev {
	left: 51px;
	background: url(../images/gk-l1.png) no-repeat center;
}

.slider-for .slick-next {
	left: 63px;
	right: inherit;
	background: url(../images/gk-r1.png) no-repeat center;
}

.jtjs3 {
	background-color: #114f85;
	padding-top: 100px;
	margin-top: 120px;
}

.jtjs3-l {
	width: 27.77%;
	color: #fff;
}

.jtjs3-l .tit>p {
	font-size: 38px;
	line-height: 42px;
	color: rgba(255, 255, 255, .1);
}

.jtjs3-l .tit h3 {
	font-size: 40px;
}

.jtjs3-l>p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	width: 85%;
}

.jtjs3-r {
	width: 72.23%;
}

.jtjs3-rt {
	float: right;
	width: 70.19%;
}

.jtjs3-rt .pic {
	padding-top: 41.36%;
}

.jtjs3-rd ul li {
	float: left;
	width: 33.333%;
}

.jtjs3-rd ul li:nth-child(2) {
	background-color: #df2635;
	color: #fff;
	padding: 25px;
	line-height: 30px;
	font-size: 18px;
}

.jtjs3-rd ul li:nth-child(2) span {
	display: block;
	width: 56px;
	height: 48px;
}

.jtjs3-rd ul li:nth-child(2) span.s {
	background: url(../images/dl.png) no-repeat center;
	margin-bottom: 20px;
}

.jtjs3-rd ul li:nth-child(2) span.d {
	float: right;
	background: url(../images/dr.png) no-repeat center;
	margin-top: 15px;
}

.jtjs4 {
	background: url(../images/jtjs4-bg.jpg) no-repeat center;
	padding: 100px 0;
	overflow: hidden;
}

.jtjs4 div.px1440 {
	position: relative;
}

.qqbj-center {
	position: absolute;
	right: 50%;
	margin-right: 97px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 273px;
	height: 273px;
}

.qqbj-center>div {
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.qqbj-center>div:nth-child(1) {
	width: 448px;
	height: 448px;
	border: solid 4px rgba(23, 101, 160, .6);
	animation: circles 5s infinite linear;
	opacity: 0;
}

.qqbj-center>div:nth-child(2) {
	width: 670px;
	height: 670px;
	border: solid 4px rgba(23, 101, 160, .2);
	animation: circles 5s .5s infinite linear;
	opacity: 0;
}

.qqbj-center>div:nth-child(3) {
	width: 980px;
	height: 980px;
	border: solid 4px rgba(0, 80, 146, .1);
	animation: circles 5s 1s infinite linear;
	opacity: 0;
}

.qqbj-center>div:nth-child(4) {
	width: 273px;
	height: 273px;
	background-color: #1765a0;
	line-height: 273px;
	text-align: center;
	font-size: 0;
}

.qqbj-center>div:nth-child(4) img {
	display: inline-block;
	vertical-align: middle;
}

@keyframes circles {
	0% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}

	50% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) scale(1.5);
	}


	99% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(2);
	}

	100% {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) scale(2);
	}
}

.jtjs4-box {
	position: relative;
	left: 50%;
	width: 642px;
	border-radius: 20px;
	background-color: #ebf5fd;
	box-shadow: 0px 12px 65px 0px rgba(12, 5, 10, 0.2);
	padding: 65px;
	z-index: 9;
}

.jtjs4-box::after {
	content: "";
	position: absolute;
	left: -54px;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 84px;
	background: url(../images/gk4-sj.png) no-repeat center;
}

.jtjs4-box ul li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0;
	border-top: 1px dashed #bdc2c6;
	color: rgba(51, 51, 51, 0.9);
	background: url(../images/gk4-y1.png) no-repeat 18px 18px;
	padding-left: 52px;
	transition: all 0.3s;
}

.jtjs4-box ul li:first-child a {
	border-top: none;
}

.jtjs4-box ul li a:hover {
	font-size: 24px;
	color: #1765a0;
	background-image: url(../images/gk4-y.png);
}




.txt-list{
    min-height: 200px;
}
.art-main{
    min-height: 200px;
}
.txt-list .ybxznew{
	
display: flex;
	
flex-wrap: wrap;
	
align-content: center;
	
justify-content: flex-start;
	
align-items: center;
}
.txt-list .ybxznew li{
	margin: 20px 0;
	width: 25%;
}
.txt-list .ybxznew li:nth-child(4n){
	margin-right: 0;
}
.txt-list .ybxznew li a{
	display: block;
}

.txt-list .ybxznew li a img{
	text-align: center;
	margin: 0 auto;
	display: block;
	border: 1px solid #f4f4f4;
	padding: 10px 5px;
	transition: .5s;
	width: 80%;
}
.txt-list .ybxznew li a img:hover{
    box-shadow: 6px -6px 10px 1px rgb(191 190 190 / 60%);
    scale: 1.01;
}
.txt-list .ybxznew li a p{
	text-align: center;
	line-height: 40px;
	font-size: 1.6rem;
}










@media screen and (max-width: 1460px) {

	.dt-list2 li a>.dt-text h3 {
		font-size: 20px;
	}

	.nymain::before {
		display: none;
	}

	.ldtz-pic {
		width: 140px;
		margin-right: 15px;
	}

	.ldtz-info {
		padding-top: 20px;
	}
}

@media screen and (max-width: 1300px) {
	.jjfa1 p {
		padding: 0 17.5%;
	}

	.about2-box table tr th {
		padding: 0 30px;
	}

	.about2-box table tr th:first-child {
		width: 170px;
	}

	.about2-box table tr td {
		padding: 15px 30px;
	}

	.about2-box table tr th:nth-child(2) {
		width: 450px;
	}

	.yx-t {
		width: 700px;
	}

	.yx-tzy ul li a {
		height: 394px;
	}

	.yx-tzy ul li a::before {
		right: -185px;
		bottom: -215px;
		background-size: 70%;
	}

	.bztx-nav ul li a {
		margin: 15px;
		line-height: 80px;
		font-size: 20px;
	}

	.bztx-box {
		margin-top: 50px;
	}

	.bztx-jj h3 {
		font-size: 34px;
	}

	.bztx-jj p {
		font-size: 16px;
		line-height: 30px;
		margin-top: 20px;
	}

	.group-big {
		margin-top: 40px;
	}

	.group-sml .slick-list {
		margin: 0 80px;
	}

	.group-sml li a {
		margin: 20px;
	}

	.jtjs2 ul li b {
		font-size: 88px;
	}

	.jtjs2 ul li span {
		font-size: 16px;
	}

	.jtjs2 ul li p em {
		font-size: 26px;
	}

	.jtjs2 ul li h3 {
		font-size: 16px;
	}

	.qqbj-center {
		zoom: 0.6;
	}

	.jtjs4-box {
		width: 500px;
		padding: 35px;
	}
}


@media screen and (max-width: 1200px) {
	.ldtz-info p {
		font-size: 14px;
	}

	.dpzw1 .dpzw1-tx h3 {
		font-size: 18px;
	}

	.dpzw2 .dpzw2-tx {
		padding: 40px 50px 0 30px;
	}

	.dpzw2 .dpzw2-tx h3 {
		font-size: 23px;
	}
}

@media screen and (max-width: 1140px) {
	.list-jg ul li a {
		padding: 0 20px;
	}

	.xs-tit h2 {
		font-size: 24px;
		left: 10px;
	}

	.xs-tit {
		width: 45px;
	}

	.xs-item {
		padding-left: 10%;
	}

	.xs-item ul li a {
		font-size: 16px;
	}
	.txt-list .ybxznew li {
    margin: 20px 0;
    width: 33%;
 }
}

@media screen and (max-width: 1024px) {

	.ny-nav {
		padding: 10px 0;
		line-height: 30px;
	}

	.ny-navbox ul li {
		margin-left: 20px;
	}

	.nymain {
		margin-top: 20px;
	}


	.position span,
	.position a {
		font-size: 15px;
	}

	.nymain2 .position2>div {
		padding-bottom: 0;
	}

	.fenxiang {
		transform: scale(0.8);
	}

	.timg-linfo span {
		font-size: 14px;
	}

	.timg-linfo .date span {
		font-size: 20px;
		padding-right: 5px;
	}

	.xs-item ul li {
		width: 50%;
	}

	.dlwz-txt h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.dlwz-txt ul li {
		margin-bottom: 15px;
	}

	.dlwz-txt {
		width: 440px;
		height: auto;
	}

	.dlwz-txt ul li span {
		font-size: 16px;
	}

	.dlwz-txt ul li b {
		font-size: 16px;
	}

	.znbm ul li a {
		font-size: 16px;
	}

	.z-tit h2 {
		font-size: 20px;
		line-height: 50px;
		background-size: 10%;
	}

	.z-item ul li a {
		font-size: 16px;
	}

	.z-item {
		padding-top: 15px;
	}

	.z-item ul li {
		margin-bottom: 15px;
	}

	.z-list-l {
		float: left;
		width: 100%;
		margin-bottom: 0;
	}

	.z-list-r {
		float: left;
		width: 100%;
	}

	.xs-tit {
		position: relative;
		width: 100%;
		height: 50px;
		text-align: center;
	}

	.xs-tit h2 {
		text-align: center;
		position: relative;
		line-height: 50px;
	}

	.xs-item {
		padding-left: 20px;
	}

	.tx-date span {
		font-size: 20px;
	}

	.ny-r-tit {
		font-size: 26px;
	}


	.ny-right {
		float: none;
		width: auto;
		margin-top: 0;
	}

	.pagination {
		padding-top: 30px;
	}

	.pagination a {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 0 3px;
	}

	.txt-list ul li a {
		padding: 20px 0;
	}

	.txt-list .tx-date {
		margin-right: 30px;
	}

	.txt-list .tx-date span {
		font-size: 16px;
	}

	.txt-list .tx-date b {
		font-size: 37px;
	}

	.txt-list .txt-img {
		width: 360px;
		margin-right: 40px;
	}

	.txt-list .txt-img .pic {
		padding-top: 202px;
	}

	.txt-list .tx-info h3 {
		font-size: 18px;
		line-height: 30px;
		max-height: 60px;
	}

	.txt-list .tx-info p {
		font-size: 14px;
		line-height: 26px;
		max-height: 78px;
		margin-top: 15px;
	}

	.txt-list .more {
		font-size: 12px;
		margin-top: 20px;
		padding-top: 10px;
	}

	.art-main .art-tit h3 {
		font-size: 22px;
		margin-top: 40px;
	}

	.art-main .cont-tit p {
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.art-main .cont-tit p span {
		font-size: 12px;
	}

	.art-main .art-body {
		padding-top: 20px;
	}

	.art-main .art-body p {
		line-height: 32px;
		margin-bottom: 20px;
	}

	.img-lists ul li {
		margin-top: 20px;
	}

	.img-lists ul li a>img {
		height: 209px;
	}

	.img-lists ul li a>div.info p {
		font-size: 14px;
		margin-top: 5px;
	}

	.img-lists ul li a>div.info img {
		height: 12px;
	}

	.img-lists ul li a>div.info span {
		font-size: 12px;
	}

	.dt-list2 li {
		padding: 25px 0;
	}

	.timg-list ul li a h3 {
		font-size: 16px;
	}

	.timg-list-img {
		width: 260px;
	}

	.timg-list ul li a .pic {
		padding-top: 164px;
	}

	.timg-linfo p {
		font-size: 14px;
		line-height: 26px;
		max-height: 78px;
		margin: 5px 0 0 0;
	}

	.timg-list ul li a {
		padding: 20px 0;
	}

	.ldtz-pic {
		float: none;
		margin: 0 auto;
	}

	.ldtz-info {
		padding: 0 20px;
		padding-bottom: 15px;
		margin-top: 20px;
		text-align: center;
	}

	.ldtz-info h3::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.ldtz ul li a {
		padding-top: 15px;
	}

	.list-jg ul li {
		width: 46%;
	}

	.img-txt-more {
		margin-top: 28px;
	}

	.nry h2 {
		font-size: 22px;
	}

	.nry-info span {
		font-size: 14px;
	}

	.nry-c p {
		font-size: 16px;
	}

	.nry-pag a {
		font-size: 14px;
	}

	.img-lists ul li a>div.info h3 {
		font-size: 16px;
	}

	.hd-list ul {
		margin-left: -1.5%;
		margin-right: -1.5%;
	}

	.hd-list ul li {
		width: 30.333%;
		margin: 20px 1.5% 0 1.5%;
	}

	.hd-list ul li .info h3 {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
		margin: 15px 0 5px 0;
	}

	.hd-list ul li .info p {
		font-size: 12px;
		line-height: 24px;
	}

	.ldtz ul li .ld-t h3 {
		width: 160px;
		height: 44px;
		line-height: 44px;
		padding-left: 20px;
		font-size: 20px;
	}

	.ldtz ul li .ld-t span {
		max-width: calc(100% - 180px);
		font-size: 14px;
		line-height: 22px;
	}

	.ldtz ul li p {
		padding: 20px;
	}

	.dpzw1,
	.dpzw2 {
		margin-top: 30px;
	}

	.tzz-list h2 {
		margin: 50px 0 20px 0;
		font-size: 26px;
	}

	.tzz-list ul li a {
		padding: 15px 0;
	}

	.tzz-list ul li .txt-img {
		width: 200px;
	}

	.tzz-list ul li .txt-img .pic {
		padding-top: 75%;
	}

	.tzz-list .tx-info h3 {
		margin-top: 0;
	}

	.tzz-list ul li .tx-info {
		height: auto;
	}

	.tzz-list .tx-info span {
		margin-top: 39px;
	}

	.pnext p a {
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		padding: 0 40px;
	}

	.pnext p.l a {
		background-position: 18px center;
		background-size: auto 13px;
	}

	.pnext p.r a {
		background-position: 97% center;
		background-size: auto 13px;
	}

	.jjfa1 {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.jjfa1 h3 {
		font-size: 24px;
	}

	.jjfa1 p {
		padding: 0;
		font-size: 15px;
		line-height: 30px;
		margin-top: 25px;
	}

	.jjfa1-tx {
		margin-top: 30px;
	}

	.jjfa1-tx ul {
		padding: 20px;
	}

	.jjfa1-tx ul li {
		font-size: 18px;
		line-height: 30px;
		background-size: auto 12px;
		padding: 10px 0 10px 24px;
	}

	.jjfa2 {
		padding: 40px 0;
	}

	.jjfa2 ul li .jjfa2-intro h3 {
		font-size: 18px;
	}

	.jjfa2 ul li .jjfa2-intro {
		padding: 20px;
	}

	.jjfa2 ul li .jjfa2-intro p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
		margin-top: 10px;
	}

	.jjfa2 ul li .jjfa2-intro span {
		font-size: 14px;
		margin-top: 10px;
	}

	.jjfa3 {
		padding: 40px 0;
	}

	.jjfa3 h2 {
		font-size: 24px;
	}

	.jjfa3 ul li a {
		padding: 20px;
	}

	.jjfa3 ul li h3 {
		font-size: 18px;
	}

	.jjfa3 ul li p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
		margin-top: 15px;
	}

	.jjfa3 ul li span {
		font-size: 12px;
		margin-top: 15px;
	}

	.jjfa3 ul li h3::after {
		width: 80px;
	}

	.jjfa3 ul {
		margin-top: 10px;
	}

	.about1 h3,
	.about2 h3 {
		font-size: 24px;
	}

	.about1 {
		padding: 30px 0;
	}

	.about1 ul li .pic1 {
		width: 86px;
		height: 86px;
		line-height: 86px;
	}

	.about1 ul li .pic1 img {
		height: 40px;
	}

	.about1 ul li h4 {
		font-size: 18px;
		margin-top: 20px;
	}

	.about1 ul li p {
		font-size: 16px;
	}

	.about2-box table tr th {
		font-size: 18px;
		line-height: 50px;
	}

	.about2-box table tr td {
		font-size: 16px;
		padding: 10px 20px;
	}

	.about2-box table tr th {
		padding: 0 20px;
	}

	.about2-box table tr th:first-child {
		width: 120px;
	}

	.about2-box table tr th:nth-child(2) {
		width: 370px;
	}

	.about1 ul {
		margin-top: 30px;
	}

	.about2-box {
		margin-top: 30px;
	}

	.yx-t {
		width: 450px;
	}

	.yx-tzy ul li a {
		height: 253px;
		padding: 20px;
	}

	.yx-tzy ul li h3 {
		font-size: 18px;
		line-height: 30px;
		max-height: 60px;
	}

	.yx-tzy .slick-dots {
		bottom: 20px;
		left: 20px;
	}

	.yx-tzy .slick-dots li .dot-page {
		top: -28px;
	}

	.img-lists ul li .info h3 {
		font-size: 18px;
		line-height: 30px;
		height: 60px;
	}

	.yx-tzy ul li a::before {
		right: -260px;
		bottom: -292px;
		background-size: 50%;
	}

	.bztx-nav ul {
		height: 56px;
		display: flex;
		align-items: center;
		overflow-y: hidden;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.bztx-nav ul li {
		white-space: nowrap;
		width: auto;
	}

	.bztx-nav ul li a {
		line-height: 56px;
		font-size: 18px;
		padding: 0 20px;
	}

	.bztx-jj h3 {
		font-size: 24px;
	}

	.bztx-box {
		margin-top: 40px;
	}

	.group-big .slick-prev,
	.group-big .slick-next {
		width: 50px;
		height: 50px;
	}

	.group-sml .slick-list {
		margin: 0 40px;
	}

	.group-big li h4 {
		font-size: 16px;
	}

	.jtjs1 {
		padding: 30px 0;
	}

	.title h3 {
		font-size: 26px;
	}

	.title h3 span {
		font-size: 14px;
	}

	.title h3::before {
		height: 28px;
	}

	.jtjs1 .jtjs1-pic {
		margin-left: 25px;
	}

	.jtjs1 p {
		font-size: 16px!important;
	}

	.jtjs2 {
		margin-top: 30px;
	}

	.jtjs2 ul li b {
		font-size: 66px;
	}

	.jtjs2 ul li p em {
		font-size: 20px;
	}

	.jtjs2 ul li h3 {
		font-size: 16px;
	}

	.jtjs2-state {
		margin-top: 50px;
	}

	.jtjs3 {
		padding-top: 50px;
		margin-top: 50px;
	}

	.jtjs3-l,
	.jtjs3-r {
		float: none;
		width: auto;
	}

	.jtjs3-r {
		margin-top: 30px;
	}

	.jtjs3-l .tit>p {
		font-size: 28px;
		line-height: 30px;
	}

	.jtjs3-l .tit h3 {
		font-size: 26px;
		margin-top: 10px;
	}

	.jtjs3-l>p {
		font-size: 16px;
		margin-top: 20px;
		width: auto;
	}

	.jtjs3-rd ul li:nth-child(2) span {
		width: 36px;
		height: 31px;
		background-size: cover !important;
	}

	.jtjs3-rd ul li:nth-child(2) {
		padding: 20px;
		font-size: 16px;
	}
	.jtjs4{
		padding: 50px 0;
	}
	.jtjs4-box ul li a {
		font-size: 16px;
		padding: 5px 0;
		background: url(../images/gk4-y1.png) no-repeat 12px 14px;
		background-size: 12px 12px;
		padding-left: 40px;
	}

	.jtjs4-box::after {
		left: -34px;
		width: 34px;
		height: 53px;
		background-size: cover;
		top: -42px;
		transform: translateY(0) translateX(-50%) rotate(90deg);
		left: 50%;
		
	}

	.qqbj-center>div:nth-child(4) {
		width: 150px;
		height: 150px;
		line-height: 150px;
	}

	.qqbj-center {
		position: relative;
		top: 0;
		transform: translateY(0) translateX(-50%);
		right: inherit;
		left: 50%;
		width: 150px;
		height: 150px;
	}

	.qqbj-center>div:nth-child(4) img {
		max-width: 65%;
	}

	.qqbj-center>div:nth-child(1) {
		width: 224px;
		height: 224px;
		border-width: 2px;
	}
	.qqbj-center>div:nth-child(2) {
		width: 335px;
		height: 335px;
		border-width: 2px;
	}
	.qqbj-center>div:nth-child(3) {
		width: 490px;
		height: 490px;
		border-width: 2px;
	}

	.jtjs4-box {
		left: 0;
		width: auto;
		padding: 20px;
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {

	.txt-list .ybxznew li {
    margin: 20px 0;
    width: 50%;
 }
	.txt-list .ybxznew li a p{
		font-size: 1rem;
	}

	.position,
	.ny-navbox {
		float: none;
		width: auto;
	}

	.ny-navbox ul {
		height: 30px;
		display: flex;
		align-items: center;
		overflow-y: hidden;
		flex-wrap: nowrap
	}

	.ny-navbox ul li {
		white-space: nowrap;
	}

	.position img {
		max-height: 20px;
	}

	.timg-linfo span {
		font-size: 12px;
	}

	.fenxiang {
		position: relative;
		top: 0;
		right: 0;
		text-align: right;
		transform: scale(0.7);
	}

	.nry {
		padding-right: 0;
	}

	.fenxiang>a {
		display: inline-block;
	}

	.nry {
		padding-right: 0px;
	}

	.dlwz {
		height: auto;
	}

	.dlwz-txt h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.dlwz-txt ul li {
		margin-bottom: 5px;
	}

	.dlwz-txt {
		width: 361px;
		height: auto;
		padding: 30px 20px;
		top: 30px;
	}

	.dlwz-txt ul li span {
		font-size: 14px;
	}

	.dlwz-txt ul li b {
		font-size: 14px;
	}

	.z-tit h2 {
		font-size: 18px;
	}

	.z-tit h2 {
		line-height: 45px;
	}

	.z-list {
		margin-bottom: 20px;
	}

	.xs-list {
		margin-bottom: 15px;
	}

	.xs-item {
		padding: 10px;
	}

	.xs-item ul li {
		margin-bottom: 5px;
	}

	.xs-item ul li a {
		font-size: 16px;
	}

	.xs-tit {
		height: 40px;
	}

	.xs-tit h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.nry h2 {
		font-size: 20px;
		padding: 15px;
	}

	.nry-info span {
		font-size: 13px;
		margin: 0 15px;
	}

	.nry-c p {
		font-size: 14px;
		margin-top: 15px;
		line-height: 28px;
	}

	.nry-img>img {
		margin: 20px auto;
	}

	.nry-pag {
		padding-top: 15px;
	}

	.nry-pag a {
		font-size: 13px;
	}

	.img-txt-more {
		margin-top: 24px;
	}

	.ny-r-tit {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 10px;
		line-height: 20px;
		font-weight: 600;
	}

	.img-lists ul {
		margin-top: 0;
	}

	.nymain {
		padding: 0 0 20px 0;
	}

	.text-list ul li {
		line-height: 46px;
		font-size: 14px;
		padding-right: 100px;
	}

	.art-main .art-tit h3 {
		font-size: 18px;
		line-height: 30px;
		margin-top: 15px;
	}

	.art-main .cont-tit p {
		margin-top: 10px;
	}

	.art-main .cont-tit p span {
		font-size: 12px;
	}

	.art-main .cont-tit p img {
		height: 12px;
	}

	.pnext p,
	.pnext p a,
	.pnext p span {
		font-size: 14px;
	}

	.pnext {
		float: none;
		border: none;
		width: auto;
	}

	.pnext p {
		line-height: 26px;
	}

	.zzjg_text li {
		width: 50%;
	}

	.img-lists ul li a>img {
		height: 191px;
	}

	.img-lists ul li a>div.info p {
		font-size: 15px;
	}

	.xbxx {
		padding-top: 0;
	}

	.xbxx ul li a {
		padding: 15px 10px;
	}

	.xbxx ul li a h3 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.xbxx ul li a p {
		font-size: 14px;
		line-height: 26px;
		height: 72px;
		padding: 0;
	}

	.xbxx ul li a div span {
		font-size: 12px;
	}

	.xbxx ul li a div img {
		height: 14px;
	}


	.text-list ul li span {
		font-size: 14px;
	}

	.position a {
		margin: 0 2px;
	}

	.dt-list2 li a>.dt-text h3 {
		font-size: 18px;
	}

	.dt-list2 li a>.dt-text p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
	}

	.dt-list2 li a>.dt-text {
		padding-left: 10px;
	}

	.dt-list2 li .date {
		width: 60px;
	}

	.dt-list2 li .date span {
		font-size: 24px;
	}

	.dt-list2 li .date {
		padding: 4px 0;
	}

	.dt-list2 li {
		padding: 15px 0;
	}



	.timg-list-img {
		width: 220px;
		margin-right: 20px;
	}

	.timg-linfo span {
		margin-top: 10px;
	}

	.timg-linfo p {
		margin-top: 10px;
	}

	.timg-list ul li {
		margin-top: 0;
	}

	.list-ld ul li {
		padding: 15px 0;
	}

	.list-ld ul li h3 {
		font-size: 18px;
	}

	.list-ld ul li p {
		font-size: 14px;
		margin-top: 10px;
	}

	.list-ls ul li {
		padding: 15px 0;
	}

	.list-ls ul li h3 {
		font-size: 18px;
	}

	.list-ls ul li p {
		font-size: 14px;
		margin-top: 10px;
	}

	.list-ls ul {
		margin-top: 0;
	}

	.znbm ul li a {
		font-size: 16px;
	}

	.znbm ul li {
		margin: 0 2%;
		margin-bottom: 15px;
		width: 46%;
	}

	.img-lists ul li a>div.info {
		padding: 15px;
	}

	.ldtz ul {
		display: block;
	}

	.ldtz ul li {
		width: 100%;
	}

	.ldtz ul li .ld-t {
		display: block;
	}

	.ldtz ul li .ld-t span {
		max-width: calc(100% - 10px);
		margin-right: 10px;
		margin-top: 10px;
	}

	.ldtz ul li p {
		font-size: 14px;
		line-height: 30px;
	}

	.xylogo ul li {
		width: 33.333%;
	}

	.dpzw1,
	.dpzw2 {
		display: block;
		padding-bottom: 0;
		margin-bottom: 20px;
	}

	.dpzw p {
		margin-bottom: 20px;
	}

	.dpzw1 .pic1 {
		width: 100%;
	}

	.dpzw1 .dpzw1-tx {
		width: 100%;
		transform: translate(0);
		padding-left: 20px;
		padding: 20px 0 20px 20px;
	}

	.dpzw1 .dpzw1-tx h3 {
		font-size: 16px;
		margin: 5px 0;
	}

	.dpzw2 .dpzw2-tx {
		width: auto;
		padding: 20px;
	}

	.dpzw2 .dpzw2-tx h3 {
		font-size: 20px;
	}

	.dpzw2 .dpzw2-tx p {
		margin-top: 15px;
	}

	.dpzw2 .pic1 {
		width: 100%;
		transform: translate(0);
	}

	.img-lists ul li {
		width: 50%;
	}

	.yx-t {
		float: none;
		width: 100%;
	}

	.yx-tzy ul li a {
		height: auto;
		padding-bottom: 80px;
	}

	.yx-tzy .slick-dots li .dot-page {
		top: -22px;
		font-size: 14px;
	}

	.txt-list .txt-img {
		width: 250px;
	}

	.txt-list .txt-img .pic {
		padding-top: 56.07%;
	}

	.txt-list .tx-info h3 {
		font-size: 16px;
		max-height: 30px;
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}

	.txt-list .tx-info p {
		margin-top: 10px;
		max-height: 52px;
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.art-main .art-body p {
		line-height: 30px;
		font-size: 14px;
	}

	.pnext p {
		float: none;
		width: auto;
		margin-top: 15px;
	}

	.pnext p a {
		height: 45px;
		line-height: 45px;
	}

	.pnext p.r {
		text-align: left;
	}

	.pnext p.r a {
		background-position: 18px center;
	}

	.jjfa1 {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.jjfa1-tx ul {
		position: static;
	}

	.jjfa1-tx ul li {
		font-size: 16px;
		line-height: 24px;
		padding: 6px 0 6px 24px;
	}

	.jjfa2 {
		padding: 25px 0 0 0;
	}

	.jjfa2 ul li {
		float: none;
		width: auto;
	}

	.jjfa3 ul li {
		float: none;
		width: auto;
		margin-left: 0 !important;
		margin-top: 15px;
	}

	.about1 h3,
	.about2 h3 {
		font-size: 20px;
	}

	.about1 ul li .pic1 img {
		height: 30px;
	}

	.about1 ul li .pic1 {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}

	.about1 ul li h4 {
		font-size: 16px;
		margin-top: 10px;
	}

	.about1 ul li p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}

	.about2-box table tr th {
		font-size: 16px;
		line-height: 45px;
	}

	.about2-box table tr td {
		font-size: 14px;
	}

	.about2-box table tr th:first-child {
		width: 110px;
	}

	.about2-box table tr th:nth-child(2) {
		width: 310px;
	}

	.yx-tbox {
		margin-top: 50px;
		margin-bottom: 0px;
	}

	.bztx-nav ul li a {
		line-height: 44px;
		margin: 15px 10px;
	}

	.bztx-box {
		margin-top: 30px;
	}

	.jtjs3-rt {
		float: none;
		width: auto;
	}

	.jtjs3-rd ul li {
		float: none;
		width: auto;
	}

	.jtjs3-rd ul li:nth-child(2) {
		padding: 20px 20px 60px 20px;
	}

	.jtjs3-rd ul li:nth-child(2) span.d {
		margin-top: 10px;
	}
}

@media screen and (max-width:640px) {

	.img-lists ul li {
		float: none;
		width: 100%;
	}

	.img-lists ul li:nth-child(even) {
		margin-left: 0;
	}

	.img-lists ul li a .pic span {
		bottom: 10px;
		width: 90px;
		line-height: 30px;
		font-size: 12px;
	}

	.hd-list ul li {
		width: 46.333%;
	}

	.dqxt ul {
		display: block;
	}

	.dqxt ul li {
		width: 100%;
		margin-top: 20px;
	}

	.dqxt ul li a {
		font-size: 18px;
		line-height: 50px;
		background-position: 20px center;
		padding-left: 46px;
	}

	.xylogo ul li {
		width: 50%;
	}

	.txt-list ul li:first-child a {
		padding-top: 0;
	}

	.txt-list .tx-date,
	.txt-list .txt-img {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.txt-list .tx-date {
		max-width: 50px;
	}

	.txt-list .tx-date span {
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	.txt-list .tx-date b {
		font-size: 27px;
	}

	.txt-list .txt-img {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.tzz-list h2 {
		margin: 30px 0 20px 0;
	}

	.tzz-list ul li .txt-img {
		width: auto;
	}

	.tzz-list ul li .tx-info {
		padding-left: 0;
	}

	.tzz-list .tx-info span {
		margin-top: 15px;
	}

	.about1 ul li {
		width: 33.333%;
		margin: 10px 0;
	}

	.img-lists ul li .info h3 {
		font-size: 16px;
		line-height: 26px;
		max-height: 52px;
		height: auto;
	}

	.group-big .slick-prev,
	.group-big .slick-next {
		width: 40px;
		height: 40px;
	}

	.group-big .slick-list {
		margin: 0 70px;
	}

	.group-sml .slick-list {
		margin: 0 20px;
	}

	.group-sml .slick-prev,
	.group-sml .slick-next {
		background-size: auto 15px;
	}

	.jtjs1 .jtjs1-pic {
		float: none;
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}

	.jtjs1 p {
		margin-top: 20px;
	}

	.jtjs2 ul li b {
		font-size: 44px;
	}

	.jtjs2 ul li p em {
		font-size: 16px;
	}
	.pre_next{
    margin-top: 80px;
    display: block;
}
.pre_next_left{
    float: none;
    background: #cb3b3d;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: .8rem;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
}
.pre_next_right{
    background: #cb3b3d;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    font-size: .8rem;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
}

}

@media screen and (max-width:480px) {

	.xs-item ul li {
		width: 50%;
	}

	.dlwz-txt {
		position: relative;
		width: 100%;
		background-color: #1c50af;
		right: 0;
		top: 0;
	}

	.img-txt-more {
		margin-top: 15px;
	}

	.img-lists ul li a>img {
		height: 100px;
	}

	.text-list ul li {
		padding-left: 15px;
	}

	.art-main .cont-tit p .liulan {
		margin-left: 15px;
	}

	.text-list ul li {
		background-size: 3px 3px;
	}

	.text-list ul li span {
		width: 90px
	}

	.timg-list-img {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.timg-list ul li a .pic {
		padding-top: 62.92%;
	}

	.timg-linfo {
		padding-top: 0;
	}

	.ldtz ul li {
		float: none;
		width: auto;
	}

	.ldtz ul li:nth-child(2n+1) {
		margin-right: 0;
	}

	.ldtz-pic {
		float: left;
	}

	.ldtz ul li {
		margin-bottom: 30px;
	}

	.ldtz ul li a {
		padding: 0;
	}

	.ldtz-pic {
		width: 120px;
	}

	.ldtz-info {
		text-align: left;
	}

	.ldtz-info h3::before {
		left: 0;
		transform: translateX(0);
	}

	.ldtz-info h3 {
		padding-top: 15px;
		margin-bottom: 10px;
	}

	.ldtz ul li a {
		margin: 0;
	}

	.list-jg ul li {
		float: none;
		width: 100%;
	}

	.group-big .slick-prev,
	.group-big .slick-next {
		width: 30px;
		height: 30px;
	}

	.group-big .slick-list {
		margin: 0 50px;
	}
}

@media screen and (max-width:400px) {
	.xs-item ul li {
		width: auto;
		float: none;
	}
}

@media screen and (max-width:320px) {
	.text-list ul li {
		line-height: 40px;
		font-size: 12px;
	}

	.art-main .art-tit span {
		font-size: 12px;
		padding-bottom: 5px;
		line-height: 24px;
		height: 24px;
	}

	.art-main .art-body p {
		font-size: 14px;
		line-height: 30px;
	}

	.img-lists ul li a>img {
		height: 84px;
	}
}




