body{padding: 0;margin: 0;font-size: 14px;color: #333333;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;text-align: justify;}
.p{text-align: justify;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.ovh7{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 7;overflow: hidden;}
.bgf3f3f3{background: #f3f3f3;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #f0f2f5;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.swiper{position: relative;overflow: hidden;}
@media (min-width:1200px) {.container{max-width: 1200px;padding: 0;}}



/**导航菜单**/
/* .topDiv{height: 188px;} */
header{z-index: 99;width: 100%;transition: all .3s;background: #fff;}
header .line0{
	background-color: rgb(247, 247, 247);
	border-bottom: 1px solid #eeeeee;
	color: #666666;
	font-size: 12px;
}
header .line0 .kuang{justify-content: space-between;height: 32px;}
header .line0 a{color: #666666;vertical-align: middle;}
header .line0 span{vertical-align: middle;margin: 0 8px;}
header .line0 a:hover{color: #000000;}
header .line1{
	background: url(../img/headbg.jpg) center no-repeat;
	background-size: cover;
}
header .line1 .kuang{
	justify-content: space-between;
	width: 100%;
	height: 100px;
}
header .line1 .leftBox{
	height: 100px;
}
header .line1 .leftBox .xian{
	content: "";
	display: inline-block;
	background-color: rgb(230, 230, 230);
	width: 1px;
	height: 45px;
	margin-left: 24px; 
	margin-right: 24px;
}
header .line1 .leftBox .slogan{
	vertical-align: middle;
}
header .searchBox{
	border: 1px solid #cccccc;
	width: 320px;
	font-size: 14px;
	border-radius: 2px;
	overflow: hidden;
}
header .searchBox .shuru{
	height: 32px;
	display: block;
	float: left;
	padding: 0 16px;
	border: 0;
	width: calc(100% - 60px);
}
header .searchBox .tijiao{
	width: 60px;
	height: 32px;
	display: block;
	float: left;
	border: 0;
	background: #cd000e;
	color: #ffffff;
	cursor: pointer;
}
header .line2{height: 56px;background: #cd000e;}
.on-fixed header{background: #fff;top: 0;box-shadow: 0px 0px 20px rgba(132,132,132,0.15);}
header .logo a{height: 100px;position: relative;z-index: 99;display:flex;justify-content:center;align-items:center;}
header .logo img{max-height: 80%;max-width: 20vw;}
header .slogan img{max-height: 80%;max-width: 20vw;}
header .rightDiv .menu{text-align: right;}
header .rightDiv .menu>ul{display: block;width: 100%;}
header .rightDiv .menu>ul>li{float: left;width: calc(100% / 7);text-align: center;position: relative;}
header .rightDiv .menu>ul>li::before{
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: rgb(104, 0, 7);
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
}
header .rightDiv .menu>ul>li::after{
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}
header .rightDiv .menu>ul>li:first-child::before{display: none;}
header .rightDiv .menu>ul>li:last-child::after{display: none;}
header .rightDiv .menu>ul>li>a{height: 56px;line-height: 56px;text-align: center;color: #ffffff;font-size: 16px;display: block;text-transform:capitalize;}
header .rightDiv .menu>ul>li:hover,
header .rightDiv .menu>ul>li:focus,
header .rightDiv .menu>ul>li.on,
header .rightDiv .menu>ul>li.active{background: none;position: relative;}
header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a{background: #b3020e;}
header .rightDiv .menu>ul>li:hover::before,
header .rightDiv .menu>ul>li:focus::before,
header .rightDiv .menu>ul>li.on::before,
header .rightDiv .menu>ul>li.active::before{
	content: "";
    width: 0;
    height: 0;
    border: 12px solid;
    border-color: transparent transparent #0193de;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}
header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(app/xs_council/pc/img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 0;right: 0;display: none;}
header.indexHeader .mbtn{background: url(app/xs_council/pc/img/menu1.png) no-repeat center center;background-size: 22px auto;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(app/xs_council/pc/img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}
header .telDiv {display: flex;align-items: center;height: 72px;font-size: 24px;margin-top: 28px;}
header .telDiv img{display: inline-block; margin-right: 8px;height: 24px;vertical-align: middle;}
header .telDiv span{display: inline-block;color: #0193de;font-weight: 700;vertical-align: middle;}
.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position: relative;}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left;} 
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#282828;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color: #fff;}
.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-3px;right:0;width:10px;height:6px;content:"";}
.menu ul ul{position:absolute;left:-9999px;text-align: center;z-index: 99;}
.menu li:hover>ul{left: 0;}
.menu ul ul ul{right:100%;top:0;width: 100%;}
.menu ul ul li:hover>ul{;margin-left: 0;}
.menu ul ul{width: 100%;text-align: center;top: 56px;}
.menu ul ul .ul{background: #b3020e;box-shadow: 0px 5px 5px rgba(0,0,0,.1);padding: 4px 0;}
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;text-align: center;border-bottom: 1px solid rgba(255,255,255,0.3);}
.menu ul ul li:last-child{border: 0;}
.menu ul ul li>a{font-size: 16px;color:#ffffff;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;padding: 10px 4px;}
.menu ul ul li>a:hover,.menu ul ul li a:hover{color: #ffffff;}
.menu ul ul li:last-child>a{border: 0;}
header .line2 .searchBox{display: none;}

/********************************* 首页 **********************************/
@media all and (max-width:992px){
	header .line0{display: none;}
	header .logo img,
	header .slogan img{max-width: 38vw;}
	header .line1 .leftBox .xian{height: 24px;margin: 0 8px;}
	header .rightDiv .menu>ul>li::before,
	header .rightDiv .menu>ul>li::after{display: none;}
	header .searchBox .shuru,
	header .searchBox .tijiao{height: 40px;}
	.topDiv{height: 50px;}
	header.indexHeader{background: #fff;top: 0;}
	.on-fixed header.indexHeader{top: 0;}
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu ul ul{top: 0;border: 0;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(120,120,120,.15)}
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;background:0 0}
	/*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(120,120,120,.15);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;z-index:99}
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul li>a:last-child{border-bottom: 0;}
	header {
		position: fixed !important;
		z-index: 99;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo a{height: 50px;line-height: 50px;width: initial;z-index: 0;}
	header .logo img {max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(255, 255, 255, .94);
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: left;
		font-size: 16px;
	}
	
	header .rightDiv .menu>ul {display: block;padding-top: 50px;}
	header .rightDiv .menu ul li a span {display: none;}
	header .rightDiv .menu ul li a.on {background: none;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu ul li i{display: block;}
	header .rightDiv .menu ul li>a{margin: 0;width: calc(100% - 50px);}
	header .rightDiv .menu .linkDiv{display: none;}
	header .rightDiv .menu>ul>li.has-sub{padding: 0;}
	
	header .rightDiv .menu>ul>li>a::before{display: none;}
	.menu ul ul .wrap{padding: 0;border: 0;}
	.menu ul ul,.on-fixed header.indexHeader .wrap,.menu ul ul .ul{box-shadow: none;background: none;border-radius: 0;}
	.menu ul ul li .alist a{margin-top: 0;line-height: 40px;height: 40px;font-size: 14px;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 50px;}
	header .telDiv1 {display: flex!important;align-items: center;height: 50px;font-size: 12px;padding-left: 5px;margin-left: 24%;}
	header .telDiv{display: none;}
	header .telDiv1 img{height: 16px;margin-right: 8px;}
	header .telDiv1 span{font-weight: 700;}
	header .rightDiv .menu>ul>li:hover::before, header .rightDiv .menu>ul>li:focus::before, header .rightDiv .menu>ul>li.on::before, header .rightDiv .menu>ul>li.active::before{display: none;}
	header .line1{height: 50px;}
	header .line1 .kuang{height: 50px;}
	header .line1 .logo{height: 50px;}
	header .line1 .logo img{max-height: 80%;}
	header .line1 .searchBox{display: none;}
	header .line2 .searchBox{display: block;}
	header .line2{height: auto;}
	header .rightDiv .menu>ul>li{width: 100%;}
	header .line2 .searchBox{width: 92%;clear: both;margin: 16px 4%;}
	header .rightDiv .menu>ul>li>a{color: #333333;}	
}
.indp{padding: 60px 0;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.pubTit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.pubTit h2{
	font-size: 24px;
	color: rgb(205, 0, 14);
	font-weight: bold;
}
.pubTit h2::before{
	content: "";
	background-color: rgb(205, 0, 14);
	display: inline-block;
	width: 4px;
	height: 16px;
	margin-right: 16px;
}
.pubTit .moreBtn{
	font-size: 12px;
	color: rgb(153, 153, 153);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 2px;
	line-height: 28px;
	display: block;
	padding: 0 8px;
	transition: all 0.3s;
}
.pubTit .moreBtn:hover{
	color: rgb(205, 0, 14);
	border-color: rgb(205, 0, 14);
}
.indp1 .rowBox{margin: 0;}
.indp1 .leftBox{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	padding: 0 20px 0 0;
}
.indp1 .leftBox .clickBox{
	position: absolute;
	right: 0;
	top: -57px;
}
.indp1 .leftBox .clickBox .eachBox{
	font-size: 12px;
	color: #333333;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 2px;
	line-height: 28px;
	display: inline-block;
	padding: 0 8px;
	margin-left: 8px;
	cursor: pointer;
}
.indp1 .leftBox .clickBox .eachBox.on{
	color: #cd000e;
	border-color: #cd000e;
}
.indp1 .leftBox .showBox .eachBox{display: none;}
.indp1 .leftBox .showBox .eachBox .kuang{justify-content: space-between;}
.indp1 .leftBox .showBox .swiper{
	width: calc(48% - 10px);
}
.indp1 .leftBox .showBox .swiper_indNew .swiper-slide{position: relative;}
.indp1 .leftBox .showBox .swiper_indNew .imgBox{
	display: block;
	height: 294px;
	background: url() center no-repeat;
	background-size: cover;
}
.indp1 .leftBox .showBox .swiper_indNew .imgBox img{display: none;}
.indp1 .leftBox .showBox .swiper_indNew .textBox{
	display: block;
	background-color: rgba(0, 0, 0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	padding: 0 16px;
}
.indp1 .leftBox .showBox .swiper_indNew .tit{
	font-size: 16px;
	color: rgb(255, 255, 255);
	width: 72%;
}
.indp1 .leftBox .showBox .swiper_indNew .swiper-pagination{
	position: absolute;
	right: 0;
	bottom: 0;
	left: unset;
	width: 28%;
	line-height: 40px;
}
.indp1 .leftBox .showBox .swiper_indNew .swiper-pagination-bullet{
	border-radius: 50%;
	background-color: rgba(255, 255, 255,0.7);
	opacity: 1;
	width: 12px;
	height: 12px;
}
.indp1 .leftBox .showBox .swiper_indNew .swiper-pagination-bullet-active{
	background-color: rgb(205, 0, 14);
}
.indp1 .leftBox .showBox .indNewUl{
	width: calc(52% - 10px); 
}
.indp1 .leftBox .showBox .indNewUl li{
	padding: 10px 0;
	border-bottom: 1px dashed #eeeeee;
	justify-content: space-between;
}
.indp1 .leftBox .showBox .indNewUl .tit{
	font-size: 14px;
	color: #333333;
	position: relative;
	padding-left: 10px;
	width: calc(100% - 100px);
}
.indp1 .leftBox .showBox .indNewUl .tit a{
	color: #333333;
	display: block;
}
.indp1 .leftBox .showBox .indNewUl .tit::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgb(205, 0, 14);
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
}
.indp1 .leftBox .showBox .indNewUl .time{
	font-size: 12px;
	color: #999999;
	width: 100px;
	text-align: right;
}
.indp1 .rightBox{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	padding: 0 0 0 20px;
}
.indp1 .rightBox .line1{
	height: 200px;
	margin-bottom: 16px;
}
.indp1 .rightBox .line1 img,
.indp1 .rightBox .line1 video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:fill; 
	display: block;
}
.indp1 .rightBox .line1 .playBox{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(app/xs_council/pc/img/play.png) center no-repeat rgba(0,0,0,0.4);
	cursor: pointer;
}
.indp1 .rightBox .indNewUl2{margin: 0 -7px;}
.indp1 .rightBox .indNewUl2 li{padding: 0 7px;}
.indp1 .rightBox .indNewUl2 .kuang{
	height: 72px;
	background: url() center no-repeat;
	background-size: cover;
}
.indp1 .rightBox .indNewUl2 .tit{
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}
.indp2 .nrBox{margin: -7px;}
.indp2 .nrBox .leftBox,
.indp2 .nrBox .rightBox{padding: 7px;}
.indp2 .nrBox .rightBox .marqueeleft{overflow:hidden;width: 100%;}
.indp2 .nrBox .rightBox .marqueeleft ul{float:left;}
.indp2 .nrBox .rightBox .marqueeleft li{float:left;margin-left:14px;display:inline;width:195px; }
.indp2 .nrBox .kuang{
	height: 274px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	background-color: rgb(255, 255, 255);
	text-align: center;
}
.indp2 .nrBox .imgBox{
	display: block;
	height: 194px;
	background: url() center no-repeat;
	background-size: cover;
}
.indp2 .nrBox .imgBox img{display: none;}
.indp2 .nrBox .textBox{
	height: calc(100% - 194px);
	padding: 8px;
}
.indp2 .nrBox .tit{
	font-size: 16px;
	color: #333333;
	font-weight: 700;
}
.indp2 .nrBox .stit{
	font-size: 14px;
	color: #666666;
	margin-top: 4px;
}
.indp2 .nrBox .desc{
	font-size: 12px;
	color: #333333;
}
.indp2 .nrBox .leftBox li .kuang{
	padding: 10px;
	text-align: left;
}
.indp2 .nrBox .leftBox li .imgBox{
	height: 100%;
	width: 51%;
}
.indp2 .nrBox .leftBox li .textBox{
	height: 100%;
	width: calc(49% - 16px);
	margin-left: 16px;
	height: auto;
}
.indp2 .nrBox .leftBox li .desc{
	margin-top: 20px;
}
.indp2 .nrBox .moreBtn{
	display: inline-block;
	font-size: 12px;
	color: rgb(153, 153, 153);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	background-color: rgb(255, 255, 255);
	line-height: 34px;
	border-radius: 17px;
	margin-top: 20px;
	padding: 0 16px;
}
.indp3 .leftBox .nrBox{
	margin: 0;
}
.indp3 .leftBox .nrBox li{
	padding: 0;
	border: 1px solid #eeeeee;
	padding: 14px 14px 24px;
	text-align: center;
	border-right: 0;
	border-top: 0;
	position: relative;
}
.indp3 .leftBox .nrBox li:after{
	content: "";
	display: block;
	background-color: rgb(238, 238, 238);
	position: absolute;
	right: -5px;
	top: -5px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
}
.indp3 .leftBox .nrBox li:nth-child(-n+3):after,
.indp3 .leftBox .nrBox li:nth-child(3n):after{
	display: none;
}
.indp3 .leftBox .nrBox li:nth-child(3n){
	border-right: 1px solid #eeeeee;
}
.indp3 .leftBox .nrBox li:nth-child(-n+3){
	border-top: 1px solid #eeeeee;
}
.indp3 .leftBox .nrBox li .imgBox{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	background: url() center no-repeat;
	background-size: cover;
}
.indp3 .leftBox .nrBox li .tit{
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 1.8;
	text-align: center;
	margin-top: 12px;
}
.indp3 .rightBox .nrBox{
	margin: -8px;
}
.indp3 .rightBox .nrBox li{
	padding: 8px;
}
.indp3 .rightBox .nrBox li .imgBox{
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	background: url() center no-repeat;
	background-size: cover;
}
.indp3 .rightBox .nrBox li .imgBox img{display: none;}
.indp3 .rightBox .nrBox li .tit{
	margin-top: 4px;
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 1.8;
	text-align: center;
}
.yqlink{
	background-color: rgb(245, 245, 245);
	padding: 16px 0;
}
.yqlink .nrBox{
	padding-left: 88px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.yqlink .tit{
	font-size: 14px;
	color: #333333;
	width: 88px;
	position: absolute;
	left: 0;
	top: 0;
}
.yqlink a{
	font-size: 14px;
	color: #333333;
	margin-right: 24px;
	line-height: 24px;
}
footer{
	background: #181818;
	color: #fefefe;
}
footer .line1{
	padding: 72px 0;
}
footer .line1 .rowBox{
	margin: 0;
	align-items: flex-start;
}
footer .leftBox{
	padding: 0 32px 0 0;
	align-items: flex-start;
	justify-content: space-between;
}
footer .leftBox .footNav{min-width: 200px;}
footer .leftBox .coltit{
	font-weight: 700;
	font-size: 18px;
	color: #fefefe;
	margin-bottom: 16px;
}
footer .leftBox .collj a{
	display: block;
	font-size: 14px;
	color: #fefefe;
	margin-bottom: 8px;
}
footer .rightBox{
	padding: 0 0 0 32px;
	border-left: 1px solid rgba(255,255,255,0.2);
	font-size: 14px;
	align-items: flex-start;
}
footer .rightBox .ewmBox{
	width: 32%;
	margin-right: 20px;
	text-align: center;
}
footer .rightBox .ewmBox p{text-align: center;margin-top: 8px;}
footer .rightBox .infoBox{
	width: calc(68% - 20px);
}
footer .rightBox .infoBox .tel{
	color: #ff1e1e;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
}
footer .rightBox .infoBox .dizhi{
	margin-top: 8px;
}
footer .rightBox .infoBox .shareBox{
	margin-top: 16px;
	text-align: right;
}
footer .rightBox .infoBox .shareBox a{
	display: inline-block;
	margin-left: 16px;
}
footer .banquan{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 8px 0;
	text-align: center;
	font-size: 12px;
}
footer .banquan a{
	color: #fefefe;
}
@media (max-width:1200px) {
	footer .leftBox .footNav{min-width: unset;}
}
@media (max-width:996px) {
	.indp{padding: 48px 0;}
	.indp1 .leftBox,
	.indp1 .rightBox{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.indp1 .leftBox .showBox .swiper_indNew .imgBox{height: 224px;}
	.indp1 .leftBox .showBox .swiper{width: 50%;margin-right: 16px;}
	.indp1 .leftBox .showBox .indNewUl{width: calc(50% - 16px);}
	.indp1 .leftBox .showBox .indNewUl li{padding: 5px 0;}
	.indp1 .leftBox .showBox .indNewUl .tit{width: calc(100% - 80px);}
	.indp1 .leftBox .showBox .indNewUl .time{width: 80px;}
	.indp1 .rightBox{margin: 40px 0 0;padding: 0;}
	.indp1 .rightBox .line1{height: unset;}
	.indp1 .rightBox .indNewUl2 .kuang{height: 160px;}
	.indp3 .rightBox{margin-top: 40px;}
	footer .rightBox{border-left: 0;border-top: 1px solid rgba(255,255,255,0.2);padding: 16px 0 0;margin-top: 16px;}
}
@media (max-width:768px) {
	.indp{padding: 32px 0;}
	.pubTit{margin-bottom: 12px;}
	.pubTit h2{font-size: 20px;}
	.pubTit h2::before{height: 12px;}
	.indp1 .leftBox{padding: 0;}
	.indp1 .leftBox .clickBox{
		position: relative;
		top: unset;
		right: unset;
		text-align: center;
		margin-bottom: 10px;
	}
	.indp1 .leftBox .showBox .eachBox .kuang{display: block;}
	.indp1 .leftBox .showBox .swiper{width: 100%;}
	.indp1 .leftBox .showBox .indNewUl{width: 100%;margin-top: 12px;}
	.indp1 .rightBox .indNewUl2 li{width: calc(100% / 3);}
	.indp1 .rightBox .indNewUl2 .kuang{height: 80px;}
	.indp2 .nrBox{margin: -4px;}
	.indp2 .nrBox li{width: 50%;}
	.indp2 .nrBox .kuang{height: unset;}
	.indp2 .nrBox .imgBox{height: 120px;}
	.indp2 .nrBox .leftBox li{width: 100%;}
	.indp2 .nrBox .leftBox li .kuang{height: unset;}
	.indp2 .nrBox .leftBox li .imgBox{background: none;}
	.indp2 .nrBox .leftBox li .imgBox img{display: block;}
	.indp2 .nrBox .rightBox .marqueeleft li{width: 120px;margin-left: 8px;}
	.indp3 .leftBox .nrBox li,
	.indp3 .leftBox .nrBox li:nth-child(3n),
	.indp3 .leftBox .nrBox li:nth-child(-n+3){width: 50%;border-right: 0;border-top: 0;}
	.indp3 .leftBox .nrBox li:nth-child(2n){border-right: 1px solid #eeeeee;} 
	.indp3 .leftBox .nrBox li:nth-child(-n+2){border-top: 1px solid #eeeeee;}
	.indp3 .rightBox .nrBox{margin: -4px;}
	.indp3 .rightBox .nrBox li{padding: 4px;width: 50%;}
	.indp3 .rightBox .nrBox li .tit{line-height: 1.5;}
	.yqlink{padding: 8px 0;}
	footer .line1{padding: 32px 0;}
	footer .leftBox .coltit{margin-bottom: 8px;}
	footer .leftBox .collj a{margin-bottom: 4px;}
	footer .rightBox .infoBox .tel{font-size: 24px;}
	.indp3 .leftBox .nrBox li:nth-child(-n+3):after,
	.indp3 .leftBox .nrBox li:nth-child(3n):after{
		display: block;
	}
	.indp3 .leftBox .nrBox li:nth-child(-n+2):after,
	.indp3 .leftBox .nrBox li:nth-child(2n):after{
		display: none;
	}
}
.nyBox{
	padding-bottom:60px;
}
.local{
	padding: 12px 0;
	font-size: 12px;
	color: #999999;
	padding-left: 20px;
	background: url(../img/home.png) left center no-repeat;
	background-size: 14px;
}
.local a{
	padding: 12px 0;
	font-size: 12px;
	color: #666666;
}
.leftNav{
	width: 210px;
	margin-right: 40px;
	background: #cd000e;
	color: #ffffff;
}
.leftNav .typename{
	text-align: center;
	background: #d7333e;
	padding: 24px 8px;
}
.leftNav .typename h2{
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.leftNav .typename h3{
	font-size: 12px;
	margin: 8px 0 0;
}
.leftNav .erjiBox{
	padding: 14px 0 32px;
}
.leftNav .erjiBox a{
	display: block;
	padding: 12px 24px;
	color: #ffffff;
	font-size: 15px;
	border-left: 4px solid #cd000e;
}
.leftNav .erjiBox a.on{
	color: #cd000e;
	background: #ffffff;
	border-color: #edbe1d;
}
.leftNav .infoBox{
	margin: 0 10px;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 24px 0 40px;
	font-size: 12px;
	line-height: 1.8;
}
.rightCon{
	width: calc(100% - 250px);
}
.rightCon .daTit{
	margin-bottom: 28px;
	background: url(../img/xian.png) center no-repeat;
	background-size: 100% 3px;
}
.rightCon .daTit span{
	font-size: 18px;
	color: rgb(205, 0, 14);
	font-weight: bold;
	display: block;
	background: #ffffff;
	padding-right: 16px;
	float: left;
} 
.rightCon .indp1 .leftBox{
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.rightCon .indp1 .leftBox .kuang{
	justify-content: space-between;
}
.newsUl1{margin-top: 16px;}
.newsUl1 li{
	padding: 20px 0;
	border-bottom: 1px dashed #eeeeee;
}
.newsUl1 li:last-child{border-bottom: 0;}
.newsUl1 .imgBox{
	width: 240px;
	margin-right: 32px;
	display: block;
}
.newsUl1 .textBox{
	width: calc(100% - 272px);
	text-align: left;
}
.newsUl1 .textBox .tit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.newsUl1 .textBox .desc{
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin: 12px 0 0;
}
.newsUl1 .textBox .info{
	justify-content: space-between;
	margin: 20px 0 0;
}
.newsUl1 .textBox .time{
	font-size: 12px;
	color: rgb(153, 153, 153);
}
.newsUl1 .textBox .more{
	display: block;
	font-size: 12px;
	color: rgb(153, 153, 153);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(230, 230, 230);
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	width: 84px;
	line-height: 36px;
	text-align: center;
	transition: all 0.3s;
}
.newsUl1 .textBox .more:hover{
	border-color: #cd000e;
	color: #cd000e;
}
.xiaocms-page{text-align: center;margin-top: 48px;}
.xiaocms-page a,
.xiaocms-page span{ 
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 14px; 
	color: #333333; 
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #eeeeee;
	margin: 0 4px;
}
.xiaocms-page span{
	background-color: #cd000e;
	border-color: #cd000e;
	color:#ffffff; 
}
.detailnr{
	
}
.detailnr .dnrTit{
	font-size: 24px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.detailnr .dnrInfo{
	font-size: 12px;
	color: rgb(153, 153, 153);
	text-align: center;
	margin-top: 16px;
}
.detailnr .dnrInfo .auther{
	padding-left: 24px;
	background: url(../img/detaili1.png) left center no-repeat;
	background-size: 16px;
}
.detailnr .dnrInfo .time{
	padding-left: 24px;
	background: url(../img/detaili2.png) left center no-repeat;
	background-size: 16px;
	margin-left: 44px;
}
.detailnr .dnrCon{
	border-top: 1px solid #eeeeee;
	margin-top: 16px;
	padding: 24px 0;
	line-height: 1.5;
}
.detailnr .dnrCon .xqimg{
	width: 200px;
	margin-right: 16px;
}
.detailnr .dnrCon .xqwnz{
	width: calc(100% - 216px);
}
.detailnr .dnrCon .xqwnz .tit{
    font-size: 18px;
    font-weight: bold;
	color: #666666;
}
.detailnr .dnrCon .xqwnz .zhiwei{
    margin-top: 4px;
    font-size: 14px;
    border-bottom: 2px solid #73ABDE;
	padding-bottom: 8px;
}
.detailnr .dnrCon .xqwnz .xqnr{
    padding: 16px 0;
}
.detailnr .dnrCon .xqwnz *{max-width: 100%;}

 
.newsUl2{margin-top: 20px;}
.newsUl2 li {
    padding: 10px 0;
    border-bottom: 1px dashed #eeeeee;
    justify-content: space-between;
}
.newsUl2 .tit {
    font-size: 14px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    width: calc(100% - 100px);
}
.newsUl2 .tit::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
}
.newsUl2 .tit a {
    color: #333333;
    display: block;
}
.newsUl2 .time {
    font-size: 12px;
    color: #999999;
    width: 100px;
    text-align: right;
}
.newsUl3{margin: -15px -10px;}
.newsUl3 li{padding: 15px 10px;}
.newsUl3 .imgBox{display: block;}
.newsUl3 .imgBox img{width: 100%;}
.newsUl3 .tit{
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-top: 8px;
	display: block;
}
.newsUl3 .desc{
	font-size: 12px;
	color: rgb(153, 153, 153);
	margin-top: 8px;
}
.newsUl3 .time{
	font-size: 12px;
	color: rgb(153, 153, 153);
	margin-top: 8px;
}
@media (max-width:768px) {
    .xiaocms-page a, .xiaocms-page span{
        margin-bottom: 4px;
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        padding: 0px 4px;font-size: 14px;}
    .xiaocms-page{margin: 16px 0;}
	.nyBox{padding-bottom: 32px;}
	.leftNav{width: 100%;float: none;}
	.leftNav .typename{padding: 8px;}
	.leftNav .typename h2{display: inline-block;}
	.leftNav .typename h3{display: inline-block;}
	.leftNav .erjiBox,
	.leftNav .infoBox{padding: 8px 0;}
	.leftNav .erjiBox a{padding: 8px;}
	.rightCon{width: 100%;float: none;margin-top: 16px;}
	.rightCon .daTit{margin-bottom: 8px;}
	.rightCon .indp1 .leftBox .kuang{display: block;}
	.newsUl1 li{padding: 12px 0;display: block;}
	.newsUl1 .imgBox{width: 100%;margin: 0;}
	.newsUl1 .imgBox img{width: 100%;}
	.newsUl1 .textBox{width: 100%;margin: 8px auto 0;}
	.newsUl1 .textBox .tit{font-size: 16px;}
	.newsUl1 .textBox .desc{margin-top: 4px;}
	.newsUl1 .textBox .info{margin-top: 8px;}
	.newsUl1 .textBox .more{line-height: 28px;}
	.detailnr .dnrTit{font-size: 18px;}
	.detailnr .dnrInfo{margin-top: 8px;}
	.detailnr .dnrInfo .time{margin-left: 16px;}
	.detailnr .dnrCon{padding: 16px 0;}
	.newsUl3{margin: 0;}
	.newsUl3 li{padding: 8px 0;}
	.newsUl3 .desc{margin-top: 0;}
	.newsUl3 .time{margin-top: 4px;}
	
	.detailnr .dnrCon .xqimg{
		width: 100%;
		margin: 0 0 16px;
	}
	.detailnr .dnrCon .xqwnz{
		width: 100%;
	}
}
.share_box a{position: relative;display: inline-block;}
.share_box .barweixin_weixin {
	position: absolute;
	width: 150px;
	height: 172px;
	padding: 0;
	margin: 0;
	z-index: 11000;
	left: calc(50% - 75px);
	bottom: 24px;
	text-align: center
}

.share_box .barweixin_weixin .sharebg {
	background-color: #ffffff;
	width: 150px;
	height: 172px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1)
}

.share_box .barweixin_weixin .barweixin_head {
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	position: relative;
	color: #000
}
.share_box .barweixin_weixin .wxcodeqr {
	padding: 24px 24px 0 24px;
	min-height: 102px;
	width: 100%;
	height: 136px; 
}
.share_box .barweixin_weixin .barweixin_headfoot {
	font-size: 12px;
	text-align: center;
	color: #666
}
.videoShow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
.videoShow .yinying{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.videoShow .nrbox{
	width: 50%;
	position: relative;
}
.videoShow .nrbox video,
.videoShow .nrbox img{
	width: 100%;
}
.videoShow .nrbox i.close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: -40px;
	top: -40px;
	background: url(../img/close.png) center no-repeat;
	background-size: cover;
}
@media (max-width:768px) { 
	.videoShow .nrbox{width: 88%;}
	.videoShow .nrbox i.close{right: 0;}
}