body{padding: 0;margin: 0;font-family: "Microsoft YaHei";font-size: 16px;color: #222222;overflow-x:hidden;max-width: 750px;margin: 0 auto;}
body.noscroll{height: 100vh;overflow-y: 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;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
.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; }
.kuang:hover .imgH 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);}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.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 4vw;margin: 0 auto;}
.row{display: flex;justify-content: flex-start;align-items: center;align-items: stretch;flex-wrap: wrap;}
.row .kuang{height: 100%;}
.col_7{width: calc(100% / 7);}
.col_6{width: calc(100% / 6);}
.col_5{width: calc(100% / 5);}
.col_4{width: calc(100% / 4);}
.col_3{width: calc(100% / 3);}
.col_2{width: calc(100% / 2);}
.imgZ{position: relative;padding-top: 100%;display: block;}
.imgZ .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.imgZ .pic img{width: 100%;height: 100%;object-fit: cover;display: block;}
.imgY{position: relative;padding-top: 100%;display: block;}
.imgY .pic{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.imgY .pic img{max-width: 100%;max-height: 100%;display: block;}

.huibg{background: #F8F8F8;}
.nrText{
	font-size: 3.2vw;
	color: #222222;
	line-height: 2.17;
}
.pubTit .tit{
	font-weight: bold;
	font-size: 4.8vw;
	color: #222222;
	line-height: 2;
}
.pubTit .desc{
	font-size: 3.2vw;
	color: #222222;
	line-height: 1.875;
}
.titB{
	font-size: 3.733333vw;
	color: #222222;
}
.descB{
	font-size: 3.2vw;
	color: #222222;
	line-height: 1.67;
}
.xian{display: block;width: 100%;height: 1px;background: #BCBCBC;position: relative;}
.xian::after{
	content: "";
	display: block;
	background: #C9262E;
	border-radius: 1vw;
	position: absolute;
	right: 0;
	top: calc(50% - 0.5vw);
	width: 20vw;
	height: 1vw;
}
.moreB{
	font-size: 3.733333vw;
	color: #FFFFFF;
	width: max-content;
	height: 10.666666vw;
	background: #C9262E;
	border-radius: 10.666666vw;
	padding: 0 5.333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topDiv{height: 25.6vw;display: block;}
header{
	position: fixed;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	z-index: 99;
	transition: all 0.3s;
	background: rgba(255, 255, 255, 1);
}
header .logo{padding: 0 4vw;height: 13.6vw;justify-content: flex-start;}
header .logo img{max-height: 5.784vw;display: block;}
header .logo p{
	font-weight: bold;
	font-size: 3.2vw;
	color: #222222;
	line-height: 1.67;
	margin-left: 2.666666vw;
}
header .nrBox{
	height: 12vw;
	background: #C9262E;
}
header .smnav{
	justify-content: space-around;
	width: calc(100% - 12vw);
}
header .smnav a{
	font-size: 3.733333vw;
	color: #ffffff;
	display: block;
	line-height: 12vw;
}
header .smnav a.on{font-weight: 700;}
header .mopenBtn{
	width: 12vw;
	height: 12vw;
	background: url(../img/menu.png) center center no-repeat #8B0D14;
	background-size: 9.066666vw;
}
header .menuB{
	position: fixed;
	right: -100%;
	top: 25.6vw;
	width: 100%;
	height: calc(100vh - 25.6vw);
	display: block;
	background: #ffffff;
	transition: all 0.3s;
}
header.open .menuB{right: 0;}
header .menuUl{
	display: block;
	padding: 4vw;
	overflow: auto;
	height: 100%;
}
header .menuUl>li{margin: 0;border-bottom: 1px dashed #d6d6d6;position: relative;}
header .menuUl .yiji{height: auto;display: block;}
header .menuUl .yiji a{
	font-size: 3.6vw;
	color: #222222;
	font-weight: 700;
	display: block;
	position: relative; 
	line-height: 10vw;
	color: #333333;
	width: calc(100% - 10vw);
}
header .menuUl>li.on .yiji a::before{display: none;}
header .menuUl>li .yiji a::before{display: none;}
header .menuUl .hasDown>div>.ejBtn{
	position: absolute;
	right: 3vw;
	top: 3vw;
	width: 4vw;
	height: 4vw;
}
header .menuUl .hasDown>div>.ejBtn::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
header .menuUl .hasDown>div>.ejBtn::after{
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
}
header .menuUl .hasDown.open>div>.ejBtn::after{display: none;}
header .menuUl .erjiBox{
	position: relative;
	left: unset;
	top: unset;
	opacity: 1;
	height: auto;
	visibility: visible;
	transform:unset;
	padding: 8px 0;
	display: none;
	transition: unset;
	width: 100%;
	border-radius: 0;
	background: none;
	border: 0;
	border-top: 1px dashed #d6d6d6;
}
header .menuUl .erjiUl{display: block;}
header .menuUl .erjiUl>li{border: 0;}
header .menuUl>li:hover .erjiBox{
	transform:unset;
}
header .menuUl .erjiUl>li{width: 100%;padding: 0;}
header .menuUl .erjiUl>li>a{
	color: #333333;
	padding: 2vw 4vw;
	display: block;width: 100%;
	font-size: 3.2vw;
	position: relative;background: none;line-height: 1.5;
}
header .menuUl .erjiUl>li>a::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #b1b1b1;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
}
header .menuUl .erjiUl>li.on, header .menuUl .erjiUl>li:hover{background: none;}
.lxwmB{padding: 4.5vw 0;}
.lxwmB .titB{
	display: block;
	text-align: center;
	font-size: 3.733333;
	color: rgb(255, 255, 255);
	font-weight: 700;
}
.lxwmB .moreB2{
	font-size: 3.2vw;
	color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0);
	width: 23.466666vw;
	height: 7.466666vw;
	border-radius: 7.466666vw;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	margin: 3.2vw auto 0;
}
.lxwmB .moreB2 i{
	width: 4.266666vw;
	display: block;
	height: 2.666666vw;
	margin-left: 2px;
	background: url(../img/jt2.png) center no-repeat;
	background-size: cover;
	transition: all 0.3s;
}
footer{
	background: url(../img/footbg.jpg) center no-repeat;
	background-size: cover;
	padding: 0 0 6.933333vw;
}
footer .fNav{
	justify-content: space-around;
	border-bottom: 1px solid rgba(255,255,255,0.36);
}
footer .fNav a{
	line-height: 14.933333vw;
	font-size: 3.733333vw;
	color: #ffffff;
}
footer .fNav a.on{font-weight: 700;}
footer .nrBox{margin-top: 8.533333vw;padding-right: 33vw;}
footer .cname{
	font-size: 3.733333vw;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 6.4vw;
}
footer .fline{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 4vw;
}
footer .fline:first-child{margin-top: 0;}
footer .fline img{
	display: block;
	height: 5.3vw;
	margin-right: 2.6vw;
}
footer .fline span{
	color: #ffffff;
	max-width: calc(100% - 7.9vw);
	font-size: 3.2vw;
	line-height: 1.8;
}
footer .ewmB{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21.333333vw;
	text-align: center;
	font-size: 3.2vw;
	color: #ffffff;
}
footer .ewmB img{display: block;width: 100%;margin-bottom: 2vw;}
.rixf{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.rixf .eachB{
	width: 10vw;
	height: 8.8vw;
	background: #C9262E;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2px;
}
.rixf .eachB img{display: block;width: 4.8vw;}
.banner img{display: block;width: 100%;}
.indp{overflow-x: hidden;}
.indp1{
	background-position: center bottom;
	background-size: 100% auto;
	background-color: #e1e5f0;
	padding: 12.8vw 0 14.666666vw 0;
}
.indp1 .nrBox .pubTit{margin-bottom: 6.666666vw;}
.ind1Ul{
	margin-top: 8vw;
	background: #C9262E;
	border-radius: 2.666666vw;
}
.ind1Ul li{
	width: 25%;
}
.ind1Ul .kuang{
	text-align: center;
	padding: 4.8vw 1vw;
	transition: all .5s cubic-bezier(.4,0,.2,1);
}
.ind1Ul .numB{
	font-size: 2.666666vw;
	color: #ffffff;
	margin-bottom: 2.666666vw;
	transition: all .5s cubic-bezier(.4,0,.2,1);
}
.ind1Ul .numB b{
	font-family: Montserrat;
	font-weight: bold;
	font-size: 4.8vw;
}
.ind1Ul .numB sup{font-size: 2.666666vw;}
.ind1Ul .titB2{font-size: 3.2vw;color: #ffffff;}
.indp2{padding: 13.866666vw 0 8vw;}
.indp2 .swiper-button-prev,
.indp2 .swiper-button-next{
	display: block;
	width: 6.666666vw;
	height: 6.666666vw;
	transition: all 0.5s;
	outline: none;
	top: 38vw;
}
.indp2 .swiper-button-prev::after,
.indp2 .swiper-button-next::after{display: none;}
.indp2 .swiper-button-prev{
	left: 0;
	background: url(../img/swiper_li.png) center no-repeat;
	background-size: cover;
}
.indp2 .swiper-button-next{
	right: 0;
	background: url(../img/swiper_ri.png) center no-repeat;
	background-size: cover;
}
.ind2R{
	background: url(../img/ind2dz.png) center bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 16vw;
}
.ind2R img{display: block;margin: 0 auto;max-width: 54vw;}
.ind2L .pubTit{margin-bottom: 8vw;}
.ind2L .nrText{
	line-height: 1.875;
}
.ind2L .nrText li{
	position: relative;
	padding-left: 6.4vw;
	margin-top: 5.333333vw;
}
.ind2L .nrText li:first-child{margin-top: 0;}
.ind2L .nrText li::before{
	content: "";
	display: block;
	width: 3.7vw;
	height: 3.7vw;
	border: 1px solid #C9262E;
	position: absolute;
	left: 0;
	top: 0.5vw;
	border-radius: 50%;
}
.ind2L .nrText li::after{
	content: "";
	display: block;
	width: 1.6vw;
	height: 1.6vw;
	background: #C9262E;
	position: absolute;
	left: 1.25vw;
	top: 1.75vw;
	border-radius: 50%;
}
.swiper_xyp{
	margin-top: 8vw;
}
.swiper_xyp .titB{
	width: 100%;
	text-align: center;
	height: 9.6vw;
	line-height: 9.6vw;
	padding: 0 2vw;
	background: #2C3955;
	border-radius: 9.6vw;
	font-size: 3.2vw;
	color: #ffffff;
}
.swiper_xyp .swiper-slide-thumb-active .titB{background: #C9262E;}
.indp3{
	padding: 0 0 5.6vw;
	position: relative;
}
.indp3 .vidB img{display: block;width: 100%;}
.swiper_ind3d .pubTit .desc{
	font-size: 3.733333vw;
	margin-top: 2.666666vw;
	margin-bottom: 5.333333vw;
}
.swiper_ind3d .nrText{
	margin: 6.133333vw 0 0;
	line-height: 2;
}
.indp4{padding: 8vw 0 8.8vw;}
.indp4 .pubTit{margin-bottom: 10vw;}
.indp4 .pubTit .tit{color: #ffffff;text-align: center;}
.ind4Ul li{
	padding-left: 8vw;
	margin-top: 6.4vw;
}
.ind4Ul .titB{
	font-size: 4vw;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}
.ind4Ul .descB{
	color: #DBDDE2;
	line-height: 2;
	margin-top: 3.2vw;
}
.ind4Ul .titB::before{
	content: "";
	display: block;
	width: 4.8vw;
	height: 4.8vw;
	background: #C9262E;
	opacity: 0.4;
	position: absolute;
	left: -8vw;
	top: 0.6vw;
	border-radius: 50%;
	z-index: 1;
}
.ind4Ul .titB::after{
	content: "";
	display: block;
	width: 2.4vw;
	height: 2.4vw;
	background: #C9262E;
	position: absolute;
	left: -6.8vw;
	top: 1.8vw;
	border-radius: 50%;
	z-index: 2;
}
.indp5{
	position: relative;
}
.swiper_ind5d{position: relative;z-index: 1;}
.swiper_ind5d img{display: block;width: 100%;}
.indp5 .pubTit{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 100%;
	padding: 7.2vw 0 0;
	text-align: center;
}
.indp5 .pubTit .tit{color: #ffffff;}
.indp5 .pubTit .desc{color: #ffffff;margin-top: 3.2vw;}
.swiper_ind5x{
	position: absolute;
	left: 0;
	bottom: 6.4vw;
	width: 100%;
	z-index: 3;
}

.indp7{position: relative;padding: 9.6vw 0 4.8vw;}
.indp7 .pubTit .tit{line-height: 1.6;}
.indp7 .pubTit .desc{margin-top: 2vw;}
.indp7 .pTit{
	font-weight: bold;
	font-size: 4.266666vw;
	color: #222222;
	margin-top: 10.666666vw;
	margin-bottom: 7.466666vw;
}
.ind7Ul1{margin: -1vw;}
.ind7Ul1 li{padding: 1vw;}
.ind7Ul1 .iconB img{display: block;width: 100%;}
.ind7Ul1 .titB{
	font-size: 3.2vw;
	color: #222222;
	margin-top: 3vw;
	text-align: center;
}
.ind7Ul{margin: -2vw;margin-top: 7.6vw;}
.ind7Ul li{padding: 2vw;}
.ind7Ul .kuang{transition: all 0.5s;}
.ind7Ul .kuang img{display: block;width: 100%;}
.indp8{padding: 10.4vw 0 8.8vw;min-height: unset;}
.indp8 .pubTit{margin-bottom: 8.8vw;text-align: center;}
.indp8 .pubTit .desc{margin-top: 1vw;}
.ind8Ul li{margin-top: 10.4vw;}
.ind8Ul li:first-child{margin-top: 0;}
.ind8Ul .tuB{width: 40%;border-radius: 1.6vw;overflow: hidden;}
.ind8Ul .imgB{padding-top: 71.5%;}
.ind8Ul .textB{width: calc(60% - 4vw);}
.ind8Ul .titB{
	font-weight: 700;
	line-height: 1;
}
.ind8Ul .descB{
	margin-top: 3.2vw;
}
.ind8Ul .timeB{
	font-size: 3.2vw;
	color: #999999;
	margin-top: 3vw;
	line-height: 1;
}
.indp8 .moreB{
	margin: 12vw auto 0;
}