body{padding: 0;margin: 0;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%;}

.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.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;}
@media (min-width:1200px) {.container{padding: 0 16px;max-width: 1232px;}}
@media (min-width:1400px) {.container{padding: 0 16px;max-width: 1432px;}}



/**导航菜单**/
header{
	position: fixed;
	top: 0;left: 0;
	z-index: 99;
	height: 88px;
	width: 100%;
	transition: all .3s;
	background: rgba(0,0,0,0.6);
	padding: 0 60px;
}
header .logo img{max-height: 64px;}
header .slogan{
	font-size: 16px;
	color: rgb(255, 255, 255);
	padding-left: 8px;
	border-left: 2px solid rgba(255,255,255,0.33);
	margin-left: 20px;
	line-height: 1;
}
header .slogan b{
	font-size: 22px;
	display: block;
	font-weight: 400;
	margin-bottom: 8px;
}
header .menuUl>li{
	margin-left: 48px;
	position: relative;
}
header .menuUl>li:first-child{margin-left: 0;}
header .menuUl .yiji a{
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 88px;
	display: block;
	position: relative;
	transition: all 0.3s;
}
header .menuUl>li:hover .yiji a{color: #ce0400;}
header .menuUl>li.on .yiji a{color: #ce0400;}
header .menuUl>li.on .yiji a::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ce0400;
}
header .menuUl ul{
	position: absolute;
	left: 50%;
	top: 88px;
	background: rgba(0,0,0,0.6);
	transition: all 0.3s;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(-20px);
}
header .menuUl>li:hover ul{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
header .menuUl ul a{
	display: block;
	min-width: 160px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding: 8px;
	transition: all 0.3s;
}
header .menuUl ul a:hover{
	background: rgba(0,0,0,0.2);
}
header .wechatB{
	position: relative;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .wechatB .aB{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
header .wechatB .bB{
	position: absolute;
	left: 50%;
	top: 72px;
	width: max-content;
	transition: all 0.3s;
	background: rgba(0,0,0,0.6);
	padding: 8px;
	opacity: 0;
	height: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(-20px);
}
header .wechatB .bB::before{
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid rgba(0,0,0,0.6);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: calc(50% - 8px);
}
header .wechatB .bB p:first-child{margin-right: 8px;}
header .wechatB .bB img{width: 100px;display: block;}
header .wechatB .bB span{
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin-top: 4px;
}
header .wechatB:hover .bB{
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
header .telB{margin-left: 10px;}
header .telB .aB{
	border-radius: 50%;
	background-color: rgb(12, 86, 159);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .telB .bB{
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-weight: 700;
	margin-left: 6px;
}
header .wechatB .aB img,
header .telB .aB img{max-width: 50%;max-height: 50%;}
.banner .swiper{position: relative;z-index: 1;}
.banner .nrBox{
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	height: 60px;
	width: 100%;
	z-index: 2;
}
.banner .nrBox>div{height: 60px;}
.banner .swiper-pagination{
	position: relative;
	left: unset;
	bottom: unset;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	background: rgb(255,255,255);
	opacity: 0.5;
	width: 20px;
	height: 3px;
	margin: 0 10px;
	border-radius: 0;
	transition: all .3s;
}
.banner .swiper-pagination-bullet-active{width: 40px;opacity: 1;}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	width: 12px;
	height: 18px;
	background: url(/img/jt3.png) center center no-repeat;
	background-size: cover;
	margin: 0;
}
.banner .swiper-button-next{transform: rotate(360deg);}
.banner .fanye i{
	background: #ffffff;
	display: block;
	width: 2px;
	height: 17px;
	margin: 0 20px;
}
.banner .numB{
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
}
.banner .numB b{font-weight: 600;}
.banner .numB span{color: #ce0400;}

footer{
	background: url(/img/footbg.jpg) center no-repeat;
	background-size: cover;
}
footer .footl1{
	padding: 32px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
footer .footl1 .nrBox{justify-content: flex-start;}
footer .slogan{
	font-size: 25px;
	color: rgb(255, 255, 255);
	border-left: 2px solid rgba(255,255,255,0.3);
	margin-left: 24px;
	padding-left: 20px;
	line-height: 1;
}
footer .slogan b{
	display: block;
	font-weight: 400;
}
footer .slogan p{
	font-size: 18px;
	color: #ce0400;
	margin: 16px 0 0;
}
footer .telB{
	font-size: 14px;
	color: rgb(255, 255, 255);
	border-left: 2px solid rgba(255,255,255,0.3);
	margin-left: 40px;
	padding-left: 40px;
	line-height: 1;
}
footer .telB b{
	font-weight: 700;
	display: block;
	font-size: 33px;
	margin: 8px 0 0;
}
footer .gotop{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 88px;
	text-align: center;
}
footer .gotop span{
	display: block;
	text-align: center;
	color: #ffffff;
	margin: 8px auto 0;
	font-size: 14px;
}
footer .footl2{
	padding: 48px 0;
}
footer .fNav{width: 52%;}
footer .fTit{
	font-size: 18px;
	color: rgb(255, 255, 255);
	margin-bottom: 16px;
}
footer .fCon a{
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);
	margin-top: 8px;
}
footer .fCon a:first-child{margin-top: 0;}
footer .fEwm{
	width: 240px;
	margin-left: calc(48% - 240px);
	background: #ffffff;
}
footer .fEwm p{
	width: 120px;
	padding: 8px;
}
footer .fEwm img{display: block;width: 100%;}
footer .fEwm span{
	display: block;
	font-size: 12px;
	color: rgba(33, 50, 69, 0.6);
	margin-top: 8px;
	text-align: center;
}
footer .footl3{
	background: #1d1d1d;
	padding: 16px 0;
	font-size: 14px;
}
footer .banquan{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.302);
	width: 50%;
}
footer .banquan a{color: rgba(255, 255, 255, 0.302);transition: all 0.3s;}
footer .banquan a:hover{color: rgba(255, 255, 255, 0.8);}
footer .yqlj{font-size: 14px;color: #ffffff;max-width: 40%;padding-left: 78px;position: relative;}
footer .yqlj .tit{
	position: absolute;
	left: 0;
	top: 0;
}
footer .yqlj a{color: rgba(255, 255, 255, 0.502);margin: 0 16px 0 0;display: inline-block;}
footer .sqlj{font-size: 14px;color: rgba(255, 255, 255, 0.502);width: 56px;}


/* 响应式 */
header .logo img{width: 5.8vw;}
header{padding: 0 3.125vw;}
header .menuUl>li{margin-left: 2.5vw;}
header .telB .bB{font-size: 1.25vw;}
header .wechatB .aB,
header .telB .aB{width: 2vw;height: 2vw;}
header .slogan{font-size: 0.8vw;}
header .slogan b{font-size: 1.15vw;}
@media (max-width:1640px) {
	header .menuUl>li{margin-left: 1.6vw;}
	.indp1 .ind1Num .numB b{font-size: 3.125vw;}
	.indp2 .nrBox,
	.indp10 .showB .eachB{padding: 0 56px;}
	.indp2 .swiper,
	.indp10 .swiper{padding: 1px;}
	.indp2 .swiper-button-prev,
	.indp10 .swiper-button-prev{left: 0;width: 40px;height: 40px;}
	.indp2 .swiper-button-next,
	.indp10 .swiper-button-next{right: 0;width: 40px;height: 40px;}
}
@media (max-width:1400px) {
	header{padding: 0 2vw;}
	header .menuUl .yiji a{font-size: 14px;}
	header .menuUl ul a{padding: 4px;}
	.indp2 .swiper-slide{height: 104px;padding: 8px;}
	.ind3Ul .textB2{padding: 24px 32px;}
	.indp4 .showB .textB{width: 30%;}
	.pubTit .tit{font-size: 32px;}
	.indp5 .telB b{font-size: 22px;}
	.indp5 .moreB{width: 120px;line-height: 40px;}
	.ind6Ul .imgB{width: 124px;}
	.ind6Ul .kuang{height: 140px;}
	.ind6Ul .kuang{width: 70%;}
	.ind6Ul .textB{width: calc(100% - 140px);padding-right: 16px;}
	.ind6Ul .titB{font-size: 20px;padding-top: 0;}
	.ind6Ul li:hover .descB{font-size: 14px;}
	.ind6Ul li:nth-child(even) .kuang{margin-left: 30%;}
	.indp6 .centerB{left: 35%;width: 30%;}
	.indp6 .centerB .dian i:nth-child(1){left: 70px;top: 10px;}
	.indp6 .centerB .dian i:nth-child(2){right: 70px;top: 10px;}
	.indp6 .centerB .dian i:nth-child(3){left: -14px;top: calc(50% - 11px);}
	.indp6 .centerB .dian i:nth-child(4){right: -14px;top: calc(50% - 11px);}
	.indp6 .centerB .dian i:nth-child(5){left: 70px;bottom: 10px;}
	.indp6 .centerB .dian i:nth-child(6){right: 70px;bottom: 10px;}
	.ind6Ul li:hover .kuang{width: 92%;}
	.ind6Ul li:nth-child(even):hover .kuang{margin-left: 8%;}
	.ind11Ul{margin: 0 -16px;}
	.ind11Ul li{padding: 0 16px;}
	.ind11Ul li.col-lg-12{margin-bottom: 40px;}
	footer .telB b{font-size: 24px;}
	footer .footl1{padding: 24px 0;}
	footer .footl2{padding: 24px 0;}
}
@media (max-width:1200px) {
	header .telB{
		position: relative;
		height: 88px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .telB .bB,
	header .wechatB .bB{
		position: absolute;
		left: unset;
		right: 0;
		top: 72px;
		width: max-content;
		transition: all 0.3s;
		background: rgba(0,0,0,0.6);
		padding: 8px;
		opacity: 0;
		height: 0;
		visibility: hidden;
		transform: translateY(-20px);
	}
	header .telB .bB::before,
	header .wechatB .bB::before{
		content: "";
		width: 0;
		height: 0;
		border-bottom: 8px solid rgba(0,0,0,0.6);
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		position: absolute;
		top: -8px;
		right: 0;
		left: unset;
	}
	header .telB:hover .bB,
	header .wechatB:hover .bB{
		opacity: 1;
		height: auto;
		visibility: visible;
		transform: translateY(0);
	}
	.indp4 .showB .titB{font-size: 24px;}
	.indp5 .bzB{font-size: 20px;}
	.indp5 .telB{font-size: 16px;}
	.indp5 .telB b{font-size: 18px;}
	.indp5 .textB{width: 55%;}
	.indp5 .titB{font-size: 24px;}
	.indp5 .titB img{height: 64px;}
	.indp5 .nrBox{padding: 40px 0;}
	.indp6 .centerB .dian i:nth-child(1){left: 60px;top: 0px;}
	.indp6 .centerB .dian i:nth-child(2){right: 60px;top: 0px;}
	.indp6 .centerB .dian i:nth-child(5){left: 60px;bottom: 0px;}
	.indp6 .centerB .dian i:nth-child(6){right: 60px;bottom: 0px;}
	.ind7Ul .textB{padding: 0 24px;}
	.ind7Ul .titB{font-size: 20px;}
	.ind7Ul .hitB{margin-top: 8px;padding-top: 8px;font-size: 16px;}
	.indp8 .textB{width: 64%;}
	.indp8 .font2,
	.indp8 .telB b{font-size: 20px;}
	.indp8 .font3{font-size: 24px;}
	.indp8 .moreB{width: 100px;line-height: 40px;}
	.indp10 .showB .kuang{padding: 8px;}
	.indp10 .showB .imgB{height: 250px;}
	.ind11Left{padding: 16px;width: 49%;}
	.ind11Right{padding: 16px;width: 49%;}
	.ind11Ul li.col-lg-12 .kuang{display: block;}
	.ind11Ul .imgB{width: 100%;}
	.ind11Ul .imgB img{width: 100%;display: block;}
	.ind11Ul .textB{width: 100%;padding: 16px 0;}
	.ind11Ul .titB{font-size: 16px;}
	.ind11Ul .descB{margin-top: 8px;}
	.ind11Ul .timeB{margin-top: 8px;font-size: 12px;}
	.ind11Ul{margin: 0 -8px;}
	.ind11Ul li{padding: 0 8px;}
	.ind11Ul li.col-lg-12{margin-bottom: 24px;}
}