﻿@charset "utf-8";
/* CSS Document */
/* Reset */
html,
body,
div,
img,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
fieldset,
input,
textarea,
select,
label,
ul,
ol,
dl,
li,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	list-style: none;
	font-weight: normal;
}
body,
html {
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-family: "微软雅黑";
}
body {
	color: #484848;
	min-width: 1000px;
	background: url(//www.xinhuanet.com/photo/20180726yxds/images/bg.jpg) top center repeat;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #484848;
}
a:hover {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	clear: both;
}
img {
	border: 0;
	display: block;
}
em {
	font-style: normal;
}
hr {
	height: 0;
	clear: both;
}
.none {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.fl {
	float: left;
}
.fr {
	float: right;
}
/* ===============================================================
Basic Swiper Styles 
================================================================*/
/*通用*/
.widthMain {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	min-width: 1000px;
}
/*大标题*/
h2.lmtit {
	width: 970px;
	height: 108px;
	position: relative;
	margin: 20px auto;
	text-align: center;
}
.ejpart .lmtit {
	width: 910px;
	height: 108px;
	position: relative;
	margin: 20px auto;
	text-align: center;
}
.lmtit img {
	position: absolute;
	top: 0;
	left: 0;
}
.lmtit .ejmore {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
}
/*顶部*/
/*导航*/
body {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/banner.jpg) top center no-repeat;
	min-width: 1000px;
}
.nav {
	width: 100px;
	height: 370px;
	background: #286db6;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -100px;
}
.nav ul {
	width: 100%;
	margin: 0 auto;
}
.nav li {
	width: 100px;
	height: 71px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-bottom: 2px solid #124b9a;
	border-top: 2px solid #a9c5e2;
	overflow:hidden;
}
.nav li a{ width:100px; height:50px; display:block; margin-top:10px;}
.nav li:hover {
	background: #438ed3;
}
.nav ul li:first-child {
	border-top: 0px;
}
.nav ul li:last-child {
	border-bottom: 0px;
}
.nav li a {
	color: #fff;
}
.nav .on {
	background: url(//www.xinhuanet.com/photo/20180726yxds/images/choose.png) top center no-repeat;
}
/*banner*/
.banner {
	height: 580px;
	min-width: 1000px;
	width:1000px;
	margin:0 auto;
}
.xh{
	width: 142px;
    height: 110px;
    padding: 10px 0 0 10px;}
	
.banner a{ display:block; width:100%; height:100%;}
.box {
	width: 100%;
	min-width: 1000px;
	overflow:hidden;
}
.box2 {
	width: 100%;
	min-width: 1000px;
	background: none;
}
/*part1*/
.part1 {
	width: 1000px;
	height: 354px;
	background: #fff;
	height: 404px;
	margin-top: 20px;
	position: relative;
}
.yw_pic {
	width: 538px;
	height: 350px;
	margin-top: 15px;
	margin-left: 15px;
}
.focusBox3 {
	width: 538px;
	height: 350px;
	position: relative;
}
.yw_pic .arrow-left {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/left01.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 135px;
	width: 29px;
	height: 64px;
	z-index: 2
}
.yw_pic .arrow-right {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/right01.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 135px;
	width: 29px;
	height: 64px;
	z-index: 2
}
.focusBox3 .swiper-container {
	width: 538px;
	height: 350px;
}
.focusBox3 .swiper-slide {
	position: relative;
}
.focusBox3 img {
	width: 100%;
	height: auto;
}
.focusBox3 .swiper-container .swiper-wrapper .swiper-slide .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	opacity: 0.6;
	background: #000;
	z-index: 0
}
.focusBox3 .swiper-container .swiper-wrapper .swiper-slide .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	height: 35px;
	margin-left: 2%;
	line-height: 35px;
	color: #fff;
	overflow: hidden;
	z-index: 1;
	font-size: 16px;
}
.focusBox3 .swiper-container .swiper-wrapper .swiper-slide .title a {
	color: #fff;
}
.focusBox3 .pagination {
	position: relative;
	text-align: center;
	margin-top: 5px;
	width: 100%;
	z-index: 2;
}
.focusBox3 .swiper-pagination-switch {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #c9c9c9;
	margin: 0 6px;
	cursor: pointer;
}
.focusBox3 .swiper-active-switch {
	background: #286db6;
}
/*要闻区*/
.dt_box {
	width: 410px;
	height: 345px;
	margin-right: 15px;
}
.dt_box h2 a {
	color: #333;
	font-weight: bold;
}
.dt_box ul {
	width: 100%;
	margin-top: 8px;
	overflow: hidden;
}
.dt_box li {
	font-size: 16px;
	line-height: 40px;
	width: 96%;
	height: 40px;
	position: relative;
	padding-left: 16px;
	color: #333;
	overflow: hidden;
}
.dt_box li a {
	color: #333;
}
.dt_box li i {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #286db6;
	border-radius: 5px;
	position: absolute;
	top: 17px;
	left: 0;
}
.dt_box h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #14214e;
	margin-top: 15px;
}
.dt_box h3 a {
	color: #14214e;
}
.dt_box p {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #CFCFCF;
	margin-top: 6px;
	padding-bottom: 10px;
}
.ejmore {
	font-size: 16px;
	color: #5789c6;
	line-height: 24px;
	display: inline-block;
	float: right;
}
.ejmore a {
	color: #5789c6;
}
/*part2*/
.part2 {
	width: 1000px;
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
}
.gdft_box {
	position: relative;
	margin-bottom: 30px;
}
.gdft_box .swiper-container {
	width: 1000px;
	height: 248px;
	color: #fff;
	text-align: center;
	position: relative;
}
.gdft_box .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
}
.gdft_box .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.swiper-slide-visible span {
	width: 330px;
	height: 206px;
	display: block;
	position: absolute;
	background: #000;
	z-index: 4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.swiper-slide-active span {
	background: none;
}
.gdft_box .swiper-visible-switch {
	background: #aaa;
}
.gdft_box .swiper-active-switch {
	background: #fff;
}
.gdft_box .arrow-left {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/left02.png) no-repeat left top;
	position: absolute;
	left: 334px;
	top: 80px;
	width: 29px;
	height: 64px;
	z-index: 99
}
.gdft_box .arrow-right {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/right02.png) no-repeat right top;
	position: absolute;
	right: 334px;
	top: 80px;
	width: 29px;
	height: 64px;
	z-index: 99
}
.gdft_box .sjft_con {
	width: 330px;
	position: relative;
	margin: 0 auto;
}
.gdft_box .sjft_con i {
	position: absolute;
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/play01.png) no-repeat;
	width: 59px;
	height: 58px;
	top: 38%;
	left: 40%;
}
.gdft_box .sjft_con .img {
	width: 330px;
	height: 206px;
	display: block;
	margin-bottom: 10px;
}
.gdft_box .sjft_con .img img {
	width: 100%;
	height:206px;
}
.gdft_box .sjft_con h3 {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	color: #333;
}

.gdft_box .sjft_con h3 a {
	color: #333;
}
.pagination02 {
	width: 100%;
	display: none;
	position: absolute;
	text-align: center;
	bottom: 0px;
	z-index: 12;
}
.gdft_box .swiper-pagination-switch {
	display: inline-block;
	width: 40px;
	height: 6px;
	background: #1b44a2;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
	border: 0;
}
.gdft_box .swiper-active-switch {
	background: #74b0d5;
}
.centerimg {
	width: 685px;
	text-align: center;
	margin: 20px auto;
}
/*part3*/
.part3 {
	width: 100%;
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
}
.part3bg {
	width: 100%;
	height: 578px;
	background: #dbdbdb;
	margin-bottom: 20px;
}
.md_pic {
	width: 1000px;
	height: 530px;
	margin: 0 auto;
	padding-top: 25px;
}
.focusBox4 {
	width: 1000px;
	height: 530px;
	position: relative;
	margin: 0 auto;
}
.focusBox4 .arrow-left {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/left03.png) no-repeat left top;
	position: absolute;
	left: -50px;
	top: 215px;
	width: 37px;
	height: 84px;
	z-index: 2
}
.focusBox4 .arrow-right {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/right03.png) no-repeat left bottom;
	position: absolute;
	right: -50px;
	top: 215px;
	width: 37px;
	height: 84px;
	z-index: 2
}
.focusBox4 .swiper-container {
	width: 1000px;
	height: 530px;
}
.focusBox4 .swiper-slide {
	position: relative;
}
.focusBox4 img {
	width: 100%;
	height: auto;
}
.focusBox4 .swiper-container .swiper-wrapper .swiper-slide .bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	opacity: 0.6;
	background: #000;
	z-index: 0
}
.focusBox4 .swiper-container .swiper-wrapper .swiper-slide .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	height: 50px;
	margin-left: 2%;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	z-index: 1;
	font-size: 18px;
}
.focusBox4 .swiper-container .swiper-wrapper .swiper-slide .title a {
	color: #fff;
}
.focusBox4 .pagination03 {
	position: absolute;
	text-align: right;
	bottom: 10px;
	right: 12px;
	width: 150px;
	z-index: 2;
}
.focusBox4 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #c9c9c9;
	margin: 0 6px;
	cursor: pointer;
}
.focusBox4 .swiper-active-switch {
	background: #286db6;
}
/*part4*/
.part4 {
	width: 1000px;
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
}
.npwp_box {
	position: relative;
	margin-bottom: 30px;
}
.npwp_box .swiper-container {
	width: 1000px;
	height: 138px;
	color: #fff;
	text-align: center;
}
.npwp_box .sjft_con i {
	position: absolute;
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/play02.png) no-repeat;
	width: 43px;
	height: 42px;
	top: 41%;
	left: 41%;
}
.npwp_box .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
}
.npwp_box .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.npwp_box .swiper-visible-switch {
	background: #aaa;
}
.npwp_box .swiper-active-switch {
	background: #fff;
}
.npwp_box .arrow-left {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/left02.png) no-repeat left top;
	position: absolute;
	left: 2px;
	top: 40px;
	width: 29px;
	height: 64px;
	z-index: 2
}
.npwp_box .arrow-right {
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/right02.png) no-repeat right top;
	position: absolute;
	right: 2px;
	top: 40px;
	width: 29px;
	height: 64px;
	z-index: 2
}
.npwp_box .sjft_con {
	width: 246px;
	height: 138px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.npwp_box .sjft_con .img {
	width: 246px;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.npwp_box .sjft_con .img img {
	width: 100%;
	height: auto;
}
.sjft_con .flatgray {
	width: 246px;
	height: 138px;
	position: absolute;
	bottom: -138px;
}
.sjft_con .allkinds {
	width: 226px;
	height: 138px;
	position: absolute;
	top: 40px;
	overflow: auto;
	left: 10px;
	z-index: 3;
	text-align: left;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.sjft_con .allkinds a {
	color: #fff;
}
.sjft_con .textbg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	z-index: 2;
	color: #fff;
}
.pagination04 {
	width: 100%;
	display: none;
	position: absolute;
	text-align: center;
	bottom: 0px;
	z-index: 12;
}
.pagination04 .swiper-pagination-switch {
	display: inline-block;
	width: 40px;
	height: 6px;
	background: #1b44a2;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
	border: 0;
}
.pagination04 .swiper-active-switch {
	background: #74b0d5;
}
/*part5*/
.part5 {
	width: 1000px;
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
}
.part5 ul {
	width: 460px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.part5 ul.list2 {
	float: right;
	margin: 0;
}
.part5 li {
	font-size: 18px;
	line-height: 40px;
	width: 96%;
	height: 40px;
	position: relative;
	padding-left: 16px;
	color: #333;
	overflow: hidden;
}
.part5 li a {
	color: #333;
}
.part5 li i {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #286db6;
	border-radius: 5px;
	position: absolute;
	top: 17px;
	left: 0;
}
/*part5*/
.part6 {
	width: 1000px;
	margin: 50px auto;
	min-width: 1000px;
}
.hdjs {
	width: 668px;
	height: 382px;
	border: 4px solid #538ac5;
	position: relative;
}
.hdjs h2{ width:168px; height:37px; position:absolute; top:-20px; background:#fff; left:20px; padding-left:10px;} 
.hdjs p{ width:380px; height:280px; text-align:left; font-size:18px; line-height:35px; margin:50px 0 0 20px; float:left;}
.hdjs .part6img{ float:right; width:221px; height:328px; margin:25px 25px 0 0;}
.zcdw {
	width: 320px;
	height: 382px;
	border: 4px solid #538ac5;
	border-left:0;
	position: relative;
}
.zcdw h2{ width:168px; height:37px; position:absolute; top:-20px; background:#fff; left:20px; padding-left:10px;} 
.zcdw ul{ width:280px; height:348px; margin-top:26px; margin-left:20px;}
.zcdw ul li{ width:108px; height:44px; text-align:center; vertical-align:middle; float:left; margin:10px 16px;}
.zcdw ul li a{ width:100%; height:100%;}
/*footer*/
.footer {
	width: 100%;
	min-width: 1000px;
	background: #286db6;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	color: #fff;
	line-height: 2;
}
.footer div {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.footer div a {
	color: #fff;
}
/*二级文字列表*/
.xpage-container{ width:900px; margin:0 auto;}
.xpage-content-list {
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.xpage-content-list li {
	font-size: 16px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
    border-bottom: 1px dotted #c1c1c1;
}
.xpage-content li i {
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #286db6;
	border-radius: 2px;
	position: absolute;
	top: 24px;
	left: 0;
}
.xpage-content li span {
	display: inline-block;
	color: #b1b1b1;
	margin-left: 5px;
	float:right;
}
/*二级图片列表*/
.nobg{ background:none;}
.banner2{ min-width: 1000px;
	background: url(//www.xinhuanet.com/tw/20180802mxzl/images/banner2.jpg) top center repeat; width:100%; height:450px;}
	.banner2 a{ display:block; width:100%; height:100%;}
.box2{ width:100%; height:auto; background:#fff;}
.ejtit {
	width: auto;
	height: 44px;
	margin: 20px auto;
	text-align: center;
}
.ejtit img {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
/*xpage list*/
.xpage-more-btn {
	width: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #09a0fc;
	line-height: 2.5em;
	border-radius: 2em;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
.xpage-more-btn:hover {
	background: #037adf;
}
.xpage-more-btn:active {
	background: #037adf;
}
hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #eee;
	margin: 10px 0 10px 0;
}
/*图片列表*/
.con_img {
	width: 100%;
}
.xpage-img-list li {
	width: 23%;
	height: auto;
	overflow: hidden;
	margin: 0 1% 20px 1%;
	float: left;
}
.xpage-img-list li img {
	width: 100%;
	height: 138px;
	margin-bottom: 8px;
}
.xpage-img-list li p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
}
.center {
	height: 450px;
	min-width: 1000px;
	width:1000px;
	margin:0 auto;
}
.xh{
	width: 142px;
    height: 110px;
    padding: 10px 0 0 10px;}
