body{padding: 0;margin: 0;font-family: "Source Han Sans CN";font-size: 16px;color: #333;overflow-x:hidden;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.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;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;}
.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: #eeeeee;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.bgBox{background: url() center no-repeat;background-size: cover;}
.container{padding: 0 16px;width: 1400px;}
@media (min-width:1200px) {.container{padding: 0 16px;width: 1400px;max-width: 100%;}}



/**导航菜单**/
.topDiv{height: 164px;}
header{position: fixed;top: 0;left: 0;z-index: 99;height: 164px;width: 100%;transition: all .3s;background: rgba(255,255,255,1);}
header.on-fixed{background: rgba(255,255,255,1);top: 0;box-shadow: 0px 0px 20px rgba(132,132,132,0.15);height: 100px;}
header .line1{height: 64px;line-height: 64px;border-bottom: 1px solid #d5d5d5;padding: 0 60px;transition: all .3s;}
header.on-fixed .line1{height: 0px;overflow: hidden;border: 0;}
header .l1Left{font-size: 18px;color: rgb(102, 102, 102);font-weight: 100;}
header .logo{height: 100px;/* margin-left: -64px; */}
header .logo img{max-height: 56px;}
header .lang2{display: none;}
header .telDiv{font-size: 24px;color: rgb(6, 61, 209);line-height: 40px;font-weight: 700;}
header .telDiv2{justify-content: flex-end;width: 100%;display: flex;align-items: center;}
header .telDiv1{display: none;}
header .telDiv2 img{margin-right: 8px;height: 28px;}
header .telDiv2 img:nth-child(3){margin-left:16px;}
header .menu>li{margin-left: 14px;position: relative;}
header .menu .yiji{font-size: 22px;color: rgb(0, 0, 0);height: 100px;line-height: 100px;padding: 0 16px;display: block;}
header .menu .lang{font-size: 26px;color: rgb(51, 51, 51);width: max-content;display: flex;justify-content: center;align-items: center;}
header .menu .lang a{color: #0022cf;}
header .menu .lang span{color: #0022cf;}
header .menu li:hover .yiji,
header .menu li.on .yiji{color: #ffffff;background: rgb(5, 63, 209);}
header .menu .erjiB{
	position: absolute;
	left: 0;
	top: 100px;
	display: none;
	/* padding-top: 20px; */
}
@media (min-width:996px) {header .menu li:hover .erjiB{display: block;}}
header .menu .erjiB .kuang{
	background: #ffffff;
	padding: 8px 16px;
	width: max-content;
	/* max-width: 723px; */
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	position: relative;
}
header .menu .erjiUl{min-width: 128px;float: left;width: max-content;}
header .menu .imgB{float: right;}
header .menu .imgB img{height: 288px;}
header .menu .erjiUl a{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 2.4;
	display: block;
}
.banner img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{width: 48px;height: 2px;background: #ffffff;}
.banner .swiper-pagination-bullet-active{background: #215ae9;}
.pubTit{text-align: center;margin-bottom: 40px;}
.pubTit .tit{font-size: 38px;font-weight: 700;}
.pubTit .desc{font-size: 18px;color: #666666;}
.pubTit .desc::after{
	content: "";
	display: block;
	width: 45px;
	height: 2px;
	background: #215ae9;
	margin: 4px auto;
}
.indp{padding: 80px 0;}
.indp1{margin-top: 5px;}
.indp1 .nrBox{justify-content: space-around;align-items: flex-start;}
.indp1Ul li{width: 22%;text-align: center;}
.indp1Ul li .icon img{transition: all 0.3s;}
.indp1Ul li:hover .icon img{transform: scale(1.1);}
.indp1Ul .tit{
	font-size: 28px;
	color: rgb(51, 51, 51);
	line-height: 1;
	margin-top: 32px;
	font-weight: 700;
}
.indp1Ul .desc{
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	margin-top: 24px;
}
.indp2Left{width: 320px;border: 1px solid #eeeeee;}
.indp2Left .allName{
	background: rgb(5, 63, 209);
	width: 100%;
	line-height: 72px;
	font-size: 30px;
	color: rgb(255, 255, 255);
	padding: 0 20px;
}
.indp2Left .yijiul{
	background: #ffffff;
	width: 100%;
	padding-bottom: 20px;
}
.indp2 .indp2Left .yijiul{padding-bottom:0;}
.indp2Left .yijili{
	border-bottom: 1px solid #f0f0f0;
	padding: 0 20px;
}
.indp2Left .yijili a{
	display: block;
	font-size: 18px;
	color: #333333;
	padding: 18px 0;
}
.indp2Left .yijili:last-child{border-bottom: 0;}
.indp2Left .yijili:last-child>a{border-bottom: 0;}
.indp2Left .yijili.on>a,
.indp2Left .yijili:hover>a{color: #053fd1;}
/* .indp2Left .yijili.hasdown .erjiul{display: none;} */
/* .indp2Left .yijili.hasdown.on .erjiul{display: block;} */
.indp2Left .hasdown .erjiul{padding: 8px 20px;background: #f3f2f2;}
.indp2Left .erjili{padding-left: 16px;position: relative;}
.indp2Left .erjili::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #666666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
}
.indp2Left .erjili a{color: #666666;font-size: 16px;padding: 6px 0;display: block;}
.indp2Right{width: calc(100% - 338px);}
.indp2Ul{margin: 0 -6px;}
.indp2Ul li{padding: 0 6px;}
.indp2Ul .imgB{overflow: hidden;height:230px;}
.indp2Ul .imgB img{width: 100%;display: block;transition: all 0.3s;}
.indp2Ul .imgB:hover img{transform: scale(1.1);}
.indp2Ul .tit{
	font-size: 16px;
	color: #333333;
	text-align: center;
	height: 46px;
	line-height: 46px;
	background: #ffffff;
}
.indp2Ul li .tit{transition: all 0.3s;}
.indp2Ul li:hover .tit{
	background: rgb(4, 62, 210);
	color: #ffffff;
}
/* .indp3 .nrBox{padding: 40px 6vw;} */
.indp3 .swiper-pagination{display: none;}
.indp3 .swiper-button-prev{
	left: -88px;
}
.indp3 .swiper-button-next{
	right: -88px;
}
.indp3 .swiper-button-prev,
.indp3 .swiper-button-next{
	background: rgb(4, 62, 210);
	width: 60px;
	height: 88px;
	top: calc(50% - 44px);
	margin: 0;
}
.indp3 .swiper-button-prev::after,
.indp3 .swiper-button-next::after{
	color: #ffffff;
	font-size: 44px;
	font-weight: 100;
}
.indp3 .nrBox .imgB{overflow: hidden;}
.indp3 .nrBox .imgB img{transition: all 0.3s;width:100%;}
.indp3 .nrBox .swiper-slide:hover .imgB img{transform: scale(1.1);}
.indp3 .nrBox .tit{
	border: 2px solid #215ae9;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 114px);
	top: calc(50% - 114px);
	width: 228px;
	height: 228px;
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indp3 .nrBox .tit span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #215ae9;
	font-size: 22px;
	color: #ffffff;
	line-height: 1.25;
	text-align: center;
	padding: 16px;
	transition: all 0.3s;
}
/* .indp3 .nrBox .swiper-slide:hover .tit span{transform: rotate(360deg);} */
/* .indp4{padding: 8.5vw 0;} */
.indp4Left{width: 42%;padding: 0 0 18px 18px;position: relative;}
.indp4Left::after{
	content: "";
	background: #d9d9d9;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.indp4Left .videoB{width: 100%;z-index: 2;}
.indp4Left video{width: 100%;display: block;}
.indp4Left .playBtn{
	width: 56px;
	height: 56px;
	position: absolute;
	left: calc(50% - 28px);
	top: calc(50% - 28px);
	cursor: pointer;
}
.indp4Right{width: 53%;}
.indp4Right .txt1{
	font-size: 26px;
	color: rgb(1, 1, 1);
}
.indp4Right .txt1::after{
	content: "";
	display: block;
	background-color: rgb(5, 63, 209);
	width: 100px;
	height: 3px;
	margin-top: 4px;
}
.indp4Right .txt2{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	margin: 8px 0 0;
}
.indp4Right .indp4Ul{margin-top: 8px;text-align: center;}
.indp4Right .indp4Ul img{transition: all 0.5s;}
.indp4Right .indp4Ul li:hover img{transform: rotateY(180deg);}
.indp4Right .indp4Ul p{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.857;
	margin: 0px 0 0 ;
}
.indp5 .nrBox{border: 1px solid #999;padding: 8px;flex-wrap: wrap;align-items: inherit;}
.indp5Left{width: calc(100% - 370px);}
.indp5Left .textB{width: 48%;position: relative;height:100%;}
.indp5Left .textB .time{background: url(../img/icon2.png) center top no-repeat;width: 66px;height: 80px;font-size: 14px;color: #ffffff;padding-bottom: 16px;text-align: center;line-height: 1.4;}
.indp5Left .textB .time b{font-size: 20px;font-weight: 400;display: block;}
.indp5Left .textB .tit{display: block;font-size: 18px;color: #333333;margin-top: 32px;border-bottom: 1px solid #333333;padding: 4px 0;}
.indp5Left .textB .desc{font-size: 14px;color: rgb(51, 51, 51);line-height: 1.8;margin: 16px 0 0;}
.indp5Left .textB .more{margin-top: 36px;display: block;background-color: rgb(33, 90, 233);width: 130px;text-align: center;height: 38px;line-height: 38px;font-size: 14px;color: rgb(255, 255, 255);transition: all 0.3s;position: absolute;
    left: 0;
    bottom: 0;}
.indp5Left .textB .more:hover{background-color: rgb(2,70,239);}
.indp5Left .imgB{width: calc(48% - 10px);overflow: hidden;}
.indp5Left .imgB img{width: 100%;display: block;transition: all 0.3s;}
.indp5Left .imgB{width: calc(48% - 10px);overflow: hidden;height:100%;position: relative;}
.indp5Left .imgB .bgb{width: 100%;display: block;transition: all 0.3s;height:100%;background:url() center no-repeat;position: absolute;left: 0;top: 0;}
.indp5Left .imgB img{width: 100%;display: block;transition: all 0.3s;opacity: 0;}
.indp5Left .imgB:hover img{transform: scale(1.1);}
.indp5Right{width: 350px;}
.indp5Right .clickB{background-color: rgb(5, 63, 209);width: 100%;height: 46px;justify-content: flex-start;}
.indp5Right .clickB span,
.indp5Right .clickB a{height: 46px;line-height: 46px;color: #ffffff;font-size: 18px;display: flex;cursor: pointer;width: calc(90% / 3);text-align: center;line-height: 1;padding: 4px;align-items: center;justify-content: center;}
.indp5Right .clickB span i{font-style: normal;}
.indp5Right .clickB a{width: 10%;}
.indp5Right .clickB span.on{background-color: #4f79df;}
.indp5Right .showB .each{display: none;}
.indp5Ul li{padding: 6px 0;border-bottom: 1px solid #e0e0e0;}
.indp5Ul li:last-child{border-bottom: 0;}
.indp5Ul .tit{font-size: 16px;color: rgb(51, 51, 51);line-height: 1.5;}
.indp5Ul .time{font-size: 12px;color: rgb(51, 51, 51);}
footer{
	border-top: 130px solid rgb(33, 90, 233);
	color: #333333;
}
footer a{color: #333333;}
footer a:hover{color: #000000;}
footer .line1{padding: 16px 0 48px;}
footer .line1 .col,
footer .line1 .col2{padding: 0 16px;}
footer .fTit{font-size: 20px;margin-bottom: 20px;}
footer .fNr a{font-size: 14px;color: #666666;display: block;margin-bottom: 4px;}
footer .ewmo{margin: 0 14px;}
footer .ewmo img{width: 140px;}
footer .ewmo p{
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
}
.banquan{
	border-top: 1px solid #68707b;
	padding: 16px 0;
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin: 0 70px;
}
.banquan a{color: #666666;}
.location{
	font-size: 16px;
	color: rgb(153, 153, 153);
	line-height: 1.8;
	padding: 16px 0;
	border-bottom: 1px solid #cbcbcb;
}
.location a{color: rgb(153, 153, 153);}
.location a:hover{color: #333333;}
.nyP .nrBox{padding: 56px 0 148px;}
.xiaocms-page{text-align: center;margin-top: 48px;}
.xiaocms-page a,
.xiaocms-page span{
	background: #ffffff;
	min-width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px; 
	color: #acacac; 
	padding: 0 8px;
	display: inline-block;
	text-align: center;
	border: 1px solid rgb(191, 191, 191);
	border-radius: 4px;
	margin: 0 4px;
}
.xiaocms-page span{
	border-color: #053fd1;
	background-color: #053fd1;
	color:#ffffff; 
}
.newsUl li{margin-top: 40px;padding: 40px;background: #ffffff;box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);}
.newsUl li:first-child{margin-top: 0;}
.newsUl .imgB{display: block;width: 39%;}
.newsUl .textB{display: block;width: 58%;}
.newsUl .tit{
	font-size: 22px;
	color: rgb(51, 51, 51);
	display: block;
}
.newsUl .time{
	font-size: 14px;
	color: rgb(153, 153, 153);
	margin-top: 16px;
}
.newsUl .desc{
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	margin-top: 16px;
}
.newsUl .more{
	display: block;
	font-size: 16px;
	color: rgb(255, 255, 255);
	background-color: rgb(33, 90, 233);
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin-top: 40px;
	text-align: center;
}
.detailP .pageTit{
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.detailP .infoBox{
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #cbcbcb;
}
.detailP .infoBox .click{margin-left: 72px;}
.detailP .nrBox{padding: 32px 4.2vw;font-size: 18px;color: #666666;line-height: 1.6;}
.detailP .nrBox *{max-width: 100%;}
.detailP .shareB{padding: 24px 0;text-align: right;}
.detailP .shareB a{font-size: 20px;color: #666666;margin-left: 48px;}
.detailP .shareB a:first-child{margin-left: 0;}
.detailP .fanye{
	font-size: 18px;
	color: #666666;
}
.detailP .fanye p{
	margin-top: 8px;
	background-color: rgb(238, 238, 238);
	width: 100%;
	line-height: 1.6;
	padding: 8px 24px;
}
.detailP .fanye a{color: #666666;}
.detailP .fanye a:hover{color: rgb(51, 51, 51);}


















.detailP .nrBox table{width:900px !important;max-width: 100% !important;}
.detailP .nrBox table td{width:unset !important;}







@media (min-width: 992px){.container{max-width: 100%;}}
@media (min-width: 768px){.container{max-width: 100%;}}
/* @media (max-width:1890px) {
	header .menu>li{margin-left: 16px;}
	.indp2Left{width: 324px;}
	.indp2Right{width: calc(100% - 348px);}
	.indp2Ul{margin: -8px;}
	.indp2Ul li{padding: 8px;}
	.indp3 .nrBox .tit{width: 160px;height: 160px;left: calc(50% - 80px);top: calc(50% - 80px);}
	.indp3 .nrBox .tit span{font-size: 20px;}
}
@media (max-width:1620px) {
header .menu > li{margin:0;}
	header .menu .yiji,
	header .menu .lang{font-size: 20px;}
	header .menu .erjiUl a{font-size: 18px;}
	header .menu .yiji{padding: 0 8px;}
	header .logo{width: 20vw;}
	header .telDiv{font-size: 24px;}
	.indp3 .swiper-button-prev, .indp3 .swiper-button-next{width: 48px;height: 64px;}
	.indp3 .swiper-button-prev::after, .indp3 .swiper-button-next::after{font-size: 32px;}
	.indp4Left{padding: 0;}
	.indp4Right .playBtn {width: 64px;height: 64px;left: calc(50% - 32px);top: calc(50% - 32px);}
	.indp4Left .desc{line-height: 2;margin-top: 16px;}
	.indp4Left .tit{font-size: 40px;}
	.indp5 .nrBox{display: block;}
	.indp5Left{width: 100%;}
	.indp5Left .textB{width: calc(50% - 24px);}
	.indp5Left .imgB{width: 50%;}
	.indp5Right{width: 100%;margin-top: 16px;}
	.indp5Ul li{padding: 16px 0;}
	footer .fTit{font-size: 22px;}
} */
@media (max-width:1600px) {
	header .menu .erjiB{top: 100px;}
	header .menu .erjiUl a{font-size: 16px;}
	header .l1Left,
	header .telDiv,
	header .menu .lang,
	header .menu .yiji{font-size: 18px;}
	header,
	.topDiv{height: 164px;}
	header .menu .yiji,
	header .logo{height: 100px;line-height: 100px;}
	header .logo{margin-left: 0;}
	header .logo img{max-height: 48px;}
	header.on-fixed{height: 100px;}
	.indp1Ul li .icon img{width: 140px;}
	.indp2Left .yijili a{font-size: 16px;padding: 14px 0;}
	.indp2Left .allName{font-size: 26px;line-height: 64px;}
	.indp3 .swiper-button-prev{left: 0;}
	.indp3 .swiper-button-next{right: 0;}
	.indp3 .swiper-button-prev, .indp3 .swiper-button-next{width: 32px;height: 56px;top: calc(50% - 28px);}
	.indp3 .swiper-button-prev::after, .indp3 .swiper-button-next::after{font-size: 20px;}
	.indp3 .nrBox{margin: 0 48px;}
	.indp3 .nrBox .tit{width: 160px;height: 160px;padding: 8px;left: calc(50% - 80px);top: calc(50% - 80px);}
	.indp3 .nrBox .tit span{font-size: 18px;}
}
@media (max-width:1200px) {
	/* header .menu{clear: both;}
	header .menu>li{margin-left: 0;}
	header .menu .yiji{padding: 0 8px;}
header .menu .yiji, header .menu .lang{font-size: 18px;}
	header .menu .lang{display: none;}
	header .telDiv2{float: right;width: auto;}
	header .lang2{display: flex;float: right;margin-right: 16px;height: 40px;color: #333333;justify-content: center;align-items: center;font-size: 20px;}
	header .lang2 span{margin: 0 16px;}
	header .lang2 a{color: #333333;} */
	header .l1Left, header .telDiv, header .menu .lang, header .menu .yiji{font-size: 16px;}
	header .line1{padding: 0 16px;}
	header .menu .yiji{padding: 0 12px;}
	header .menu>li{margin-left: 0;}
	.indp2Left{width: 240px;}
	.indp2Right{width: calc(100% - 256px);}
	.indp2 .indp2Ul li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.indp2Ul .tit{height: 36px;line-height: 36px;}
	.indp4Right .indp4Ul img{width: 56px;}
	.indp5Left{display: block;width: 50%;}
	.indp5Right{width: 48%;}
	.indp5Left .textB,
	.indp5Left .imgB{width: 100%;}
	.indp5Left .textB .time{display: none;}
	.indp5Left .textB .tit{margin-top: 0;}
	.indp5Left .textB .more{display: none;}
	.indp5Left .imgB{margin-top: 16px;}
	.indp5Left .textB .desc{-webkit-line-clamp: 1;}
	.indp5Ul li{padding: 16px 0;}
	.indp1Ul li .icon img{max-width: 88px;}
	.indp1Ul li{width: 23%;}
	.indp2 .nrBox{padding: 24px 0;}
	.indp2Left .allName{font-size: 24px;padding: 8px 16px;line-height: unset;}
	.indp2Left .yijili{padding: 0 16px;}
	.indp2Left .yijili>a{padding: 12px 0;}
	.indp3 .nrBox .tit{padding: 12px;width: 132px;height: 132px;left: calc(50% - 66px);top: calc(50% - 66px);}
	footer{border-top-width: 40px;}
	footer .line1{flex-wrap: wrap;padding: 16px 0;}
	footer .col{width: calc(100% / 6);}
	footer .ewm{width: 100%;margin-top: 16px;justify-content: center;}
	
}
@media (max-width:996px) {
	header .line1{display: none;}
	header.on-fixed{height: 50px;}
	header{top: 0;height: 50px;z-index: 99;}
	header .container{padding: 0 0 0 16px;}
	header .logo{width: auto;height: 50px;}
	header .logo img{max-height:36px;}
	header .telDiv2{display: none;}
	header .lang2{font-size: 16px;height: 50px;margin-right: 0;}
	header .lang2 span{margin: 0 8px;}
	header .mbtn{
		display: block;
		width: 50px;
		height: 50px;
		background: url(../img/menu1.png) center no-repeat;
		float: right;
	}
	.topDiv{height: 50px;}
	header .menu{
		position: fixed;
		right: -80%;
		top: 50px;
		background: #ffffff;
		display: block;
		width: 80%;
		height: calc(100vh - 50px);
		z-index: 99;
		transition: all 0.3s;
	}
	header.openEj .menu{right: 0;}
	header .menu .yiji{font-size: 18px;}
	header .menu .erjiB{display: block;position: relative;width: 100%;top: unset;height: unset;box-shadow: none;padding: 0;display: none;}
	header .menu .erjiB .kuang{display: block;width: 100%;}
	header .menu .erjiUl{width: 100%;}
	header .menu .imgB{width: 100%;display: none;}
	header .menu .erjiUl a{font-size: 16px;}
	header .menu .erjiB .kuang{padding: 8px 24px;box-shadow: none;}
	header .menu .hasDown .yiji{position: relative;}
	header .menu .hasDown .yiji::after{content: '+';position: absolute;right: 16px;top: 50%;transform: translateY(-50%);}
	header .menu .hasDown.on1 .yiji::after{content: '-';}
	.headyy{
		position: fixed;
		right: 0;
		top: 50px;
		background: rgba(0,0,0,0.8);
		display: block;
		width: 100%;
		height: 100vh;
		z-index: 98;
		display: none;
	}
	.pubTit{padding: 12px;margin-bottom: 16px;padding: 0 16px;}
	.pubTit .tit{font-size: 24px;}
	.pubTit .desc{font-size: 14px;}
	.indp{padding: 40px 0;}
	.indp1{margin-top: 0;}
	.indp1Ul{flex-wrap: wrap;}
	.indp1Ul .icon img {max-width: 48px;}
	.indp1Ul .tit{font-size: 16px;margin-top: 16px;}
	.indp1Ul .desc{font-size: 14px;}
	.indp1Ul li{width: 100%;padding: 8px;}
	.indp1Ul li>a{position: relative;padding-left: 80px;text-align: left;}
	.indp1Ul li .icon{position: absolute;left: 0;top: 0;}
	.indp1Ul li .icon img{max-width: unset;height: 48px;width: auto;}
	.indp1Ul .desc{margin-top: 4px;}
	.indp2Left{width: 100%;float: none;}
	.indp2Left .allName{font-size: 20px;text-align: center;}
	.indp2Left .yijiul{background: none;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
	.indp2Left .yijili{padding: 0 12px;display: block;background: #ffffff;width: 100%;border: 0;margin-bottom: 4px;}
	.indp2Left .yijili.hasdown{padding-bottom: 6px;}
	.indp2Left .yijili>a{font-size: 16px;padding: 6px 0;}
	.indp2Right{width: 100%;float: none;margin-top: 16px;}
	.indp2Ul{margin: 0 -4px;}
	.indp2Ul li{width: 50%;padding: 0 4px;}
	.indp2 .indp2Ul li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
		max-width: calc(100% / 2);
	}
	.indp3 .nrBox{padding: 24px 0 40px;margin: 0;padding: 0;}
	.indp3 .swiper-pagination{display: block;text-align: center;width: 100%;}
	.indp3 .swiper-pagination-bullet{margin: 0 4px;}
	.indp3 .nrBox .tit span{font-size: 16px;}
	.indp4 .nrBox{display: block;}
	.indp4Left{width: 100%;}
	.indp4Left .tit{font-size: 24px;}
	.indp4Left .desc{font-size: 14px;margin: 16px auto 0;line-height: 1.6;}
	.indp4Right{width: 100%;padding: 0;margin-top: 16px;}
	.indp5 .nrBox{padding: 24px 0;}
	.indp5 .nrBox{display: block;}
	.indp5Left{display: block;width: 100%;}
	.indp5Left .textB{width: 100%;padding-left: 72px;position: relative;}
	.indp5Left .textB .time{position: absolute;left: 0;top: 0;}
	.indp5Left .imgB{width: 100%;margin-top: 16px;}
	.indp5Left .textB .tit{margin: 0;font-size: 16px;}
	.indp5Left .textB .desc{font-size: 14px;margin-top: 4px;}
	.indp5Left .textB .more{margin-top: 16px;width: 110px;height: 36px;line-height: 36px;}
	.indp5Left .textB .time{width: 58px;height: 73px;background-size: 100% 100%;}
	.indp5Left .textB .time,.indp5Left .textB .more{display: block;}
	.indp5Right{width: 100%;margin: 16px 0 0;}
	.indp5Right .clickB{height: 40px;}
	.indp5Right .clickB span, .indp5Right .clickB a{font-size: 18px;height: 40px;}
	.indp5Ul .tit{font-size: 16px;}
	.indp5Ul li{padding: 12px 0;}
	footer{border-top-width: 8px;}
	.location{padding: 8px 0;}
	.nyP .nrBox{padding: 24px 0 48px;}
	.newsUl li{padding: 16px;}
	.banquan{margin: 0 16px;font-size: 16px;padding: 8px 0;}
	
}
@media (max-width:768px) {
	.container{width: calc(100% - 16px);}
	header .menu .yiji, header .logo{line-height: 50px;height: 50px;}
	header .menu .lang{padding: 0 12px;height: 50px;line-height: 50px;}
	.indp3 .swiper-button-prev, .indp3 .swiper-button-next{display: none;}
	footer .line1{display: block;}
	footer .col{width: 100%;padding: 0;border-bottom: 1px solid #dedede;}
	footer .fTit{font-size: 20px;margin-bottom: 0;padding: 8px 0;position: relative;}
	footer .fTit::after{content: '+';position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
	footer .col.on .fTit::after{content: '-';}
	footer .fNr{display: none;padding: 0 16px;}
    .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;}
	.newsUl li{display: block;padding: 12px;margin-top: 16px;}
	.newsUl li:first-child{margin-top: 0;}
	.newsUl .imgB{width: 100%;}
	.newsUl .textB{width: 100%;}
	.newsUl .tit{font-size: 18px;margin-top: 16px;}
	.newsUl .time{margin-top: 4px;}
	.newsUl .desc{margin-top: 4px;font-size: 14px;line-height: 1.6;}
	.newsUl .more{width: 120px;height: 36px;line-height: 36px;margin-top: 12px;}
	.detailP .pageTit{font-size: 22px;}
	.detailP .infoBox{margin-top: 12px;padding-bottom: 12px;font-size: 14px;}
	.detailP .infoBox .click{margin-left: 32px;}
	.nyP .nrBox{padding: 16px 0;font-size: 16px;}
	.detailP .shareB{padding: 16px 0;}
	.detailP .shareB a{margin-left: 16px;}
	.detailP .fanye p{padding: 8px;}
	.indp1Ul li .icon img{height: 40px;}
	.indp1Ul li>a{padding-left: 64px;}
	.indp4Right .txt1{font-size: 20px;}
	
	
	
}