.header-container-wrapper{
	height:80px;
	width: 100%;
	background: #385C80;
	color: #fff;
}
.header-container{
	width: 1100px;
	margin: 0 auto;
}

.header-container .logo{
	background-image: url(../img/header.png);
    width: 275px;
    height: 80px;
    line-height: 80px;
    background-repeat: no-repeat;
    background-position: left center;
    float: left;
}
.header-container > * {
	height: 80px;
    line-height: 80px;
}
.header-container .title{
	font-size: 24px;
    float: left;
    
}
.header-container .back{
	float: left;
	margin-left: 60px;
	
}
.header-container .login-reg{
	float: right;
}
.header-container .login-reg img{
	vertical-align: middle;
    margin-bottom: 3px;
}
.header-container .login-reg .text{
	font-size: 14px;
    margin-left: 15px;
}






.nav-bar{
	clear:both;
	width: 100%;
	box-shadow: 0px 10px 7px -7px #ccc; 
}
.nav-bar ul{
	width: 1100px;
	margin: 0 auto;
}
.nav-bar ul li {
	
	display: inline-block;
	list-style: none;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	position: relative;
    margin-right: 40px;

}
.nav-bar ul li a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.nav-bar ul li.selected,
.nav-bar ul li:hover{
	border-bottom: 3px solid #0B96DA;
}
.nav-bar ul li > img{
	vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.nav-bar ul li img.bardge{
	position: absolute;
	right: -16px;
    top: -8px;
}

.bannar-container{
	width: 100%;
	height:550px;
	overflow: hidden;
	position: relative;
}
.bannar-container .prev,.bannar-container .next{
	cursor: pointer;
	width: 81px;
	height: 131px;
	top: 50%;
	margin-top: -65.5px;
	background-image: url(../images/prev.png);
	position: absolute;
	z-index: 2000;
}
.bannar-container .prev{
	left: 20px;
}
.bannar-container .next{
	right: 20px;
	background-image: url(../images/next.png);
}
.bannar-container .swiper{
	width: 300%;
	height:550px;
	/*animation: swiper 10s ease-out infinite;*/
}
.bannar-wrapper{
	width:33.3333333%;
	height:550px;
	position: relative;
	float: left;
}
.bannar-wrapper::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	background-image: var(--image);
	background-size: 100% 100%;
	filter: blur(8px);
	z-index: 1;
}
.bannar-wrapper::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,.4);
}
.bannar-wrapper .bannar{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	background-size: 100% 100%;
	background-image: var(--image);
	z-index: 3;
	cursor: pointer;
	display: block;
	
}
.bannar .content{
	position: absolute;
	height: 270px;
	bottom:0;
	width: 100%;
	background-image: url(../img/bannar-shadow.png);
	color: #fff;
	padding-left:80px;
	padding-right: 80px;
}

.bannar .content .time{
	font-size: 30px;
	padding-top:100px;
}

.bannar .content .title{
	font-size: 36px;
	margin-bottom: 10px;
}
.bannar .content .sub-title{
	font-size: 16px;
}




.ad{

	width: 1100px;
	margin: 0 auto;
}


.news-block{
	background: linear-gradient(to left, #E67300, #E67300) 0 20px no-repeat,linear-gradient(to left, #CCC, #CCC) 5px 40px no-repeat;
	background-size: 10px 10px,1px 100%;
	
}

.news-block ul{
	width: 550px;
	padding-left: 30px;
	margin-top:10px;
}

.news-block ul li{
	height:40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-block ul li:first-child{
	color:#3CA6C7;
	font-size: 24px;
	height: 56px;
	line-height: 56px;
}

.news-block .title{
	font-size: 36px;
	padding-left: 30px;
}
.news-block .title span{
	font-size: 24px;
	color: #E6E6E6;
}


.toutiao-container{
	width: 1100px;
	margin:30px auto;

}
.toutiao-container ul{
	float : left;
}

.toutiao-container .right{
	float: right;
	font-size: 16px;
	color: #999999;
	position: relative;
	height:32px;
	line-height: 32px;
	width: 550px;
}
.toutiao-container .right h2{
	color:#3CA6C7;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.toutiao-container .right img{
	width: 550px;
	height: 300px;
}
.toutiao-container .right span{
	float : right;	
}
.toutiao-container .right .hot{
	position: absolute;
	top: 345px;
	right: 0px;
	width: 35px;
	height:19px;
	background-image: url(../img/hot.png);
}


.news-container{
	width: 1100px;
	margin: 30px auto;
}
.news-container .news-block{
	background: linear-gradient(to left, #E6B800, #E6B800) 0 20px no-repeat,linear-gradient(to left, #CCC, #CCC) 5px 40px no-repeat;
	background-size: 10px 10px,1px 100%;
}

.news-container > div:nth-child(1) .news-block:first-child{
	background: linear-gradient(to left, #0B72D9, #0B72D9) 0 20px no-repeat,linear-gradient(to left, #CCC, #CCC) 5px 40px no-repeat;
	background-size: 10px 10px,1px 100%;
} 

.news-container > div:nth-child(1) .news-block:last-child{
	margin-top: 45px;
	background: linear-gradient(to left, #0BB9D9, #0BB9D9) 0 20px no-repeat,linear-gradient(to left, #CCC, #CCC) 5px 40px no-repeat;
	background-size: 10px 10px,1px 100%;
}
@keyframes swiper {
	0%,30% {
		margin-left: 0px;
	}
	35%,65% {
		margin-left: -100%;
	}
	70%,100% {
		margin-left: -200%;
	}
}