﻿@charset "utf-8";
*{
	font-family:"微软雅黑"
}
.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.jpg) center center no-repeat;
	height:520px;
        background-size: 100% 100%;
}

.grid{
	position:relative;
	width:1600px;
	margin:0 auto
	}
.content{
	background:url(../images/content_back.png) center bottom no-repeat;
	margin-top:30px;
background-size: cover;
}

.list-t li.frist h4 a{
	color:#c51d25;
	font-weight:600
}
.list-t li.frist p{
	color:#717171;
	text-indent:2em;
	font-size:16px;
	line-height:2em;
	border-bottom:1px dashed #cacac9;
	padding-bottom:10px
}
.list-t li.frist h4{
	font-size:24px;
	color:#333333;
		line-height:2em;
	padding-top:10px;
}
.list-t li:before{
    background-color:#d01e22;
	width:5px;
	height:5px;
    border-radius:1px
}
.p1 .list-t li:before{
	background:url(../images/dot09.png) no-repeat;
	width:7px;
	height:7px;
	border-radius:0px
}
.p1 .list-t li.frist:before{
	display:none
}
.p1 .list-t li,.p2 .list-t li{
	font-size:18px;
	line-height:40px;
	padding-left:20px
}
.p1 .list-t li a,.p2 .list-t li a{
    color:#2c2c2c;
	/*white-space:normal*/
}
.p1 .yw h3{
	background:url(../images/yw.png) top left no-repeat;
	width:100%;
	height:50px
}
.p1 .pl h3{
	background:url(../images/pl.png) top left no-repeat;
	width:100%;
	height:50px;

}
.p1 span{
	width:60px;
	height:20px;
	position:absolute;
	right:0;
	top:10px;
	background:url(../images/more.png) center center no-repeat;
}
.p2 h3{
	width:100%;
	background:url(../images/szdt.png) center center no-repeat;
	margin:30px auto;
	height:60px;
}
.p2 h3 a{
	margin:0 auto;
	display:block;
	height:60px;
	width:200px
	
}
.yw .list-t,.pl .list-t{
margin-top:10px
}
.p2 .headline h4{
	font-size:28px;
	color:#333333;
	text-align:center;
        margin-bottom:20px
}
.p2 .headline p{
	color:#717171;
	font-size:16px;
	margin:20px;
	text-align:center
}
.p2 .list-t{
	margin-top:20px;
	
}
.p2 .list-t li,.p3 .list-t li{
	font-size:18px;
	line-height:44px
}
.p2 .list-t span{
	color:#d11e22
	
}
.p3 h3{
	width:100%;
	background:url(../images/gjgh.png) center center no-repeat;
	margin:30px auto;
	height:60px;
}
.p3 h3 a{
	margin:0 auto;
	display:block;
	height:60px;
	width:200px
	
}
.p3{
	padding-bottom:30px
}

/*focus*/

.focus{
    position: relative;
    width: 80%;
}
.tempWrap,.focus .pic{
height:100%
}
.focus{
    margin:0 auto;
    height:720px
}
.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}


.focus .pic a,.focus .pic img,.focus .pic div {
    width: 100%;
    height: 100%;
	display:block
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    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: 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 .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: 18px;
    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;
    color: #transform;
    border-radius: 100px;
	background:#fff;
    transition: all .3s;
}

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

.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: 400px;
    }

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

    }

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

    .focus {
        margin-bottom: 20px;
    }

}
/*footer*/

.footer{
  font-size:14px;
    line-height: 24px;
    background-color: #c0392b;
}
.footer .copyright{
    padding:20px 0px;

    color: #fff;
}
.footer p{
	line-height:24px;
	
}
/*自适应*/
@media (max-width: 1200px) {
	.grid{
		width:100%;
		margin:0 auto
	}
	.p1 h3{
		position:relative;
	}
	
    body {
        background-position: 50% 140px;
    }
.row {
    margin-left: 0px;
    margin-right: 0px;
}
    .header {
        background-position: 50% 0px;
		height:300px
    }

    .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: 1024px) {
	.tpp .col-md-6{

margin-bottom:20px
		
	}
	 .p3 .list-t li:nth-child(3) p{
		 padding-bottom: 20px;
    border-bottom: 1px solid #eee;
	 }
	 .p3 h3.tab a{
		 float:left;
		 width:33%
	 }
	 .p3 .pane{
		 float:left
	 }
	 
}
@media (max-width: 768px) {
	.p2 .headline h4{
	margin:0px 20px 
	
}
	 .p3 h3.tab{
		 display:none
	 }
    .copyright p span,.copyright p a {
        display: block;
		width:100%;
		margin:0 auto
    }
     .yw{
		 margin-bottom:20px
	 }
    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
	.jsfw,.pxjy,.fgbz{
		display:block!important
	}
	.p4 iframe{
		width:100%;
		height:205px
	}
}
@media (max-width: 480px) {
	.focus,.focus .pic,.focus .pic img{
		height:240px;
	}
	.focus{
		margin-top:20px
	}
	.p1 h3{
		margin:0 auto
	}
	.p1 .list-t li a,.p2 .list-t li a,.p3 .list-t li a{
		white-space:nowrap
	}
	.p1 .list-t li.frist a{
		white-space:normal
	}
	.list-t li.frist h4{
		line-height:1.5em
	}
	.header {
    height: 150px;
    }
}
