* {
	margin: 0;
	padding: 0;
	outline: none
}
img{border:0 !important;max-width: 100%;}
html {
	width: 100%
}

input::-webkit-input-placeholder {
	color: #fff
}

input::-moz-input-placeholder {
	color: #fff
}

input::-ms-input-placeholder {
	color: #fff
}

body {
	background-size: cover;
	width: 100%
}

a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}

.clear {
	clear: both
}

li {
	list-style: none
}

.w1400 {
	width: 1200px;
	margin: 0 auto
}

.rig {
	float: right
}

header {
	width: 100%;
	background:rgb(31,41,106);
	height: 140px;
}

.logo {
	height: 86px;
	padding: 27px 0;
	float: left
}

header .rig {
	margin-top: 30px
}

.toplink {
	float: right;
	color: #FFFFFF;
	font-size: 14px
}

.toplink a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	padding: 0 10px
}

.search {
	width: 223px;
	border: 1px solid #fff;
	border-radius: 20px;
	height: 33px;
	margin-top: 36px
}

.search .txt {
	background: none;
	border: 0;
	height: 33px;
	width: 165px;
	color: #FFFFFF;
	line-height: 33px;
	font-size: 14px;
	padding-left: 15px
}

.search input::-webkit-input-placeholder {
	color: #fff
}

.search .btn {
	float: right;
	padding: 7px 5px
}

.nav {
	width: 100%;
	height: 55px;
	/*background:rgb(31,41,106);*/
        background: url(../images/topbg.jpg);
	margin: 0 auto;
        border-top:solid 2px;
}

.nav>ul {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
        
}

.nav>ul>li {
	position: relative;
	float: left;
	/*width: 12.5%;*/
	text-align: center;
	line-height: 55px;
        /*padding:0px 16px;*/
        height:55px;
}

.nav>ul>li.first {
	width: 60px
}
.nav>ul>li:last-child a{
border:none;
}

.nav>ul>li.first img {
	line-height: 52px;
	vertical-align: middle
}

.nav>ul>li>a {
	font-size: 1.125rem;
	color: #fff;
        display: block;
       padding: 0px 15px;
       /*border-right: solid 1px #fff;*/
        line-height:35px;
        margin-top:10px;
}

.nav>ul>li:hover {
	/*background: #3566c2*/
}

.nav>ul>li.on {
	/*background: #3566c2*/
}

.nav>ul>li.on>a {
	color: #fff
}

.nav>ul>li:hover>a {
	color: #fff
}

.nav>ul>li:last-child {
	border: 0
}

.nav>ul>li>ul {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgb(31,41,106);
	display: none;
	z-index: 999;
	padding-bottom: 0px;
        top:55px;
}

.nav>ul>li>ul>li {
	position: relative;
	line-height: 45px;
	border-bottom: 2px solid #b5b5b5;
}

.nav>ul>li>ul>li>span {
	position: absolute;
	background: url(../images/ny-jt.png) no-repeat center center;
	background-size: 12px auto;
	width: 20px;
	height: 20px;
	right: 5px;
	top: 13px
}

.nav>ul>li>ul>li>span.on {
	background: url(../images/ny-jt-other.png) no-repeat center center;
	background-size: 12px auto
}

.nav>ul>li>ul>li>ul {
	display: none
}

.nav>ul>li>ul>li>ul>li {
	line-height: 30px
}

.nav>ul>li>ul>li>ul>li>a {
	font-size: 14px;
	color: #e3dede
}

.nav>ul>li>ul>li>a {
	font-size: 15px;
	color: #fff
}

.nav>ul>li>ul>li:hover {
	/*background: #3566c2*/
}

.nav>ul>li>ul>li:hover>a {
	color: #ffffff
}

.top {
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	right: 10px;
	top: 18px;
	width: 25px;
	height: 25px;
	z-index: 9999
}

.wap {
	display: none
}

.top>img {
	display: block;
	width: 100%
}

.wap-menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	font-size: 0;
	width: 25px;
	height: 25px;
}

.close-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0
}

.wap-menu img {
	height: 20px
}

.banner {
	overflow: hidden;
	position: relative;
	width: 100%
}

.slider-banner {
	position: relative
}

.slider-banner .slick-slide {
	position: relative
}

.slider-banner .slick-slide img {
	vertical-align: top;
	width: 100%;
	object-fit: cover
}

.slider-banner .slick-slide p {
	position: absolute;
	z-index: 9;
	width: 70%;
	bottom: 50px;
	left: 50%;
	margin-left: -740px;
	font-size: 2.625rem;
	color: #fff
}

.slider-banner .slick-slide:before {
	background: url(../images/ban-msk.png) no-repeat bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover
}

.slider-banner .slick-dots {
	position: absolute;
	width: auto;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
        display:none;
}

.slider-banner .slick-dots li {
	float: left;
	margin: 0 8px;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: 1px solid #fff
}

.slider-banner .slick-dots li button {
	background: none;
	display: none;
	font-size: 0
}

.slider-banner .slick-dots li.slick-active {
	background: #fff
}

.part1 {
	width: 100%;
	min-height: 400px;
	padding: 50px 0;
	background: #fff;
	overflow: hidden
}

.slider-news {
	float: left;
	width: calc(50% - 30px)
}

.slider-news .box {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-bottom: 15px
}

.slider-news .pic {
	position: relative;
	width: 100%;
	padding-bottom: 62%;
	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 .slick-slide .txt:before {
	background: url(../images/news-msk.png) no-repeat bottom;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover
}

.slider-news .txt {
	overflow: hidden;
	width: 100%;
	margin-left: 0px;
	z-index: 999999999;
	position: absolute;
	bottom: 0;
	height: 100%
}

.slider-news .tit {
	display: block;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 95%;
	padding-left: 30px;
	height: 27px;
	position: absolute;
	bottom: 50px;
        border:none;
}

.slider-news .abst {
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
	position: absolute;
	bottom: 24px;
	padding-left: 60px;
	background: url(../images/date.png) no-repeat 30px center
}

.slider-news .slick-arrow {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 59.1%;
	overflow: hidden;
	text-indent: 99px;
	cursor: pointer;
	z-index: 9;
	border: 0;
	right: 35px
}

.slider-news .slick-dots {
	position: absolute;
	bottom: 26px;
	right: -15px;
	transform: translateX(-50%);
	z-index: 9;
	display: none
}

.slider-news .slick-dots li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 50%;
	background: none;
	cursor: pointer;
	border: 1px solid #fff;
}

.slider-news .slick-dots li button {
	display: none
}

.slider-news .slick-dots li.slick-active {
	background: #ffffff
}

.slick-prev {
	
}

.right_news {
	width: calc(50% - 30px);
	float: right;
	margin-top: -22.5px
        padding-top:17.5px;
}

.tit {
	height: 48px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: solid 2px #3469ac;
    /*background: #F5F5F5;*/
    padding: 0px ;
}

.tit h1 {
	
	color:#002f86;
	font-size: 22px;
	
	height: 42px;
	line-height: 42px;
	float: left;
	font-weight: 700
}

.tit .more {
	float: right;
	color: #666;
	font-size: 14px;
	padding: 1px 0 0 40px;
	line-height: 48px
}

.list li:hover a {
	color: #3469ac
}

 .list ul li {
	max-height: 60px;
	min-height: 45px;
	line-height: 45px;
	
	border-bottom: 1px dashed #ddd;
	width: calc(100% - 17.5px);
	overflow: hidden;
	background: url(../images/dot.png) no-repeat left center;
        padding-left:17px;
}

 .list ul li:last-child {
	border: none
}

 .list ul li i {
	background: url(../images/num.png) no-repeat left center;
	width: 32px;
	height: 30px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-style: initial
}

 .list ul li a {
	display: block;
	float: left;
	width: calc(100% - 103px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1rem;
}

 .list ul li .date {
	float: right
}

 .list ul li:first-child a {
	font-weight: 700;
	color: #333
}

 .list ul li:hover a {
	font-weight: 700;
	color: #333
}

.part2 {
	width: 100%;
	background: #f9f9f9;
	height: 480px;
	padding-top: 40px;
}
.part3{
height:350px;
padding-top:40px;
padding-bottom:40px;
}

.news {
	width: 48%;
	float: left;
	margin-right: 4%
}

.news:last-child {
	margin-right: 0
}

.news .list {
	margin-top: 17px;
	width: 100%
}
.tzgg{width:60%;}
.tszs{width:36%;}
.tbbox .hd ul li{
float: left;
   
width:14.2%;
text-align:center;
cursor:pointer;
}
.tbbox .hd ul li a{
color: #333;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    
}
.tbbox .hd ul li.on a{
color: #002f86;
font-weight: 700;
font-size:22px;
}
#tzgg,#rcgz,#rsgz,#zcpp,#gzfl,#sdsf,#bsh{
display:none;
}
.tzgg .tbbox .bd div.active{
display:block!important;
}


.part2 .tzgg li {
	/*height: auto;
	overflow: hidden;
	padding: 5px 0*/
}

.part2 .tzgg li .txt {
	width: calc(100% - 100px);
	float: left;
	border-bottom: 1px dashed #dcdcdc;
	height: 80px;
	padding: 9px 0
}

.part2 .tzgg li a {
	/*line-height: 42px;
	width: 100%;
	padding-left: 0;
	font-size: 1.225rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;*/
}

.part2 .tzgg li p {
	line-height: 32px;
	opacity: 0.6;
	font-size: 1.025rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.part2 .tzgg li .date {
	/*width: 80px;
	float: left;
	margin-right: 20px;
	margin-top: 10px*/
}

.part2 .tzgg li .rq {
	width: 80px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	display: block;
	color: #104f9e;
	font-size: 30px;
	font-weight: 700
}

.part2 .tzgg li .niy {
	width: 100%;
	height: 31px;
	text-align: center;
	line-height: 31px;
	display: block;
	color: #104f9e;
	border-top: 0
}

.tszs .tit h1 {
	/*background: url(../images/dw.png) no-repeat left 10px;*/
	/*letter-spacing: 2px*/
}

.zdfg .tit h1 {
	background: url(../images/ico2.png) no-repeat 18px 10px #3469ac
}

.tzgg .tit h1 {
	/*background: url(../images/tz.png) no-repeat left 10px;*/
	letter-spacing: 2px
}

.tszs li.first {
	width: 100%;
	background: #104f9e;
	height: 100%;
	overflow: hidden;
	margin-bottom: 38px;
	padding: 0;
	border: 0;
	margin-top: 36px
}

.tszs li.first a {
	padding: 0
}

.tszs li.first .pic {
	float: left;
	width: 42%;
	position: relative;
	padding-bottom: 26.8%;
	overflow: hidden;
}

.tszs li.first .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.tszs li.first .txt {
	width: 48%;
	float: right;
	padding: 3.2% 4%;
	position: relative
}

.tszs li.first .txt a {
	line-height: 28px;
	color: #fff;
	padding: 0;
	height: 56px;
	display: block;
	white-space: break-spaces;
	font-size: 1.125rem;
}

.tszs li.first .txt p:before {
	background: url(../images/ttxhx.png) no-repeat;
	content: "";
	position: absolute;
	width: 32px;
	height: 4px;
	top: 15px;
	left: 0;
	z-index: 99999
}

.tszs li.first .txt p {
	line-height: 24px;
	font-size: 14px;
	color: #a1b9d6;
	padding-top: 30px;
	max-height: 48px;
	overflow: hidden;
	position: relative
}

.tszs li {
	
}

.tszs li a {
	
}

.ztzl {
	width: 100%;
	background: #f9f9f9;
	padding: 50px 0 30px;
}

.ztzl .tit {
	margin-bottom: 30px
}

.ztzl a .tit {
	text-align: center;
	margin: 0;
	height: 24px;
	line-height: 24px;
	color: #fff;
	position: relative;
	top: 30px;
	font-size: 24px
}

.ztzl a .fbt {
	text-align: center;
	margin: 0;
	height: 24px;
	line-height: 38px;
	color: #fff;
	position: relative;
	top: 33px;
	font-size: 14px
}

.ztzl .tit h1 {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	background: none;
	padding-left: 0
}

.ztzl-list {
	margin: 0 -12px;
	position: relative;
	overflow: hidden
}

.ztzl-list .box {
	margin: 0 15px
}

.ztzl-list .box .zt1 {
	background: url(../images/zt1.png) no-repeat;
	width: 100%;
	height: 119px;
	display: block
}

.ztzl-list .box .zt2 {
	background: url(../images/zt2.png) no-repeat;
	width: 100%;
	height: 119px;
	display: block
}

.ztzl-list .box .zt3 {
	background: url(../images/zt3.png) no-repeat;
	width: 100%;
	height: 119px;
	display: block
}

.ztzl-list .box:last-child {
	margin: 0
}

.ztzl-list .box img {
	width: 100%
}

.ztzl-list .slick-arrow {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 34px;
	margin-top: -17px;
	text-indent: 99px;
	overflow: hidden;
	border: none;
	z-index: 9;
	cursor: pointer;
	display: none !important
}

.footer {
	width: 100%;
	/*background: rgb(31,41,106);*/
        background: url(../images/bottombg.jpg);
    color: #fff;
}

.footer .one {
	
	width: 100%
}

.footer .one .dblogao {
	max-height: 218px;
	line-height: 218px;
	float: left;
	max-width: 50%;
	margin-left: -40px
}

.footer .one .dblogao img {
	line-height: 148px;
	vertical-align: middle;
	max-width: 100%
}

.footer .two {
	width: 100%;
    /* min-height: 60px; */
    background: #000;
    height: 40px
}

.footer .two p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	
}

.footer .two p a {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.footer .xmt {
	float: left;
	margin-left: 155px;
	padding-top: 52px
}

.footer .xmt li {
	float: left;
	margin-right: 40px;
	text-align: center;
	position: relative
}

.footer .xmt li:last-child {
	margin-right: 0
}

.footer .xmt li .ewm {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 110px;
	height: 110px;
	z-index: 9
}

.footer .xmt li .ewm img {
	width: 110px;
	height: 110px
}

#ztzllink li{float:left;width:16.6%;text-align:center;margin-bottom:20px;}
#ztzllink li img{display:block;width:25px;margin:5px auto 20px;}

.fd-link {
	padding: 15px 0px;
    line-height: 35px;
}

.fd-link h2 {
	color: #fff;
	font-size: 18px;
	float: left;
	height: 36px
}

.fd-link ul {
	width: 90%;
	overflow: hidden;
	margin-top: 3px;
	height: auto;
        float:left;
}

.fd-link ul li {
	line-height: 30px;
	float: left;
	
	color: #fff;
        margin-left:20px;
}

.fd-link ul li a {
	color: #fff;
	float: left;
	font-size: 15px;
	
}
.fd-link ul li a:hover{
       font-weight:bold;
}

.lxfs {
	max-width: 21%;
	float: right;
}

.lxfs ul li {
	line-height: 40px
}

.lxfs ul li a {
	opacity: 1
}

@media screen and (max-width:1440px) {
	.w1400 {
		width: 98%;
		padding: 0 1%
	}
	.nav>ul {
		width: 98%;
		padding: 0 1%
	}
	.part2 .tzgg li a{font-size:15px;}
	.tszs li a{font-size:15px;}
	.tszs li.first .txt a{font-size:15px;}
	
.tszs li.first .pic{
    padding-bottom: 31.8%;
}
.lxfs{max-width: 23%;}
	.footer .one .dblogao {
		max-width: 40%
	}
.fd-link ul li a{font-size:14px;}
.lxfs ul li a{font-size:14px;}
}

@media screen and (max-width: 1199px) {
	body {
		padding-top: 40px;
		/*background: #f3f3f3*/
	}
	.w1200 {
		width: 100%
	}
	header {
		display: none
	}
	.nav {
		display: none
	}
	.nav>ul {
		width: 100%
	}
	.wap {
		display: block
	}
	.m-logo {
		font-size: 0
	}
	.m-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		padding: 10px;
		z-index: 999;
		background: rgb(31,41,106);
		width: 100%;
		width: 100%;
		width: 100;
		width: 10;
		width: 1
	}
	.m-logo {
		font-size: 0
	}
	.m-logo a {
		font-size: 0;
		line-height: 40px
	}
	.m-logo img {
		max-height: 40px;
		max-width: 80%;
		vertical-align: middle
	}
	.m-nav {
		position: fixed;
		top: 60px;
		left: 100%;
		right: 0;
		bottom: 0;
		z-index: 999;
		background: rgb(31,41,106);
		overflow-y: scroll
	}
	.m-nav ul {
		padding: 0 15px
	}
	.m-nav ul li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		position: relative
	}
	.m-nav ul li>span.on {
		transform: rotateZ(90deg)
	}
	.m-nav ul li ul {
		display: none
	}
	.m-nav ul li ul li {
		border: none
	}
	.m-nav>ul>li a {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		position: relative;
		color: #fff
	}
	.m-nav>ul>li ul li a {
		padding: 10px 0
	}
	.m-nav>ul>li>span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: url(../images/m-nav_down.png) no-repeat;
		background-size: 14px 14px;
		background-position: center center;
		right: 0;
		top: 15px;
		cursor: pointer;
		display: block;
		color: #fff;
		transition: all 0.3s
	}
	.m-tlink {
		padding: 10px 15px 0 15px;
		color: #fff;
		font-size: 14px;
		font-weight: 100
	}
	.m-tlink a {
		margin-right: 15px;
		margin: 5px 0;
		display: inline-block;
		font-size: 14px;
		color: #ffffff;
		line-height: 30px;
		padding: 0 15px;
		border-radius: 5px
	}
	.m-search {
		float: none;
		width: 97%;
		margin: 10px 1%;
		display: block;
		border: 1px solid #4687d9;
		border-radius: 10px;
		height: 34px;
		float: left
	}
	.srk {
		width: calc(100% - 68px);
		height: 35px;
		float: left;
		background: none;
		border: 0;
		padding-left: 15px;
		color: #fff
	}
	.btn {
		padding: 6.5px 9px
	}
	.banner {
		margin-top: 20px
	}
	.slider-news {
		/* width: 100%; */
		margin-bottom: 30px;
	}
	.slider-news .pic{
               padding-bottom: 69%;
        }
	.right-news {
		width: 100%
	}
	.slider-news .slick-list {
		margin: 0
	}
	.slider-news .tit {
		padding-left: 10px;
		font-size: 16px
	}
	.slider-news .abst {
		padding-left: 35px;
		background: url(../images/date.png) no-repeat 10px center
	}
	.slider-news .slick-arrow {
		display: none !important
	}
	.main {
		width: 100%
	}
	.w1400 {
		width: 96%;
		padding: 0 2%
	}
	.right_news {
		width: calc(50% - 6px);
		/* float: left; */
	}
	.part1,
	.part2 {
		width: 96%;
		padding: 2%
	}
	
	.ztzl {
		width: 96%;
		padding: 2%
	}
	.footer .one {
		min-height: 88px;
		overflow: hidden;
		height: auto
	}
	.fd-link ul li a{font-size: 12px;color:#fff;}
	.footer .one .dblogao {
		float: left;
		margin: 0 auto;
		display: block;
		text-align: center;
		min-height: 51px;
		max-width: 32%;
		overflow: hidden;
	}
	.footer .xmt {
		float: none;
		padding-top: 0;
		margin: 0 auto;
		text-align: center;
		width: 239px
	}
	.lxfs {
		max-width: 29%
	}
	.tszs li.first{
    margin-bottom: 18px;
}
	.tszs li.first .pic {
		padding-bottom: 36.8%;
	}
	.part2 .tzgg li .txt {
		height: 71px
	}
       
}
@media screen and (max-width:1000px) {
    .slider-news {
		width: 100%;
		margin-bottom: 30px;
	}
	.right_news {
		width: 100%;
		float: left; 
	}
	.tszs li.first .pic {
		padding-bottom: 38.8%;
	}
       .tzgg,.tszs,.zcfg,.zbhd{
              width:100%;
              margin-bottom:30px;
         
       }

        #ztzllink li{
        width:25%;
        height:95px;
        }

}
@media screen and (max-width:768px) {
        .tbbox .hd ul li{width:24%;}
        .tbbox .hd ul li.on a{font-size:18px;}
        .tit{height:auto;}
	.slick-slider {
		width: 100%;
		float: none;
		margin-right: 0
	}
	.ztzl-list {
		margin: 0
	}
	.news {
		width: 100%
	}
	.footer {
		
		height: auto
	}
	.footer .one {
		min-height: 148px;
		padding-bottom: 20px;
	}
	.footer .one .dblogao {
		line-height: inherit;
		max-width: 100%;
		padding-top: 20px
	}
	.footer .one .dblogao img {
		max-height: 60px
	}
	.footer .two {
		
	}
	.fd-link {
		max-width: 50%;
                float:left;
	}
	.lxfs {
		max-width: 100%;
		float: left
	}
	.fd-link ul li a {
		font-size: 0.85rem;
	}
	.lxfs ul li {
		line-height: 30px
	}
	.tszs li.first .txt {
		padding: 2.3%
	}
	.tszs li.first .pic {
		max-height: 152px
	}
	.tszs li.first {
		margin-bottom: 20px
	}
        #ztzllink li{
        width:50%;
        height:95px;
        }
}

@media screen and (max-width:500px) {
	.m-search {
		width: 94%
	}
	.srk {
		width: 80%
	}
	.tszs li.first .pic {
		width: 100%;
		max-height: initial
	}
	.tszs li.first .txt {
		width: 92%
	}
}