body,ul,li{
	padding:0;
	margin:0;
}
body{
	background:#f8f8f8;
}
body.index{
	background:#fff;
}
.common-content{
	width:1000px;
	margin:0 auto;
}
li{
	list-style:none;
}
.crumbs{
	overflow: hidden;
	padding-top:20px;
}
.crumbs li{
	float:left;
	
}
.crumbs li a{
	color:rgb(184, 28, 34);
	text-decoration: none;
	
}
.posFix{
	position:fixed;
	top:0;
	width:100%;
	z-index:100000;
	background-color: #fff;
}
/**header**/
.headerBox{
	background:#fff;
}
.header{
	overflow: hidden;
	padding:20px 0;
}
.header .logo{
	float:left;
	display:inline-block;
	width:270px;
	height:54px;
	background:url(../img/logo.png) no-repeat center;
	background-size:250px;
}
.header .contact{
	float:right;
	font-size:20px;
	line-height: 54px;
}
/**banner**/
.banner{
	width:100%;
	height:310px;
	background:url(../img/banner.png) no-repeat center;
	padding-top:130px;
	box-sizing: border-box;
	margin-top:144px;
}
.banner .bannerContent{
	width:1190px;
	margin:0 auto;
	position:relative;
}
.banner p{
	padding:0;
	margin:0;
	text-align: center;
	color:#fff;
	font-weight:bold;
}
.banner p.small{
	font-size:24px;
	padding-bottom:15px;
	-webkit-animation: loadinganipsmall 0.5s;
  	animation: loadinganipsmall 0.5s;
  	font-weight:normal;
}
.banner p.big{
	font-size:30px;
	-webkit-animation: loadinganipbig 0.5s;
  	animation: loadinganipbig 0.5s;
}
.banner .bannerContent div{
	width:500px;
	height:2px;
	background:#fff;
}
.banner .bannerContent div.left-line{
	position:absolute;
	left:160px;
	top:34px;
	-webkit-animation: leftLineani 0.5s;
  	animation: leftLineani 0.5s;
}
.banner .bannerContent div.right-line{
	position:absolute;
	right:160px;
	top:42px;
	-webkit-animation: rightLineani 0.5s;
  	animation: rightLineani 0.5s;
}

@-webkit-keyframes loadinganipsmall {
  0% { font-size:0px;opacity:0;}
  100% { font-size:24px;opacity:1;}
}
@-webkit-keyframes loadinganipbig {
  0% { font-size:0px;opacity:0;}
  100% { font-size:30px;opacity:1;}
}
@-webkit-keyframes leftLineani {
  0% { left:50px;opacity:0;}
  100% { left:160px;opacity:1;}
}
@-webkit-keyframes rightLineani {
  0% { right:50px;opacity:0;}
  100% { right:160px;opacity:1;}
}
/**navigation**/
.navigation{
	background:rgb(184, 28, 34);
	font-size:12px;
}
.navigation .common-content>ul{
	height:50px;
}
.navigation .common-content>ul>li{
	float:left;
	position:relative;
}
.navigation .common-content>ul>li>div{
	width:120px;
	height:50px;
	text-align: center;
	line-height: 50px;
	position:relative;
	cursor:pointer;
}
.navigation .common-content>ul>li>div:hover{
	background:rgb(39, 39, 39);
}
.navigation .common-content>ul>li>div>b{
	display:inline-block;
	width:1px;
	height:50px;
	background:#fff;
	position:absolute;
	right:0;
	top:0;
}
.navigation .common-content>ul>li a{
	color:#fff;
	text-decoration: none;
}
.navigation .common-content>ul>li>ul{
	background:#b20d10;
	display:none;
	position:absolute;
}

.navigation .common-content>ul>li>ul li{
	height:40px;
	line-height: 40px;
    text-align: center;
}
.navigation .common-content>ul>li>ul li a{
	display:block;
	width:130px;
	padding:0 5px;
	color:#fff;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.navigation .common-content>ul>li>ul li a:hover{
	background:#fff;
	color:#b20d10;
}
/**hxywUl**/
.subTitle{
	display:inline-block;
	color:#b81c22;
	border-bottom:4px solid #b81c22;
	font-size:22px;
	line-height:40px;
}
.hxywUl{
	overflow: hidden;
}
.hxywUl li{
	box-sizing:border-box;
	float:left;
	width:33.3%;
	padding-left:75px;
	height:75px;
	margin-bottom:30px;
}
.hxywUl li p{
	color:#333;
	font-size:16px;
	margin:10px 0;
}
.hxywUl li p.small{
	width:80%;
	color:#666;
	font-size:12px;
	line-height: 20px;
}
.hxywUl li.li1{
	background:url(../img/icon01.png) no-repeat 0 center;
	background-size:50px;
}
.hxywUl li.li2{
	background:url(../img/icon02.png) no-repeat 0 center;
	background-size:50px;
}
.hxywUl li.li3{
	background:url(../img/icon03.png) no-repeat 0 center;
	background-size:50px;
}
.hxywUl li.li4{
	background:url(../img/icon04.jpg) no-repeat 0 center;
	background-size:60px;
}
.hxywUl li.li5{
	background:url(../img/icon05.png) no-repeat 0 center;
	background-size:50px;
}

/**news**/
.news{
	background:rgb(184, 28, 34);
	padding:30px 0;
	overflow: hidden;
}
.news span.qr{
	float:left;
	width:150px;
	height:150px;
	background:url(../img/code.jpg) no-repeat 0 0;
	background-size: 150px;
}
.qr{
	float:left;
	width:150px;
	height:150px;
	background:url(../img/code.jpg) no-repeat 0 0;
	background-size: 150px;
}
.qr span{
	text-align: center;
	display: block;
	margin-top:-30px;
	color:#fff;
	font-size:13px;
}
.news .newsList{
	float:left;
	flex:1;
	margin-left:200px;
	width:800px;
}
.news .newsList li a{
	display:block;
	overflow: hidden;
	color:#fff;
	border-bottom:1px dashed #fff;
	height:50px;
	line-height: 50px;
}
.news .newsList .title{
	float:left;
}
.news .newsList .time{
	float:right;
}
.news .newsList li:last-child a{
	border-bottom:none;
	text-decoration: none;
	float:right;
}

/**footer**/
.footer{
	background:rgb(68, 68, 68);
	padding:20px 0;
	font-size:12px;
	color:#fff;
	text-align: center;
}
.footer p span{
	margin-right:30px;
}
.footer p.gray{
	color:#999;
}
.footer p.bqP{
	margin-top:40px;
}


/*****************************************************list***************************************************************/
.newList{
	background: #FFF;
	padding:20px;
	margin:20px auto;
	box-sizing: border-box;
}
.newList>ul li{
	border-bottom:1px solid #ddd;
}
.newList>ul li a{
	color:#666666;
	display:block;
	text-decoration: none;
	font-size:16px;
	height:60px;
	line-height: 60px;
}
.newList>ul li a .newTitle{
	display:inline-block;
	width:600px;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.newList>ul li a .newTime{
	float:right;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background:rgb(184, 28, 34);
	border-color:rgb(184, 28, 34);
}
.pagination>li>a, .pagination>li>span{
	color:rgb(184, 28, 34);
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	background:rgb(184, 28, 34);
	color:#fff;
	border:1px solid rgb(184, 28, 34);
}

/*************************************************************details******************************************************************/
.details{
	background:#fff;
	margin:20px auto;
	padding:30px;
	box-sizing: border-box;
}
.details>h4{
	font-size:26px;
	text-align: center;
	padding:0 0 30px;
}
.details>h6{
	font-size:18px;
	margin:20px 0;
}
.details>p{
	text-indent: 36px;
}

.qrlistbox{
	display:flex;
	justify-content: center;
	align-items: center;
}