*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

.column-content{
    width: 1200px;
	margin: auto;
	position: relative;
}
header{
	position: fixed;
	width: 100%;
	height:100px;
	/* background:rgba(187,2,13,.8); */
	z-index: 99999999999;
}
header .logo{
	width: 720px;
	background: url(../img/logo3.png) no-repeat left center;
	height: 100px;
	
}

header .logo p{
	color:#fff;
	margin-bottom: 8px;
}
header .nav{
	position: absolute;
	right: 0;
	padding: 27px 0;
	z-index: 9999999999;
}
header .nav ul li{
	float: left;
}


header .bg {
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    background: url(../img/bg02.png) no-repeat center top;
}

header .nav ul li:hover a{
	font-weight: bold;
}

header .nav ul li a{
	color: #fff;
    text-decoration: none;
    font-size: 17px;
    padding: 12px 5px;
    display: block;
}


.next{
	display: block;
	margin: 0 auto;
	width: 61px;
	height: 43px;
	background: url(../img/next.png) no-repeat center;
	cursor: pointer;
	z-index: 999;
    position: relative;
}
.next_b{
	background: url(../img/next_b.png) no-repeat center;
}


.fp-tableCell{
	display: block !important;
	
}

.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
	height:650px;
	/* height:100vh; */
}
.js-silder-ctrl{
	
	width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left:20px;
	text-align:left;
}
.silder-ctrl-next{
	right: 20px;
	text-align: right;
}

.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{

	display: none;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}

@keyframes bounce-down {
      25% {transform: translateY(-3px);}
      50%{transform: translateY(0);}
      75% {transform: translateY(3px);}
      100% {transform: translateY(0);}
 }
.animate-bounce-down{ 
	-webkit-animation: bounce-down 1.5s linear infinite;
	animation: bounce-down 1.8s linear infinite;
}

.tit{
	margin-bottom: 15px;
}
.tit span{
	font-size: 24px;
}
.tit a{
	font-size: 12px;
	color:#b9020c
}
.tit span i{
	color:#999;
	font-size: 18px;
	font-style: normal;
}


.contentA .content {
	margin-bottom: 25px;
}
.contentA .content .left{
	width: 520px;
	float: left;
	position: relative;
	height: 325px;
	overflow: hidden;
}
.contentA .content .left img{
	width: 520px;
	height: 325px;
	
}
.contentA .content .left p{
	position: absolute;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #ffff;
	text-align: center;
	left: 0;
	bottom:0;
	background: rgb(0 0 0 / 43%);
	
}
.contentA .content .right{
	margin-left: 550px;
}
.contentA .content .right ul li{
	background: url(../img/dian.png) left center no-repeat;
	padding: 15px 0;
	border-top: 1px dotted #efefef;
	font-size: 16px;
	color:#666666;
	overflow: hidden;
}
.contentA .content .right ul li a{
	font-size: 16px;
	color:#666666;
	text-indent: 20px;
}
.contentA .content .right ul li:first-child{
	padding-top: 0;
	border: 0;
	background: url(../img/dian.png) left 8px no-repeat;
}


.contentA .content .right ul li span{
	width: calc(100% - 150px);
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.contentA .content .right ul li em{
	font-style: normal;
	float: right;
}
.contentA .content22 .notices{
	width: 445px;
	float: left;
	margin-right: 50px;
}
.contentA .content22 .notices .notices-list .item{
	display: block;
	width: 100%;
	border: 1px solid #e1e1e1;
	height: 56px;
	text-decoration: none;
	overflow: hidden;
}
.contentA .content22 .notices .notices-list .item + .item{
	margin-top: 13px;
}
.contentA .content22 .notices .notices-list .item .date{
	float: left;
	width: 95px;
	background: #b9020c;
	padding: 12px 10px;
}
.contentA .content22 .notices .notices-list .item .date .ym{
	float: left;
	font-size: 14px;
	color: #fff;
}
.contentA .content22 .notices .notices-list .item .date .day{
	font-size: 24px;
	margin-left: 36px;
	color: #fff;
}
.contentA .content22 .notices .notices-list .item .title{
    margin-left: 95px;
    padding: 0px 10px 0 15px;
    line-height: 56px;
    font-size: 16px;
    background: #fff;
}
.contentA .content22 .central{
	width:390px;
	float: left;
	margin-right: 30px;
}
.contentA .content22 .central .central-list .item{
	width: 390px;
	height: 260px;
	overflow: hidden;
}

.contentA .content22 .central .central-list .item img{
	width: 390px;
	
}

.contentA .content22 .central .central-list .item{
	position: relative;
	display: block;
}
.contentA .content22 .central .central-list .item p{
	position: absolute;
	bottom: 0;
	height: 34px;
	line-height: 34px;
	background: rgb(0 0 0 / 62%);
	color: #fff;
	width: 100%;
	font-size:16px;
	text-align: center;
	padding: 0 15px;
}


.content22 {
	padding-top: 15px;
}

.contentA .content22 .login{
	float: right;
	width: 270px;
}
.contentA .content22 .login .login_box{
	width: 270px;
	height: 260px;
	border: 1px solid #E1E1E1;
	padding: 28px 25px;
	background: #fff;
}
.contentA .content22 .login .login_box input{
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 0 15px;
	border-radius: 4px;
}
.contentA .content22 .login .login_box input:focus{
	border:1px solid #a7141c;
	outline:1px solid #a7141c ;
}
.contentA .content22 .login .login_box button{
	width: 100%;
    height: 40px;
    border: 1px solid transparent;
    background: linear-gradient(181deg, #c5333b, #a7141c);
    color: #fff;
    letter-spacing: 21px;
}

.contentB .title{
	font-weight: bold;
    color: #333;
    font-size: 24px;
    text-align: center;
}
.contentB .filter {
	text-align: center;
	padding: 15px;
}

.contentB .filter span{
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
    border: 1px solid #c2c2c2;
	cursor: pointer;
	margin-bottom: 10px;
}
.contentB .filter span.active{
	background: #b3010b;
	border: 1px solid #b3010b;
	color: #fff;
}
.contentB .filter span + span{
	margin-left: 10px;
}
.contentB .contentb-list{
	height: 575px;
	overflow: auto;
}
.contentB .contentb-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	overflow: auto;
}

.contentB .contentb-list::-webkit-scrollbar-thumb {
	background-color: #aaa;
	min-height: 25px;
	min-width: 25px;
	border-radius: 5px
}

.contentB .contentb-list::-webkit-scrollbar-track {
	background-color: #fff;
}
.contentB .contentb-list .contentb-list-item{
	float: left;
	border: 1px solid #d2d2d2;
    margin: 0 16px;
	margin-bottom: 20px;
	visibility: visible !important
}
.contentB .contentb-list .contentb-list-item img{
	width: 100%;
	
}
.contentB .contentb-list .contentb-list-item:first-child,
.contentB .contentb-list .contentb-list-item:nth-child(3n+1){
	/* margin-left: 0; */
}
.contentB .contentb-list .contentb-list-item p{
	padding: 6px 15px;
}
.contentB .contentb-list .contentb-list-item p.name{
	font-size: 16px;
	color:#666666;
} 
.contentB .contentb-list .contentb-list-item p.people{
	background: url(../img/people.png) no-repeat 15px center; 
    padding-left: 46px;
	font-size: 14px;
}
.contentB .contentb-list .contentb-list-item p.people span{
	float: right;
	font-size: 14px;
}

.contentC .column-content {
	padding-top: 120px;
	margin-bottom: 60px;
}
.contentC .videoBox {
	position: relative;
	display: block;
	width: 600px;
	height: 365px;
	float: left;
	overflow:hidden;
}
.contentC .vediobox{
/* 	position: relative;
	display: block;
	width: 764px;
	height: 514px;
	float: left; */
}
.contentC .vediobox img{
	width:600px;
	height:365px;
}
.contentC .vediobox .cover{
	position: absolute;
	width: 99px;
	height: 89px;
	left: 50%;
	top:50%;
	margin-left: -50px;
	margin-top: -45px;
	background: url(../img/play.png) no-repeat center;
}
.contentC .info{
	margin-top: 35px;
	margin-left:640px;
	width: 559px;
	height:385px;
	background: url(../img/citembg.png) no-repeat center;
}
.contentC .info .item{
	width: 162px;
    height: 182px;
    float: left;
    color: #fff;
    text-align: center;
    padding-top:30px;
}
.contentC .info .item:nth-child(2),
.contentC .info .item:nth-child(5){
	width: 208px;
}
.contentC .info .item .val{
	margin-bottom: 15px;
}
.contentC .info .item .val span{
	font-size: 46px;
}


.contentD .title{
	font-weight: bold;
	color:#000;
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}
.contentD  .msg{
	margin: 0 auto;
	width: 900px;
	font-size: 14px;
	color:#333333;
	text-align: center;
	margin-bottom: 25px;
}
.contentD .contentd-list{
	margin-bottom: 35px;
}
.contentD .contentd-list .contentd-list-item{
	float: left;
}
.contentD .contentd-list .contentd-list-item .content,
.contentD .contentd-list .contentd-list-item  img{
	float: left;
	width: 300px;
	height:235px;
}
.contentD .contentd-list .contentd-list-item .content{
	background: #f1eff0;
	padding: 50px 35px 0;
}
.contentD .contentd-list .contentd-list-item .content .name{
	color:#333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contentD .contentd-list .contentd-list-item .content a{
	display: inline-block;
	vertical-align: middle;
	width: 136px;
	height: 40px;
	border: 1px solid #d6d5d5;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	margin: 35px 0 10px;
	color:#b9020c;
}

.contentE .xglj .title{
	font-size: 24px;
	color:#b9020c;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.xglj-list{
	padding-bottom: 30px;
}
.contentE .xglj-list a{
	float: left;
	width: 20%;
	height: 220px;
	text-decoration: none;
	text-align: center;
	padding-top: 132px;
}
.contentE .xglj-list a:first-child{background: url(../img/xglj-icon.png) no-repeat 73px 0;}
.contentE .xglj-list a:nth-child(2){background: url(../img/xglj-icon.png) no-repeat -220px 0;}
.contentE .xglj-list a:nth-child(3){background: url(../img/xglj-icon.png) no-repeat -530px 0;}
.contentE .xglj-list a:nth-child(4){background: url(../img/xglj-icon.png) no-repeat -815px 0;}
.contentE .xglj-list a:nth-child(5){background: url(../img/xglj-icon.png) no-repeat -530px 0;}

.footer{
	border-top: 15px solid #b9020c;
	background: #444444;
} 
.footer .column-content{
	height: 230px;
	background:url(../img/flogo2.png) no-repeat left center;
	padding-left:565px;
}
.footer .column-content .item{
	color:#fff;
	float: left;
	padding-top: 77px;
}
.footer .column-content .item p{
	margin-bottom: 10px;
}
.footer .column-content .item p a{
		color:#fff;
}
.footer .column-content .item +.item{
	margin-left: 30px;
}



.contentA .content22 .notices .notices-list .item:hover .title{
	color: #b9020c;
}
.contentA .content .right ul li a:hover{
	color: #b9020c;
}
.contentB .contentb-list .contentb-list-item{
	width: 365px;
	overflow: hidden;
	text-decoration: none;
}
.contentD .contentd-list .contentd-list-item .imgB{
	float: left;
	width: 300px;
	height: 235px;
	overflow: hidden;
	background-size: cover;
}

.imgSon0{
	background: url(../img/icon-1.png) center no-repeat;
}
.imgSon1{
	background: url(../img/icon-2.png) center no-repeat;
}
.imgSon2{
	background: url(../img/icon-3.png) center no-repeat;
}
.imgSon3{
	background: url(../img/icon-4.png) center no-repeat;
}


.contentB .contentb-list .contentb-list-item .imgB{
	width: 365px;
	height: 205px;
	overflow: hidden;
}
.contentB .contentb-list .contentb-list-item img,
.contentD .contentd-list .contentd-list-item img{
	transition: .3s;
}
.contentB .contentb-list .contentb-list-item img:hover,
.contentD .contentd-list .contentd-list-item img:hover{
	transform: scale(1.1);
}
.contentD .contentd-list .contentd-list-item .content:hover{
	background: #b3010b;
}
.contentD .contentd-list .contentd-list-item .content:hover .name,
.contentD .contentd-list .contentd-list-item .content:hover .intro{
	color:#fff;
}
.contentD .contentd-list .contentd-list-item .content:hover a{
	background: #fff;
}


.videoBox .prev,
.videoBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.videoBox .next{ left:auto; right:3%; background-position:8px 5px; }
.videoBox .prev:hover,
.videoBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.videoBox .prevStop{ display:none;  }
.videoBox .nextStop{ display:none;  }

.contentA ,.contentE {
    padding-top:25px;
}

.contentB{
	padding-top:45px;
}


.contentC {
    background: url(../img/c-bg.jpg) no-repeat 0 100px;
}

.contentC .title{
	font-weight: bold;
	color:#fff;
	font-size:24px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
	
}




/*二级*/

.content .contentBox {
    width:1200px;
	margin: auto;

}

.categoryContent ul li{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    width: 545px;
}


.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.categoryContent ul li a {
    width: 420px;
    height:65px;
    color: inherit;
    display: block;
    padding: 12px 30px 10px 100px;
    position: relative;
    text-decoration: none;
}

.infoTitle{
    font-size: 16px;
}
.infoBrief{
    font-size: 12px;
    line-height: 20px;
    color: #777;
    padding-top: 5px;
}

.content_left {
    width:220px;
    float:left;
    /* background-color: #fff; */
}

.left_title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
	background:url(../img/leftIcon.png) 190px center no-repeat #bf0208 ;
    padding:25px 20px;
}

.monitor_list {
	margin-bottom: 40px;
	color: #5b5b5b;
	padding-bottom: 90px;
	border-left: 4px solid #bf0208;
	background: url(../img/kols.png) no-repeat right bottom #eeeff2;
}


.monitor_list>li {
    height: 64px;
    line-height: 64px;
    padding: 0 24px;
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.monitor_list>li a{
    display: block;
    cursor: pointer;
    color: #5b5b5b;
    text-decoration: none;
}

.monitor_list>li a:hover{
    color:#333;
}

.content_right {
    width: 960px;
    min-height:295px;
    float:right;
    background-color:#fff;
    padding-bottom:30px;
    margin-bottom:30px;
}
.sub-title {
    height: 80px;
    line-height: 80px;
    text-align: right;
    padding: 0 30px;
    color: #999;
    border-bottom: #ececec 1px solid;
    position: relative;

}

.sub-title>span {
    position: absolute;
    left: 30px;
    font-size: 18px;
    color: #333;
    border-bottom: #444 2px solid;
}

.sub-title a {
    text-align: right;
    color:#999;
    text-decoration: none;
}

.sub-title a.indexCrumb{
	padding-left: 20px;
	background: url(../img/bg_sign49.png) no-repeat left;
    display: inline-block;
}

.sub-title a:hover,.elList>li:hover a {
    color:#bf0208;
}
.elList {
    margin-top: -1px;
    padding: 0 30px;
    min-height:250px;
}
.sub-list li {
    height: 80px;
    line-height: 80px;
}
.elList>li {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #eee;
}

.banner{
	height: 315px;
	background: url(../img/hardware_01.jpg) top center no-repeat;
}

.elList>li>a {
    color: #3e3e3e;
    max-width: 800px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration:none;
}
.sub-list li span {
    float: right;
    color: #c5c5c5;
}

.content_box{
	padding-top:30px;
}

.page {text-align: center;margin-top: 20px;margin-bottom: 20px;font-size:14px;color: #666666;}
.page a {border: 1px solid #ccc;color: #727272;padding:5px;cursor: pointer;}
.page a:hover {color: #fff;text-decoration: none;background: #4976e8;border: 1px solid #bf0208;}
.title_info {
    width: 100%;
    color: #888;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
}
.articlePage {    color: #555;
    font-size: 16px;
    padding: 20px 40px;
    line-height: 2;
}
.articlePage h2 {    text-align: center;
    font-size: 27px;
    color: #333;
    font-weight: normal;}
.articlePage > p img {display: block;margin:10px auto;cursor:pointer;}
.articlePage > p {font-family:"Microsoft YaHei"; padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    }
.articlePage table {margin:0 auto;}
.articlePage table td {text-align: left; color:#666;padding: 10px;}
.articlePage table td p{text-indent: 0;text-align:left;font-family: "Microsoft YaHei";color: #666;}
.articlePage object{margin-left: -2em;}


/* imgList */
.imgList{
	padding: 20px 15px;
}
.imgList li {
	float: left;
    position: relative;
    width:205px;
    margin: 13px;
}

.imgList li .imgBox{
	height: 264px;
	overflow: hidden;
}

.imgList li:hover img{
	transform: scale(1.05);
}

.imgList li a{
	text-decoration:none;

}
.imgList li img {
	max-width: 100%;
    width: 100%;
    transition: all .3s;
    height: 264px;
}

.imgList li span {
	display: block;
    font-size: 16px;
    color: #333;
    margin-top:10px;
    text-align: center;
}


/* video */
/* imgList */
.videoList{
	padding: 20px 15px;
}
.videoList li {
	float: left;
    position: relative;
    width:290px;
    margin: 10px;
}

.videoList li .imgBox{
	height: 200px;
	overflow: hidden;
}

.videoList li:hover img{
	transform: scale(1.05);
}

.videoList li a{
	text-decoration:none;

}
.videoList li img {
	max-width: 100%;
    width: 100%;
    transition: all .3s;
    height: 200px;
}

.videoList li span {
	display: block;
    font-size: 16px;
    color: #333;
    margin-top:10px;
    text-align: center;
}