@charset "utf-8";
*{
	font-family:"微软雅黑"
}
.list-p li a{
	margin:0px
}
.inner, .links, .copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header,.content,.footer{
	margin:0 auto;
	position:relative
}
.row{
	
	margin-left:-15px;
	margin-right:-15px
}
.header{
	background:url(../images/header.png) center center no-repeat;
	height:500px;
	background-size:cover
}

.grid{
	position:relative;
    width:1200px;   
	margin:0 auto
}
.headline{
	padding:20px
}
.headline h4{
	color:#d42623;
	font-size:32px;
	line-height:40px;
	text-align:center;
	font-weight:600;
}
.headline p{
	font-size: :16px;
	color:#666666;
	line-height:40px;
	text-align:center;
}
.p1 .list-t li:before {
    background: url(../images/before.jpg) no-repeat;
    width: 7px;
    height: 7px;
	border-radius: 0px
}
.p1 .list-t li.frist{
	padding-left:10px;
	
}
.p1 .list-t li.frist:before {
	display:none
}
.p1 .list-t li.frist a{
	font-size:22px;
	font-weight: 800
}
.p1 .list-t li a{
	color:#2c2c2c;
	font-size:20px

}
.p1 .list-t li{
	line-height:48px
}
.jdpl h3{
	width:100%;
	height:47px;
    background: url(../images/jdpl.png) -30px no-repeat;
	margin-bottom:30px
}
.jczwn h3{
	width:100%;
	height:47px;
    background: url(../images/jczwn.png) -20px no-repeat;
	margin-bottom:30px
}
.p2 .list-t li{
	font-size:18px;
	line-height: 44px
}
.p2 .list-t li a{
	color:#333333
}
.p2 .list-t li:before,.p3 .list-t li:before{
	width:5px;
	height:5px;
	background-color:#c51e21;
	display: block
}
.p3 h3{
	width:100%;
	height:85px;
	background: url("../images/fjxzc.png") center center no-repeat;
}
.p3 h4.tt{
	font-size: 30px;
	font-weight: 800;
	text-align: center;
	line-height:80px
}
.p3 h4.tt a{
	color:#d42623
}
.p1{
	background: url("../images/p1_bkl.png") no-repeat;
	background-size:cover;
	padding-bottom: 30px
}
.p2{
	padding-top:30px
}
.p3{
	background: url("../images/p3_bk.png") top center no-repeat;
}
.jdpl h3 a{
	width:180px;
	display:block;
	height:100%
}
.jczwn h3 a{
	width:280px;
	display:block;
	height:100%
}
.p3 .list-p li{
	height:115px;
}
.p3 .list-p li a{
	width: 100%;
    height: 100%;
	padding:10px 0px;
	border-top:1px solid #dcdcd9
}
.p3 .list-p li img{
	width:145px;
	height:100%;
	margin-right:25px;
	float:left
}
.p3 .list-p li h4{
	color:#333333;
	font-size:20px;
	line-height:36px;
	white-space: normal;
	margin-top:10px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-p li h4{
	margin:0 auto;
	
}
.p3 .list-p{
	padding-bottom:50px;
	background:url("../images/p3.png") left bottom no-repeat;
	background-size: 100%;
	margin-bottom: 20px
}
.p3 .list-t li a{
	color:#333333
}
.p3 .list-t li{
	line-height: 44px
}
.p1 .list-t{
	margin-top:10px
}
.p2 .list-t{
	margin-top:15px;
	margin-bottom:30px
}
/*focus*/

.focus{
	padding:10px;
	background-color:#fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);
	height:350px;
	position: relative;
    width: 100%;
}
.focus .pic {
    position: relative;
    width: 100%;
    height: 330px;
}
.p3 .focus{
	height:570px;
	width:1000px;
	margin:0 auto;
	padding:10px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgb(0 0 0 / 5%);	
	margin-bottom: 45px
}
.p3 .focus .pic {
    height: 550px;
}
.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

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

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 18px;
    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: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    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 {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}
.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}
.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    position: absolute;
    bottom: 28px;
    left: auto;
    right: 5px;
    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: 0px;
    color: #fff;
	background-color: #fff;
    border-radius: 100px;
    transition: all .3s;
}

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

.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%;

    }
    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        
    }
    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    .focus {
        margin-bottom: 20px;
    }
}

.news .list-t li a {
    width: 70%;
}

@media (max-width: 1024px) {
    .news .list-t li a {
        width: 100%;
    }
}
/*lb*/
.lb{
	padding:20px 60px;
	background:#fffaeb;
	border:1px solid #e8ddbb
}
.topic {
    position: relative;
}

.topic .lb {
    position: relative;
   /* margin: 0 60px 0 140px;*/
}

.topic li {
    width: 50%;
	padding:0px;

}

.topic li a {
    display: block;
    width: 100%;
    padding: 0 10px;
}
.topic li a span{
	font-size: 16px;
	text-align: center;
	display: block
}
.topic li img {
    width: 100%;
	height:115px
}

.lb-prev,
.lb-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    cursor: pointer;
}

.lb-prev {
    left: 20px;
    background:url("../images/left.png") no-repeat
}

.lb-next {
    right: 20px;
       background:url("../images/right.png") no-repeat
}



@media (max-width: 1200px) {
    .topic .lb {
        margin: 0 -10px;
    }

    .topic h2,
    .lb-prev,
    .lb-next {
        /*display: none;*/
    }
}
/*自适应*/
@media (max-width: 1200px) {
.inner,.copyright,.links,.row,.grid{
	width:100%;
	margin:0 auto;
	position: relative
}
	
	}
@media (max-width: 1024px) {
	.header{
	 height:360px
	}
	.p1 .focus{
		height:550px;
	}
	.p1 .pic{
		height:530px
	}
	.p3 .focus{
		width:100%
	}
}
@media (max-width: 768px) {
	.header{
	 height:260px
	}
		.p1 .focus,.p3 .focus{
		height:350px;
	}
	.p1 .pic,.p3 .focus .pic{
		height:330px
	}
	.p3 .focus{
		margin-bottom: 20px
	}
	.p3 .list-p{
		padding-bottom:30px
	}
	.headline p{
		text-align: left;
		text-indent: 2em
	}
}
@media (max-width: 480px) {
	.header{
	 height:160px
	}
	.p1 .focus, .p3 .focus{
		height:240px;
	}
	.p1 .pic,.p3 .focus .pic{
		height:220px
	}
	.p3 h4.tt{
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px
	}
	.p2 .list-p li{
		width:100%
	}
	.tempWrap{
		overflow:hidden;
		width:100% !important
	}
}
/*footer*/
	.footer {
    border-top: 3px solid #2ba886;
    background: url(../images/footer.png) center top no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer{
  font-size:16px;
    line-height: 24px;
    background-color: #c0392b;
	    position: relative;
}
.footer .copyright{
    height:80px;
    color: #fff;
}
@media (max-width: 768px) {

	.footer .copyright{
		height: auto
	}
	.gov{
		margin: 0 auto !important;
    text-align: center;
	}

}
@media (max-width: 480px) {
    .footer {
        padding-left: 15px;
        padding-right: 15px;
        height: auto;
        float: left;
        background-size: 100% 100%
    }
}