* {
	margin: 0;
	padding: 0;
}

body {
	color: #454545;
	line-height: 22px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.part_left {
	float: left;
}

.part_right {
	float: right;
}
.part_right .right_swap{
	width: 300px;
}
.part_right .fixed{
	position: fixed;
	top: 20px;
}
.part_right .hold{
	position: fixed;
	bottom: 211px;
}
.width_main {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.topheader {
	height: 32px;
	text-align: center;
	border-bottom: 1px solid #c9c9ca;
	background: #f9f7f4;
	margin-bottom: 15px;
}

.top_nav {
	width: 1000px;
	height: 32px;
	font-size: 14px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ad {
	height: 90px;
	margin-bottom: 25px;
}

.ad .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.ad .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.ad .swiper-pagination {
	text-align: right;
}

.news_nav {
	height: 35px;
	background-color: #3383d5;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: #ffffff;
	font-size: 18px;
}

.news_navli {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
}

.news_navli_active {
	background-color: #336699;
	border-bottom: 4px #000 solid;
	;
}

.img_news {
	position: relative;
}

.img_news img {
	display: block;
}

.img_news b {
	display: block;
	width: 100%;
	height: 15%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.img_news p {
	position: absolute;
	width: 100%;
	height: 15%;
	bottom: 0;
	color: #ffffff;
	z-index: 999;
}

.img_news p a:hover {
	color: #7d9bff;
}

.focus {
	margin-bottom: 10px;
}

.focus .img_news {
	float: left;
	width: 588px;
}

.focus .swiper-slide {
	position: relative;
}

.focus b {
	height: 35px;
}

.focus .img_news p {
	left: 20px;
	height: 35px;
	line-height: 35px;
}

.focus .swiper-pagination {
	text-align: right;
	width: 20%;
	height: 35px;
	line-height: 35px;
	left: auto;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding-right: 10px;
	z-index: 1;
}

.focus .swiper-pagination-bullet {
	background-color: #eee;
}

.focus .swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.focus .text_news {
	width: 374px;
	float: right;
}

.focus .text_news h3 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.text_top_news {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 25px;
	margin-top: 15px;
}

.text_top_news h2 {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

.text_top_news img {
	float: left;
	padding-right: 10px;
	width: 152px;
	height: 100px;
}

.text_top_news p {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.text_top_news p span {
	font-family: "宋体";
	font-size: 14px;
	color: #000;
}

.text_news_li li {
	height: 36px;
	line-height: 36px;
	margin: 6px 0;
	color: #333;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	list-style-type: square;
	list-style-position: inside;
}
.list_part{
	margin-bottom: 20px;
}
.list_part .part_left {
	width: 675px;
	float: left;
	margin: 0 20px 22px 0;
}

.list_part .part_right {
	width: 300px;
	float: right;
	box-sizing: border-box;
	padding: 0 5px;
}

.datalist li {
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	position: relative;
}

.datalist h3 {
	margin-bottom: 10px;
	width: 550px;
	font-family: "微软雅黑", microsoft yahei;
	font-weight: normal;
}

.datalist h3 a {
	display: inline-block;
	line-height: 30px;
	overflow: hidden;
	font-size: 22px;
	color: #333333;
}

.datalist .summary {
	line-height: 24px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}

.datalist .info {
	height: 14px;
	line-height: 14px;
	padding: 0;
	text-align: right;
}

.datalist .time {
	font-size: 12px;
	color: #999;
}

.datalist .imgs a {
	font-size: 0px;
	vertical-align: top;
	float: left;
	width: 200px;
	height: 120px;
	overflow: hidden;
	display: inline;
	margin-right: 10px;
}

.datalist img {
	width: 200px;
	height: 120px;
	vertical-align: top;
	padding-right: 10px;
	float: left;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease;
}

.datalist img:hover{
	width: 200px;
	height: 120px;
    vertical-align: top;
    float: left;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.datalist .morebtn{
	text-align: center;
    padding: 15px 0;
    vertical-align: middle;
    cursor: pointer;
}
.datalist .morebtn i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/uploads/image/pzcimg/more.gif) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.datalist .morebtn .text{
	line-height: 16px;
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
}
.box_title{
	border-bottom:  1px solid #ccc;
	margin-bottom: 10px;
	font-family: 宋体;
	color: #2c69ab;
	
}
.box_title h3{
	display: inline-block;
	border-bottom: 2px solid #5d9adc;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 20px;
	letter-spacing: 1px;
}
.box_content{
	position: relative;
}
.box_content video,.box_content img{
	display: block;
	width: 100%;
}
.video_poster{
	cursor:pointer;
}
.video_title{
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
}
.playbutton{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 20px;
	background: url(/uploads/image/pzcimg/icon_video.png) -50px 0 no-repeat;
	cursor: pointer;
}
.playbutton:hover{
	background-position: -110px 0px;
}
.video_content .close{
	width: 17px;
    height: 17px;
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 11;
    background: url(/uploads/image/pzcimg/icon_video.png) 0 -80px no-repeat;
    cursor: pointer;
}
.ysp_box,.zt_box{
	margin-bottom: 30px;
}
.zt_box .swiper-button-next, .zt_box .swiper-button-prev,.press_box  .swiper-button-next, .press_box .swiper-button-prev{
	top: 42%;
}
.zt_box .swiper-slide img,.press_box .swiper-slide img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.zt_box .swiper-slide h3,.press_box .swiper-slide h3{
	font-family: 宋体;
	margin-bottom: 8px;
}
.zt_box .swiper-slide p,.press_box .swiper-slide p{
	font-size: 14px;
	color: #555;
}
.press_box{
	position: relative;
}
.press_box .swiper-slide img{
	margin: 0;
}
.press_box .swiper-slide h3{
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	bottom: 0;
	margin: 0;
}
.press_box .swiper-slide b{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 30px;
}

/***********************************************/
.pagination {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	margin: 10px 0;
	font-size: 0;
}
.pagination li {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 1px solid #e2e2e2;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 0 -1px 5px 0;
	background-color: #fff;
	color: #333;
	font-size: 12px;
	text-align: center;
}
.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
}
.pagination li.active {
	border: 1px solid #1e9fff;
}
.pagination li.active span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #1e9fff;
	color: #fff;
}
.pagination li.disabled {
	background: #f2f2f2;
}

.pagination li.active span{
	background-color:#1e9fff;
}
.pagination li.active {
	border: 1px solid #1e9fff;
}