@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
	color: #292929;
	line-height: 1;
	background: #fff;
}
ul, li, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, ol, form {
	margin: 0px;
	padding: 0px;
}
ul, li {
	list-style: none
}
img {
	border: 0px;
	padding: 0px;
}
a {
	color: #5c5c5c;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
h2, h3 {
	font-weight: normal;
}
em {
	font-style: normal;
}
.clear {
	zoom: 1;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.fl {
	float: left
}
.fr {
	float: right
}
.hidden {
	display: none;
}
.header {
	position: relative;
	padding-bottom: 28px;
}
.header_top {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	background: #f7f7f7;
}
.header_top .time {
	float: left;
	text-align: left;
}
.header_top .time a {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: 9px;
}
.header_top .sign {
	float: right;
	text-align: right;
}
.header_top .sign a {
	display: inline-block;
	margin-left: 10px;
}
.header_top .sign a span {
	position: relative;
	top: 9px;
}
.header_top .time a:first-of-type {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/weixin.jpg) no-repeat;
}
.header_top .time a:last-of-type {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/weixin.jpg) no-repeat right top;
}
.header_top .sign a:first-of-type span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/sign.png) no-repeat;
	margin-right: 6px;
}
.header_top .sign a:last-of-type span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/sign.png) no-repeat right top;
	margin-right: 6px;
}
.nav {
	text-align: right;
	font-size: 0;
	position: relative;
	top: 20px;
}
.nav a {
	display: inline-block;
	width: 14%;
	height: 39px;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
	border-radius: 4px;
	font-weight: bold;
}
.nav a:hover {
	background: #428bca;
	color: #fff;
}
.logo {
	position: relative;
	top: 15px;
}
.logo span {
	display: inline-block;
	width: 230px;
	height: 62px;
	overflow: hidden;
}
.logo img {
	width: 100%;
	height: auto;
	max-width: 230px;
}
banner img {
	width: 100%;
	height: auto;
}
.banner_wap {
	display: none;
}
.search {
	margin: 10px 0;
}
.search form {
	width: 244px;
	height: 37px;
	line-height: 37px;
	font-size: 0;
	float: right;
	background: url(../images/search.png) no-repeat;
}
.search form input {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	outline: none;
	border: none;
	background: transparent;
}
.search form input.txt {
	width: 210px;
	text-indent: .5em;
}
.search form input.sub {
	width: 34px;
}
.main1w {
	display: none;
	max-width: 750px;
	margin: 0 auto;
}
.main1w img {
	width: 100%;
	height: auto;
}
.news_content {
	width: 570px;
	height: 312px
}
.news_img {
	width: 613px;
	height: 312px;
	overflow: hidden;
	position: relative;
}
.news_img .line1 {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 289px;
	background: #fff;
}
.news_img .line2 {
	width: 7px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 447px;
	background: #fff;
}
.news_img .line3 {
	width: 320px;
	height: 8px;
	position: absolute;
	top: 149px;
	right: 0;
	background: #fff;
}
.news_content h2 {
	font-size: 18px;
	padding-top: 16px;
	text-align: left;
}
.news_content h2 a {
	color: #0069ac;
}
.news_content h2 span {
	display: inline-block;
	margin-right: 1em;
	font-size: 22px;
	line-height: 1.1;
	padding: 8px 4px;
	color: #fff;
	background: #0069ac;
}
.news_content p {
	margin: 22px 0 28px;
	font-size: 12px;
	line-height: 16px;
	color: #707070;
	text-align: left;
}
.news_content ul {
	padding-left: 18px;
}
.news_content li {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 10px;
	list-style: disc;
}
.news_content li:last-of-type {
	margin: 0;
}
.news_content li a {
	color: #333333;
}
.news_content li em {
	float: right;
	color: #707070;
}
.main1 .container {
	padding: 0;
	width: 1200px;
}
.main2 h2, .main4 h2, .main5 h2 {
	font-size: 22px;
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px solid #428bca;
	width: 1200px;
	margin: 0 auto;
}
.main2 h4 {
	display: none;
	font-size: 18px;
	font-weight: normal;
	margin: 42px auto 46px;
	text-align: center;
}
.main2 .more {
	display: none;
	text-align: center;
}
.main2 .more a {
	padding: 8px 18px;
	background: #428bca;
	color: #fff;
	font-size: 18px;
}
.main2_01 {
	height: 352px;
	margin-top: 35px;
}
.main2 .container {
	padding: 0;
	width: 1200px;
}
.video {
	width: 566px;
	height: 352px;
	overflow: hidden;
}
.video_content {
	box-shadow: 0 0 6px 0 #999;
}
.video video {
	width: 566px;
	height: 352px;
}
.video_details {
	width: 613px;
	position: relative;
	height: 352px;
}
.video_details video {
	width: 195px;
	height: 124px;
	display: inline-block;
	box-shadow: 0 0 6px 0 #999;
	margin-right: 10px;
}
.video_details video:last-of-type {
	margin: 0;
}
.video_details h3 {
	font-size: 18px;
	line-height: 28px;
text-align:left:
}
.video_details h3 a {
	display: block;
}
.video_details p {
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	margin: 23px 0 35px;
}
.video_details a.more_video {
	padding: 8px 18px;
	background: #428bca;
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.note {
	width: 1200px;
	margin: 40px auto 0;
	height: 229px;
	overflow: hidden;
}
.main3 {
	margin-top: 20px;
}
.main3_list>li {
	margin-bottom: 10px;
}
.main3_list>li .list_wrap {
	font-size: 0;
}
.main3_list>li .list_wrap h2 {
	background: #eeeeee;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	position: relative;
	text-indent: .5em;
	border: 1px solid #e4e4e4;
}
h2 a {
	display: block;
}
.main3_list>li .list_wrap span {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 9px;
	background: url(../images/icon.jpg) no-repeat;
}
.main3_list>li .list_wrap .list_content {
	padding: 24px 0;
	border: 1px solid #e4e4e4;
	border-top: none;
}
.main3_list>li .list_wrap .list_content .list_icon {
	height: 138px;
	line-height: 120px;
	width: 120px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.main3_list>li .list_wrap .list_content .list_icon img {
	vertical-align: middle;
	display: inline-block;
}
.main3_list>li .list_wrap .list_content ul {
	width: 260px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding-left: 20px;
}
.main3_list>li .list_wrap .list_content ul li {
	list-style: disc;
	margin-bottom: 9px;
}
.main4_content {
	width: 1020px;
	position: relative;
	margin: 0 auto;
}
.main4_content .main_list {
	width: 100%;
	overflow: hidden;
	height: 488px;
}
.main4_content .main_list ul {
	width: 9999px;
	position: relative;
	left: 0;
	font-size: 0;
}
.main4_content .main_list ul li {
	width: 1020px;
	display: inline-block;
	font-size: 0;
}
.main4_content .main_list ul li div {
	display: inline-block;
	width: 140px;
	height: 174px;
	overflow: hidden;
	margin: 70px 15px 0;
}
.main4_content .prev {
	width: 40px;
	height: 36px;
	position: absolute;
	left: -80px;
	top: 262px;
	background: url(../images/prev.jpg) no-repeat;
	cursor: pointer;
}
.main4_content .next {
	width: 40px;
	height: 36px;
	position: absolute;
	right: -80px;
	top: 262px;
	background: url(../images/next.jpg) no-repeat;
	cursor: pointer;
}
.main4 .check_more {
	display: none;
	width: 110px;
	height: 34px;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	background: #428bca;
	margin: 40px auto 0;
}
.main5 {
	text-align: center;
	font-size: 0;
}
.main5 .friend {
	width: 78px;
	display: inline-block;
	margin: 50px 36px 0;
}
.main5 .friend a {
	display: block;
}
.main5 .friend a span {
	width: 78px;
	height: 78px;
	overflow: hidden;
	display: inline-block;
}
.main5 .friend p {
	margin-top: 10px;
	font-size: 12px;
	color: #333;
}
.foot {
	margin-top: 55px;
	background: #f2f2f2;
	padding: 50px 0;
}
.foot_wrap {
	width: 1200px;
	margin: 0 auto;
}
.foot_nav {
	position: relative;
	text-align: center;
}
.foot_nav .nav_a {
	font-size: 16px;
	line-height: 16px;
}
.foot_nav .nav_a a {
	font-size: 16px;
	display: inline-block;
	margin: 0 4px;
	vertical-align: top;
	color: #333;
}
.foot_nav span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
}
.foot p {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0;
	text-align: center;
}
.foot_b {
	position: relative;
	text-align: center;
}
.foot_b img {
	display: inline-block;
}
.foot_b span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #999;
}

@media (min-width: 1200px) {
.main3 .container {
	padding: 0;
	width: 1200px;
}
}

@media (max-width: 1200px) {
.main1 {
	margin-top: 10px;
}
.main1w {
	display: block;
}
.news_img {
	display: none;
}
.news {
	width: 100%;
	text-align: center;
}
.search {
	display: none;
}
.news_content {
	display: inline-block;
	width: 100%;
	max-width: 750px;
}
.news_content li {
	text-align: left;
}
.main1 .container {
	width: 100%;
	padding: 0 10px;
}
.main2 .container {
	width: 100%;
	padding: 0 10px;
}
.main2 h2, .main4 h2, .main5 h2 {
	width: 100%;
	max-width: 750px;
}
.video_details {
	display: none;
}
.main2 .more, .main2 h4 {
	display: block;
}
.video {
	width: 100%;
	text-align: center;
}
.video .video_content {
	width: 566px;
	margin: 0 auto;
}
.note {
	display: none;
}
.main3 {
	margin-top: 66px;
}
.main3_list>li .list_wrap .list_content ul {
	width: 318px;
}
.main4_content .prev, .main4_content .next {
	display: none;
}
.main4_content {
	width: 680px;
}
.main4_content .main_list ul {
	width: 100%;
}
.main4_content .main_list ul li {
	width: 100%;
}
.main4 .check_more {
	display: block;
}
.main5 {
	max-width: 750px;
	margin: 0 auto;
}
.foot_wrap {
	width: 100%;
}
.logo span {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
}

@media (max-width: 990px) {
.main3_list>li .list_wrap .list_content ul {
	width: 208px;
}
}

@media (max-width: 800px) {
.foot_nav span, .foot_b span {
	display: block;
	margin-top: 10px;
	position: relative;
	left: 0;
	top: 0;
	text-align: center;
}
}

@media (max-width: 768px) {
.header_top {
	background: #fff;
}
.header_top .time {
	display: none;
}
.logo {
	position: absolute;
	left: -15px;
	top: 0;
	height: 50px;
}
.logo img {
	height: 100%;
	width: auto;
}
.banner_pc {
	display: none;
}
.banner_wap {
	display: block;
}
.main2 {
	height: auto;
}
.main3_list>li {
	width: 100%;/*更新201701510*/
	margin: 0 auto;
	float: none;
	display: block;
}
.main3_list>li .list_wrap .list_content ul {
	width: 388px;/*更新20170510*/
}
.main3_list>li .list_wrap .list_content .list_icon {
	width: 100px;
}
}

@media (max-width: 700px) {
.main4_content {
	width: 510px;
}
}

@media (max-width: 600px) {
.main2_01 {
	height: 248px;
}
.video {
	height: 248px;
}
.video .video_content {
	width: 400px;
}
.video video {
	width: 400px;
	height: 248px;
}
.main2 h4 {
	font-size: 16px;
}
.main2 .more a {
	font-size: 16px;
}
}

@media (max-width: 540px) {
.main4_content {
	width: 340px;
}
}

@media (max-width: 520px) {
.main4_content {
	width: 340px;
}
.foot_b img {
	width: 100%;
}
}

@media (max-width: 400px) {
.main2_01 {
	height: 180px;
}
.video {
	height: 180px;
}
.video .video_content {
	width: 280px;
}
.video video {
	width: 280px;
	height: 180px;
}
.main3 .container {
	padding: 0;
}
.main3 .col-xs-12 {
	padding: 0;
}
.main3_list>li {
	width: 320px;
}
}

@media (max-width: 530px) {
.nav a {
	font-size: 16px;
	height: 40px;
}
.nav a em {
	display: inline-block;
	width: 40px;
	height: 40px;
}
.nav a span {
	display: table-cell;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 18px;
}
.nav a:hover {
	background: transparent;
	color: #292929;
}
.nav a:hover span {
	background: #428bca;
	color: #fff;
}
}

@media (max-width: 450px) {
.news_content li em {
	display: none;
}
}

@media (max-width: 350px) {
.main4_content {
	width: 320px;
}
.main4_content .main_list ul li div {
	margin: 20px 5px 0;
	height: auto;
}
.main4_content .main_list {
	height: 390px;
}
}

@media (max-width: 400px) {
}


.box_Rolling {
	background-image: url(/css/images/zgjrzk_50.gif);
	background-repeat: no-repeat;
	background-position: left middle;
	padding-right: 10px;
	float: left;
	height: 27px;
	width: 90px;
	background-color:#e5e5e5;
}

.box_Rolling samp {
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 16px;
	float: left;
	margin-top: 8px;
	font-size:1.2em;	
	font-weight: bold;
	
}
.Rolling_News1 {
	float: right;
	width: 90%;
	line-height: 27px;
}
.Rolling_News1 li {
	float: right;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}