.px ul li {
	width: 16.67%;
	text-align: center;
}

.px ul {
	  /*  background-color: rgb(48 136 236 / 0.8);*/
	height: 100px;
}

.px ul li a {
	display: block;
	text-align: center;
	overflow: hidden;
	height: 100px;
	line-height: 100px;
}

.px ul li a div {
	display: inline-block;
	vertical-align: -20px;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 2px dotted #f7f9f9;
	position: relative;
	z-index: 1;
}

.px ul li a div:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 32px;
	height: 32px;
	background: rgba(150, 193, 250, 0.3);
	border-radius: 50%;
	z-index: -1;
}

.px ul li a div img {
	max-height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.px ul li a span {
	font-size: 20px;
	color: #ffffff;
	margin-left: 20px;
}

#px {
	margin-top: -100px;
}

.px ul li:hover {
	background-color: #3088ec;
}

.section1 {
	padding: 50px 0 35px;
	/* background: url("../image/new-bg.png") no-repeat center center; */
	/* background-size: cover; */
}

.title {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title>h2 {
	font-size: 26px;
	line-height: 60px;
	color: #3088ec;
	display: block;
	border-bottom: 1px solid #3088ec;
	position: relative;
}
.title>h2::before{
	display:block;
	content:"";
	width: 40%;
	height: 5px;
	border-radius: 5px;
	background:#3088ec;
	position:absolute;
	left:50%;
	bottom: -3px;
	transform: translateX(-50%);
}
.title>p {
	font-size: 18px;
	color: #bccce1;
	line-height: 40px;
}

.text1 {
	overflow: hidden;
}
.noticeList{
	width:32%;
	margin-left:2%;
	float:left;
}
.noticeList .more1{
	padding-bottom: 8px;
	border-bottom: 2px solid #3088ec;
	margin-bottom: 8px;
}
.noticeList .more1 h2{
	line-height: 30px;
}
.noticeList .more1>a{
	line-height: 30px;
	margin-top: 0;
	color: #888;
}
.noticeList li a{	
	display: flex;	
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted rgba(0,0,0,0.15);	
	padding: 8px 0;
	padding-left: 15px;
	position:relative;
}
.noticeList li a::before{
	display:block;
	content:"";
	width:5px;
	height:5px;
	background:#3088ec;
	position:absolute;
	left:2px;
	top:50%;
	transform:translateY(-50%);
	border-radius:100%;
}
.noticeList li a p:nth-of-type(1){
font-size: 16px;
line-height: 30px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(100% - 88px);
	transition:all .3s;
}
.noticeList li a p:nth-of-type(2){
font-size: 14px;
color: #666;
width: 80px;
text-align: right;
}
.noticeList li a:hover p{
	color:#3088ec;
}
.noticeList li a:hover p:nth-of-type(1){
	color:#3088ec;
	text-indent:5px;
	font-weight: bold;
}
.text-l {
	float: left;
	width: 32%;
	height: auto;
}

.text-l img {
	width: 100%;
}

.text-l div>a {
	padding-top: 377px;
	overflow: hidden;
	display: block;
	position: relative;
}

.text-l div>a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.text-l p {
	font-size: 18px;
	line-height: 55px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0;
	padding-left: 10px;
	padding-right: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: linear-gradient(0, black, transparent);
}

.text-l>.slick-dots {
	width: auto;
	right: 10px;
	bottom: 20px;
}

.text-l>.slick-dots>li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 0 5px;
}

.text-l>.slick-dots>.slick-active {
	background-color: #ffffff;
}

.text-r {
	overflow: hidden;
}

.text-r>ul {
	overflow: hidden;
	margin-top: -23px;
}

.text-r>ul>li {
	width: 47.78%;
	border: solid 1px #e5e5e5;
	float: left;
	margin-top: 23px;
	margin-left: 1.5%;
}

.text-r>ul>li>a {
	display: block;
	overflow: hidden;
	padding: 16px 20px;
	background: #fff;
}

.time {
	float: left;
	background: #3088ec;
	text-align: center;
	width: 66px;
	height: 66px;
}

.time>h2 {
	font-size: 26px;
	line-height: 38px;
	color: #ffffff;
	background: #c50615;
}

.time>p {
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	background: #3088ec;
}

.con1 {
	overflow: hidden;
	padding-left: 15px;
	margin-top: 5px;
}

.con1>p {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 56px;
}

.more {
	text-align: center;
	margin-top: 30px;
	height: 40px;
}

.more h2 {
	font-size: 14px;
	line-height: 28px;
	color: #3088ec;
	display: inline-block;
	border-bottom: 1px solid #3088ec;
	position: relative;
	transition: all .5s;
	padding-left: 25px;
	background: url(../image/more.png) no-repeat left center;
}

.section2 {
	padding: 35px 0 50px;
	background: rgba(240,240,240,0.6);
}

.sect2 {
	/* overflow: hidden; */
}

.zs {
	width: 31.42%;
	float: left;
}

.more1 {
	overflow: hidden;
	border-bottom: 2px solid #3088ec;
}

.more1>h2 {
	font-size: 24px;
	line-height: 52px;
	color: #3088ec;
	float: left;
}

.more1>a {
	font-size: 15px;
	color: #888;
	float: right;
	transition: all 0.5s;
	line-height: 32px;
	display: block;
	margin-top: 10px;
}

.zs>ul {
	padding: 25px 0;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
        
}

.zs>ul>li>a {
	display: block;
	padding: 15px 0;
	margin: 0 30px;
	border-bottom: 1px dotted rgba(0,0,0,0.15);
	position: relative;
}
.zs>ul>li>a::before{
	display:block;
	content:"";
	width:0;
	height:2px;
	background:#3088ec;
	position:absolute;
	left:0;
	bottom:-1px;
	transition:all .3s;
}
.zs>ul>li>a>p {
	font-size: 16px;
	line-height: 33px;
	color: #333;
}

.zs>ul>li>a>span {
	display: inline-block;
	height: 44px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zs:nth-child(2) {
	margin: 0 2.87%;
}
.zs>ul>li>a:hover::before{
	width:100%;
}
.zs>ul>li>a:hover>p{
	color:#3088ec;
	font-weight:bold;
}
.zs>ul>li>a:hover>span{
	color:#3088ec;
	font-weight:bold;
}


.sect3-t {
	overflow: hidden;
}

.sect3-t>ul {
	overflow: hidden;
}

.sect3-t>ul>li {
	width: 30.71%;
	float: left;
}

.sect3-t>ul>li>a {
	display: block;
	position: relative;
}



.tz-text>p {
	font-size: 18px;
	line-height: 50px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	
	.px
	ul li {
 width: 16.67%;
	text-align: center;
}

.px
	ul {
   /*  background-color: rgb(48 136 236 / 0.8);*/
 height: 100px;
}

.px
	ul li a {
 display: block;
	text-align: center;
	overflow: hidden;
	height: 100px;
	line-height: 100px;
}

.px
	ul li a div {
 display: inline-block;
	vertical-align: -20px;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 2px dotted #f7f9f9;
	position: relative;
	z-index: 1;
}

.px
	ul li a div:after {
 content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 32px;
	height: 32px;
	background: rgba(150, 193, 250, 0.3);
	border-radius: 50%;
	z-index: -1;
}

.px
	ul li a div img {
 max-height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.px
	ul li a span {
 font-size: 20px;
	color: #ffffff;
	margin-left: 20px;
}

#px {
	margin-top: -100px;
}

.px
	ul li:hover {
 background-color: #3088ec;
}

.title {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.title>
	p {
 font-size: 18px;
	color: #bccce1;
	line-height: 40px;
}

.text1 {
	overflow: hidden;
}



.text-r {
	overflow: hidden;
}

.text-r>
	ul {
 overflow: hidden;
	margin-top: -23px;
}

.text-r>
	ul>li {
 width: 47.78%;
	border: solid 1px #e5e5e5;
	float: left;
	margin-top: 23px;
	margin-left: 1.5%;
}

.text-r>
	ul>li>a {
 display: block;
	overflow: hidden;
	padding: 16px 20px;
	background: #fff;
}

.time {
	float: left;
	background: #3088ec;
	text-align: center;
	width: 66px;
	height: 66px;
}

.time>
	h2 {
 font-size: 26px;
	line-height: 38px;
	color: #ffffff;
	background: #c50615;
}

.time>
	p {
 font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	background: #3088ec;
}

.con1 {
	overflow: hidden;
	padding-left: 15px;
	margin-top: 5px;
}

.con1>
	p {
 font-size: 18px;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 56px;
}



.more
	h2 {
 font-size: 14px;
	line-height: 28px;
	color: #3088ec;
	display: inline-block;
	border-bottom: 1px solid #3088ec;
	position: relative;
	transition: all .5s;
	padding-left: 25px;
	background: url(../image/more.png) no-repeat left center;
}




.zs {
	width: 31.42%;
	float: left;
}

.more1 {
	overflow: hidden;
	padding-bottom: 30px;
}




.sect3-t {
	overflow: hidden;
}

.sect3-t>
	ul {
 overflow: hidden;
}

.sect3-t>
	ul>li {
 width: 30.71%;
	float: left;
}

.sect3-t>
	ul>li>a {
 display: block;
	position: relative;
}




.xttz {
	background: url("../image/xttz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.zsgz {
	background: url("../image/zsgz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.fxljy {
	background: url("../image/fxljy-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.sect3-t>
	ul>li:nth-child(2) {
 margin: 0 3.93%;
}

.sect3-t {
	padding-bottom: 50px;
}

.title1>
	h2 {
 font-size: 30px;
	line-height: 61px;
	color: #000000;
	position: relative;
	border-bottom: 1px solid #cbdde9;
	text-align: center;
}

.title1>
	h2::after {
 content: "";
	width: 70px;
	height: 5px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../image/dot.png") no-repeat bottom center;
}

.title1>
	p {
 font-size: 18px;
	color: #bccce1;
	line-height: 40px;
	text-align: center;
}

.sect3-b
	ul {
 padding-top: 62px;
	padding-bottom: 42px;
	border-bottom: 1px solid #cbdde9;
	border-left: 1px solid #cbdde9;
	border-right: 1px solid #cbdde9;
	margin-top: -40px;
}

.sect3-b
	ul li {
 width: 17.5%;
	text-align: center;
	border-radius: 30px;
	background-color: #e1eaf0;
	margin: 0 0.27%;
}

.sect3-b
	ul li a {
 display: block;
	font-size: 16px;
	line-height: 37px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.sect3-b
	ul li:hover {
 background-color: #3088ec;
}

.sect3-b
	ul li:hover a {
 color: #ffffff;
}
.sect3-t
	ul.slick{
 margin:0 -10px;
}
.sect3-t
	ul.slick li{
 margin: 0 10px;
}
.sect3-t
	ul.slick li a{
 position:relative;
}
.tz>
	img {
 position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.tz {
	overflow: hidden;
	position: relative;
	padding-top: 63.63%;
}

.tz>
	img {
 transition: all 1s;
}

.tz:
	hover img {
 transform: scale(1.2);
}


.text-r>
	ul>li:hover .con1>p {
 color: #3088ec;
	font-weight: bold;
}

.more
	h2:hover {
 margin-top: -5px;
}
	@media screen and (max-width: 1400px) {
 #px .px1400 {
  padding-left: 0;
	padding-right: 0;
	margin-left:0;
	margin-right:0;
 }
 .px ul li a span{
	font-size: 18px;
 }
}
@media screen and (min-width: 1025px){
.zs>ul{min-height:calc(100vh - 492px);}
}

	@media screen and (max-width: 1024px) {
 .banner{width:100%;margin:0;}
 .px ul li a div {
  width: 40px;
	height: 40px;
	vertical-align: -15px;
 }
 .px ul li a span {
	font-size: 16px;
 }
 .px ul {
	height: 80px;
 }
 .px ul li a {
	height: 80px;
	line-height: 80px;
 }
 .px ul li a div:
	after {
  width: 22px;
	height: 22px;
 }
 .text-r>ul {
	margin-top: 0;
 }
 .text-r>ul>li {
	margin-top: 1%;
	margin-left: 0;
	width: 48.78%;
 }
 .text-r>ul>li:nth-child(odd) {
	float: left;
 }
 .text-r>ul>li:nth-child(even) {
	float: right;
 }
 #px {
	margin-top: 0;
 }
 .section1 {
	padding: 20px 0;
 }
.noticeList{width:100%;margin:20px 0 0;float:none;}
.text-l div>a{padding-top:60%;}
 .section2 {
	padding: 10px 0;
 }
 .section3 {
	padding: 20px 0;
 }
 .text-l {
	float: none;
	width: auto;
	margin: 30px 0 0;
	height: auto;
 }
 .title>p {
	font-size: 16px;
 }
 .con1>p {
	font-size: 16px;
 }
 .text-r {
	float: none;
	width: auto;
 }
 .text-r {
	padding-top: 10px;
 }
 .more {
	margin-top: 20px;
 }
 .more1 {
	padding-bottom: 10px;
 }

 .zs>ul>li>a {
	padding: 10px;
 }
 .zs>ul {
	padding: 15px 0;
 }
 .sect3-t {
	padding-bottom: 20px;
 }
 .title1>h2 {
	font-size: 26px;
 }
 .title>h2 {
	font-size: 26px;
 }
 .sect3-b ul li a {
	font-size: 14px;
 }
 .title1>p {
	font-size: 16px;
 }
 .sect3-b ul {
	padding-top: 42px;
	padding-bottom: 30px;
 }
}
	@media screen and (max-width: 768px) {
 .zs {
  float: none;
	width: auto;
	margin: 10px 0 !important;
 }
 .zs>ul>li>a>p {
	line-height: 20px;
 }
 .time>h2 {
	font-size: 22px;
 }
 .time>p {
	font-size: 12px;
 }
 .tz-text>p {
	font-size: 16px;
	line-height: 35px;
 }
 .text-l>.slick-dots {
	right: 15px;
 }
 .text-l>.slick-dots>li {
	margin-left: 7px;
 }
 .text-r>ul>li>a {
	padding: 7px 10px;
 }
}
	@media screen and (max-width: 600px) {
 .text-r>ul>li {
  float: none !important;
	width: auto;
 }
 .zs>ul>li>a {
	margin: 0 15px;
 }

};
	
.px
	ul li {
 width: 16.67%;
	text-align: center;
}

.px
	ul {
   /*  background-color: rgb(48 136 236 / 0.8);*/
 height: 100px;
}

.px
	ul li a {
 display: block;
	text-align: center;
	overflow: hidden;
	height: 100px;
	line-height: 100px;
}

.px
	ul li a div {
 display: inline-block;
	vertical-align: -20px;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 2px dotted #f7f9f9;
	position: relative;
	z-index: 1;
}

.px
	ul li a div:after {
 content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 32px;
	height: 32px;
	background: rgba(150, 193, 250, 0.3);
	border-radius: 50%;
	z-index: -1;
}

.px
	ul li a div img {
 max-height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.px
	ul li a span {
 font-size: 20px;
	color: #ffffff;
	margin-left: 20px;
}

#px {
	margin-top: -100px;
}

.px
	ul li:hover {
 background-color: #3088ec;
}



.title {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.title>
	p {
 font-size: 18px;
	color: #bccce1;
	line-height: 40px;
}

.text1 {
	overflow: hidden;
}


.text-r {
	overflow: hidden;
}

.text-r>
	ul {
 overflow: hidden;
	margin-top: -23px;
}

.text-r>
	ul>li {
 width: 47.78%;
	border: solid 1px #e5e5e5;
	float: left;
	margin-top: 23px;
	margin-left: 1.5%;
}

.text-r>
	ul>li>a {
 display: block;
	overflow: hidden;
	padding: 16px 20px;
	background: #fff;
}

.time {
	float: left;
	background: #3088ec;
	text-align: center;
	width: 66px;
	height: 66px;
}

.time>
	h2 {
 font-size: 26px;
	line-height: 38px;
	color: #ffffff;
	background: #c50615;
}

.time>
	p {
 font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	background: #3088ec;
}

.con1 {
	overflow: hidden;
	padding-left: 15px;
	margin-top: 5px;
}

.con1>
	p {
 font-size: 18px;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 56px;
}



.more
	h2 {
 font-size: 14px;
	line-height: 28px;
	color: #3088ec;
	display: inline-block;
	border-bottom: 1px solid #3088ec;
	position: relative;
	transition: all .5s;
	padding-left: 25px;
	background: url(../image/more.png) no-repeat left center;
}





.zs {
	width: 31.42%;
	float: left;
}

.more1 {
	overflow: hidden;
	padding-bottom: 30px;
}









.sect3-t {
	overflow: hidden;
}

.sect3-t>
	ul {
 overflow: hidden;
}

.sect3-t>
	ul>li {
 width: 30.71%;
	float: left;
}

.sect3-t>
	ul>li>a {
 display: block;
	position: relative;
}

.tz-text {
text-align:center;
}


.xttz {
	background: url("../image/xttz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.zsgz {
	background: url("../image/zsgz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.fxljy {
	background: url("../image/fxljy-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.sect3-t>
	ul>li:nth-child(2) {
 margin: 0 3.93%;
}

.sect3-t {
	padding-bottom: 50px;
}

.title1>
	h2 {
 font-size: 30px;
	line-height: 61px;
	color: #000000;
	position: relative;
	border-bottom: 1px solid #cbdde9;
	text-align: center;
}

.title1>
	h2::after {
 content: "";
	width: 70px;
	height: 5px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../image/dot.png") no-repeat bottom center;
}

.title1>
	p {
 font-size: 18px;
	color: #bccce1;
	line-height: 40px;
	text-align: center;
}

.sect3-b
	ul {
 padding-top: 62px;
	padding-bottom: 42px;
	border-bottom: 1px solid #cbdde9;
	border-left: 1px solid #cbdde9;
	border-right: 1px solid #cbdde9;
	margin-top: -40px;
}

.sect3-b
	ul li {
 width: 17.5%;
	text-align: center;
	border-radius: 30px;
	background-color: #e1eaf0;
	margin: 0 0.27%;
}

.sect3-b
	ul li a {
 display: block;
	font-size: 16px;
	line-height: 37px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.sect3-b
	ul li:hover {
 background-color: #3088ec;
}

.sect3-b
	ul li:hover a {
 color: #ffffff;
}
.sect3-t
	ul.slick{
 margin:0 -10px;
}
.sect3-t
	ul.slick li{
 margin: 0 10px;
}
.sect3-t
	ul.slick li a{
 position:relative;
}
.tz>
	img {
 position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.tz {
	overflow: hidden;
	position: relative;
	padding-top: 130%;
}

.tz>
	img {
 transition: all 1s;
}

.tz:
	hover img {
 transform: scale(1.2);
}


.text-r>
	ul>li:hover .con1>p {
 color: #3088ec;
	font-weight: bold;
}

.more
	h2:hover {
 margin-top: -5px;
}
	@media screen and (max-width: 1400px) {
 #px .px1400 {
  padding-left: 0;
	padding-right: 0;
	margin-left:0;
	margin-right:0;
 }
 .px ul li a span{
	font-size: 18px;
 }
}
	@media screen and (max-width: 1024px) {
 
 .px ul li a div {
  width: 40px;
	height: 40px;
	vertical-align: -15px;
 }
 .px ul li a span {
	font-size: 16px;
 }
 .px ul {
	height: 80px;
 }
 .px ul li a {
	height: 80px;
	line-height: 80px;
 }
 .px ul li a div:
	after {
  width: 22px;
	height: 22px;
 }
 .text-r>ul {
	margin-top: 0;
 }
 .text-r>ul>li {
	margin-top: 1%;
	margin-left: 0;
	width: 48.78%;
 }
 .text-r>ul>li:nth-child(odd) {
	float: left;
 }
 .text-r>ul>li:nth-child(even) {
	float: right;
 }
 #px {
	margin-top: 0;
 }
 .section1 {
	padding: 0;
	padding-bottom: 20px;
 }
 .section2 {
	padding: 10px 0;
 }
 .section3 {
	padding: 20px 0;
 }
 .title>p {
	font-size: 16px;
 }
 .con1>p {
	font-size: 16px;
 }
 .text-r {
	float: none;
	width: auto;
 }
 .text-r {
	padding-top: 10px;
 }
 .more {
	margin-top: 20px;
 }
 .more1 {
	padding-bottom: 10px;
 }
 .zs>ul>li>a {
	padding: 10px;
 }
 .zs>ul {
	padding: 15px 0;
 }
 .sect3-t {
	padding-bottom: 20px;
 }
 .title1>h2 {
	font-size: 26px;
 }
 .title>h2 {
	font-size: 26px;
 }
 .sect3-b ul li a {
	font-size: 14px;
 }
 .title1>p {
	font-size: 16px;
 }
 .sect3-b ul {
	padding-top: 42px;
	padding-bottom: 30px;
 }
}
	@media screen and (max-width: 768px) {
 .zs {
  float: none;
	width: auto;
	margin: 10px 0 !important;
 }
 .zs>ul>li>a>p {
	line-height: 20px;
 }

 .time>h2 {
	font-size: 22px;
 }
 .time>p {
	font-size: 12px;
 }
 .tz-text>p {
	font-size: 16px;
	line-height: 35px;
 }
 .text-l>.slick-dots {
	right: 15px;
 }
 .text-l>.slick-dots>li {
	margin-left: 7px;
 }
 .text-r>ul>li>a {
	padding: 7px 10px;
 }
}
	@media screen and (max-width: 600px) {
 .text-r>ul>li {
  float: none !important;
	width: auto;
 }
 .zs>ul>li>a {
	margin: 0 15px;
 }

};
}

.xttz {
	background: url("../image/xttz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.zsgz {
	background: url("../image/zsgz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.fxljy {
	background: url("../image/fxljy-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.sect3-t>ul>li:nth-child(2) {
	margin: 0 3.93%;
}

.sect3-t {
}

.title1>h2 {
	font-size: 30px;
	line-height: 61px;
	color: #000000;
	position: relative;
	border-bottom: 1px solid #cbdde9;
	text-align: center;
}

.title1>h2::after {
	content: "";
	width: 70px;
	height: 5px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../image/dot.png") no-repeat bottom center;
}

.title1>p {
	font-size: 18px;
	color: #bccce1;
	line-height: 40px;
	text-align: center;
}

.sect3-b ul {
	padding-top: 62px;
	padding-bottom: 42px;
	border-bottom: 1px solid #cbdde9;
	border-left: 1px solid #cbdde9;
	border-right: 1px solid #cbdde9;
	margin-top: -40px;
}

.sect3-b ul li {
	width: 17.5%;
	text-align: center;
	border-radius: 30px;
	background-color: #e1eaf0;
	margin: 0 0.27%;
}

.sect3-b ul li a {
	display: block;
	font-size: 16px;
	line-height: 37px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.sect3-b ul li:hover {
	background-color: #3088ec;
}

.sect3-b ul li:hover a {
	color: #ffffff;
}
.sect3-t ul.slick{
	margin:0 -10px;
}
.sect3-t ul.slick li{
	margin: 0 10px;
}
.sect3-t ul.slick li a{
	position:relative;
}

.more1>a:hover {
	color: #3088ec;
}

.text-r>ul>li:hover .con1>p {
	color: #3088ec;
	font-weight: bold;
}

.more h2:hover {
	margin-top: -5px;
}

@media screen and (max-width: 1400px) {
	#px .px1400 {
		padding-left: 0;
		padding-right: 0;
		margin-left:0 ;
		margin-right:0 ;
	}
	.px ul li a span{
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
	
	.px ul li a div {
		width: 40px;
		height: 40px;
		vertical-align: -15px;
	}
	.px ul li a span {
		font-size: 16px;
	}
	.px ul {
		height: 80px;
	}
	.px ul li a {
		height: 80px;
		line-height: 80px;
	}
	.px ul li a div:after {
		width: 22px;
		height: 22px;
	}
	.text-r>ul {
		margin-top: 0;
	}
	.text-r>ul>li {
		margin-top: 1%;
		margin-left: 0;
		width: 48.78%;
	}
	.text-r>ul>li:nth-child(odd) {
		float: left;
	}
	.text-r>ul>li:nth-child(even) {
		float: right;
	}
	#px {
		margin-top: 0;
	}
	.section1 {
		padding: 0;
		padding-bottom: 20px;
	}
	.section2 {
		padding: 10px 0;
	}
	.section3 {
		padding: 20px 0;
	}
	.title>p {
		font-size: 16px;
	}
	.con1>p {
		font-size: 16px;
	}
	.text-r {
		float: none;
		width: auto;
	}
	.text-r {
		padding-top: 10px;
	}
	.more {
		margin-top: 20px;
	}
	.more1 {
		padding-bottom: 10px;
	}


	.zs>ul>li>a {
		padding: 10px;
	}
	.zs>ul {
		padding: 15px 0;
	}
	.sect3-t {
		padding-bottom: 20px;
	}
	.title1>h2 {
		font-size: 26px;
	}
	.title>h2 {
		font-size: 26px;
	}
	.sect3-b ul li a {
		font-size: 14px;
	}
	.title1>p {
		font-size: 16px;
	}
	.sect3-b ul {
		padding-top: 42px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 768px) {
	.zs {
		float: none;
		width: auto;
		margin: 10px 0 !important;
	}
	.zs>ul>li>a>p {
		line-height: 20px;
	}
	.time>h2 {
		font-size: 22px;
	}
	.time>p {
		font-size: 12px;
	}
	.tz-text>p {
		font-size: 16px;
		line-height: 35px;
	}
	.text-l>.slick-dots {
		right: 15px;
	}
	.text-l>.slick-dots>li {
		margin-left: 7px;
	}
	.text-r>ul>li>a {
		padding: 7px 10px;
	}
}

@media screen and (max-width: 600px) {
	.text-r>ul>li {
		float: none !important;
		width: auto;
	}
	.zs>ul>li>a {
		margin: 0 15px;
	}

}
.kslj{margin-bottom:50px;}
.kslj ul{    display: flex;
    margin: 0 -15px;
    justify-content: space-between;}
.kslj ul li{    padding: 0 15px;
    width: 33.3%;
}
.kslj a{    display: block;
    text-align: center;
    color: #fff;
    padding: 30px 10px;
    font-size: 24px;}
.kslj1{background:#63c8e6;}
.kslj2{background:#847bf3;}
.kslj3{background:#6ce1a0;}
@media screen and (max-width: 730px) {
.kslj ul{margin:0;flex-wrap: wrap;}
.kslj ul li{width:100%;margin-bottom:15px;}
}