body,html{
	font-family: "PingFang SC","Microsoft YaHei",Arial,Helvetica,"WenQuanYi Micro Hei","tohoma,sans-serif";
    -webkit-font-smoothing: antialiased;
}
/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}*/
#headerCommen{
	width: 100%;
	background:#F8F8F8;
	border-bottom: 1px solid #E1E1E1;
}
.header{
	width: 1100px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.logo{
	width: 120px;
	height: 50px;
	background:url(/webpage/public/images/logo.png) center center no-repeat;
	float: left;
	background-size: 100%;
}
.theRight{
	width: 950px;
	height: 100%;
	float: right;
}
.theRight a{
    color: #696d74
}
.theRight ul{
	width: 620px;
	height: 100%;
	float: left;
}
.theRight li{
	float: left;
	font-size: 16px;
	color: #696d74;
	cursor: pointer;
	line-height: 50px;
	padding-right: 20px;
	box-sizing: border-box;
	position: relative;
}
.theRight li:hover span{
	color: #000;
	font-weight: bold;
}
.hideBox{
	width: 130px;
    height: 260px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: -20px;
    border-radius: 3px;
    box-shadow: 0px 1px 5px #999;
	display: none;
	z-index: 15;
}
.hideBox a{
	width: 100%;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	padding-left:20px;
	display: block;
	box-sizing: border-box;
}
.hideBox a:hover{
	font-weight: bold;
	color: #333;
}
.headSearch{
	width: 330px;
	height: 100%;
	float: right;
}
.searchBox{
	width: 200px;
    height: 32px;
    margin-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    padding-right: 25px;
	overflow: hidden;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.searchBtn{
    border: none;
    margin-left: -43px;
    position: absolute;
    right: 0;
    top: 15px;
    color: transparent;
    cursor: pointer;
    background: transparent url(/webpage/public/images/search.png) right 5px center no-repeat; 
    background-size: 24px;
}
.headSearch a{
	font-size: 15px;
    padding-left: 10px;
    line-height: 48px;
    color: #696d74;
}
.hideSwiper{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -400px;
    box-shadow: 1px 1px 5px #999;
    display: none;
    z-index: 9;
}
.hideSwiper .swiper-container{
	width: 655px;
	height: 332px;
}
.hideSwiper .coverNews{
	width: 100%;
	height: 100%;
	position: relative;
}
.hideSwiper .coverNews img{
	width: 100%;
	height: 100%;
	display: block;
}
.hideSwiper .coverNews .newInfo{
	width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
}
.hideSwiper .newInfo p{
    font-size: 22px;
    width: 80%;
    padding-left: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hideSwiper .swiper-pagination{
    width: 90px;
    height: 50px;
    bottom: 0;
    left: 510px;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
}
.hideSwiper .swiper-pagination-total{
	font-size: 20px;
}
.hideSwiper .coverNews .column{
    padding: 5px 10px;
    text-align: center;
    background: rgba(0,0,0,.7);
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
}
.hideNext,.hidePrev{
    top: 50%!important;
    width: 22px!important;
    background-size: 100%!important;
    background-image:url(/webpage/public/images/arrow1.png)!important;
}
.hideNext{
    right: 1px!important;
}
.hidePrev{
    left: 1px!important;
    -moz-transform:rotate(180deg); 
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}