/* CSS Document */

.wholebody {
	width: 100%;
	min-width: 1280px;
	font-family: "微软雅黑";
}

/*******中间框架样式开始*******/

.main {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
}

.banner {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	/* position: relative;
	top: -81px; */
}

.newslist {

	margin: 0 auto;
}

.newslist1 {
	width: 400px;
	height: 150px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 8px;
	border-bottom: #0064a0 1px solid;
	float: left;
}

.newstitle {
	width: 390px;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 23px;
	color: #27649c;
	margin: 20px 0 10px 30px;
	float: left;
}

.newstitle a{
	color: #27649c;
}

.newstitle a:visited{
	color: #27649c;
}
.newstitle span {
	padding-right: 15px;
}

.newstext ul li {
	padding: 5px;
	margin: 0 40px;
	list-style-image: url(../images/index_20.png);
	float: left;
	font-size: 16px;
}

.newstext a:visited{
	color: #000000;
	}
.newstext a{
	color: #000000;
	}
.newstext a:hover{
	color: red;
	}		
	
.bannerpic img {
	width: 100%;
	margin: 0 auto;
}

.maincontent {
	width: 100%;
	min-width: 1280px;
	height: 260px;
	background-color: #f0f0f0;
}

/*******中间框架样式结束*******/



/*******右侧悬浮*******/

.rights {
	height: 208px;
	position: fixed;
	bottom: 136px;
	right: 20px;
	z-index: 1000;
	box-sizing: content-box
}

.rights li a {
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #000;
}

.rights li {
	list-style: none;
	box-sizing: content-box;
	overflow: hidden
}

.rights a {
	display: block;
	width: 30px;
	height: 40px;
	background: #909090;
	color: #FFFFFF;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	padding: 7px 12px;
	margin-bottom: 2px;
	overflow: hidden;
	box-sizing: content-box;
	float: right;
}

.rights .candot:hover a {
	line-height: 40px;
}


/*******图标特效*******/

.wapper {
	width: 1280px;
	height: 260px;
	background-color: #f0f0f0;
	margin: 0 auto;
	overflow: hidden;
}

.wapper ul {
	margin-top: 50px;
}

.wapper li {
	/*margin-left: 29px;*/
	width: 150px;
	height: 260px;
	background-color: #f0f0f0;
	color: #0065a1;
	text-align: center;
	display: inline-block;
}

.wapper li .mainicopic {
	margin: 0 0 30px 0;
}

.wapper li .mainicotitle {
	margin: 0 10px 2px;
	font-family: "微软雅黑";
	font-size: 20px;
}

.wapper li .mainicotitle a {
	color: #0065a1;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
}

.wapper li .mainicopic:hover {
	z-index: 2;
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari and Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}


/*	
.wapper li{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}

.wapper li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
    font-weight:bold;
}*/

.wapper li:hover {
	font-weight: bold;
}

.carousel-inner>.carousel-item>img {
	min-width: 100%;
	height: 500px;
}

.titlecontentIns {
	width: 100%;
	min-width: 1280px;
}


/*
@media (max-width: 768px) {
	.newslist {
		display: none;
	}
	.rights {
		display: none;
	}
}*/

@media all and (max-width:1200px) {
	.container {
		min-width: 1280px;
	}
}

@media all and (min-width:1200px) {
	.container {
		max-width: 1280px;
	}
}

