* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body{
	margin: 0;
	font-family: "Helvetica Neue","microsoft yahei",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #333;
	/*background: #fff url(../images/top_banner22.jpg) no-repeat center top;*/
}
.header{
   width:100%;
   height:100%;
}
input,textarea,select
{
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	outline:none;
	padding:0;
	border-radius: 0;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6,i,em,strong{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
}
table{
	border-collapse:collapse;
}
img{
	border:none;
	max-width: 100%;
}
dl,dd,dt,p{
	padding: 0;
	margin: 0;
}
a,a:link {
	text-decoration: none;
	color:#333;
}
a:hover{
	color: #bc121b;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.clearfix:before, .clearfix:after { 
	content:"";
	display:table;  
 }
.clearfix:after {
	clear:both;
 }
.clearfix {
	*zoom:1;
 }
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.slh{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-ul li{
	line-height: 36px;
	height: 36px;
	position: relative;
	padding-left: 15px;
}
.list-ul li:before{
	position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #dcdcdc;
    left: 0;
    top: 16px;
}
.list-ul li:hover:before{
	background: #bf0404;
}
.list-ul li a{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.list-ul li span{
	float: right;
	font-size: 14px;
	color: #666;
}
.list-ul li:hover a{
	color: #bf0404;
}
.mtop10{
	margin-top: 10px;
}
.mtop20{
	margin-top: 20px;
}
.mbot20{
	margin-bottom: 20px;
}
.main{
	width: 1200px;
	margin: 10px auto 40px;
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,.08);
	overflow: hidden;
}
.laf1{
	padding: 26px 0;
	text-align: center;
}
.laf1 img{
}
.laf2{
	overflow: hidden;
	margin-top: 29px;
}
.laf2-1{
	float: left;
	width: 590px;
}
.laf2-2{
	float: right;
	width: 551px;
}
.laf2-2 h1 a{
	font-weight: bold;
	color: #bf0404;
	font-size: 21px;
}
.laf2-2 p{
	line-height: 30px;
	text-indent: 2em;
	padding: 15px 0 18px;
	border-bottom: 1px dashed #d2d2d2;
}
.laf2-2 p a{
	color: #bf0404;
}
.la-ul{
	padding-top: 5px;
}
.la-ul li{
	margin-top: 17px;
	line-height: 20px;
	height: 20px;
	
	
}
.la-ul li a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	background-color: #aaaaaa;
}
.la-ul li a{
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #5a4d4d;
	position: relative;
	transition: .2s;
	padding-left: 18px;
}
.la-ul li span{
	float: right;
	font-size: 14px;
	color: #999;
}
.la-ul li:hover a{
	color: #333;
	margin-left: 5px;
}
.la-ul li a:hover:before{
	background-color: #333;
}
.laf3{
	margin-top: 29px;
	overflow: hidden;
}
.laf3-1{
	float: left;
	width: 590px;
}
.laf3-2{
	float: right;
	width: 551px;
}

.la-tit{
	height: 35px;
	position: relative;
	overflow: hidden;
}
.la-tit:before{
	content: "";
	height: 1px;
	width: 100%;
	background-color: #d2d2d2;
	position: absolute;
	left: 0;
	bottom: 2px;
}
.la-tit a{
	font-weight: bold;
	color: #999;
	float: left;
	padding-bottom: 11px;
	position: relative;
	margin-right: 33px;
	font-size: 18px;
}
.la-tit a.active{
	color: #333;
}
.la-tit a.active span{
	color: #bf0404;
}
.la-tit a.active:before{
	content:"";
	height: 5px;
	width: 40px;
	background-color: #bf0404;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.laf3-1-1 h1{
	margin-top: 26px;
	padding: 15px;
	background-color: #f2f2f2;
}
.laf3-1-1 h1 a{
	font-size: 21px;
	font-weight: bold;
	color: #bf0404;
}
.laf3-1-1 h1 p{
	line-height: 28px;
	text-indent: 2em;
	margin-top: 6px;
	margin-bottom: 5px;
}
.laf3-1-1 h1 span{
	font-size: 14px;
	color: #999;
}

.footer{
	background-color: #f2f2f2;
	border-top: 10px solid #bf0404;
	padding: 25px 0;
	text-align: center;
}
.footer p{
	text-align: center;
	color: #666;
	line-height: 30px;
}

.slideBox{
	width: 590px;
	height: 390px;
	position: relative;
}
.slideBox .bd .atext{
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	bottom: 0;
	left: 0;
}
.slideBox .bd li{
	position: relative;
}
.slideBox .bd .atext span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 70%;
}
.slideBox .bd .imga img{
	width: 590px;
	height: 390px;
	display: block;
}
.slideBox .hd{
	position: absolute;
	right: 20px;
	bottom: 19px;
	z-index: 10;
}
.slideBox .hd li{
	float: left;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin-left: 4px;
}
.slideBox .hd li.on{
	background-color: #f4c333;
}
.laf3-2-content{
	margin-top: 26px;
}
.laf3-2-1{
	width: 551px;
	position: relative;
	height: 352px;
	margin: 0 auto;
}
.peos1{
	margin: 0 -10px;
}
.laf3-2-1 .bd li .peos{
	float: left;
	position: relative;
	/* margin: 0 20px; */
	overflow: hidden;
	width: 50%;
	padding: 0 10px;
}
.laf3-2-1 .bd li .peos .img{
	text-align:center;
	background: #efefef;
	padding-top: 10px;
}
.laf3-2-1 .bd li .img img{
	/* display: block; */
	/* width: 265px; */
	height: 140px;
}
.laf3-2-1 .bd li .text{
	background-color: #f2f2f2;
	padding: 36px 20px 16px;
}
.laf3-2-1 .bd li .text h1{
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.laf3-2-1 .bd li .text p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	margin-top: 10px;
}
.laf3-2-1 .bd li .look{
	height: 40px;
	background-color: #bf0404;
	text-align: center;
	line-height: 40px;
	display: block;
}
.laf3-2-1 .bd li .look span{
	display: inline-block;
	padding-left: 29px;
	background: url(../images/lgj9_14.png) no-repeat left center;
	color: #fff;
}
.laf3-2-1 .bd li .name{
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: rgba(191, 4, 4, 0.7);
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 4px;
}
.laf3-2-1 .prev{
	background: url(../images/lfj33_03.png) no-repeat 0 -31px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 28px;
	top: -61px;
}
.laf3-2-1 .next{
	background: url(../images/lfj33_03.png) no-repeat -28px -31px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: -61px;
}
.laf3-2-1 .prevStop{
	background-position: 0 0;
}
.laf3-2-1 .nextStop{
	background-position: -28px 0;
}

.glmain-box{
	padding-top: 20px;
}
.posi{
	background: #f1f1f1;
	padding: 12px;
	font-size: 14px;
}
.dczj-box{
	margin-top: 20px;
}
.dczj1-2-t{
    border-bottom: 2px solid #c21920;
    line-height: 50px;
}
.dczj1-2-t span{
    display: inline-block;
    padding-left: 22px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #ce171c;
}
.dczj1-2-t span:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #cccccc;
    left: 0;
    top: 16px;
}
.dczj1-2-lists ul{
    padding: 20px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.dczj1-2-lists ul:last-child{
    border-bottom: none;
}



.xil-top{
    margin-top: 44px;
}
.xil-top h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #bf0404;
}
.xil-top h4{
    width: 45%;
    text-align: center;
    font-size: 21px;
    color: #333;
    line-height: 36px;
    margin:18px auto 28px;
}
.xil-top .xil-top1{
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
    color: #999;
	text-align: center;
	margin-top: 30px;
}
.xil-top .xil-top1 i{
    margin: 0 15px;
}
.xil-pf{
    margin-top: 22px;
    margin-bottom: 32px;
}
.xil-pf ul{
    text-align: center;
}
.xil-pf ul li{
    display: inline-block;
    color: #666;
}
.xil-pf ul li span{
    margin: 0 2px;
    width: 19px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/nxfxl2_05.jpg);
    background-repeat: no-repeat;
}
.xil-pf ul li span.bri{
    background-image: url(../images/nxfxl2_03.jpg);
}
.xil-pf ul li em{
    margin-left: 12px;
    color: #333;
}
.xil-pf ul li em i{
    color: #ff6600;
    font-weight: bold;
}
.intj{
    color: #999;
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 6px 18px;
    cursor: pointer;
}
.intj:hover{
    border: 1px solid #005bac;
    color: #005bac;
}
.xil-middle .img{
    text-align: center;
}
.xil-middle .text{
    margin-top: 40px;
}
.xil-middle .text p{
    text-indent: 2em;
    line-height: 36px;
}
.xil-middle .xil-f{
    margin-top: 26px;
    height: 36px;
    background: #fff8f0;
    line-height: 36px;
    padding: 0 24px;
    color: #666;
}
.xil-middle .xil-f .author{
    float: left;
}
.xil-middle .xil-f .print{
    float: right;
    padding-left: 23px;
}
.xil-middle .xil-f .share{
    float: right;
    margin-left: 20px;
}
.xil-middle .xil-f .share .bdsharebuttonbox{
    float: right;
    margin-top: 5px;
}
.xil-middle{
	margin-top: 40px;
}

.tup-gal{
	margin-top: 20px;
}
.tup-gal .tup-ul{
	margin: 0 -20px;
}
.tup-ul li{
	width: 33.3333%;
	padding: 0 20px;
	margin-bottom: 30px;
	float: left;
}
.tup-ul li a{
	display: block;
	border: 1px solid #efd8d8;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.tup-ul li a i{
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}
.tup-ul li a img{
	/* display: block; */
	/* width: 100%; */
	height: 150px;
	margin-top: 15px;
}
.tup-ul li a span{
	display: block;
	text-align: center;
	color: #bf0404;
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
}
.tup-ul li a:hover{
	box-shadow: 0 0 10px #efd8d8;
}

.ztm2-1-ul li{
	float: left;
	width: calc(50% - 20px);
	padding: 20px;
	margin: 20px 10px;
	height: 120px;
	border: 1px solid #f1efef;
}

.ztm2-1-ul li span{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ztm2-1-ul li em{
	font-size: 16px;
	margin-top: 12px;
	line-height: 21px;
	text-indent: 2em;
	color: #999;
	display: block;
}

.ztm2-1-ul li:hover{
	background: #f8f8f8;
	border: 1px solid #ccc;
}

.innovation-items{ overflow: hidden; margin: 25px auto;}
.innovation-items .item{width: 25%; height: 484px; float: left; padding: 30px 25px; background-color: #fbfbfb;}

.innovation-items .item.odd{background-color: #f8f8f8; border-left: 1px solid #f1efef;}

.innovation-items .item .hd a{font-size: 20px; color: #191f31; font-weight: bold;}
.innovation-items .item .bd ul li{
	margin-top: 20px;
	padding-left: 15px;
	position: relative;
}
.innovation-items .item .bd ul li a{
	display: block;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	font-size: 16px;
	line-height: 26px;
	color: #191f31;
}
.innovation-items .item .bd ul li:before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 0;
	top: 10px;
	position: absolute;
	background-color: #c6c6c6;
}
.innovation-items .item .bd ul li:hover a{
	color: #bc121b;
}

.innovation-items .item .bd ul li:hover:before{
	background-color: #bc121b;
}

.innovation-items .item .bd .more{font-size: 12px; color: #999; background: url(../images/ico_arr.png) right center no-repeat; padding-right: 22px;float: right;margin-top: 25px; transition: .2s;}
.innovation-items .item .bd .more:hover{color: #bc121b;}