@charset "utf-8";


/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}

ul li {list-style: none;}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
	/* for ie */
	font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;/* 宋体 */
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
	font-size: 18px;
	/* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul,
ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	cursor: pointer;
	color: #4a4a4a;
}

/*a:hover { text-decoration: underline; }*/

abbr[title],
acronym[title] {
	/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}

/* 重置表单元素 */
legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	border: none;
	height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	/* overflow-y: scroll; */
	overflow: hidden;
}

/*去除蓝色边框*/
input,
button {
	border: 0;
	outline: none;
}

/*闭合内部元素的浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	*zoom: 1;
}


body,html {
	width: 100%;
	height: 100%;
}
.w-1200 {
	width: 1200px;
	margin: 0 auto;
}

/* common */
/* head */
body {
	overflow: auto;
	background-size: 100%;
}
.xzzzBox {
	/* height: 100%; */
/* 	background: #fef7f6 url(xzzz-bg.png) no-repeat center top;
	background-size: 100%;
	overflow: auto; */
}

.title {
	background:url(../images/zzzq_bg.png) no-repeat center;
	height:420px;
}

/* foot */
.xzzzBox .xzzzBox-foot {
	background-color: #c60808;
	padding: 42px 0 38px 0;
	margin-top: 60px;
}
.xzzzBox .xzzzBox-foot .lf{
	float: left;
}
.xzzzBox .xzzzBox-foot .lf p,.xzzzBox .xzzzBox-foot .lf a {
	color: white;
	line-height: 36px;
	font-family: "微软雅黑";
	font-size: 20px;
}
.xzzzBox .xzzzBox-foot .lf .part1 a {margin-right: 8px;}
.xzzzBox .xzzzBox-foot .lf .part1 a:hover {text-decoration: underline;}
.xzzzBox .xzzzBox-foot .lf .part1 a:last-child {margin-right: 0;}
.xzzzBox .xzzzBox-foot .lf .part2 span:first-child{margin-right: 25px;}
.xzzzBox .xzzzBox-foot .lf .part3 span:first-child {margin-right: 40px;}
.xzzzBox .xzzzBox-foot .lf .part4 span,.xzzzBox .xzzzBox-foot .lf .part4 a:nth-child(2) {margin-right: 12px;}
.xzzzBox .xzzzBox-foot .lf .part4 a.jh {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.xzzzBox .xzzzBox-foot .lf .part4 a.jh img {
	position: absolute;
	left: 0;
	top: 8px;
}
.xzzzBox .xzzzBox-foot .rt {float: right;margin-top: 20px;}
.xzzzBox .xzzzBox-foot .rt a img,.xzzzBox .xzzzBox-foot .rt span img{vertical-align: middle;}
.xzzzBox .xzzzBox-foot .rt a.slh img {height: 55px;}
.xzzzBox .xzzzBox-foot .rt a.dz {margin: 0 20px;}

.xzzzBox-top {
	height: 50px;
	background-color: white;
	font-size: 20px;
	font-family: '微软雅黑';
	line-height: 50px;
}

.xzzzBox-top a {
	color: #1e76c1;
}

.xzzzBox-top .home{float: left;}
.xzzzBox-top .home span {
	font-weight: bold;
	vertical-align: middle;
}

.xzzzBox-top .home img {
	width: 29px;
	vertical-align: middle;
}

.xzzzBox-top .fr {float: right;}

.xzzzBox-top .fr a {
	padding: 0 15px;
	float: left;
}

.xzzzBox-top .fr .line {
	height: 18px;
	width: 2px;
	margin-top: 18px;
	background-color: #1e76c1;
	float: left;
}
.xzzzBox-top .fr a.ipv6 {
	height: 32px;
	line-height: 32px;
	background-color: #1e76c1;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	margin-top: 9px;
	
}
.xzzzBox-top .fr a:hover {text-decoration: underline;}
.xzzzBox-top .fr a.ipv6:hover {text-decoration: none;cursor: text;}
.xzzzBox-top .close {display: none;}

/* main */
.MainBox{
	width:100%;
	min-height:500px;
	background:#f3f9ff;
}
.xzzzBox-main.home .part1 {
	width: 1132px;
    margin: 0 auto;
	padding: 40px;
}

.xzzzBox-main.home .part1 ul {
	margin: -20px -16px;
}

.xzzzBox-main.home .part1 ul li {
	float: left;
	width: 262px;
    height: 223px;
    margin: 14px 14px;
    border-radius: 6px;
	background-color: #f0f0f0;
}

.xzzzBox-main.home .part1 ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.xzzzBox-main.home .part1 ul li i {
	position: absolute;
	width: 83px;
    height: 83px;
    margin-left: -41px;
	left: 50%;
	top: 35px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	transition: all 0.5s ease;
}

.xzzzBox-main.home .part1 ul li span {
	font-size: 40px;
	font-family: '微软雅黑';
	color: #1e76c1;
	font-weight: bold;
	position: absolute;
	bottom: 34px;
    display: inline-block;
    width: 100%;
    left: 0;
    margin-left: 0;
    text-align: center;
}

.xzzzBox-main.home .part1 ul li:first-child:hover i {
	background-position: 0px -83px;
}

.xzzzBox-main.home .part1 ul li:first-child+li i {
	background-position: -83px 0;
}

.xzzzBox-main.home .part1 ul li:first-child+li:hover i {
	background-position: -83px -83px;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li i {
	background-position: -166px 0;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li:hover i {
	background-position: -166px -83px;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li i {
	background-position: -249px 0;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li:hover i {
	background-position: -249px -83px;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li i {
	background-position: -332px 0;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li:hover i {
	background-position: -332px -83px;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li+li i {
	background-position: -415px 0;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li+li:hover i {
	background-position: -415px -83px;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li+li+li i {
	background-position: -498px 0;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li+li+li:hover i {
	background-position: -498px -83px;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li+li+li+li i {
	background-position: -581px 0;
}

.xzzzBox-main.home .part1 ul li:first-child+li+li+li+li+li+li+li:hover i {
	background-position: -581px -83px;
}

/* hover */
.xzzzBox-main.home .part1 ul li:hover {
	background-color: #1e76c1;
}

.xzzzBox-main.home .part1 ul li:hover span {
	color: white;
}


/* part2 */
.xzzzBox-main.home .part2 {
	width: 1132px;
    margin: 0 auto;
    padding:0px 40px;
}

.xzzzBox-main.home .part2 .ffzq-title {
	background: url(../images/zzzq_line.png) no-repeat center center;
	background-size: 100%;
	height: 100px;
	text-align: center;
}

.xzzzBox-main.home .part2 .ffzq-title span {
	display: inline-block;
	font-size: 50px;
	font-weight: bold;
	font-family: '微软雅黑';
	color: #1e76c1;
	line-height: 100px;
	/* background-color: #fef7f6; */
	/* padding: 0 35px; */
}


.xzzzBox-main.home .part2 .ffzq-main {
	margin: 30px 0 46px 0;
}

.xzzzBox-main.home .part2 .ffzq-main ul {
	margin: -17px -20px;
}

.xzzzBox-main.home .part2 .ffzq-main ul li {
	/* width: 350px;
	height: 226px; */
	float: left;
	background-color: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	margin: 17px 20px;
	border-radius: 10px;
	overflow: hidden;
	
	width: 348px;
	height: 224px;
	border: 1px solid #f0f0f0;
}

.xzzzBox-main.home .part2 .ffzq-main ul li:hover {
	box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.xzzzBox-main.home .part2 .ffzq-main ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.xzzzBox-main.home .part2 .ffzq-main ul li a span {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	font-family: '微软雅黑';
	margin: 45px 0 0 25px;
	display: inline-block;
	line-height: 45px;
}

.xzzzBox-main.home .part2 .ffzq-main ul li a span.mt_3 {
	margin-top: 30px;
}

.xzzzBox-main.home .part2 .ffzq-main ul li:first-child {
	background: url(../images/zzzq_pic1.png) no-repeat center center;
	background-size: 100%;
}

.xzzzBox-main.home .part2 .ffzq-main ul li:first-child+li {
	background: url(../images/zzzq_pic2.png) no-repeat center center;
	background-size: 100%;
}

.xzzzBox-main.home .part2 .ffzq-main ul li:first-child+li+li {
	background: url(../images/zzzq_pic3.png) no-repeat center center;
	background-size: 100%;
}

.xzzzBox-main.home .part2 .ffzq-main ul li:first-child+li+li+li {
	background: url(../images/zzzq_pic4.png) no-repeat center center;
	background-size: 100%;
}

.xzzzBox-main.home .part2 .ffzq-main ul li:first-child+li+li+li+li {
	background: url(../images/zzzq_pic5.png) no-repeat center center;
	background-size: 100%;
}

.xzzzBox-main.home .part2 .ffzq-main ul li:first-child+li+li+li+li+li {
	background: url(../images/zzzq_pic6.png) no-repeat center center;
	background-size: 100%;
}
.xzzzBox-main.home .part2 .ffzq-main2>div {
	margin: 0 -20px;
	padding-bottom:30px;
}

.xzzzBox-main.home .part2 .ffzq-main2 a {
	display: block;
	width: 350px;
	height: 135px;
	float: left;
	margin: 0 20px;
	font-size: 40px;
	font-family: '微软雅黑';
	font-weight: bold;
	line-height: 135px;
	border-radius: 10px;
	position: relative;
}

.xzzzBox-main.home .part2 .ffzq-main2 a span {
	display: inline-block;
	margin-left: 32px;
}

.xzzzBox-main.home .part2 .ffzq-main2 a:first-child {
	background: #bcdbff url(../images/zzzq_email.png) no-repeat right 16px bottom 10px;
	color: #1e76c1;
}

.xzzzBox-main.home .part2 .ffzq-main2 a:first-child+a {
	background: #f5feef url(../images/zzzq_wx.png) no-repeat right 58px center;
	color: #419e03;
}

.xzzzBox-main.home .part2 .ffzq-main2 a:first-child+a+a {
	background: #fdf0ef url(../images/zzzq_wb.png) no-repeat right 68px center;
	color: #f14344;
}

.xzzzBox-main.home .part2 .ffzq-main2 a .ewm {
    position: absolute;
    top: -320px;
    left: 0;
    width: 100%;
    height: 340px;
    background-color: #f5feef;
    display: none;
    cursor: default;
}



.footer{margin:0 auto;padding:0;margin-top:10px;height:200px;background:url(../images/footbg.png) repeat-x ;font-family: '微软雅黑';}
.footer3{margin:0 auto;padding:0;height:40px;border-top:#033 solid 5px;border-bottom:#033 solid 1px;background:#1e76c1}
.footer1{width:1280px;margin:0 auto;padding:0;text-align:center;height:40px;line-height:40px;font-size:20px;color:#FF9;margin-bottom:10px;}
.footer1 a:link,.footer1 a:visited{color:#fff;}

.footer4{margin:0 auto;padding:0;height:144px;background:#fff;padding-top:30px;}
.footer2{width:1280px;margin:0 auto;padding:0;text-align:center;}
.footer2l{width:240px;text-align:right;float:left;padding-top:15px;}
.footer2c{width:1040px;text-align:center;float:left;line-height:36px;font-size:20px;color:#333;}


.MainBox .xzzzBox-main.list {
	/* height: 200px; */
	background-color: white;
	border-radius: 10px;
	padding: 0 40px;
	box-sizing: border-box;
}

/* 瀵艰埅 */
.MainBox .xzzzBox-main.list .position {
	line-height: 90px;
	height: 90px;
	font-size: 26px;
	font-family: '微软雅黑';
	border-bottom: 1px solid #dcdcdc;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.MainBox .xzzzBox-main.list .position em {
	padding-left: 35px;
	background: url(../images/zzzq_position.png) no-repeat left 4px;
}

.MainBox .xzzzBox-main.list .position a {
	color: #000000;
}

/* list */
.MainBox .xzzzBox-main.list .listBox {
	margin-top: 40px;
}

.MainBox .xzzzBox-main.list .listBox .list_title {
	font-size: 40px;
	font-family: '微软雅黑';
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}

.MainBox .xzzzBox-main.list .listBox .list_title::after {
	content: "";
	width: 160px;
	height: 6px;
	background-color: #1e76c1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.MainBox .xzzzBox-main.list .listBox ul {
	margin-top: 10px;
}

.MainBox .xzzzBox-main.list .listBox ul li a {
	display: block;
	padding: 30px 0;
	font-family: "微软雅黑";
	font-size: 35px;
	border-top: 1px dashed #dcdcdc;
	/* transition: all 0.5s ease-in-out; */
	position: relative;
}

.MainBox .xzzzBox-main.list .listBox ul li a::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #e67070;
	transform-origin: left center;
	transition: width 0.5s ease-out;
}

.MainBox .xzzzBox-main.list .listBox ul li:first-child a {
	border-top: none;
}

.MainBox .xzzzBox-main.list .listBox ul li a .text {
	padding-left: 35px;
	line-height: 55px;
	color: #333333;
	background: url(../images/zzzq_list.png) no-repeat left 18px;
}

.MainBox .xzzzBox-main.list .listBox ul li a .time {
	padding-left: 35px;
	line-height: 45px;
	color: #616161;
}

.MainBox .xzzzBox-main.list .listBox ul li a:hover::after {
	width: 100%;
}

.MainBox .xzzzBox-main.list .listBox ul li a:hover .text {
	color: #dc3a3a;
}
.listBox_item_fl {
    width: 80%;
}
.listBox_item_fr {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -40px;
    width: 160px;
    height: 80px;
    background-color: #1e76c1;
    border-radius: 10px;
    line-height: 80px;
    text-align: center;
}
.listBox_item_fr img {
    position: absolute;
    width: 30px;
    height: 32px;
    top: 50%;
    margin-top: -14px;
}
.listBox_item_fr span {
    font-size: 32px;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    margin-left: 40px;
}
.MainBox .xzzzBox-main.list .listBox ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #1e76c1;
    transform-origin: left center;
    transition: width 0.5s ease-out;
}
.MainBox .xzzzBox-main.detail {
    background-color: white;
    border-radius: 10px;
    padding: 0 40px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.MainBox .xzzzBox-main.detail .position {
	line-height: 90px;
	height: 90px;
	font-size: 26px;
	font-family: '微软雅黑';
	border-bottom: 1px solid #dcdcdc;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.MainBox .xzzzBox-main.detail .position em {
    padding-left: 35px;
    background: url(../images/zzzq_position.png) no-repeat left 4px;
}
.MainBox .xzzzBox-main.detail .detailBox {
    padding-top: 40px;
    font-family: 微软雅黑 !important;
}
.MainBox .xzzzBox-main.detail .detailBox .arttitle {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 40px;
}
.MainBox .xzzzBox-main.detail .detailBox .info {
    border-bottom: 1px solid #ebebeb;
}
.MainBox .xzzzBox-main.detail .detailBox .info span {
    line-height: 80px;
    font-size: 26px;
    color: #666;
    display: inline-block;
    max-width: 45%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.MainBox .xzzzBox-main.detail .detailBox .info span {
    line-height: 80px;
    font-size: 26px;
    color: #666;
    display: inline-block;
    max-width: 45%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.detailBox_content, .detailBox_content * {
    font-size: 32px !important;
    line-height: 64px !important;
    /* text-indent: 2em; */
	padding:20px 0px;
}
.detailBox_operation .fl a {
    font-size: 32px;
    color: #999;
}
.lf {
    float: left;
}
.rt {
    float: right;
}
.detailBox_operation #share img {
    width: 43px;
    margin-left: 16px;
}
.MainBox .xzzzBox-main.detail .detailBox .info span i {
    font-style: normal;
}
.detailBox_xgjd {
    margin-top: 40px;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 20px;
}
.detailBox_xgjd h3, .detailBox_fj h3 {
    font-size: 36px;
    color: #1e76c1;
    height: 40px;
    line-height: 36px;
    position: relative;
    padding-left: 20px;
}
.detailBox_xgjd h3 i, .detailBox_fj h3 i {
    display: inline-block;
    width: 10px;
    height: 36px;
    background-color: #1e76c1;
    position: absolute;
    top: 2px;
    left: 0;
}
.detailBox_xgjd p::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #1e76c1;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.detailBox_xgjd p {
    font-size: 25px;
    min-height: 30px;
    line-height: 30px;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.detailBox_xgjd p a {
    color: #000000;
}
#page_div{line-height:36px; color:#000;font-size: 24px;padding:35px 0px;width:800px;margin-bottom: 50px;font-family: 微软雅黑 !important;}
#pagination_input{width:36px; height:36px; line-height:36px; margin:0 12px; padding:0; overflow:hidden; border:1px solid #cdcdcd;}
#page_div .pagination_index, #page_div .pagination_index_num{background:#FFFFFF; border:1px solid #d9d7d7; padding:0 12px;margin-right:12px;float: left; min-width: 36px; height:36px; line-height: 36px; text-align:center;}
#page_div .pagination_index a, #page_div .pagination_index_num a{padding:0px; margin:0px;text-align:center; color:#000;}
#page_div .pagination_index a:hover, #page_div .pagination_index_num a:hover{padding:0px; margin:0px;text-align:center; color:#000;}
#page_div .pagination_index_last{width:260px; float:right; text-align:right;display:none;}
#page_div .pagination_index_num{margin-right:12px; padding:0px; width:36px;}
#page_div .currentIndex{background:#cc0000; width:36px; line-height: 36px; height:36px; color:#FFF;text-align:center; font-weight:bold;}