.px ul li {
	width: 16.67%;
	text-align: center;
}

.px ul {
	background: url(../image/ks-bg.png)repeat-x;
	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;
        display:none;
}

.px ul li:hover {
	background-color: #196eaf;
}

.section1 {
	padding: 50px 0;
	background: url("../image/new-bg.png") no-repeat center center;
	background-size: cover;
}

.title {
	text-align: center;
	margin-bottom: 20px;
}

.title>h2 {
	font-size: 30px;
	line-height: 61px;
	color: #0c3173;
	background: url("../image/dot-bg.png") no-repeat bottom center;
	display: inline-block;
}

.title>p {
	font-size: 18px;
	color: #bccce1;
	line-height: 40px;
}

.text1 {
	overflow: hidden;
}

.text-l {
	float: left;
	width: 48.5%;
}

.text-l img {
	width: 100%;
}

.text-l div>a {
	padding-top: 64.45%;
	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: 4%;
	padding-right: 28%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-l>.slick-dots {
	width: auto;
	right: 23px;
	bottom: 20px;
}

.text-l>.slick-dots>li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 0 6px;
}

.text-l>.slick-dots>.slick-active {
	background-color: #ffffff;
}

.text-r {
        width:48.5%;
        float:right;
	overflow: hidden;
}
.text-r .first{
     margin-bottom: 10px;
}
.text-r .first .title{
     height:40px;
     line-height:40px;
     font-size:20px;
     font-weight:bold;
     text-align:left;
     margin-bottom: 10px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
.text-r .first:hover .title{
    color:#0c3173;
}
.text-r .first .date{
    height:24px;
    line-height:24px;
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
    padding-left:24px;
    background:url("../images/date_icon.png") no-repeat left center;
}
.text-r .first .des{
    font-size:15px;
    color:#666;
    height:48px;
    line-height:24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-r>ul {
	overflow: hidden;
}

.text-r>ul>li {
        position:relative;
	border-bottom: 1px dashed #e5e5e5;
        padding-left: 16px;
        background: url("../images/nz4.png") no-repeat left center;
}
.text-r>ul>li:hover{
       background: url("../images/nz5.png") no-repeat left center;
}
.text-r>ul>li:before{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #0c3173;
    transition: all 0.6s;
    content: "";
    z-index: 3;
}
.text-r>ul>li:hover:before{
    width:100%;
}
.text-r>ul>li>a {
	display: block;
	overflow: hidden;
}

.time {
	float: right;;
	width: 92px;
        height:48px;
        line-height:48px;
        font-size:16px;
        color:#666;
}
.text-r>ul>li:hover .time{
   color:#0c3173;
}
.con1 {
    float:left;
    width: calc(100% - 100px);
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-r>ul>li:hover .con1{
     color:#0c3173;
}
.more {
	text-align: center;
	margin-top: 60px;
	height: 40px;
}

.more h2 {
	font-size: 14px;
	line-height: 28px;
	color: #00266b;
	display: inline-block;
	border-bottom: 1px solid #0a3678;
	position: relative;
	transition: all .5s;
}

.section2 {
	padding: 50px 0;
	background: url("../image/zs-bg.jpg") no-repeat center center;
	background-size: cover;
}

.sect2 {
	overflow: hidden;
}

.zs {
	width: 31.42%;
	float: left;
}

.more1 {
	overflow: hidden;
	padding-bottom: 30px;
}

.more1>h2 {
	font-size: 28px;
	line-height: 52px;
	color: #ffffff;
	float: left;
}

.more1>a {
	font-size: 14px;
	color: #f9f9f9;
	float: right;
	padding-top: 20px;
	transition: all 0.5s;
}

.zs>ul {
	padding: 25px 0;
	background-color: rgba(10, 54, 120, 0.4);
	border: solid 1px rgba(47,116,194,0.4);
	border-top: 2px solid rgba(255,255,255,0.28);
}

.zs>ul>li>a {
	display: block;
	padding: 15px 0;
	margin: 0 30px;
	border-bottom: 1px dotted rgba(254,253,253,0.34);
}

.zs>ul>li>a>p {
	font-size: 16px;
	line-height: 33px;
	color: #fefdfd;
}

.zs>ul>li>a>span {
	display: inline-block;
	height: 44px;
	font-size: 16px;
	line-height: 22px;
	color: #fefdfd;
	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:hover {
	background-color: #2797d6;
}


.section3 {
	padding: 50px 0;
}

.sect3-t {
        display: none;
	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 {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	padding-left: 7%;
}

.tz-text>p {
	font-size: 28px;
	font-weight: bold;
	line-height: 57px;
	color: #fdfdfd;
}

.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: #0c3173;
	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;
	background-color: #e1eaf0;
	margin: 0 0.27%;
}

.sect3-b ul li a {
	display: block;
}
.sect3-b ul li .pic{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 67.1888%;
}
.sect3-b ul li .pic img{
     width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sect3-b ul li:hover .pic img{
   transform: scale(1.05);
}
.sect3-b ul li .title{
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sect3-b ul li:hover .title{
    color:#0c3173;
}
.tz>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tz {
	overflow: hidden;
	position: relative;
	padding-top: 63.63%;
}

.tz>img {
	transition: all 1s;
}

.tz:hover img {
	transform: scale(1.2);
}

.more1>a:hover {
	margin-top: -2px;
}

.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: 1280px) {
    .text-r>ul>li:nth-child(5){display:none;}
}
@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: 100%;
	}
	.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;
	}
	.text-l {
		float: none;
		width: auto;
		margin: auto;
		height: auto;
	}
	.title>p {
		font-size: 16px;
	}
	.text-r {
		float: none;
		width: auto;
	}
	.text-r {
		padding-top: 10px;
	}
	.more {
		margin-top: 20px;
	}
	.more1 {
		padding-bottom: 10px;
	}
	.more1>h2 {
		font-size: 23px;
	}
	.tz-text>p {
		font-size: 26px;
	}
	.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;
	}
        .con1{font-size:16px;}
        .time{font-size:15px;}
	.text-l {
		float: none;
		width: auto;
		margin: auto;
	}
	.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;
	}

}

.section4{
   padding-top:30px;
   background:url(../images/bg4.jpg) no-repeat center top;
   background-size: cover;
}
.section4 .title>h2{color:#fff;}
.m-banidx6{margin-top:55px;overflow:hidden}
.m-banidx6 .con{display:block;text-align:center;position:relative;height:393px;padding-top:106px}
.m-banidx6 .item:nth-child(odd) .con{padding-top:0}
.m-banidx6 .con::after{position:absolute;left:50%;transform:translateX(-50%);bottom:0;height:90px;background-position:bottom center;background-repeat:no-repeat;background-size:contain;width:1px;background-image:url(../images/bg4.png);content:""}
.m-banidx6 .item:nth-child(odd) .con::after{height:196px}
.m-banidx6 .top1{display:inline-block;border-radius:50%;background-color:rgba(254,213,145,.2);padding:8px}
.m-banidx6 .inner{border:1px dashed #eeeded;padding:9px;border-radius:50%;transition:.3s}
.m-banidx6 .top1:hover .inner{background-color:#f39800;border-color:transparent}
.m-banidx6 .box{border-radius:50%;background-color:rgba(255,255,255,.2);width:160px;height:160px;display:flex;align-items:center;justify-content:center;transition:.3s;}
.m-banidx6 .top1:hover .box{background-color:transparent}
.m-banidx6 .icon{margin-bottom:8px}
.m-banidx6 .icon img{width:46px;margin:0 auto;display:block;height:auto}
.m-banidx6 .tit{overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;display:box;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;color:#fff;transition:.3s}
.m-banidx6 .top1:hover .tit{font-weight:700}
.m-banidx6 .cirlce{width:10px;height:10px;background:#fff;border-radius:50%;margin:0 auto}
@media only screen and (min-width:1199px){
   .m-banidx6{margin-top:2.864vw}
.m-banidx6 .con{height:20.46vw;padding-top:5.52vw}
.m-banidx6 .con::after{transform:translateX(-50%);bottom:0;height:10.887vw;background-size:auto 100%;width:1px;background-image:url(../images/bg4.png);content:""}
.m-banidx6 .item:nth-child(odd) .con::after{height:10.2vw}
.m-banidx6 .top1{border-radius:50%;padding:.416vw}
.m-banidx6 .inner{border:1px dashed #eeeded;padding:.468vw;border-radius:50%;transition:.3s}
.m-banidx6 .box{border-radius:50%;width:140px;height:140px;align-items:center;justify-content:center;transition:.3s;}
.m-banidx6 .icon{margin-bottom:.416vw}
.m-banidx6 .icon img{width:2.395vw;margin:0 auto;height:auto}
.m-banidx6 .tit{font-size:.833vw;transition:.3s}
.m-banidx6 .top1:hover .tit{font-weight:700}
.m-banidx6 .cirlce{width:.52vw;height:.52vw;background:#fff;border-radius:50%;margin:0 auto}
}
@media only screen and (max-width:768px){
    .m-banidx6 .box{width:120px;height:120px;}
.m-banidx6{margin-top:20px}
.m-banidx6 .item:nth-child(odd) .con::after{height:140px}
.m-banidx6 .con{height:300px;padding-top:50px}
}