﻿*,
html,
body {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}

ul li {
	list-style: none;
}

ol li {
	list-style: none;
}

a {
	text-decoration: none;
}

a {
	text-decoration: none;
}

.content {
	width: 1280px;
	height: 790px;
	margin: 30px auto;
	min-width: 1024px;
	min-height: 750px;
}


/*内容区域的顶部区域块*/

.content .content-top {
	width: 1280px;
	height: 320px;
	margin: 0px auto;
}

.content .content-top .c-top-banner {
	width: 400px;
	height: 300px;
	margin-right: 40px;
	float: left;
	border-top: 1px solid;
}

.content .content-top .c-top-banner .ban {
	width: 400px;
	height: 300px;
	position: absolute;
	margin-top: 10px;
}


/*内容区域的顶部区域块的新闻区域*/

.content .content-top .c-top-news {
	width: 840px;
	height: 300px;
	float: left;
}

.content .content-top .c-top-news .news-title {
	width: 840px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #DDDCDC;
}

.content .content-top .c-top-news .news-title>span {
	width: 300px;
	height: 40px;
	height: 40px;
	;
	color: #FFF;
	font-weight: bold;
	float: left;
}

.content .content-top .c-top-news .news-title>span>a {
	padding: 0px 20px;
	height: 40px;
	float: left;
	font-size: 24px;
	font-weight: bold;
}

.content .content-top .c-top-news .news-title>span>a:hover {
	border-bottom: 2px solid #4C4648;
}

.content .content-top .c-top-news .news-title>a {
	font-size: 14px;
	float: right;
	margin-right: 20px;
	color: #868181;
}

.news-b {
	border-bottom: 2px solid #4C4648;
}


/*底部样式*/

.content .content-top .c-top-news .news-list {
	width: 840px;
	height: 250px;
	display: none;
	margin-top: 10px;
}

.content .content-top .c-top-news .news-list>ul>li {
	height: 85px;
	border-bottom: 1px solid #EEE;
}

.content .content-top .c-top-news .news-list>ul>li>dt {
	width: 80px;
	height: 70px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	box-shadow: 1px 3px 5px 1px #868181;
	border-radius: 5px;
}

.content .content-top .c-top-news .news-list>ul>li>dt>p {
	width: 80px;
	height: 50px;
	text-align: center;
	color: #000;
	font-size: 30px;
	line-height: 60px;
	background: #DDDCDC;
	border-radius: 5px 5px 0px 0px;
}

.content .content-top .c-top-news .news-list>ul>li>dt>span {
	display: block;
	width: 80px;
	margin-top: -10px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	background: #0077b8;
	border-radius: 0px 0px 5px 5px;
}

.content .content-top .c-top-news .news-list>ul>li>dd {
	width: 730px;
	height: 80px;
	float: right;
}

.content .content-top .c-top-news .news-list>ul>li>dd>a>h3 {
	margin: 5px 0px 10px 0px;
	font-size: 16px;
	color: #555;
}

.content .content-top .c-top-news .news-list>ul li dd p {
	font-size: 14px;
	color: #999;
	padding-right: 10px;
}

.news-list-block2 {
	width: 840px;
	height: 250px;
	display: none;
}


/*tal动画*/

.news-list-block1 {
	position: relative;
	animation: mytab1 0.5s;
	-moz-animation: mytab1 0.5s;
	/* Firefox */
	-webkit-animation: mytab1 0.5s;
	/* Safari and Chrome */
	-o-animation: mytab1 0.5s;
	/* Opera */
}

@keyframes mytab1 {
	0% {
		left: -50px;
	}
	25% {
		left: -40px;
	}
	50% {
		left: -30px;
	}
	75% {
		left: -20px;
	}
	100% {
		left: 0px;
	}
}

.news-list-block2 {
	position: relative;
	animation: mytab2 0.5s;
	-moz-animation: mytab2 0.5s;
	/* Firefox */
	-webkit-animation: mytab2 0.5s;
	/* Safari and Chrome */
	-o-animation: mytab2 0.5s;
	/* Opera */
}

@keyframes mytab2 {
	0% {
		right: -50px;
	}
	25% {
		right: -40px;
	}
	50% {
		right: -30px;
	}
	75% {
		right: -20px;
	}
	100% {
		right: 0px;
	}
}


/*@keyframes myfirst
		{
		0%   {height:0px;}
		50%   {height:50px;} 
		100% {height:100px;}
		}*/


/*内容区域的底部区域块*/

.content .content-below {
	width: 1280px;
	height: 450px;
	margin: 30px auto;
}

.content .content-below .c-below-left {
	width: 1280px;
	height: 450px;
	margin-right: 20px;
	float: left;
}

.content .content-below .c-below-left .b-img-title {
	width: 400px;
	height: 200px;
	position: relative;
	margin-bottom: 30px;
	float: left;
}


/*内容区域的底部区域块的左侧*/

.content .content-below .c-below-left .b-img>img {
	width: 400px;
	height: 150px;
}


.content .content-below .c-below-left .b-img-title .b-title-slide {
	display: block;
	width: 400px;
	height: 45px;
	position: relative;
	font-size: 18px;
	color: #EEE;
	line-height: 45px;
	background: #0077b8;
	margin-top: -4px;
}

.content .content-below .c-below-left .b-img-title .b-title-slide span {
	display: block;
	width: 150px;
	height: 45px;
	padding: 0px 30px;
}

.content .content-below .c-below-left .b-img-title>b {
	display: block;
	width: 400px;
	height: 45px;
	position: relative;
	margin-top: -100px;
	background: #064788;
	text-align: center;
	font-size: 30px;
}

.content .content-below .c-below-left .b-title {
	display: none;
	width: 400px;
	position: relative;
	margin-top: -100px;
	background: #0000FF;
	color: #FFF;
}

.content .content-below .c-below-left .b-title>span {
	display: block;
	width: 100px;
	height: 100px;
	background: #0077b8;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}

.content .content-below .c-below-left .b-title>p {
	display: block;
	width: 300px;
	height: 100px;
	background: #3399CC;
	float: right;
	padding: 0px 10px;
	line-height: 24px;
}

.content .content-below .c-below-left .b-title>p>a {
	color: #006699;
}


/*内容区域的底部区域块的右侧*/

.content .content-below .c-below-right {
	width: 400px;
	height: 530px;
	float: right;
}

.content .content-below .c-below-right .b-quick-link {
	width: 400px;
	height: 450px;
	position: relative;
}

.content .content-below .c-below-right .b-quick-link>ul>li {
	width: 400px;
	height: 140px;
	margin-bottom: 10px;
}

.content .content-below .c-below-right .b-quick-link>ul>li>img {
	width: 400px;
	height: 140px;
}

.content .content-below .c-below-right .b-quick-link>ul>li>a>span {
	display: block;
	width: 350px;
	height: 50px;
	position: relative;
	padding: 0px 20px;
	margin-top: -50px;
	font-size: 20px;
	color: #fff;
}

.content .content-below .c-below-right .b-special-link {
	width: 400px;
	height: 60px;
	margin-top: 10px;
}

.content .content-below .c-below-right .b-special-link>select {
	width: 300px;
	height: 40px;
	margin-left: 50px;
}

.glyphicon-chevron-right:before {
	content: none;
}


/*去掉自带图标样式*/

.glyphicon-chevron-left:before {
	content: none;
}


/*去掉自带图标样式*/

.news-list-block1 ul li dd a:hover {
	color: #000;
	text-decoration: none;
}

.news-list-block2 ul li dd a:hover {
	color: #000;
	text-decoration: none;
}


/*动画样式*/

.b-title {
	background: red;
	position: relative;
	animation: myfirst 0.3s;
	-moz-animation: myfirst 0.3s;
	/* firefox */
	-webkit-animation: myfirst 0.3s;
	/* safari and chrome */
	-o-animation: myfirst 0.3s;
}

@keyframes myfirst {
	0% {
		bottom: -50px;
	}
	50% {
		bottom: -25px;
	}
	100% {
		bottom: 0px;
	}
}


/*banner图重写样式*/

a:hover {
	text-decoration: none;
}

#myCarousel {
	width: 1280px;
	height: 300px;
	margin: 0px auto;
}

.carousel-inner .item>a>img {
	width: 100%;
	height: 300px;
}

.banner-a {
	width: 100%;
	height: 45px;
	background: #00000080;
	left: 0;
	bottom: 0;
}

.banner-a>span {
	padding: 0px 20px;
	width: 1240px;
	height: 55px;
	text-align: left;
	display: block;
	margin: 0px auto;
	font-size: 24px;
	color: #FFF;
	margin-top: -15px;
	height: 45px;
}

.banner-a>span>a {
	color: #FFF;
}

.item>img {
	width: 100%;
	height: 300px;
}

.ban-a {
	width: 100%;
	height: 40px;
	background: #00000080;
	left: 0;
	bottom: 0;
	padding-bottom: 0px;
}

.ban-a>a {
	position: absolute;
	z-index: 20;
	padding: 0px 10px;
	height: 40px;
	line-height: 32px;
	text-align: left;
	display: block;
	margin: 0px auto;
	font-size: 14px;
	color: #FFF;
	margin-top: -20px;
	margin-left: 20px;
}

.ban-a>span {
	display: block;
	margin-top: -10px;
}

.ban-a>span>a {
	color: #FFF;
	float: left;
	margin-left: 20px;
}