.banner {
  overflow: hidden;
  position: relative;
}

.slider-banner {
  position: relative;
  overflow: hidden;
  width: 100% !important;
}

.slider-banner .slick-slide {
  position: relative;
}

.slider-banner .slick-slide img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.slider-banner .slick-slide img:hover {
  transform: scale(1.05);
}

.slider-banner .slick-dots {
  position: absolute;
  width: auto;
  bottom: 28px;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
    width: 48px;
    height: 14px;
    margin: 0 5px;
    background: #dfebf7;
    cursor: pointer;
    
}

.slider-banner .slick-dots li button {display:none;}

.slider-banner .slick-dots li.slick-active {
  width: 48px;
  background: #0856ab;
  height:0px;
  padding:7px 0;
  margin-top:0;
  top:0;
  
}

.slider-banner .slick-arrow {
  width: 87px;
  height: 102px;
  overflow: hidden;
  text-indent: 99px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  top: 50%;
  margin-top: -51px;
}

.slider-banner .slick-arrow.slick-prev {
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  left: 3%;
  border: 0;
}

.slider-banner .slick-arrow.slick-next {
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  right: 3%;
  border: 0;
}


.part1 {
	width: 100%;
	background: url(../images/part1bj.jpg) no-repeat bottom #dceaf5;
	height: 474px;
	padding: 72px 0 80px;
}

.gzdt {
	width: 1046px;
	float: left;
	margin-right: 45px;
}

.index-tit {
	width: 100%;
	margin-bottom: 30px;
	height: 40px;
	line-height: 40px;
}

.index-tit h2 {
	font-size: 28x;
	color: #0956a8;
	float: left;
}

.index-more {
	float: right;
}

.slider-news {
	width: 515px;
	float: left;
	height: 375px;
	margin-right: 30px;
}

.slider-news .slick-list {
	margin: 0px;
}

.slider-news .box {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.slider-news .pic {
	position: relative;
	width: 100%;
	padding-bottom: 65%;
	overflow: hidden;
}

.slider-news .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-news .pic img:hover {
	transform: scale(1.05);
}

.slider-news .txt {
	margin-top: 0px;
	padding: 24px 0px 8px;
	overflow: hidden;
	width: 77%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slider-news .tit {
	display: block;
	text-align: left;
	line-height: 23px;
	font-size: 1.1rem;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 0;
}
.slider-news .tit:hover{color:#0b5aab;}
.slider-news .abst {
	text-indent: 2em;
	font-size: 0.75rem;
	color: #7a8895;
	line-height: 22px;
	height: 45px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slider-news .slick-arrow {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	overflow: hidden;
	text-indent: 99px;
	cursor: pointer;
	z-index: 9;
}

.slider-news .slick-dots {
	position: absolute;
	bottom: 0px;
	right: 15px;
	z-index: 9;
}

.slider-news .slick-dots li {
	float: left;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	background: #86aed6;
	cursor: pointer;
	border-radius: 50%;
}

.slider-news .slick-dots li button {
	display: none;
}

.slider-news .slick-dots li.slick-active {
	background: #0956a8;
}

.right-news {
	float: right;
	width: calc(100% - 545px);
}

.right-news li {
	line-height: 41px;
	position: relative;
	overflow: hidden;
}

.right-news li.first {
	border-bottom: 1px dashed #a2c1e0;
	padding-bottom: 24px;
	margin-bottom: 10px;
}

.right-news li.first a {
	width: 100%;
	white-space: normal;
}

.right-news li.first .txt {
	color: #0956a8;
	font-size: 1.0625rem;
	line-height: 26px;
	padding-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.right-news li.first .txt a{color: #0956a8;}
.right-news li.first p {
	color: #808080;
	font-size: 0.875rem;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
.right-news li.first p:hover{color: #0956a8;}
.right-news li a {
	float: left;
	color: #333333;
	font-size: 1.1625rem;
	width: calc(100% - 90px);
	padding-left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.right-news li .date {
	float: right;
	font-size: 0.875rem;
	color: #0956a8;
	font-family: Arial, Helvetica, sans-serif;
}

.right-news li:hover a {
	color: #0956a8;
}

.zhfw {
	float: right;
	width: 409px;
}

.zhfw .tt {
	background: url(../images/zhfwbj.png) no-repeat;
	width: 100%;
	height: 52px;
	line-height: 52px;
	background-size: cover;
}

.zhfw .tt h2 {
	color: #fff;
	font-size: 28px;
	padding-left: 28px;
}

.zhfw .fwrk {
	width: 100%;
	margin-top: 20px;
}

.fwrk li {
	width: 47%;
	float: left;
	height: 115px;
	border-radius: 10px 0 10px 0;
	margin-right: 6%;
	margin-bottom: 18px;
}

.fwrk li a {
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	display: block;
}

.fwrk li:nth-child(2n) {
	margin-right: 0;
}

.fwrk .fw1 {
	background: #ef9408;
}

.fwrk .fw2 {
	background: #08a1ef;
}

.fwrk .fw3 {
	background:#8d91ff;
}

.fwrk .fw4 {
	background:#ff79a2;
}

.fwrk .fw5 {
	background:#208adc;
}

.fwrk .fw6 {
	background:#56b887;
}
.fwrk li img{display: block;padding-top: 25px;margin: 0 auto;padding-bottom: 10px;transition: all 1s;}
.fwrk li:hover img {
    transform: rotateY(180deg);
}
.part2 {
	width: 100%;
	height: 582px;
	padding: 62px 0;
	background: url(../images/part2bj.png) no-repeat center bottom #0c5aab;
}

.w498 {
	width: 498px;
	float: left;
	margin-right: 50px;
}
.zhtz .tit{background: url(../images/st1.png) no-repeat left center !important;}
.w498 .tit {
	background: url(../images/st.png) no-repeat left center;
	width: 100%;
	height: 40px;
}

.w498 .tit h2 {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 28px;
	float: left;
	padding-left: 15px;
}

.wzlist {
	width: 100%;
	overflow: hidden;
	margin-top: 28px;
}

.wzlist li {
	border-bottom: 1px dashed #3685d6;
	width: 100%;
	margin-bottom: 34px;
	padding-bottom: 6px;
}

.wzlist li a {
	color: #fff;
	font-size: 22px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
}
.wzlist li a:hover{color: #f0990b;}
.wzlist li span.date {
	color: #9ebdde;
	font-size: 14px;
	display: block;
	width: 100%;
	line-height: 32px;
}

.rdgz {
	width: 409px;
	float: right;
	
	height: 563px;
	background-size: 100%;
}

.rdgz .tt {
	background: url(../images/rdgztt.png) no-repeat;
	width: 100%;
	height: 136px;
	line-height: 120px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	background-size: 100%;
}

.rdgz ul {
	margin-top: 35px;
}
.rdgz ul li{width: 50%;float: left;height: 195px;text-align: center;line-height: 195px;/* overflow: hidden; */}
.rdgz ul li p{font-size: 20px;line-height: 20px;text-align: center;font-weight: 700;color: #fff;padding: 0 10px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);min-width: calc(70% - 20px);}
.rdgz ul li img{max-width: 100%;}
.rdgz ul li.rd1{background: url(../images/rdgz1.png) no-repeat;background-size: cover;position: relative;}
.rdgz ul li.rd2{background: url(../images/rdgz2.png) no-repeat;background-size: cover;}
.rdgz ul li.rd3{background: url(../images/rdgz3.png) no-repeat;background-size: cover;}
.rdgz ul li.rd4{background: url(../images/rdgz4.png) no-repeat;background-size: cover;}
.rdzt {
	font-family: georgia;
	color: #ef9408;
	font-size: 16px;
	padding-right: 10px;
	line-height: 82px;
	position: relative;
	top: -3px;
}

.part3 {
	width: 100%;
	height: 380px;
	padding: 67px 0;
}

.xzzq {
	width: 45%;
	padding: 27px;
	float: left;
	background: #FFFFFF;
	margin-right: 46px;
	height: 345px;
}

.xzzq .list {
	width: 100%;
}

.xzzq .list li {
	background: url(../images/dian.png) no-repeat left center;
	height: 45px;
	line-height: 45px;
	width: 100%;
}

.xzzq .list li a {
	padding-left: 15px;
	font-size: 17px;
	width: 78%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xzzq .list li a:hover{color:#0953a2;}
.xzzq .list li span {
	float: right;
	font-size: 14px;
	color: #808080;
}

.xzzq .index-tit {
	margin-bottom: 30px;
}

.lxfs {
	width: 45%;
	padding: 25px;
	float: right;
	background: #FFFFFF;
	margin-right: 50px;
	height: 349px;
}

.lxfs .list {
	width: 100%;
}

.lxfs .list li a {
	padding-left: 15px;
	font-size: 17px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}

.lxfs .list li span {
	float: right;
	font-size: 14px;
	color: #808080;
}

.lxfs .index-tit {
	margin-bottom: 30px;
}

.lxfs li {
	width: 50%;
	float: left;
	background: url(../images/lxjt.png) no-repeat left center !important;
	height: 50px !important;
	line-height: 50px !important;
}

@media screen and (max-width: 1499px) {
	.w1500 {
		width: 100% !important;
	}
	.part1 {
		padding: 40px 2%;
		width: 96%;
	}
	.gzdt {
		width: 70%;
		margin-right: 3%;
	}
	.slick-slider {
		width: 50%;
		float: left;
		height: auto;
	}
	.index-tit {
		margin-bottom: 15px;
	}
	.right-news {
		width: 46%;
		float: right;
	}
	.zhfw {
		width: 27%;
	}
	.fwrk li a {
	}
	.part2 {
		padding: 40px 2%;
		width: 96%;
	}
	.left {
		width: 70%;
	}
	.w498 {
		width: 46%;
		float: left;
		margin-right: 0;
		padding: 0 2%;
	}
	.rdgz {
		width: 27%;
		height: auto;
		padding-bottom: 50px;
	}
	.rdgz .tt {
		height: 75px;
		line-height: 75px;
	}

	.rdgz ul {
		margin-top: 30px;
	}
	.wzlist li{
    margin-bottom: 20px;
}
	.xzzq {
		margin-right: 20px;
		width: 43%;
		padding: 3%;
	}
	.lxfs {
		width: 43%;
		padding: 3%;
	}
	
	.slider-news .slick-dots {
	bottom: 15px;
	}
	
}
@media screen and (max-width: 1400px) {
	.wzlist li{margin-bottom: 21px;}
	}

@media screen and (max-width: 1200px) {
	.w1500 {
		width: 100% !important;
	}
	.slider-banner .slick-arrow{width: 30px;height: 60px;top: 75%;}
	.gzdt {
		width: 96%;
		margin: 0 2%;
	}
	.slick-slider {
		width: 50%;
		float: left;
	}
	.index-tit {
		margin-bottom: 15px;
	}
	.right-news {
		width: 46%;
		float: right;
	}
	.zhfw {
		width: 98%;
		padding: 0px 1%;
	}
	.wzlist li {
		margin-bottom: 12px;
	}
	.xzzq .list li a{width: 76%;}
	.fwrk li {
		width: 15%;
		margin-right: 2%;
	}
	.fwrk li:nth-child(2n) {
		margin-right: 2%;
	}
	.fwrk li:nth-child(6n) {
		margin-right: 0
	}
	.fwrk li a {
	}
	.fwrk li a {
		font-size: 16px;
		font-weight: 700;
	}
	.part1 {
		height: auto;
		overflow: hidden;
	}
	.w498 {
		width: 46%;
		float: left;
		margin-right: 0;
		padding: 0 2%;
	}
	.left {
		float: none !important;
	}
	.part2 {
		height: auto;
		overflow: hidden;
	}
	.xzzq {
		margin-right: 17px;
		width: 43%;
		padding: 3%;
	}
	.lxfs {
		width: 43%;
		padding: 3%;
	}
	.rdgz {
    width: 27%;
    height: auto;
    padding-bottom: 50px;
    height: 403px;
}
	
	
}

@media screen and (max-width: 900px) {
	.w1500 {
		width: 96% !important;
	}
	.gzdt {
		width: 98%;
		margin: 0 1%;
	}
	.slick-slider {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.index-tit {
		margin-bottom: 15px;
	}
	.right-news {
		width: 100%;
		float: none;
	}
	.fwrk li {
		width: 30%;
		margin-right: 5%;
	}
	.fwrk li:nth-child(2n) {
		margin-right: 5%;
	}
	.fwrk li:nth-child(3n) {
		margin-right: 0
	}
	.fwrk li a {
	}
	.part1 {
		height: auto;
		overflow: hidden;
	}
	.w498 {
		width: 96%;
		float: none;
		margin-right: 0;
		padding: 0 2%;
	}
	.left {
		float: none !important;
		width: 100%;
	}
	.part2 {
		height: auto;
		overflow: hidden;
	}
	.rdgz {
		width: 100%;
	}
	.xzzq {
		width: 92%;
		margin-bottom: 3%;
		padding: 4%;
	}
	.lxfs {
		width: 95%;
		height: auto;
		overflow: hidden;
	}
}
@media screen and (min-width:360px) and (max-width: 900px){
	.rdgz {
	    
	    height: auto;
	}
	
}


@media screen and (max-width: 460px) {
	.zhfw .tt {
		height: 58px;
		line-height: 52px;
	}
	.fwrk li {
		width: 48%;
		margin-right: 4%;
	}
	.fwrk li:nth-child(3n) {
		margin-right: 4%;
	}
	.fwrk li:nth-child(2n) {
		margin-right: 0
	}
	.fwrk li a {
		font-size: 16px;
		font-weight: 500;
	}
	.fwrk li a {
	}
	.rdgz ul li{height: 163px;}
	.rdgz ul li p{font-size: 15px;}
	
	.slick-slider {
		/* padding-bottom: 30px; */
		/* height: 300px; */
	}
	.slider-news .slick-dots {
		bottom: 15px;
	}
	.xzzq .list li a {
		width: 70%;
	}
	.lxfs li {
		width: 100% !important;
	}
}