.top{
	display: none;
}
.newsTop{
	padding-top: .6rem;
}
.bx-wrapper{
	max-height: 5.08rem;
}
.newsTop ul li {
	width: 100%;
	position: relative;
}
.newsTop ul li .newsSlideShow{
	width: 100%;
	background: rgba(255,255,255,0.8);
	padding: 0.2rem 0;	
	border-bottom: .01rem solid #e4e4e4;
	/*position: absolute;
	bottom: 0;*/
	min-height: .60rem;
}
.newsTop ul li .newsSlideShow div{
	width: 6.00rem;  
	margin: 0 auto;
}
.newsTop ul li .newsSlideShow div h2{
	font-size: 0.3rem;
	color: #303030;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Roboto;
	line-height: 0.35rem;
	font-family: Roboto-Regular;
	padding-bottom: .13rem;
}
.newsTop ul li .newsSlideShow div p{
	font-size: 0.23rem;
	color: #585858;
	/*padding: 0 0.2rem 0 0.2rem;*/
	line-height: 0.35rem;
	color: #585858;
	line-height: .35rem;
	width: 6.00rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: Roboto-Regular;
}
/*********News Page**************/
.newbg{
	background: url('/../img/news/sp_newsBg_01.jpg'),url('/../img/news/sp_newsBg_02.jpg');
	background-size: 0.99rem auto,1.8rem auto;
	background-position: top -.02rem left,top right ;
	background-repeat: no-repeat;
}
.newbg .inner h3{
	font-size: 0.3rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #303030;
	padding: 0.8rem 0.0rem 0.6rem 0.2rem;
	font-family: Roboto-Regular;
}
.newsPage .inner h3,
.blogPage h3{
	font-size: 0.3rem;
	font-weight: normal;
	text-transform: uppercase;
	color: #303030;
	padding: 0.7rem 0.0rem 0.6rem 0.2rem;
	font-family: Roboto-Regular;
}
.newsPage .inner .newsList{
	width: 93.1%;
	margin: 0 auto 0.5rem auto;
    /*border: 1px solid #909090;*/
    box-shadow: .01rem .01rem .05rem #cccccc;
}
.newsPage .inner .newsList .newsListImg{
	width: 100%;
	text-align: left;
	display: inline-block;
}
.newsPage .inner .newsList .newsListImg .frame{
	width:100%;
	/*height: 1.80rem;*/
	overflow: hidden;
}
.newsPage .inner .newsList .newsListImg .frame a{
	width:100%;
	display: inline-block;
}
.newsPage .inner .newsList .newsListImg .frame img {
	/*max-width: 100%;*/
	width: 100%;
	/*height: 100%;  */
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/*margin-left: -.45rem;*/
	} 
.newsPage .inner .newsList .newsListImg	.frame img:hover {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.newsPage .inner .newsList .newsListDesc{
	width: 100%;
	float: none;
	/*background: #f9f9f9;*/
}
.newsPage .inner .newsList .newsListDesc a{
	display: inline-block;
}
.newsPage .inner .newsList .newsListDesc a h4{
	font-size: 0.24rem;
	padding: 0.4rem 0 0.35rem .1rem;
	font-weight: normal;
	color: #303030;
	font-family: Roboto-Regular;
}
.newsPage .inner .newsList .newsListDesc a:hover h4{
	color: #585858;
}
.newsPage .inner .newsList .newsListDesc label{
	color: #585858;
	font-size: 0.22rem;
	padding: 0.17rem 0;
	display: block;
	font-weight: 200;
	border-top: 0.01rem solid #dedddd;
	border-bottom: 0.01rem solid #dedddd;
	font-family: Roboto-Regular;
	padding-left: .1rem;
}
.newsPage .inner .newsList .newsListDesc span{
	font-size: 0.22rem;
	color: #585858;
	line-height: 0.36rem;
	display: block;
	padding: 0.4rem 0 0.4rem .1rem;
	font-family: Roboto-Regular;
}
.newsPage .inner .newsList .newsListDesc a{
	color: #3e50a2;
}
.newsPage .inner .newsList .newsListDesc a:hover{
	color: #636ea3;
}
/************pagination*******************/
.pagination {
	width: 100%;
	margin: 0.6rem auto 0 auto;
	text-align: center;
	margin-bottom: .8rem;
}
.page {
	display: inline-block;
	padding: 0.1rem;
	width: .26rem;
	height: 0.26rem;
	margin-right: 0.07rem;
	border-radius: 1rem;
	/*border: solid 0.01rem #c0c0c0;*/
	background: #cccccc;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: .2rem;
	cursor: pointer;
	line-height: .25rem;
	vertical-align: middle;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none;  /*Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	not supported by any browser */
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-tap-highlight-color: rgba(255, 255, 255, 0);
	-ms-tap-highlight-color: rgba(255, 255, 255, 0);
	tap-highlight-color: rgba(255, 255, 255, 0);
	/*-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); */

}
.page:hover{
	background: #585858;
}
.page.active {
	border: none;
	background: #585858;
	color: #f0f0f0;
}
.pagination span{
	font-size: 0.35rem;
	color: #cccccc;
}
/*********************tooltip***********************/
.tooltip {
	position: relative;
	display: inline-block;
	font-size: .18rem;
	line-height: .25rem;
	vertical-align: top;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 0.5rem;
	border:0.01rem solid #cccccc;
	color: #333333;
	text-align: center;
	border-radius: .06rem;
	padding: 0.05rem 0;
	position: absolute;
	z-index: 1;
	bottom: 170%;
	left: 50%;
	margin-left: -0.3rem;
	font-size: 0.12rem;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.05rem;
	border-width: 0.05rem;
	border-style: solid;
	border-color: #cccccc transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}
/*************Blog***************************/
.blogPage{
	background: url('/../img/news/sp_blog_BG_01.jpg'),url('/../img/news/sp_blog_BG_02.jpg');
	background-size: 3.84rem auto,1.56rem auto;
	background-position: bottom 0.55rem left 0,top 1.15rem right ;
	background-repeat: no-repeat;
	padding: 0 0 1rem 0;
}
.blogPage .bx-wrapper{
	max-height: auto !important;
	overflow: initial !important;
}
.blogPage h3{
	width: 91%;
	margin: 0 auto;
}
.blogPage .innerBlog{
	width: 87.5%;
	background: rgba(250,251,251,0.8);
	padding: 0.3rem 0.2rem;
	margin: 0 auto;
}
.blogPage .innerBlog .blogSlider li{
	width: 50%;
	float: left;
	margin: 0 0.10rem 0 0;
}
.blogPage .innerBlog .blogSlider li:nth-child(2n+1) div{
	width: 2.68rem;
	background: #fff;
	/*float: left;*/
}
.blogPage .innerBlog .blogSlider li:nth-child(2n) div{
	width: 2.68rem;
	background: #fff;
}
.blogPage .innerBlog .blogSlider li div .frame{
	width: 2.68rem;
	height: 1.68rem;
	overflow: hidden;
	position: relative;
}
.blogPage .innerBlog .blogSlider li div .frame img {
	/*max-width: 100%;*/
	width: 100%;
	/*height: 100%;  */
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blogPage .innerBlog .blogSlider li div .frame:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.blogPage .bx-wrapper img{
	/*max-width: 3.44rem !important;*/
	/*height: 1.68rem;*/
}
.blogPage .innerBlog .blogSlider li div .frame span{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.14rem;
	color: #fff;
	padding: 0.1rem 0.15rem;
	background: #3a3a3a;
}
.blogPage .innerBlog .blogSlider li div .blogDesc{
	margin: 0;
}
.blogPage .innerBlog .blogSlider li div .blogDesc h4{
	padding: 0.35rem 0.08rem 0.4rem 0.08rem;
	text-align: center;
	font-size: 0.22rem;
	color: #303030;
	font-weight: normal;
}
.blogPage .innerBlog .blogSlider li div .blogDesc p{
	font-size: 0.16rem;
	color: #585858;
	font-weight: normal;
	line-height: 0.26rem;
	padding: 0 0.15rem 0.3rem 0.15rem;
}
/**********Slider*******************/
.blogPage .bx-wrapper .bx-viewport li{
	width: 2.84rem !important
}
.blogPage .bx-wrapper{
	max-width: 100% !important;
	margin: 0 .15rem 0 0;
}

.blogPage .bx-wrapper .bx-controls-direction a{
	top: 45%;
}
.blogPage .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}
.blogPage .bx-wrapper .bx-controls-direction a{
	width: 0.44rem;
	height: 0.44rem;
	z-index: 99;
}
.blogPage .bx-wrapper .bx-prev {
	left: -0.25rem;
	background: url('/../img/news/prev_hover.png') no-repeat;
	background-size: 100% auto;
	opacity: 1;    
}
.blogPage .bx-wrapper .bx-next {
	right: -0.25rem;
	background: url('/../img/news/next_hover.png') no-repeat;
	background-size: 100% auto;
	opacity: 1
}

/*CSS for pagination*/
.slider-view-container {
	height: 24rem;
	overflow: hidden;
	margin: auto;
}

.nagvi-item.selected {
	color: #fff;
	background: #585858;
}

.nagvi-item.hide, .page.pagi-num.hide{
	display: none;
}


.blogPage .innerBlog .bx-wrapper .bx-controls-direction .bx-prev,
.blogPage .innerBlog .bx-wrapper .bx-controls-direction .bx-next{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none;  /*Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	not supported by any browser */
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-tap-highlight-color: rgba(255, 255, 255, 0);
	-ms-tap-highlight-color: rgba(255, 255, 255, 0);
	tap-highlight-color: rgba(255, 255, 255, 0);
	/*-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); */
	/*background: red;*/
}