html,body{
	height:100%;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
.opacity{
	display: block!important;
}
.banner{
	width:100%;
	/*height:calc(100% - 205px);*/
	position: relative;
	top:80px;
}
.banner-bg{
	width:100%;
	height:100%;
	/*height:615px;*/
}
.banner-bg img{
	width:100%;
	/*display: none;*/
}
.banner-instr{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-height: 100%;
}
.content-inside{
	width:1400px;
	margin:0 auto;
}

.banner-location,.banner-location #title{
	line-height: 30px;
	font-size: 16px;
	color:#333;
	padding-bottom: 20px;
}
.banner-location a{
	color: #333!important;
}

.banner-title{
	padding:25px 0px 25px;
	font-size: 56px;
	color:#1a1a1a;
}
.banner-jianjie{
	width:42%;
	line-height: 30px;
	max-height: 120px;
	overflow: hidden;
	font-size: 16px;
	color:#666;
}
.banner-more{
	margin-top: 30px;
}
.position{
	position: relative;
	background: url(../opacity-bg.html) repeat;
	margin-top: 110px;
	
}
.content-show{
	max-width: 1100px;
	margin:0 auto;
}

.content-show .news-tit .t-n-tit{
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
	text-align: center;
}

.content-show .news-tit .to-news-item{
  width: 100%;
  height: 40px;
  line-height: 40px;
  /*padding: 12px 0;*/
  border-bottom: 1px solid #ccc;
}
.content-show .news-tit .to-news-item .to-time{
  line-height: 40px;
	text-align: center;
}
.content-show .news-tit .to-news-item .to-time span{
  display: block;
  margin-right: 10px;
  font-size: 14px;
  color: #B3B3B3;
}

.content-show .today-news-con{
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
.content-show .today-news-con img{
  max-width: 100%;
  height: auto !important;
  margin: 10px auto 10px;
}
.content-show .today-news-con p{
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
  line-height: 24px;
}
.content-show .today-news-con .news-return-btn{
  display: inline-block;
  font-size: 12px;
  color: #5F636A;
  line-height: 24px;
  padding-left: 30px;
  background: url("../return.html") no-repeat;
  background-position: left center;
}


@media  screen and (max-width: 1440px) {
	.header .ui-topNav .top-logo{
		padding-top:5px;
	}
	.header .log-img{
		width:400px;
		height:auto;
	}
	
	.banner{
		/*height:calc(100% - 185px);*/
	}
	.banner-title{
		font-size: 30px;
		padding:15px 0;
	}
	.content-inside{
		width:1200px;
		margin:0 auto;
		margin-top: 110px;
	}
	
}
