*{
	outline: none;
}
.fullimg>img {
	width: 100%;
}

.bigBanner .banner_huabiao {
    position: absolute;
    width: 80%;
    height: auto;
    top: 15%;
    left: 10%;
}
.bejing{
	background: url(../img/ban-a3.png.jpg) top center no-repeat;
	width: 506px;
	height: 536px;
	padding: 30px;
}
.bigBanner .banner_gezi {
    position: absolute;
    width: 25%;
    height: auto;
    top: 10%;
	right: 10%;
	}

.bigBanner .banner_mouse {
	position: absolute;
	width: 6%;
    height: auto;
    bottom: 28%;
    left: 50%;
}
.hcz{
    position: absolute;
    bottom: 0px;
    z-index: 100;
}
.diy-frame .diy-area {
    float: left;
    overflow: hidden;
}
#a-5328 {
    width: 100%;
}
.iqilu_piclist a {
    display: inline-block;
    text-decoration: none;
}
.iqilu_piclist .mask {
    position: absolute;
    height: 35px;
    width: 100%;
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0;
    display: block;
}
.iqilu_piclist .txt {
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    width: 100%;
    font-family: "微软雅黑","黑体";
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}
#a-8986 {
    float: right;
}
.diy-frame .diy-area {
    float: left;
    overflow: hidden;
}
#a-8116 {
    width: 8.2%;
}
#a-8215 {
padding-right: 15px;
}
.play{position: absolute;
    top: 39%;
    left: 43%;}    
.iqilu_piclist { margin:0;padding:0;}
.iqilu_piclist li {position: relative; list-style:none; display:inline-block; vertical-align:top; *display:inline-table; +display:inline; +zoom:1; margin-bottom: 14px; text-align:center; line-height:16px;}
.iqilu_piclist  a{ display:inline-block; text-decoration: none;}
.iqilu_piclist .mask{position: absolute;height:35px;width:100%;background:#000;bottom: 0;left:0;opacity:0.5;-moz-opacity:0.5; filter:alpha(opacity=50);margin: 0; display:block;}
.iqilu_piclist .txt{height:35px;color:#fff; line-height: 35px;text-align: center;width:100%; font-family:"微软雅黑","黑体";font-size: 16px;position: absolute;bottom:0;left:0;margin: 0; display:block; overflow:hidden;}
#w-1198-c {
    font-size: 14px;
}
.iqilu_piclist {
    margin: 0;
    padding: 0;
}
.iqilu_piclist a {
    display: inline-block;
    text-decoration: none;
}
.iqilu_piclist .mask {
    position: absolute;
    height: 35px;
    width: 100%;
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0;
    display: block;
}
.iqilu_piclist .txt {
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    width: 100%;
    font-family: "微软雅黑","黑体";
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}
.banner_mouse{
	-moz-animation: huangdong 1s infinite; 
	-webkit-animation: huangdong 1s infinite; 
	-o-animation: huangdong 1s infinite; 
	animation: huangdong 1s infinite;
}

@keyframes huangdong{
	0% {
		opacity: 0;
		transform: translateY(0px);
	}

	100% {
		transform: translateY(15px);
		opacity: 1;
	}
}

@-webkit-keyframes huangdong{
	0% {
		opacity: 0;
		-webkit-transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(15px);
		opacity: 1;
	}
}

@-moz-keyframes huangdong{
	0% {
		opacity: 0;
		-moz-transform: translateY(0px);
	}

	100% {
		-moz-transform: translateY(15px);
		opacity: 1;
	}
}

@-o-keyframes huangdong{
	0% {
		opacity: 0;
		-o-transform: translateY(0px);
	}

	100% {
		-o-transform: translateY(15px);
		opacity: 1;
	}
}


.fangda{
	-moz-animation: fangda 2s 1; 
	-webkit-animation: fangda 2s 1; 
	-o-animation: fangda 2s 1; 
	animation: fangda 2s 1;
}

@keyframes fangda{
	0% {
		-webkit-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-o-transform: scale(0,0);
		transform: scale(0,0)
	}
	100% {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1)
	}
}




.container {
	width: 1200px;
	margin: 0 auto;
}

.firstNews {
	padding-top: 22px;
    background: url("../img/toutiao.png") top center no-repeat;
	margin: 30px auto;
	height: 106px;
}

.flex-between {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.flex-start {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.defaultFont {
	font-size: 14px;
	color: #2f2f2f;
}

.importentNews {
	font-size: 38px;
	color: #1d49a2;
	font-weight: bold;
	text-align: center;
}
.importentNews a{	
	color: #1d49a2;
}
.smallerNew {
	margin: 5px auto 40px;
}

.smallerNews {
	font-size: 14px;
	color: #959DA3;
}

.smallerNews:before {
	content: '[';
	color: #313B48;
	display: inline-block;
	margin-right: 5px;
}

.smallerNews:after {
	content: ']';
	color: #313B48;
	display: inline-block;
	margin-left: 5px;
}

.view1-left {
	width: 630px;
}

.view1-right {
	width: 520px;
}

.carousel-1 {
	height: 452px;
	background-color: #000;
}

.niceVideo {
	background-color: #FFFAF4;
	align-items: center;
	margin-top: 32px;
}

.niceVideoList {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 145px;
	padding: 15px 0;
	flex: 1;
}

.defaultLists {
	font-size: 16px;
	color: #2f2f2f;
	line-height: 2.4;
	text-align: left;
}

.defaultLists:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #e45656;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 22px;
}

.niceVideoLists:before {
	margin-left: 19px;
}

.redTextNews {
	padding-bottom: 15px;
	border-bottom: 1px dashed #A8A8A8;
	margin-bottom: 15px;
}

.redNewsTitle {
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}

.redNewsContent {
	font-size: 14px;
	color: #5e5d5d;
	text-indent: 2em;
}

.checkMore {
	color: #0084ff;
}

.picNewsView {
	margin-top: 30px;
}

.picNewsList {
	position: relative;
	width: 272px;
}

.picNewsDesc {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 22px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.videoBtn {
	width: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.publicTitle {
	margin: 26px auto 0;
}

.view-2-container {
	background: url(../img/sichou.png) top center no-repeat;
	height: 756px;
	background-size: 100% 100%;
	padding-top: 120px;
}
.view-3-container {
	background: url(../img/lunbo-pic.jpg) top center no-repeat;
	
	background-size: 100% 100%;
	padding-top: 60px;margin: 50px auto;
}
.view-4-container {
    background: url(../img/ly2-bg.jpg) top center no-repeat;
    height: 755px;
    background-size: 100% 100%;
    padding-top: 30px;
}
.vvv {
   position: relative;
    height: 600px;
    width: 1200px;
    margin: 0 auto;
}
.part6_txt_bark1 {
   width: 456px;
    height: 93px;
    font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
    position: absolute;
    top: 51px;
}
.part6_txt_limg1 {
    width: 460px;
    position: absolute;

    top: 172px;
}
.part6_txt_limg1 img{
		height: 200px;
}
.part6_img1_txt {
    width: 100%;
    height: 33px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.part6_txt_bg {
    width: 100%;
    height: 33px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.part6_img1_txt a {
    color: #FFF;
}
.part6_txt_bg {
    width: 100%;
    height: 33px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.part6_txt_limg2 {
    width: 460px;
    position: absolute;
top: 405px;
}
.part6_txt_limg2 img{
	height: 200px;
}
.part6_img1_txt {
    width: 100%;
    height: 33px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}
.part6_img1_txt a {
    color: #FFF;
}
.part6_txt_bg {
    width: 100%;
    height: 33px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.part2_big_img img{
	width: 680px;
	height: 320px;
}
.part2_big_img {
    width: 690px;
    position: absolute;
    top: 50px;
    left: 545px;
}
.part2_txt_bark2 {
    width: 555px;
    height: 156px;
    position: absolute;
    top: 395px;
    left: 545px;
}
.part2_article {
    margin-bottom: 20px;
}
.vvv h2 {
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    color: #000;
    height: 40px;
    line-height: 36px;
}
.part2_article p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.shipin2 {
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
	width:1200px;
	float: left;
}
.vshright{
	float: left;
	margin-left: 30px;
}
.jjmc-pic {
    margin-top: 19px;
}
.jjmc-pic li{
	width: 310px;
	float: left;
}
.jjmc-pic li p {
    margin-top: 6px;
    margin-bottom: 15px;
}
.gaoguanglists {
	width: 580px;
	height: 231px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-image: url(../img/wzbb.png);
	background-repeat: no-repeat;
	background-size: 547px 231px;
	background-position: right;
	margin: 0 38px 45px 0;
	float: left;
}
.zugou{
	height: 400px;overflow: scroll;padding:20px 60px;
	width: 1100px;overflow-x:hidden;
}
.zugou p{
	    font-size: 16px;
    color: #2f2f2f;
    line-height: 2.4;
    text-align: left;text-indent: 2em;
}
.gaoguanglists:nth-child(2n) {
	margin-right: 0;
}

.gaoguangimg {
	width: 285px;
	margin-right: 25px;
}

.gaoguangText {
	width: 230px;
}

.gaogaungTitle {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	height: 36px;
}

.gaogaungContent {
	font-size: 14px;
	color: #7a7a7a;
}

.view-4-bg {
	background: url(../img/guoqingyuebing-bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 50px 0 12px;
}

.view-4-imgList {
	width: 670px;
	flex-flow: wrap;
}

.view-4-img {
	width: 300px;
	margin-bottom: 38px;
	border-right: 16px solid #FFCF37;
	border-bottom: 18px solid #FFCF37;
}

.view-4-news {
	width: 480px;
}

.defaultNews {
	color: #fff;
	margin-bottom: 54px;
}

.defaultNews:hover {
	color: #fff;
}

.defaultNews:last-child {
	margin-bottom: 0;
}

.defaultNews-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.defaultNews-content {
	font-size: 14px;
}

.defaultNewsReadMore {
	color: #fff600;
}

.view-5-left {
	width: 570px;
}

.view-5-right {
	width: 600px;
}

.view-5-top-news {
	background: url(../img/kbj.jpg) no-repeat;
	background-size: 570px 150px;
	padding: 29px 28px;
	margin-bottom: 10px;
}

.view-5-news-title {
	font-size: 24px;
	color: #333333;
	margin-bottom: 10px;
}

.view-5-news-content {
	font-size: 14px;
	color: #86765d;
}

.view-5 .defaultLists:before {
	background-color: #E45656;
}

.view-5-leftImg {
	width: 331px;
}

.view-5-rightImg {
	width: 257px;
}

.view-6-bg {
	background: url(../img/rmt-bg.jpg) no-repeat top center;
	padding: 20px;
	height: 730px;
}

.view-6-media {
	margin-bottom: 30px;
}

.view-6-left{
	width: 330px;
    margin-top: 99px;
    margin-left: 22px;
	float: left;
}
	

.view-6-media-img {
	width: 290px;
}

.view-6-media-text {
	width: 270px;
}

.view-6-title {
	font-size: 20px;
	margin-bottom: 20px;
	color: #21223A;
}

.view-6-content {
	color: #534C44;
	font-size: 14px;
}

.view-6 .defaultLists:before {
	background-color: #870000;
	border-radius: 0;
}
.view-6-m { float: left;margin-top: 155px;
width: 410px;}
.view-6-right{ width: 400px; float: left;}
.view-6 .defaultLists {
	line-height: 3.5;
	color: #0A0009;
	border-bottom: 1px dashed #BFA48D;
}
.shipin{
	position: relative;
    width: 368px;
    margin-top: 119px;
    margin-left: 43px;
}
.qglh_videbutton{
	    position: absolute;
    left: 50%;
    top: 45%;
    width: 50px;
    height: 50px;
    transform: translate(-50%,-50%);
}
.shipin p {
    bottom: 0;
    color: #fff;
    font: 14px/38px 'Microsoft Yahei';
    height: 38px;
    left: 0;
    position: absolute;
    text-align: center;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background-color: rgba(0,0,0,0.4);
    background-attachment: scroll;
    background-color: #000000;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    width: 100%;
}
.view-7-top-img {
	width: 355px;
	position: relative;
}

.view-7-top-news {
	width: 320px;
}

.view-7-container {
	padding: 40px 50px 40px 30px;
	background: url(../img/feiyuequancheng-bj.jpg) no-repeat;
	background-size: 100% 100%;
}

.view-7-news-title {
	color: #2B74B6;
	font-size: 20px;
	font-weight: 600;
}

.view-7-news-content {
	font-size: 15px;
}

.view-7-bottom {
	justify-content: flex-start;
	margin-top: 30px;
}

.view-7 .defaultLists:before {
	background-color: #E45656;
}

.view-7 .defaultList {
	margin-left: 45px;
}

.view-8-list-title {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

.view-8-list-content {
	width: 400px;
	font-size: 14px;
	/* text-indent: 2em; */
	text-align: justify;
}
.view-8-list-content a {
		color: #a90003;
}
.view-8-contaienr {
	flex-flow: wrap;
}

.view-8-list-title  a{
	color: #FFFFFF;
}
.view-8-list {
width: 556px;
    height: 116px;
    /* padding: 0 50px; */
    padding-left: 82px;
    margin-bottom: 50px;
    position: relative;
    text-align: left;
}
.containeryq{
	width: 1113px;
}
.view-8-bg {
	background: url(../img/head-bj.jpg) no-repeat center center ;
	padding: 50px 0 20px;
	height: 546px;
}
.video-cont2{
	width: 1200px; margin: 0 auto;
}
.pageTip {
width: 90px;
    height: 141px;
    /* background-color: #E83C24; */
    color: #fcd9a1;
    font-weight: bold;
    font-size: 76px;
    line-height: 136px;
    position: absolute;
    left: 2px;
    top: -9px;
}
.bigSwiper {
	margin-top: 20px;
}

.swiper-slide {
	position: relative;
}

.swiperBtnLeft,
.swiperBtnRight {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 50px;
	z-index: 10;
	width: 71px;
	cursor: pointer;
}

.swiperBtnLeft {
	left: 0;
}

.swiperBtnRight {
	right: 0;
}

.view-10-container {
	justify-content: flex-start;
	align-items: center;
}

.view-10-bg {
	background: url(../img/bg.jpg) no-repeat;
	padding: 50px 0 20px;
	background-size: 100% 100%;
}

.rongmeilistsImg {
	width: 324px;
	border: 5px solid #F5C832;
}

.phonePic {
	width: 370px;
	margin-right: 50px;
}

.rongmeiList {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: wrap;
	width: 710px;
	padding-top: 35px;
}

.rongmeilistsText {
	font-size: 16px;
	margin-top: 20px;
}

.rongmeiLists {
	margin-bottom: 40px;
}

.footer {
	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height:160px;
	width: 100%;
	background: url("../img/bdg.jpg") no-repeat bottom;color: white;
}

.footerBtn {
	
	font-size: 14px;
}
.footer2{
	    background-color:#3045ff;
    padding: 50px 0;
	color: white;
}
.footer a{
	color: white;
	line-height: 32px; 
}
.footerList .footerBtn:not(:last-child):after {
	content: '-';
	display: inline-block;
	margin: 0 5px;
}
.nav{
    background-color: #3217e5;
	height: 66px;
	
}

.newnav{
	width: 100%;
	height: 80px;
	top:0px;
	z-index: 999;
}
.nav-cont{
	width: 1200px;
	margin: 0 auto;
}
.nav-cont ul{
	padding-top: 6px;display: flex;
    justify-content: space-between;
}
.nav-cont li{
font-size: 22px;
    font-weight: 600;
    float: left;
    padding: 8px;
}
.nav-cont li a{
	color: #FFFFFF;
}

.rili{
	background: url(../img/rili.png) no-repeat center;
	height: 245px;
	margin-top: 20px;
	position: relative;
}

.slide4{
	width: 280px;
	position: absolute;
	height: 140px;
	top: 60px;
	left: 118px;
}

.newList {
	font-size: 14px;
	color: #2f2f2f;
	line-height: 2;
	text-align: left;
}

.newLists:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: black;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 22px;
}

.swiper-button-next{
    position: absolute;
    width: 26px;
    height: 48px;
    left: 195px;
    top: 126px;
    background-image: url(../img/right2.png);
}

.swiper-button-prev{
	position: absolute;
	width: 26px;
	height: 48px;
	top: 126px;
	left: 30px;
	background-image: url("../img/left2.png");
}

.slide5 p{
	font-size: ;
}

.video{

}
.rilid{
	width: 635px;
}
.video-cont{
	width: 1200px; margin: 0 auto;
	padding-top: 36px;overflow: auto;
}
.pic_boxa{
	    height: auto;position: relative;
}
.pic_boxa p{
	font-size: 16px; color: #FFFFFF; text-align: center; line-height: 40px;
}
.videbutton{
	position: absolute;left: 50%;
    top: 45%;
    width: 50px;
    height: 50px;
    transform: translate(-50%,-50%);
}
.wzxc-l{
	width: 360px; float: left;
}
.wzxc-m{width: 428px; float: left; margin-left: 20px;}
.cop{
	background: url(../img/int.png) no-repeat top center;
	height: 321px;
	margin-bottom: 10px;
}
.wzxc-r{
	background: url(../img/fbt.jpg) top no-repeat;
	width: 380px;
	height:571px;
	float: right;
	padding: 100px 50px;	
}
.view-3{
	background: url(../img/bg-2.jpg)no-repeat top center;
	height: 843px;
	padding-top: 100px;
}
.view-2{
	overflow: hidden;
}
.slideTxtBox{ float:right;  width:1200px; overflow:hidden;  padding:10px; text-align:left;  }
.slideTxtBox .hd{ height:45px; line-height:45px; padding:0 15px; font-size:18px; }
.slideTxtBox .hd ul{ overflow:hidden; zoom:1;  }
.slideTxtBox .hd ul li{ float:left; margin: 20px;}
.slideTxtBox .hd ul li a{ display:block; padding:0 15px;     display: inline-block;
    position: relative;
    text-align: center;
    background-color: #e8e8e8;
    color: #555555;
    line-height: 2;
    font-size: 18px;
    z-index: 3; }
.slideTxtBox .hd ul li a:hover{ text-decoration:none;}
.slideTxtBox .hd ul li.on a{ background:#ea2e34; color:#fff; font-weight:bold;  }
.slideTxtBox .bd{ padding:10px; width: 1000px; margin: 0 auto;}
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }
.up-pic{
	background: url(../img/picyy.png) no-repeat top center;height:401px; width:361px;padding-left: 22px; padding-top: 22px; float: left;
}
.up-pic img{
	border-radius: 50%;
}
.up{
	
	
	
}
.up-text{
	    float: right;
    width: 500px;
	margin-top: 30px;
}
.up-text h3{
	background: url(../img/zzyy.png) no-repeat left center;
    padding-left: 50px;
    font-size: 22px;
    color: #A60002;
    line-height: 58px;
    height: 60px;
    border-bottom: dashed 1px #d20000;
}
.up-text p{
	padding-top: 30px;
}
.sp-t li{background: url(../img/shipin-bj.png) no-repeat left center;
	padding-left: 30px;	
	border-bottom: 1px dashed #BD0003;
	width: 350px;
}
.sp-t li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
}
.sp-t{
	margin-left: 56px;
	margin-top: 15px;
	float: left;
}
.lhbb{
 background: url(../img/bg.jpg) no-repeat top center;
	height: 750px;
	padding-top: 64px;
}
.bhmc {
	width:1030px;
	;
	margin:20px auto;
}
.bhmc-l {
	width:480px;
	float:left;
}
.bhmc-r {margin-right: 30px;
	float:right;
	width:500px;
}
.yysd {
	background:#f4f1ec;
	width:480px;
	padding:10px;
}
/* 两会热词榜 */
.w1200 {
	width: 1200px;
	margin: 0px auto;
	margin-top: 0px;
}
.word table {
	width: 100%;
	background: #ecdfc4;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, input, textarea, select, button {
	font-size: 12px;
	vertical-align: middle;
}
.word td {
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 50px;
	border: 1px solid #fff;
}
.fw a {
	color: #b08325;
}
.article {
    border-bottom: 1px dashed #a8a8a8;
    font-family: Tahoma, simsun;
    height: auto;
    overflow: hidden;
    padding: 10px;
}
.article h4 {
    font: 24px/30px "microsoft yahei";
    margin-bottom: 12px;
}
.article .brief {
    color: #333333;
    font: 14px/25px "microsoft yahei";
    height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
}
.content-10{
	height: 800px;background: url(../img/lunbo-pic.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding-top: 70px;
    margin-bottom: 20px;
	margin-top: 30px;
	
}
.bjdt{
	background: url(../img/bjx.jpg) no-repeat top center;
	height: 76px;
	width: 1120px;
	margin: 0 auto;
}
.content-10 h1{
	width: 1200px;
	margin: 0 auto;
}
.jxxx{
	 color: #e34a3b;
    font: 18px/25px "microsoft yahei";
}
.slideTxtBox .hd .jxxx.on a {
	 color: #e34a3b;padding-top: 32px;
    font: 18px/25px "microsoft yahei";
	background: #fff;
	background: url(../img/bsa.png) no-repeat top center;
}.slideTxtBox .hd .jxxx a {
	 color: #e34a3b;
    font: 18px/25px "microsoft yahei";
	background: #FFFFFF;
}



/* 第一个banner图 */
.slide1 {
	width: 390px;
	height: 222px;
	padding-top: 20px;
	color: #fff;
	text-align: center;
	position: relative;
  }

.slide1 .swiper-slide>img{
	width: 100%;
	height: 100%;
  }

.slide1 .swiper-slide .title {
	font-style: italic;
	font-size: 42px;
	margin-top: 80px;
	margin-bottom: 0;
	line-height: 45px;
  }
.slide1 .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
  }
.slide1 .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
  }
.slide1 .swiper-visible-switch {
	background: #aaa;
  }
.slide1 .swiper-active-switch {
	background: #fff;
  }


/*最后一个轮播图*/

#swiper-container-honor {
	width: 100%;
	overflow: hidden;
  }
  #swiper-container-honor .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 880px;
	height: 520px;
	visibility: hidden;
	position: relative;
  }


  #swiper-container-honor .swiper-slide.swiper-slide-prev, 
  #swiper-container-honor .swiper-slide.swiper-slide-next, 
  #swiper-container-honor .swiper-slide.swiper-slide-active{
	  visibility: visible;
	}

#swiper-container-honor .swiper-button-prev,
#swiper-container-honor .swiper-button-next
{
	position: absolute;
	width: 40px;
	height: 80px;
	left: 50%;
	top: 50%;
	background-color: rgba(0, 0, 0, .5);
}

#swiper-container-honor .swiper-button-prev{
	background-image: url("../img/prev.png");
	transform:translate(-441px,-40px);

}

#swiper-container-honor .swiper-button-next{
	background-image: url("../img/next.png");
	transform:translate(401px,-40px);
}

#swiper-container-honor .swiper-slide .info{
	width: 570px;
	margin: 0 auto;
	height: 149px;
	position: absolute;
	top: 380px;
	left: 170px;
	float: left;
	opacity: 0;
}


#swiper-container-honor .swiper-slide-active .info{
	width: 570px;
	margin: 0 auto;
	height: 149px;
	position: absolute;
	top: 380px;
	left: 170px;
	float: left;
	opacity: 1;
}


#swiper-container-honor .swiper-slide .info>img{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: -25px;
	top: 25px;
}

#swiper-container-honor .swiper-slide .info .title-2{
	/* height: 200px; */
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	width: 540px;
	
	padding: 0 15px 20px 50px;

}

#swiper-container-honor .swiper-slide .info .title-2 h2{
	line-height: 50px;
}

#swiper-container-honor .swiper-slide .info .title-2 p{
	font-size: 16px;
}

.slide3{
	width: 100%;
	height: 300px;
	margin: 20px auto;
}
.slide3 .swiper-slide{
	text-align: center;
	font-size: 18px;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.down{
	position: absolute;
	width: 980px;
	height: 116px;
	margin: 0 auto;
	justify-content: center;
}

.down .slide3{
	width: 650px;
	height: 116px;
	margin: 0px auto;
	position: relative;
}

.down .button-prev{
	position: absolute;
	width: 31px;
	height: 45px;
	left: 0px;
	top: 32px;
	background-image: url("../img/left2.png");
	z-index: 2000;
}

.down .button-next{
	position: absolute;
	width: 31px;
	height: 45px;
	left: 900px;
	top: 32px;
	background-image: url("../img/right2.png");
}

.down .button-prev:hover,
.down .button-next:hover{
	background-color: rgba(0, 0, 0, .2);
}

.slide5{
    width: 40px;
    height: 40px;
    font-size: 35px;
    color: rgb(209, 36, 36);
    font-weight: bold;
    position: absolute;
    left: -193px;
    top: -22px;
    font-family: '微软雅黑';
}
.cuowei{
	background: url(../img/rmt-pic.jpg) top center no-repeat;
    height: 756px;
    background-size: 100% 100%;
    padding-top: 120px;
}

.am-slider-c2 .am-slider-desc {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    bottom: 0;
    padding: 16px 70px 16px 20px;
    width: 100%;
    color: #fff;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 18px;
    overflow: hidden;
}
.am-slider-c2 .am-control-nav li a {
    width: 8px;
    height: 8px;
    display: block;
    background-color: rgba(255,255,255,.4);
    cursor: pointer;
    text-indent: -9999px;border-radius:50px;
}
.am-slider-c2 .am-control-nav {
    position: absolute;
    bottom: 22px;
    right: 6px;;
    height: 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.time {
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin-top: 22px;
    padding-left: 23px;
    width: 100px;
    background-attachment: scroll;
    background-image: url(../img/other.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#page2020 {
    overflow: hidden;
    margin: 0 auto;
    padding: 19px 0;
    text-align: right;
}
#page2020 span {
    border: 1px solid #E2E2E2;
    cursor: pointer;
    display: inline-block;
    font: 14px / 2 "", "Arial Narrow", HELVETICA;
    height: 28px;
    margin-right: 5px;
    text-align: center;
    width: 28px;
    background: none repeat scroll 0 0 #e18121;
    color: #FFFFFF;
}
#page2020 a {
    border: 1px solid #e2e2e2;
    cursor: pointer;
    display: inline-block;
    font: 14px / 2 "", "Arial Narrow", HELVETICA;
    height: 28px;
    margin-right: 3px;
    text-align: center;
    width: 30px;
}
.breadNav {
    margin-bottom: 20px;
    margin-top: 20px;
}
.breadNav a {
    color: #333333;
    font-size: 14px;
}
.liebieo li {
    list-style: none;
}
.lib {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    font-family: "microsoft yahei";
}
.lib h3 {
    color: #1f2d4a;
    font-size: 22px;
    font-weight: normal;
    margin-top: 19px;
}
.lib p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    font-family: "SimSun";
}
.liujin ul {
	display: flex;
	 justify-content:space-between;flex-flow: wrap;
}
.liujin ul li img{
	width: 350px;
	height: 560px;
	margin: 20px;
	border: 1px solid #B3EDFF;
}