﻿@charset "utf-8";

.header,.content,.wrap,.footer{
	position:relative;
	margin:0 auto
	
}
.header{
	height:576px;
	width:100%;
    background: center/cover no-repeat;
	background-image:url(../images/zt_01.png);
}

.nav{
	height: 68px;
	width:100%;
	background: center/cover no-repeat;
	background-image:url(../images/navbg.png);
	position: absolute;
	bottom: 0;
}
.nav li{
	width:20%;
	position: relative;
	float: left;
	line-height: 68px;
}
.nav li a{
	color:#ffffff;
	font-size: 24px;
    display: block;
	text-align: center;
	width: 100%;
	font-family: "黑体";
}
.nav li.current a{
    background: url(../images/nav.png) 27% center no-repeat;
}
.content{
	width:100%;
	margin:0 auto;
	background:#f1f9ff url(../images/content.png) bottom center no-repeat;
	padding-top:40px;
	padding-bottom:75px;
}
.grid{
	width:1200px;
	margin:0 auto;
}
.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*p1*/
.p1 h3{
	height:105px;
	width:1200px;
	background:url(../images/sfzp.png) center top no-repeat;
	margin-bottom: 40px;
}
.p1 .row{
	margin:0 -6px
}
.p1 .col-md-4{
	padding:0px 6px
}
.p1 .col-md-4 a{
	display:block;
	width:100%;
	height:100%;
	margin-bottom: 10px;
	height:291px
}
.p1 .col-md-4 .h592 a{
	height:592px
}
.p1 .col-md-4 a img{
	width:100%;
	height:100%
}
.p2 h3{
	height:105px;
	width:1200px;
	background:url(../images/hhzp.png) center top no-repeat;
	margin-top:40px;
	margin-bottom: 40px;
}
.w60{
	width:60%
}
.w20{
	width:20%
}
.w40{
	width:40%
}
.w60,.w20,.w40{
	padding:0 5px;
	float:left;
	height:100%
}
.w60>div,.w20>div,.w40>div {
	margin-bottom: 10px;
	float: left;
    width: 100%;
}
.h215{
	height: 215px;
}
.h435{
	height:435px
}
.h210{
	height:210px
}
.h100{
	height:100px
}
.p2>.row{
	margin:0px -5px
}
.p2 .row>.w60{
	padding:0px;
}
.p2>.row a{
	display:block;
	width:100%;
	height: 100%;
}
.p2>.row img{
	width:100%;
    height: 100%;
}
.p3 h3{
	height:105px;
	width:1200px;
	background:url(../images/spzp.png) center top no-repeat;
	margin-top:40px;
	margin-bottom: 40px;
}
.p3 .shadow{
	position: absolute;
	width: 100%;
	height:100%;
	background: url(../images/bf.png) center center no-repeat;
    top:0;
	left:0;
	background-size:100% 100%
}
.p3 .row{
	margin:0 -10px
}
.p3 .col-md-8,.p3 .col-md-4{
	padding:0px 10px
 }
.p3 .col-md-8>div{
	height:436px;
	margin-bottom: 20px;
	position:relative;
}
.p3 .col-md-4>div{
	height:208px;
	margin-bottom: 20px;
	position:relative;
}
.p3 .col-md-8>div a,.p3 .col-md-4>div a {
	display: block;
	width: 100%;
	height: 100%;
}
.p3 img{
	width: 100%;
	height: 100%;
}
.p4 .tab-pane{
	background: url(../images/p4_bj.png) center left no-repeat;
	margin:0px -10px;
	padding:50px 25px;
	height:566px
}
.p4 h3{
	text-align: center;
	margin-bottom:20px
}
.p4 h3 a{
	position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
}
.p4 h3 a.wyzp{
	left: -50px;
    width: 244px;
    height: 55px;
	background:url(../images/wyzp.png) center top no-repeat
}
.p4 h3 a.alzp{
	right: -50px;
    width: 244px;
    height: 55px;
	background:url(../images/alzp.png) center top no-repeat
}
.p4 h3 a.wyzp.current{
	background:url(../images/wy_current.png) center top no-repeat
}
.p4 h3 a.alzp.current{
	background:url(../images/al_current.png) center top no-repeat
}
.p4 li{
	padding:20px 25px 0px 25px;

	width: 50%;
	float:left
}
.p4 li p{
	border-bottom:1px #b0b0b0 dashed;
	color:#979797;
	font-size:16px;
	line-height:32px;
	height:75px
}
.p4 li:nth-child(5) p,.p4 li:nth-child(6) p{
	border-bottom: 0px;
}
.p4 li p span a{
	color:#074ea8;
	font-weight: bold;
}
.p4 li h4 a{
	color:#3a3a3a;
	font-size:24px;
	font-weight: bold;
}
.list-b li h4{
	margin-bottom: 7px;
}
.p4{
	margin-top:45px
}
/*移动端*/
/* 移动端菜单开始 */

.mask {
	display: none;
	position: fixed;
	z-index: 597;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity .2s;
}

.mask.on {
	display: block;
	opacity: 1;
}

body.modal-open {
	position: fixed;
	width: 100%;
}

.menu {
	display: none\9;
	position: fixed;
	z-index: 598;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65%;
	background-color: #f5f5f5;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.menu.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu img {
	display: block;
	width: 70%;
	margin: 60px 20px;
}

.menu li a {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: #048;
}

.menu li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #ccc;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}

.menu li+li a {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}

.menu>ul>li:nth-child(1) {
	animation-delay: .1s;
}

.menu>ul>li:nth-child(2) {
	animation-delay: .2s;
}

.menu>ul>li:nth-child(3) {
	animation-delay: .3s;
}

.menu>ul>li:nth-child(4) {
	animation-delay: .4s;
}

.menu>ul>li:nth-child(5) {
	animation-delay: .5s;
}

.menu-btn {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 599;
	width: 50px;
	height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
	position: fixed;
	top: 50px;
}

.menu-btn>span {
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #048;
	border-radius: 2px;
	transition: .25s;
}

.menu-btn>span:nth-child(1) {
	top: 18px;
}

.menu-btn>span:nth-child(2) {
	top: 24px;
}

.menu-btn>span:nth-child(3) {
	top: 30px;
}

.menu-btn.on span,
.hd+.menu-btn>span {
	background: #048;
}

.menu-btn.on span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}

.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}

.menu-btn.on span:nth-child(3) {
	top: 21px;
	transform: rotate(135deg);
}

/* 移动端菜单结束 */
@media (max-width: 1200px) {
	.menu-btn {
		display: block;
	}
	.grid,.inner, .nav ul, .links, .copyright{
		width: 100%;
	}
	.grid{
		padding:0 10px
	}
	.p4 .tab-pane{
		background-size:100% 100%
	}
	.panel-more,.nav{
		display:none
	}
	.p1 h3,.p2 h3,.p3 h3{
		width:100%
	}
}
@media (max-width: 1024px) {
	.p1 .col-md-4 a{
		height:450px
	}
	.p3 .col-md-4>div{
		height: 348px;
	}
	.p4 .tab-pane{
		float:left;
		height:auto
	}
	.p4 li p{
		height:auto
	}
	.p4 li h4 a{
		font-size:20px
	}
	.header{
		height:350px
	}
}
@media (max-width: 768px) {
.p2 .row div{
	width:100%!important;
	height:100%!important
}
	.w60, .w20{
		margin-bottom:10px
	}
     .row>.w60,.h210 .w60,.row .w20 .h435{
		 margin-bottom:0px;
	 }

	.p4 li{
		padding:10px
	}
	.p4 h3 a.wyzp{
		left:-10px;
		width:160px;
		height:30px;
		background-size: 100% 100%;
	}
	.p4 h3 a.alzp{
		right:-10px;
		width:160px;
		height:30px;
		background-size: 100% 100%;
	}
	.p4 h3 a.wyzp.current,.p4 h3 a.alzp.current{
		background-size: 100% 100%;
	}
	.p1 .col-md-4 a{
		height:350px
	}
}
@media (max-width: 480px) {
	.header {
		height:180px
	}
	.site-logo img{
		width:50%
	}
	.content{
		padding:20px 0px
	}
	.p1 h3, .p2 h3, .p3 h3{
		margin-bottom:20px;

	}
	.p2 h3, .p3 h3{
		margin-top:20px
	}
	.p4 .tab-pane{
		background: #fff;
	}
	.p1 .col-md-4 a{
		height:250px
	}
	.p1 .col-md-4 .h592 a{
		height:460px
	}
	.p3 .col-md-8>div,.p3 .col-md-4>div{
		width:100%;
		height:auto
	}
	.p4{
		margin-top:20px
	}
	.p4 li{
		width:100%
	}
	.p4 li p{
		border-bottom: 0px;
	}
	.p4 h3 a.wyzp{
		left:-10px;
		width:130px;
		height:25px;
		background-size: 100% 100%;
	}
	.p4 h3 a.alzp{
		right:-10px;
		width:130px;
		height:25px;
		background-size: 100% 100%;
	}
}
/*footer*/
/*footer*/
.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;
	width:20%
}

.links>ul>li>a {
	display: block;
	margin: 0 -5px;
	padding: 0 20px;
	background: #fff url(/material/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;
}
@media (max-width: 1200px) {

	.footer {
		padding: 20px;
	}

	.links {
		padding: 0 20px;
	}

	.copyright {
		line-height: 22px;
		font-size: 14px;
	}
}
@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;
	}

}