@charset "utf-8";
html{font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
a:hover{color: #333;text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.over-flow{
    overflow: auto; 
    zoom: 1; //处理兼容性问题
}
/*top*/
.topBox{
	width:100%;
	background: #252525;
}
.top{
	width:1200px;
	height:125px;
	margin:0 auto;
	position: relative;
}
.top-left{
	width:410px;
	height: 60px;
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.top-right{
	position: absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.right-content img{
	display: inline-block;
	width:34px;
	height: 20px;
	margin-right:1px;
}
.right-content p .zixun{
	font: 14px 'Microsoft YaHei';
	color:#fff;
	
}
.right-content p .tel{
	font: bold 22px 'Microsoft YaHei';
	color:#fdd100;
}
.right-content p{
	text-align: right;
}
.search{
	width: 300px;
	height: 35px;
	background-color: #484848;
	text-indent: 10px;
	outline: none;
	margin-top: 10px;
}
::-webkit-input-placeholder {
	color: #747474;
	font-family: 'Microsoft YaHei';
	font-size:14px;
	letter-spacing:2px;
}
.sousuotijiao{
	width:50px;
	height: 34px;
	background: #d5212a;
	color:#fff;
	letter-spacing: 2px;
	margin-left: -5px;
	cursor: pointer;
	outline: none;
}
/*nav*/
.navBox{
	width:100%;
	height:50px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ position:relative; z-index:1;  }
.nav a{ color:#fff;  }
.nav>.nLi{ float:left;  position:relative; width:149px;height: 50px;line-height: 50px;transition: all .2s ease-in; }
.nav .nLi a{ display:block; font-size:14px;font-family: "Microsoft YaHei"; text-align: center;color:#000;  }
.nav .sub{ display:none; width:149px; left:0; top:45px;  position:absolute;   line-height:26px; padding:5px 0;  }
.nav .sub li{ zoom:1;width:100%;text-align: center;line-height: 50px;background: #fff !important;border-bottom: 1px solid #f2f2f2; }
.nav .sub a{ display:block;color:#000; }
.nav .sub a:hover{ background:#d5212a; color:#fff;  }

.nav .nLi:hover>a{
	background-color:#d5212a; 
	color:#fff; 
}

/*banner*/
.slideBox{overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:50%; bottom:5px;transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius: 50%;opacity: 0.4; }
.slideBox .hd ul li.on{ background:rgb(222,156,83); color:#fff; opacity: 0.9; filter:alpha(opacity=90);  -moz-opacity:0.9;  -khtml-opacity: 0.9;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width: 100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../Image/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


/*container*/
.container{
	width:100%;
	padding:12px 0px;
	background: #f2f2f2;
}
.box-fir{
	margin-bottom: 20px;
}
.fir-left{
	width:670px;
	height: 290px;
	float:left;
}
.fir-left-top{
	width:670px;
	height: 50px;
	background: #123e65;
	position: relative;
}
.guanyu img{
	display: inline-block;
	width:24px;
	height: 24px;
}
.guanyu span{
	display: inline-block;
	font:16px 'Microsoft YaHei';
	color:#fff;
	float: left;
}
.imgBOXQ{
	float: left;
	margin-right: 10px;
	height: 24px;
}
.guanyu{
	position: absolute;
	left:20px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.more{
	display: inline-block;
	width:18px;
	height: 18px;
	position: absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.fir-left-bottom{
	width:670px;
	/* height: 240px; */
	background: #fff;
	padding:18px 10px 22px 18px;
}
.tupian,.kaitong{
	height: 240px;
}
.fir-left-bottom .img{
	float: left;
}
.fir-left-bottom .img img{
	width: 250px;
	height: 200px;
}
.fir-left-bottom .text{
	float: right;
	width:370px;
	height: 150px;
	margin-top: 5px;
}
.fir-left-bottom .text p:first-child{
	color:#191919;
	font:18px 'Microsoft YaHei';
}
.fir-left-bottom .text p:last-child{
	color:#9b9b9b;
	font:14px 'Microsoft YaHei';
	line-height: 25px;
	margin-top: 10px;
}
.fir-right{
	width:510px;
	height: 290px;
	float: right;
}
.fir-right-top{
	width:510px;
	background: #cc0f17;
}
.fir-right-bottom{
	width:510px;
	padding:22px;
}
.tongzhi-list ul{
	margin-left: 22px;
}

.tongzhi-list ul li{
	position: relative;
	color:#7c7c7c;
	list-style: initial;
	width:100%;
	margin-bottom: 7px;
}
.tongzhi-list ul li:last-child{
	margin-bottom: 0;
}
.tongzhi-list ul li a{
	display: block;
	color:#7c7c7c;
	font:14px 'Microsoft YaHei';
}
.tongzi-time{
	position: absolute;
	right:0;
}
.tongzhi-list ul li:hover a{
	color:#1194d3;
}
.sec-left{
	width:860px;
	height: 310px;
}
.sec-right{
	width: 320px;
	height: 310px;
}
.sec-left-top{
	background: #fff;
	width:860px;
}
.sec-left-bottom{
	width:860px;
	/* height: 260px; */
}
.sec-right-top{
	background: #cc0f17;
	width:320px;
}
.sec-right-bottom{
	width:320px;
	height: 260px;
}
.deng{
	width:20px !important;
	height: 26px !important;
}
.zhaobiao{
	color:#3e3e3e !important;
}
.table{
	width:860px;
	text-align: center;
	border-collapse: collapse;
	border-spacing:0px;
	color:#7a7a7a;
	font:14px 'Microsoft YaHei';
}
.table tr td a{
	display: block;
	width:365px;
	line-height: 40px;
	color:#7a7a7a;
	font:14px 'Microsoft YaHei';
}
.table tr td a:hover{
	color:#1194d3;
}
.table tr{
	padding:0;
}
.table td{
	width:160px;
	height: 43px;
	padding:0;
	border:1px solid #eee;
	
}
.table td:nth-child(2){
	width:365px;
}
.table tr:nth-child(1){
	color:#fff;
	background: #123e65;
}
.table tr:last-child td{
	border-bottom:none;
}
.tableBOX{
	padding:0;
}
.biImg img{
	height:100px;
	width: 320px;
}
.dongtailist{
	padding:0;
}
.dongtai-list ul{
	margin-left:30px;
	margin-top: 10px;
}

.dongtai-list ul li{
	padding:5px 4px;
}
.gonggao{
	width:26px;
	height: 26px;
}
.last-box-fir{
	margin-bottom: 0;
}

/* 底部 */
.mengxiang{
	width:100%;
	padding:20px 0px;
}
.adv img{
	width: 1200px;
	height: 97px;
}
.chuang{
	margin-top: 20px;
}
.chuang-fir{
	float: left;
	width:310px;
	height: 240px;
	margin-right: 34px;
}
.chuang-fir .fir-left-top{
	width:310px;
	background: #cc0f17;
}
.chuang-fir .fir-left-bottom{
	width: 310px;
	height: 190px;
	border: 1px solid #eee;
	border-top: none;
	padding: 18px;
}
.chuang-fir .fir-left-bottom img{
	float: left;
	width: 130px;
	height: 50px;
	margin-right: 12px;
	margin-bottom: 5px;
}
.chuang-fir .fir-left-bottom img:nth-child(2n){
	margin-right: 0;
}
.chuang-third{
	width: 510px;
	margin-right: 0;
}
.chuang-third .fir-left-top{
	width: 510px;
}
.chuang-third .fir-left-bottom{
	width: 510px;
}
.dibu-network li{
	position: relative;
}
.dibu-network li a{
	display: block;
}
.network-time{
	position: absolute;
	right: 0;
}
.dibu-network li:hover a{
	color:#1194d3;
}
/* footer */
.footer{
	width: 100%;
	height: 60px;
	background: #1c1c1c;
}
.footer .wrapper p{
	font:14px/60px 'Microsoft YaHei';
	color:#838383;
	text-align: center;
}
.footer .wrapper p a{
	color:#838383;
}
.news-table tr:last-child{
	border-bottom: 1px solid #f2f2f2;
}

/*#roll{ width: 219px;padding: 20px;background: url("../images/pc.jpg") no-repeat center;background-size:100%;color: #fff;position: fixed; left: 0; top: 0;z-index: 999999;}

.circular{position: absolute; right: 5px;; top: 5px;font-weight: bold;font-size: 20px;transform: rotateZ(45deg);cursor: pointer;}*/
