.header {
	position: fixed !important
}

.pro-first {
	background: url(/static/img/product/pro-banner.jpg) no-repeat center/cover;
	height: 501px
}

.pro-first h1 {
	font-size: 32px;
	font-weight: bold;
	font-family: SourceHanSansCN;
	color: #fefefe;
	text-align: center
}

.pro-first p {
	font-size: 24px;
	color: #fefefe;
	font-family: SourceHanSansCN;
	text-align: center;
	margin-top: 20px
}

.pro-second {
	padding: 40px 0
}

.pro-second .second-top h2 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-family: SourceHanSansCN
}

.pro-second .second-top h2 span {
	color: #d11a2d
}

.pro-second .second-top p {
	font-size: 18px;
	line-height: 30px;
	color: #555;
	text-align: center;
	margin-top: 10px
}

.pro-second .second-bottom a {
	position: relative;
	text-decoration: none;
	display: block;
	background: url(/static/img/product/2025pro_img/bg1.png) no-repeat center bottom;
	background-size: 100% 100%;
	/*padding: 40px 0;*/
	margin-bottom: 35px;
	overflow: hidden;
}

.pro-second .second-bottom a img {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*bottom: 4%;*/
}

.pro-second .second-bottom a .pro-det {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center
}

.pro-second .second-bottom a .pro-det h3 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pro-second .second-bottom a .pro-det h3 span{
	font-size: 16px;
	color: #555758;
	font-weight:initial;
}

.pro-second .second-bottom a .pro-det p {
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}

.pro-second .second-bottom a .pro-det p span {
	font-size: 16px;
	color: #4a4b4e
}

.pro-second .second-bottom a:hover {
	background: url(/static/img/product/2025pro_img/bg2.png) no-repeat center;
	background-size: 100% 100%
}

.pro-second .second-bottom a:hover .pro-det {
	/* background-color: #d11a2d */
}

.pro-second .second-bottom a:hover .pro-det h3,.pro-second .second-bottom a:hover .pro-det h3 span {
	color: #fff;
}

.pro-second .second-bottom a:hover .pro-det p span {
	color: #fff;
}

.pro-second .other {
	text-align: center
}

.pro-second .other a {
	display: inline-block;
	text-decoration: none;
	padding: 9px 0;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(90deg, #d11a2d 0%, #e35151 100%), linear-gradient(#e35151, #e35151);
	background-blend-mode: normal, normal;
	border-radius: 24px;
	margin-top: 20px;
	width: 221px;
	-webkit-transition: all .8s
}

.pro-second .other a:hover {
	-webkit-transition: all .8s;
	border-radius: 0
}

.pro-second .other1 {
	display: none
}

.pro-third {
	position: relative;
	background: #eee;
	padding: 50px 0 30px
}

.pro-third h3 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center
}

.pro-third p {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	margin-top: 20px
}

.pro-third .pro-mater {
	margin-top: 20px;
	padding: 0 15px
}

.pro-third .pro-mater .mater-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 5px solid #fff
}

.pro-third .pro-mater .mater-img a {
	display: block
}

.pro-third .pro-mater .mater-img a .top-img {
	overflow: hidden
}

.pro-third .pro-mater .mater-img a .top-img img {
	display: block;
	width: 100%;
	transition: all .5s ease 0s
}

.pro-third .pro-mater .mater-img a .fanguan-span {
	position: absolute;
	bottom: -30%;
	width: 80%;
	height: 60%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	left: 10%;
	text-align: center
}

.pro-third .pro-mater .mater-img a .fanguan-span span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-top: 10px
}

.pro-third .pro-mater .mater-img a:hover .top-img img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.pro-third .owl-controls {
	margin-top: 30px;
	overflow: hidden
}

.pro-third .owl-controls .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center
}

.pro-third .owl-controls .owl-dots .owl-dot {
	margin: 0 10px
}

.pro-third .owl-controls .owl-dots .owl-dot span {
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #cfcfcf;
	border-radius: 50%
}

.pro-third .owl-controls .owl-dots .owl-dot.active span {
	width: 20px;
	height: 20px;
	background-color: #a2a2a2
}

.pro-third::before {
	position: absolute;
	width: 0;
	height: 0;
	content: '';
	border-width: 25px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	left: 42%;
	top: 0;
	z-index: 6
}

.pro-fourth {
	padding: 40px 0;
	/* background: url(/static/img/product/pro-bg.jpg) no-repeat center; */
	background: url(/static/img/product/2025pro_img/pro_case_bg.png) no-repeat center;
	background-size: cover
}

.pro-fourth .anli-top h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	/* color: #fff; */
	color: #333;
}

.pro-fourth .anli-top p {
	font-size: 16px;
	line-height: 30px;
	/* color: #fff; */
	color: #666;
	text-align: center;
	margin-top: 20px
}

.pro-fourth .anli-bottom {
	margin-top: 30px;
	padding: 0 15px
}

.pro-fourth .anli-bottom .nav-pills .nav-item {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.pro-fourth .anli-bottom .nav-pills .nav-item .nav-link {
	width: 100%;
	background-image: linear-gradient(90deg, #c81528 0%, #ee3f4d 100%), linear-gradient(#e35151, #ee3f4d);
	background-blend-mode: normal, normal;
	/* border-radius: 24px; */
	border-radius: 30px;
	-webkit-transition: all .8s;
	color: #fff;
	font-size: 18px;
	padding: 9px 0;
	margin: 0 auto
}

.pro-fourth .anli-bottom .nav-pills .nav-item .nav-link.active {
	background-color: #fff;
	color: #d11a2d;
	background-image: none;
	font-weight: bold
}

.pro-fourth .anli-bottom .tab-pane a {
	display: block;
	text-decoration: none;
	margin-bottom: 30px
}

.pro-fourth .anli-bottom .tab-pane a .anli-img {
	overflow: hidden
}

.pro-fourth .anli-bottom .tab-pane a .anli-img img {
	display: block;
	width: 100%;
	transition: all .5s ease 0s
}

.pro-fourth .anli-bottom .tab-pane a .anli-text {
	text-align: center;
	margin-top: 20px
}

.pro-fourth .anli-bottom .tab-pane a .anli-text h5 {
	font-size: 24px;
	/* color: #fff; */
	color: #333;
}

.pro-fourth .anli-bottom .tab-pane a .anli-text p {
	font-size: 16px;
	/* color: #fff; */
	color: #666;
}

.pro-fourth .anli-bottom .tab-pane a:hover .anli-img img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.pro-fifth {
	padding: 40px 0 60px
}

.pro-fifth h2 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center
}

.pro-fifth .news-second-tit {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	text-align: center
}

.pro-fifth .owl-carousel1 {
	margin-top: 10px
}

.pro-fifth .owl-carousel1 a {
	text-decoration: none;
	display: block;
	padding-top: 30px
}

.pro-fifth .owl-carousel1 a h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.pro-fifth .owl-carousel1 a .first-p {
	font-size: 20px;
	color: #d11a2d;
	font-weight: bold
}

.pro-fifth .owl-carousel1 a .first-p span {
	font-size: 30px
}

.pro-fifth .owl-carousel1 a .second-p {
	font-size: 14px;
	line-height: 23px;
	color: #939393;
	padding-bottom: 20px
}

.pro-fifth .owl-carousel1 a .border {
	position: relative;
	height: 6px;
	width: 100%;
	background-color: #939393
}

.pro-fifth .owl-carousel1 a .border::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #d11a2d;
	transition: .5s
}

.pro-fifth .owl-carousel1 a:hover .border::before {
	width: 100%
}

.pro-fifth .owl-carousel1 .owl-controls {
	margin-top: 30px;
	overflow: hidden
}

.pro-fifth .owl-carousel1 .owl-controls .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center
}

.pro-fifth .owl-carousel1 .owl-controls .owl-dots .owl-dot {
	margin: 0 10px
}

.pro-fifth .owl-carousel1 .owl-controls .owl-dots .owl-dot span {
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #cfcfcf;
	border-radius: 50%
}

.pro-fifth .owl-carousel1 .owl-controls .owl-dots .owl-dot.active span {
	width: 20px;
	height: 20px;
	background-color: #a2a2a2
}

.pro-sixth {
	padding: 40px 0;
	/* background: url(/static/img/product/pro-bg1.jpg) no-repeat center/cover; */
	background: url(/static/img/product/2025pro_img/2503_epcbanner.png) no-repeat center/cover;
}

.pro-sixth .epc-top a {
	display: block;
	text-decoration: none
}

.pro-sixth .epc-top a h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333;
}

.pro-sixth .epc-top a h3 span {
	color: #d11a2d
}

.pro-sixth .epc-top a p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-align: center
}

/* .pro-sixth .epc-top a .index-epc-desc img {
	display: block;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto
} */
.pro-sixth .epc-top a .epc_icon ul{margin:0;padding: 0;display: flex;justify-content: space-between;}
.pro-sixth .epc-top a .epc_icon ul span{width: 95px;height: 1px;background: #434141;position: relative;bottom: -60px;}
.pro-sixth .epc-top a .epc_icon ul li{display: flex;flex-direction: column;align-items: center;width: 120px;height: 120px;border: 1px solid #434141;border-radius: 50%;justify-content: center;}
.pro-sixth .epc-top a .epc_icon ul li p{margin-bottom: 0;}
.pro-sixth .epc-top a .epc_icon ul li .icon2{display: none;}
.pro-sixth .epc-top a .epc_icon ul li.active .icon1{display: none;}
.pro-sixth .epc-top a .epc_icon ul li.active .icon2{display: block;}
.pro-sixth .epc-top a .epc_icon ul li.active{border-color: #d11a2d;}
.pro-sixth .epc-top a .epc_icon ul li.active p{color: #d11a2d;}

.proi-first {
	padding: 40px 0;
	background: url(/static/img/product/proi-bg.jpg) no-repeat center;
	background-size: cover
}

.proi-first .left .left-top h1 {
	font-size: 34px;
	font-weight: bold;
	color: #d11a2d;
	margin-bottom: 10px;
	text-align: center
}

.proi-first .left .left-top p {
	font-size: 20px;
	color: #555;
	margin-bottom: 5px;
	text-align: center
}

.proi-first .left .left-top p span {
	font-weight: bold
}

.proi-first .left .left-center {
	margin-top: 30px
}

.proi-first .left .left-center img {
	display: block;
	margin: 0 auto
}

.proi-first .left .left-bottom h4 {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold
}

.proi-first .left .left-bottom p {
	font-size: 16px;
	color: #555;
	text-align: center;
	margin-bottom: 0
}

.proi-first .right .right-top h4 {
	font-size: 26px;
	color: #333;
	font-weight: bold
}

.proi-first .right .right-top p {
	font-size: 16px;
	color: #555
}

.proi-first .right .right-top p span {
	font-weight: bold
}

.proi-first .right .right-center {
	background-image: linear-gradient(-24deg, #ff6371 0%, #ffbe9e 100%), linear-gradient(#d11a2d, #d11a2d);
	background-blend-mode: normal, normal;
	padding: 3px
}

.proi-first .right .right-center .proi-mater {
	background: #fff;
	padding: 20px
}

.proi-first .right .right-center .proi-mater p {
	font-size: 16px;
	color: #555
}

.proi-first .right .right-center .proi-mater p span {
	font-weight: bold;
	color: #333
}

.proi-first .right .right-center .proi-mater .mater {
	display: block;
	text-decoration: none
}

.proi-first .right .right-center .proi-mater .mater .mater-img {
	overflow: hidden
}

.proi-first .right .right-center .proi-mater .mater .mater-img img {
	display: block;
	width: 100%;
	transition: all .5s ease 0s
}

.proi-first .right .right-center .proi-mater .mater p {
	font-size: 14px;
	color: #fff;
	background-color: #d11a2d;
	text-align: center;
	padding: 5px 0
}

.proi-first .right .right-center .proi-mater .mater:hover .mater-img img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.proi-first .right .right-center .proi-mater .video video {
	width: 100%
}

.proi-first .right .right-bottom .zhuanli {
	margin-top: 30px;
	display: none;
}

.proi-first .right .right-bottom .zhuanli h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333
}

.proi-first .right .right-bottom .zhuanli p {
	font-size: 16px;
	color: #555
}

.proi-first .right .right-bottom .anniu a {
	display: inline-block;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 9px 0;
	background-image: linear-gradient(90deg, #d11a2d 0%, #e35151 100%), linear-gradient(#e35151, #e35151);
	background-blend-mode: normal, normal;
	border-radius: 34px;
	width: 221px;
	-webkit-transition: all .8s
}

.proi-first .right .right-bottom .anniu a:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: start;
	background-image: none;
	padding: 0;
	background-color: #fff;
	margin-top: 20px
}

.proi-first .right .right-bottom .anniu a:nth-child(2) .left {
	background-image: linear-gradient(-10deg, #d11a2d 35%, #ffac84 100%), linear-gradient(#d11a2d, #d11a2d);
	background-blend-mode: normal, normal;
	border-radius: 34px 0px 0px 34px;
	padding: 8px;
	margin-left: -7px;
	padding-left: 15px
}

.proi-first .right .right-bottom .anniu a:nth-child(2) .left img {
	display: inline-block;
	max-width: 49px
}

.proi-first .right .right-bottom .anniu a:nth-child(2) .right p {
	font-size: 16px;
	color: #555;
	margin-bottom: 0
}

.proi-first .right .right-bottom .anniu a:nth-child(2) .right h5 {
	font-size: 22px;
	font-weight: bold;
	color: #d11a2d;
	margin-bottom: 0
}

.proi-first .right .right-bottom .anniu a:last-child {
	width: 91px;
	background-image: linear-gradient(-10deg, #d11a2d 45%, #ffac84 100%), linear-gradient(#d11a2d, #d11a2d);
	background-blend-mode: normal, normal;
	border-radius: 34px;
	margin-top: 20px
}

.proi-first .right .right-bottom .anniu a:last-child img {
	display: inline-block;
	max-width: 52px
}

.proi-first .right .right-bottom .anniu a:hover {
	border-radius: 0;
	-webkit-transition: all .8s
}

.proi-first .right .right-bottom .anniu a:nth-child(2):hover {
	background-image: none;
	background-color: #fff
}

.proi-first .right .right-bottom .anniu a:nth-child(2):hover .left {
	-webkit-transition: all .8s;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-linear-gradient(-178deg, #ffac83 -25%, #d11a2d 100%)
}

.proi-first .breadcrumb {
	padding-top: 30px;
	margin-bottom: 40px
}

.proi-first .breadcrumb li {
	font-size: 16px;
	color: #555
}

.proi-first .breadcrumb li a {
	text-decoration: none;
	color: #555
}

.proi-first .breadcrumb li a:hover {
	color: #d11a2d
}

.proi-first .breadcrumb .breadcrumb-item.active {
	color: #555
}

.proi-first .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #555
}

.proi-nav .pores {
	height: 80px
}

.proi-nav .navbar {
	background-color: #2c3a69;
	padding-bottom: 0
}

.proi-nav .navbar ul li a {
	color: #fff;
	font-size: 20px;
	padding-bottom: 24px;
	padding-top: 20px
}

.proi-nav .navbar ul li a.active,
.proi-nav .navbar ul li a:hover {
	color: #d11a2d;
	border-bottom: 4px solid #d11a2d;
	background-color: transparent;
	border-radius: 0;
	font-weight: bold;
	padding-bottom: 20px
}

.proi-nav #proi-stre {
	padding: 30px 0
}

.proi-nav #proi-stre h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center
}

.proi-nav #proi-stre .row ul {
	padding: 0
}

.proi-nav #proi-stre .row ul li {
	list-style: none
}

.proi-nav #proi-stre .row .youshi {
	margin: 10px 0 20px
}

.proi-nav #proi-stre .row .youshi .proi-stre-cont {
	background-color: #f2f2f2;
	padding: 40px 25px 15px
}

.proi-nav #proi-stre .row .youshi .proi-stre-cont h2 {
	text-align: center;
	font-size: 70px;
	font-weight: bold;
	font-family: Bahnschrift;
	color: rgba(51, 51, 51, 0.3);
	margin-bottom: 0;
	line-height: 30px
}

.proi-nav #proi-stre .row .youshi .proi-stre-cont h4 {
	position: relative;
	z-index: 11;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
	background-color: #f2f2f2;
	margin-top: -8px
}

.proi-nav #proi-stre .row .youshi .proi-stre-cont p {
	font-size: 16px;
	color: #555;
	line-height: 30px
}

.proi-nav #proi-stre .row .youshi .proi-stre-cont:hover {
	background-color: #d11a2d
}

.proi-nav #proi-stre .row .youshi .proi-stre-cont:hover h2,
.proi-nav #proi-stre .row .youshi .proi-stre-cont:hover h4,
.proi-nav #proi-stre .row .youshi .proi-stre-cont:hover p {
	color: #fff
}

.proi-nav #proi-stre .row .youshi .proi-stre-cont:hover h4 {
	background-color: #d11a2d
}

.proi-nav #proi-stre .row .ys-img img {
	display: block;
	width: 100%
}

.proi-nav #proi-intro {
	background: url(/static/img/product/proi-bg1.jpg) no-repeat center/cover;
	padding: 30px 0;
	background-size: cover
}

.proi-nav #proi-intro h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center
}

.proi-nav #proi-intro ul {
	padding: 0;
	margin: 30px 0
}

.proi-nav #proi-intro ul li {
	list-style: none
}

.proi-nav #proi-intro ul li .intro-img {
	margin-bottom: 5px;
	overflow: hidden
}

.proi-nav #proi-intro ul li .intro-img img {
	display: block;
	width: 100%;
	transition: all .5s ease 0s
}

.proi-nav #proi-intro ul li .intro-img:hover img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.proi-nav #proi-prin {
	padding: 30px 0;
	background-color: #f2f2f2
}

.proi-nav #proi-prin .yl {
	display: flex;
	align-items: center
}

.proi-nav #proi-prin .yl h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: start
}

.proi-nav #proi-prin .yl p {
	font-size: 16px;
	color: #555;
	line-height: 30px
}

.proi-nav #proi-prin .yl-img {
	display: flex;
	align-items: center
}

.proi-nav #proi-prin .yl-img img {
	display: block;
	width: 100%
}

.proi-nav #proi-pra {
	padding: 30px;
	overflow-y: hidden
}

.proi-nav #proi-pra h3 {
	font-size: 30px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 30px
}

.proi-nav #proi-pra p {
	margin-top: 10px;
	margin-bottom: 10px
}

.proi-nav #proi-pra tbody tr:first-child {
	background-color: #d11a2d;
	color: #fff;
	text-align: center
}

.proi-nav #proi-pra tbody tr {
	text-align: center
}

.proi-nav #proi-pra tbody tr td {
	border: 1px solid;
	border-color: rgba(253, 82, 91, 0.3)
}

.proi-nav #proi-anli {
	background: url(/static/img/product/proi-bg2.jpg) no-repeat center;
	padding: 30px 0;
	background-size: cover
}

.proi-nav #proi-anli h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 20px
}

.proi-nav #proi-anli a {
	display: block;
	text-decoration: none;
	margin-bottom: 20px
}

.proi-nav #proi-anli a .anli-top img {
	display: block;
	width: 100%
}

.proi-nav #proi-anli a .anli-top h5 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #d11a2d;
	padding: 13px 0;
	margin-bottom: 0
}

.proi-nav #proi-anli a .anli-bottom {
	display: none
}

.proi-nav #proi-anli a .anli-bottom .anli-cont {
	padding: 20px 0;
	background-color: rgba(51, 51, 51, 0.8)
}

.proi-nav #proi-anli a .anli-bottom .anli-cont h5 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.proi-nav #proi-anli a .anli-bottom .anli-cont ul {
	padding: 0;
	padding: 0 30px
}

.proi-nav #proi-anli a .anli-bottom .anli-cont ul li {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.proi-nav #proi-anli a .anli-bottom .anli-cont ul li::marker {
	color: #fff
}

.proi-nav #proi-anli a .anli-bottom p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	background-color: #d11a2d;
	padding: 10px 0;
	margin-bottom: 0
}

.proi-nav #proi-area {
	padding: 30px 0;
	background-color: #f2f2f2
}

.proi-nav #proi-area h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333
}

.proi-nav #proi-area p {
	font-size: 16px;
	color: #555;
	text-align: center
}

.proi-nav #proi-area .appli {
	display: block;
	overflow: hidden;
	margin-bottom: 20px
}

.proi-nav #proi-area .appli img {
	display: block;
	width: 100%;
	transition: all .5s ease 0s
}

.proi-nav #proi-area .appli:hover img {
	transform: scale(1.1, 1.1);
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.proi-nav #proi-area .button {
	text-align: center
}

.proi-nav #proi-area .button a {
	display: inline-block;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-image: -webkit-linear-gradient(-178deg, #d11a2d 0%, #e35151 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 9px 0;
	border: 1px solid #d11a2d;
	border-radius: 34px;
	width: 221px;
	margin-bottom: 15px
}

.proi-nav #proi-area .button a:hover {
	background-image: -webkit-linear-gradient(-178deg, #d11a2d 0%, #e35151 100%);
	background-blend-mode: normal, normal;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: #fff;
	border-color: transparent;
	color: #fff
}

.proi-nav #proi-area .proi-ly ul {
	padding: 0 !important;
}

.proi-nav #proi-area .proi-ly ul li {
	list-style: none;
}

.rela-pro {
	padding: 30px 0
}

.rela-pro h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333;
	
}

.rela-link {
	background-color: #f2f2f2;
	padding: 30px 0
}

.rela-link ul {
	padding: 0
}

.rela-link ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 20px
}

.rela-link ul li .top {
	margin-bottom: 20px
}

.rela-link ul li .top img {
	display: block;
	width: auto;
	margin: 0 auto
}

.rela-link ul li .center {
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-bottom: 5px
}

.rela-link ul li .last {
	font-size: 16px;
	color: #555;
	text-align: center
}

.rela-link ul li .bshare-custom a {
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 18px;
	margin-right: 10px
}

.rela-link ul li .bshare-custom .bshare-weixin {
	background: url(/static/img/product/icon3.png) no-repeat center;
	background-color: #d11a2d
}

.rela-link ul li .bshare-custom .bshare-sinaminiblog {
	background: url(/static/img/product/icon5.png) no-repeat center;
	background-color: #d11a2d
}

.rela-link ul li .bshare-custom .bshare-qzone {
	background: url(/static/img/product/icon6.png) no-repeat center;
	background-color: #d11a2d
}

@media (min-width: 576px) {
	.pro-first h1 {
		font-size: 46px
	}

	.proi-first .left .left-top {
		text-align: center
	}

	.proi-first .left .left-top p {
		display: inline-block
	}

	.proi-first .right .right-bottom .anniu a {
		width: 330px;
		padding: 12px 0;
		font-size: 32px;
		height: 71px
	}

	.proi-first .right .right-bottom .anniu a:nth-child(2) .right {
		padding-left: 30px
	}

	.proi-first .right .right-bottom .anniu a:nth-child(2) .right h3 {
		font-size: 24px
	}

	.proi-first .right .right-bottom .anniu a:nth-child(2) .left {
		padding: 11px;
		padding-left: 18px;
		margin-left: 0
	}

	.proi-first .right .right-bottom .anniu a:last-child {
		padding: 9px
	}

	.proi-nav #proi-intro ul li {
		float: left;
		width: 50%
	}

	.proi-nav #proi-intro ul li .intro-img {
		margin-bottom: 0;
		padding: 1px
	}

	.proi-nav #proi-intro ul li:first-child .intro-img {
		padding: 0 1px
	}

	.proi-nav #proi-anli a {
		position: relative;
		overflow: hidden
	}

	.proi-nav #proi-anli a .anli-bottom {
		position: absolute;
		width: 100%;
		display: block;
		bottom: -198px;
		transition: all .5s ease 0s
	}

	.proi-nav #proi-anli a .anli-bottom .anli-cont {
		padding: 20px 0 10px
	}

	.proi-nav #proi-anli a .anli-bottom .anli-cont h5 {
		margin-bottom: 15px
	}

	.proi-nav #proi-anli a .anli-bottom .anli-cont ul {
		padding: 0 65px
	}

	.proi-nav #proi-anli a .anli-bottom .anli-cont ul li {
		margin-bottom: 15px
	}

	.proi-nav #proi-anli a:hover .anli-bottom {
		transition: all .5s ease 0s;
		bottom: 0
	}

	.proi-nav #proi-area .button {
		margin-top: 20px
	}

	.proi-nav #proi-area .button a:first-child {
		margin-right: 30px
	}

	.rela-link ul li {
		float: left;
		width: 50%
	}
	.pro-second .second-bottom a .pro-det p {
	gap: 0;
	flex-direction: column;
}
}

@media (min-width: 768px) {
	.pro-second .second-bottom a {
		height: 514px;
		padding-top: 55px
	}

	.pro-second .second-bottom a .pro-det h3 {
		font-size: 24px
	}

	.pro-second .second-bottom a .pro-det p {
		font-size: 18px
	}

	.pro-second .second-bottom .one {
		padding-top: 55px
	}

	.pro-second .second-bottom .four {
		padding-top: 55px
	}

	.pro-second .second-bottom .six {
		padding-top: 55px
	}

	.pro-second .second-bottom .seven {
		padding-top: 55px
	}

	.pro-second .second-bottom .eight {
		padding-top: 55px
	}

	.pro-second .second-bottom .nine {
		padding-top: 55px
	}

	.pro-second .second-top1 {
		padding-top: 40px
	}

	.pro-third::before {
		left: 45%
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item {
		width: 50%;
		padding: 0 10px
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item .nav-link {
		width: 100%
	}

	.pro-sixth {
		padding: 80px 0
	}

	.pro-sixth .epc-top a h3 {
		margin-bottom: 30px;
		font-size: 40px
	}

	.pro-sixth .epc-top a p {
		font-size: 18px
	}

	.pro-sixth .epc-top a .index-epc-desc {
		margin-top: 60px
	}

	.proi-first .right .right-bottom .anniu {
		display: flex;
		align-items: center;
		justify-content: space-around
	}

	.proi-first .right .right-bottom .anniu a {
		margin-top: 20px
	}

	.proi-first .right .right-bottom .anniu a:nth-child(2) .right {
		padding-left: 0
	}

	.proi-nav #proi-stre {
		padding: 60px 0 50px
	}

	.proi-nav #proi-stre h3 {
		margin-bottom: 30px
	}

	.proi-nav #proi-stre .row {
		display: flex
	}

	.proi-nav #proi-stre .row .proi-stre-cont {
		height: 100%
	}

	.proi-nav #proi-stre .row .ys-img img {
		display: block;
		width: 50%;
		margin: 0 auto
	}

	.proi-nav #proi-prin {
		padding: 70px 0 60px
	}

	.proi-nav #proi-prin h3 {
		margin-bottom: 30px
	}

	.proi-nav #proi-pra {
		padding: 70px 0 50px
	}

	.proi-nav #proi-anli {
		padding: 70px 0 50px
	}

	.proi-nav #proi-anli h3 {
		margin-bottom: 30px
	}

	.proi-nav #proi-area {
		padding: 70px 0 50px
	}

	.proi-nav #proi-area h3 {
		margin-bottom: 30px
	}
	
	

	.proi-nav #proi-area p {
		margin-bottom: 35px
	}

	.rela-pro {
		padding: 70px 0 40px
	}

	
	.proi-nav #proi-area .proi-ly ul {
		margin: 0 -15px;
	}
	
	.proi-nav #proi-area .proi-ly ul li {
		float: left;
		width: 50%;
		padding: 0 15px;
	}
	#proi-pro .container > h3 {
		margin-bottom: 30px
	}
	
}
@media (max-width:992px) {
	.pro-sixth .epc-top a .epc_icon ul span{display: none;}
	.pro-sixth .epc-top a .epc_icon ul li{border: none;}
}
@media (min-width: 992px) {
	.pro-first h1 {
		font-size: 56px;
		margin-top: 60px
	}

	.pro-second {
		padding: 70px 0 50px
	}

	.pro-second .second-top h2 {
		font-size: 30px;
		margin-bottom: 20px
	}

	.pro-second .second-top p {
		margin: 0 auto 40px
	}

	.pro-second .second-bottom a {
		height: 482px
	}

	.pro-second .other {
		display: none
	}

	.pro-second .other1 {
		display: block
	}

	.pro-second .other1 a {
		display: block;
		text-decoration: none;
		position: relative
	}

	.pro-second .other1 a img {
		display: block;
		width: 100%
	}

	.pro-second .other1 a .des {
		position: absolute;
		top: 15px;
		right: 20px
	}

	.pro-second .other1 a .des h3 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		text-align: end
	}

	.pro-second .other1 a .des p {
		font-size: 16px;
		color: #fff;
		text-align: end
	}

	.pro-second .other1 a .des span {
		display: inline-block;
		width: 120px;
		padding: 12px 0;
		border-radius: 20px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		background-image: linear-gradient(90deg, #d11a2d 0%, #e35151 100%), linear-gradient(#e35151, #e35151);
		background-blend-mode: normal, normal;
		-webkit-transition: all .8s
	}

	.pro-second .other1 a:hover .des span {
		-webkit-transition: all .8s;
		border-radius: 0
	}

	.anli-pro {
		padding-top: 0
	}

	.anli-pro h3 {
		margin-bottom: 30px !important
	}

	.pro-third {
		padding: 60px 0 40px
	}

	.pro-third h3 {
		font-size: 30px
	}

	.pro-third .pro-mater {
		margin-top: 35px
	}

	.pro-third .pro-mater .mater-img a .fanguan-span span {
		padding-top: 15px
	}

	.pro-third .pro-mater .owl-controls {
		margin-top: 40px
	}

	.pro-fourth {
		padding: 70px 0 35px
	}

	.pro-fourth .anli-top h3 {
		font-size: 30px
	}

	.pro-fourth .anli-top p {
		margin-top: 30px
	}

	.pro-fourth .anli-bottom {
		margin-top: 50px
	}

	.pro-fourth .anli-bottom .nav-pills {
		margin-top: 30px
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item {
		/* width: 33.33%; */
		width: 20%;
		padding: 0 10px
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item .nav-link {
		width: 100%
	}

	.pro-fourth .anli-bottom .tab-pane a .anli-text {
		margin-top: 35px
	}

	.pro-fourth .anli-bottom .tab-pane a .anli-text p {
		margin-top: 20px
	}

	.pro-fifth {
		padding: 60px 0 70px
	}

	.pro-fifth h2 {
		font-size: 30px;
		margin-bottom: 20px
	}

	.pro-fifth .owl-carousel1 {
		margin-top: 35px
	}

	.pro-fifth .owl-carousel1 a .second-p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		padding-bottom: 0;
	}

	.pro-sixth {
		padding: 110px 0 130px
	}

	.pro-sixth .epc-top a .index-epc-desc {
		margin-top: 70px
	}

	.proi-nav #proi-intro {
		padding: 70px 0 40px
	}

	.proi-nav #proi-intro h3 {
		margin-bottom: 20px
	}

	.proi-nav #proi-intro ul li {
		float: left;
		width: 25%
	}

	.proi-nav #proi-stre .row ul li {
		float: left;
		width: 50%;
		padding: 0 10px
	}

	.rela-link {
		padding: 40px 0 30px
	}

	.rela-link ul li {
		padding: 20px 0;
		float: left;
		width: 33.33%
	}

	.rela-link ul li:nth-child(2) {
		border-left: 1px solid;
		border-right: 1px solid;
		border-image: linear-gradient(180deg, transparent 0%, #e0e0e0 50%, transparent 99%) 2 2 2 2
	}
	.proi-nav #proi-area .proi-ly ul li {
		width: 33.33%;
	}
	.pro-sixth .epc-top a .epc_icon ul li{width: 110px;height: 110px;}
	.pro-sixth .epc-top a .epc_icon ul span{width: 28px;bottom: -55px;}
	.pro-second .second-bottom a img{bottom: -5%;}
	.pro-second .second-bottom a .pro-det{top: 30px;}
}

@media (min-width: 1200px) {
	.pro-second .second-bottom a {
		height: 543px;
		background-size: auto
	}

	.pro-second .second-bottom a .pro-det p {
		flex-direction: initial;
		gap: 20px;
	}

	.pro-second .second-bottom .there {
		padding-top: 55px
	}

	.pro-second .other1 a .des {
		top: 30px;
		right: 35px
	}

	.pro-second .other1 a .des h3 {
		font-size: 30px
	}

	.pro-second .other1 a .des span {
		width: 160px;
		margin-top: 10px
	}

	.pro-fourth .anli-bottom {
		padding: 0 30px
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item {
		/* width: 33.33%; */
		width: 20%;
		max-width: 312px
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item .nav-link {
		font-size: 18px
	}

	.proi-first .left {
		float: left;
		width: 35%;
		padding-right: 10px
	}

	.proi-first .left .left-top h1 {
		font-size: 50px;
		margin-bottom: 15px
	}

	.proi-first .right {
		float: left;
		width: 65%;
		padding-left: 10px
	}

	.proi-first .right .right-top h4 {
		margin-bottom: 15px
	}

	.proi-first .right .right-top p {
		line-height: 30px;
		margin-bottom: 25px
	}

	.proi-nav #proi-stre .row ul li {
		width: 100%
	}

	.proi-nav #proi-stre .row .ys-img img {
		width: 100%
	}
	.owl-carousel .owl-stage{
		min-width: 7685px;
	}
	.pro-sixth .epc-top a .epc_icon ul span{width: 58px;}
	.pro-second .second-bottom a img {bottom: 0;}
	.pro-second .second-bottom a .pro-det{top: 40px;}
	
	
}

@media (min-width: 1400px) {
	.pro-second .second-bottom a {
		padding-top: 0
	}

	.pro-second .second-bottom .one {
		padding-top: 4px
	}

	.pro-second .second-bottom .there {
		padding-top: 0
	}

	.pro-second .second-bottom .four {
		padding-top: 4px
	}

	.pro-second .second-bottom .six,
	.pro-second .second-bottom .seven,
	.pro-second .second-bottom .eight {
		padding-top: 3px
	}

	.pro-second .second-bottom .nine {
		padding-top: 5px
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item {
		width: 20%
	}

	.pro-third p {
		width: 1275px;
		margin: 20px auto 10px
	}

	.pro-third::before {
		left: 48.5%
	}

	.proi-first {
		padding: 10px 0 70px
	}

	.proi-first .left {
		width: 40%
	}

	.proi-first .left .left-center {
		margin: 40px 0
	}

	.proi-first .right {
		width: 60%
	}
	.pro-sixth .epc-top a .epc_icon ul span{width: 88px;}
	.pro-second .second-bottom a .pro-det{top: 30px;}
	.pro-second .second-bottom a img{bottom: 3%;}
}

@media (min-width: 1600px) {
	.pro-second .other1 a .des {
		top: 55px;
		right: 45px
	}

	.pro-second .second-bottom a {
		background-size: 100% 100%;
		height: 600px;
		padding-top: 20px
	}

	.pro-second .second-bottom .one {
		padding-top: 25px
	}

	.pro-second .second-bottom .four {
		padding-top: 24px
	}
    
    .pro-second .second-bottom .there {
		padding-top: 20px
	}
	.pro-second .second-bottom .there img {
		margin-top: 0px
	}

	.pro-second .second-bottom .six {
		padding-top: 22px
	}

	.pro-second .second-bottom .seven {
		padding-top: 20px
	}

	.pro-second .second-bottom .eight {
		padding-top: 22px
	}

	.pro-second .second-bottom .nine {
		padding-top: 22px
	}

	.pro-fourth .anli-bottom .nav-pills {
		display: flex;
		justify-content: center
	}

	.pro-fourth .anli-bottom .nav-pills .nav-item .nav-link {
		font-size: 24px
	}

	.proi-first .left {
		width: 43%
	}

	.proi-first .right {
		width: 57%
	}
	.owl-carousel .owl-stage{
			min-width: 9520px;
		}
	.pro-sixth .epc-top a .epc_icon ul span{width: 106px;}
	.pro-second .second-bottom a img{bottom: 5%;}
}

