.wrap{
	background: #f9f9f9 url(/material/images/flzl/banner.png)50% top no-repeat;
	
}
@media (max-width: 1024px){
	.wrap{
		background: #f9f9f9 url(/material/images/flzl/banner-sj.png)50% top no-repeat;
		
	}
}
.inner,
.nav ul,
.links,
.copyright {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.inner-content{
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1024px){
	.inner{
		width:100%;
	}
	.inner-content{
		width:100%;
	}
	}
/*header开始*/
.header{
	height: 246px;
}
/*header结束*/
/*p1开始*/
.nav{
	background-color: #c8070c;
	color: #fff;
	font-size: 22px;
}
@media (max-width: 1024px){
	.nav{
		display: none;
	}
}
.nav li{
	display: inline-block;
}
.nav li a{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding: 10px 53px  10px 53px;
}
.nav li a i{
	display: inline-block;
	width: 30px;
	height: 28px;
	margin-bottom: -6px;
}
.s1{
	background: url(/material/images/flzl/s1.png)left center no-repeat;
}
.s2{
	background: url(/material/images/flzl/s2.png)0 0 no-repeat;
}
.s3{
	background: url(/material/images/flzl/s3.png)0 0 no-repeat;
}
.s4{
	background: url(/material/images/flzl/s4.png)0 0 no-repeat;
}
.s5{
	background: url(/material/images/flzl/s5.png)0 0 no-repeat;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: inherit;
	color: #f18037;
}
.p1{
	background: url(/material/images/flzl/p1bg.png)0 50% no-repeat;
	
}
.fzzx h4{
	display: inline-block;
	height: 90px;
	width: 250px;
	background: url(/material/images/flzl/fzzx.png)left center no-repeat;
}
.fzzx h4 a{
	display: inline-block; 
	height: 100%;
	width: 100%;
}
.fzzx .search{
	float: right;
	line-height: 90px;
	font-weight: bold;
	color: #c8070c;
	font-size: 18px;
	text-align: right;
}
.fzzx .search input{
	padding: 5px 10px 5px 37px;
	background: #fff url(/material/images/flzl/search.png)10px 50% no-repeat;
	border: #c8070c 1px solid;
	border-right: none;
	border-radius: 5px 0 0 5px;
}
.fzzx .search button{
	background: #f18037;
	color: #FFF;
	padding: 6.5px 15px;
	border: 1px solid;
	border-left: none;
	margin-left: -6px;
	border-radius: 0 5px 5px 0;
}
.fgx{
	display: block;
	height: 30px;
	background:url(/material/images/flzl/fgx.png)0px 50% no-repeat;
}
@media (max-width: 1024px){
	.search span{
		float: left;
	}
	.fzzx .search {
		line-height: 30px;
		}
		.fzzx .search input{
			float: left;
			width: 200px;
		}
	.p1 .fgx{
		display: none;
	}
	.fzzx .search button{
		float: left;
		}
	}
	@media (max-width: 540px){
		.search span{
			display: none;
		}
		}
.list-b li{
}
.list-b li a{
	display: inline-block;
	padding: 20px;
	white-space: normal;
	border: 1px solid  #f18037;
}
.list-b li a h5{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #c8070c;
	margin-bottom: 15px;
	line-height: 30px;
}
.list-b li a .wjfgx{
	height: 20px;
	border-top: 1px solid #c8070c;
}
.list-b li a p{
	text-indent: 2em;
	line-height: 24px;
	letter-spacing: 2px;
}
/*p1结束*/
/*p2开始*/
.xfyf{
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: -10px;
}
.xfyf h4{
	display: inline-block;
	height: 60px;
	width: 250px;
	background: #fff url(/material/images/flzl/xfyf.png)left center no-repeat;
	margin-left: 30px;
}
.xfyf h4 a{
	display: inline-block; 
	height: 100%;
	width: 100%;
}
.xfyf .more{
	text-align: right;
	line-height: 60px;
	margin-right: 30px;
}

.p2 .fgx{
	background-color: #fff;
	padding-left: 30px;
	background:#fff url(/material/images/flzl/fgx.png)30px 50% no-repeat;
}
@media (max-width: 1024px){
	.more{
		display: none;
	}
	.p2 .fgx{
		background:#fff url(/material/images/flzl/fgx.png)10px 50% no-repeat;
	}
}
.focus,
.focus .pic {
    position: relative;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: auto;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 40px 10px 10px;
    line-height: 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 60%;
    z-index: 3;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 10px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 18% 0 0 0;
		min-height: 180px;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
    }

    .focus {
        margin-bottom: 20px;
    }

}




.focus1,
.focus1 .pic1 {
    position: relative;
}

.focus1 .pic1>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus1 .pic1 img {
    width: 100%;
    height: auto;
}

.focus1 .pic1 span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 40px 10px 10px;
    line-height: 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus1 .focus-prev1,
.focus1 .focus-next1 {
    position: absolute;
    top: 60%;
    z-index: 3;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -30px;
    line-height: 30px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus1 .focus-prev1 .iconfont,
.focus1 .focus-next1 .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus1 .focus-prev1 {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus1 .focus-next1 {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus1:hover .focus-prev1,
.focus1:hover .focus-next1 {
    opacity: 1;
    transform: translate(0, 0);
}

.focus1 .navi1 {
     position: absolute;
     bottom: 10px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus1 .navi1 li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus1 .navi1 li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus1 .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus1 .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {

    .focus1,
    .focus1 .pic1 {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus1 .pic1>div {
        position: relative;
        overflow: hidden;
        width: 100%;
		min-height: 180px;
        padding: 18% 0 0 0;
    }

    .focus1 .pic1 img {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
    }

    .focus1 {
        margin-bottom: 20px;
    }
}

.list-t a{
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list-t .data{
	float: right;
	
}
.list-t .wzjd{
	color: #c8070c;
}
@media (max-width: 1024px){
	.list-t .data{
		display: none;
	}
}
/*p2结束*/
/*p3开始*/
.pfdt{
	display: inline-block;
	width: 100%;
	
	margin-bottom: -10px;
}
.pfdt h4{
	display: inline-block;
	height: 50px;
	width: 250px;
	background: url(/material/images/flzl/pfdt.png)left center no-repeat;
	
}
.pfdt h4 a{
	display: inline-block; 
	height: 100%;
	width: 100%;
}
.pfdt .more{
	text-align: right;
	line-height: 50px;
}


.fzwh{
	display: inline-block;
	width: 100%;
	
	margin-bottom: -10px;
}
.fzwh h4{
	display: inline-block;
	height: 50px;
	width: 250px;
	background:  url(/material/images/flzl/fzwh.png)left center no-repeat;
	
}
.fzwh h4 a{
	display: inline-block; 
	height: 100%;
	width: 100%;
}
.fzwh .more{
	text-align: right;
	line-height: 50px;
}
.more{
	font-size: 18px;
}
/*p3结束*/
/*p4开始*/
.flfgk{
	display: inline-block;
	width: 100%;
	background: #fff;
	margin-bottom: -10px;
}
.flfgk h4{
	display: inline-block;
	height: 40px;
	width: 250px;
	background: #fff url(/material/images/flzl/flfgk.png)left center no-repeat;
	margin-left: 30px;
}
.flfgk h4 a{
	display: inline-block;
	height: 100%;
	width: 100%;
}
.p4 .fgx{
	background-color: #fff;
	background:#fff url(/material/images/flzl/fgx.png)30px 50% no-repeat;
}
.list-p li a{
	text-align: center;
}
/*p4结束*/

.footer {
    border-top: 2px solid #37e;
    padding: 20px 0;
    background-color: #eee;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}

.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {
    body {
        background-position: 50% 140px;
    }
    .header {
        background-position: 50% 10px;
    }
    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 60%;
    }
    .header h1 a {
        display: block;
        height: 100px;
    }
    .ht .fl,
    .nav,
    .header .search p strong {
        display: none;
    }
    .ht .fr {
        text-align: center;
        font-size: 12px;
    }
    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }
    .menu-btn {
        display: block;
    }
    .header .search {
        width: auto;
        margin: 20px;
    }
    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }
    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }
    .header .search p {
        font-size: 12px;
    }
    .footer {
        padding: 20px;
    }
    .links {
        padding: 0 20px;
    }
    .copyright {
        line-height: 22px;
        font-size: 14px;
    }
    .handle {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .copyright p span {
        display: block;
    }
    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}