@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #FF484A;
}
.bgcolor,.hvbgcolor:hover{
	background: #FF484A;
	color: #fff;
}
.icolor1,.hvcolor1:hover{
	color: #CA202A;
}
.bgcolor1,.hvbgcolor1:hover{
	background: #CA202A;
	color: #fff;
}
.md{
	padding: 80px 0;
}
.head,.head_height{
	height: 100px;
}
.head{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.head,.head_height{
	height: 100px;
}
.logo{
	display: inline-block;
	height: 58px;
}
.nav{
	margin: 0 2%;
}
.nav li{
	position: relative;
	margin-left: 55px;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.nav li.active .nava,.nav li:hover .nava{
	color: #CA202A;
}
.navhide{
	width: 200px;
	border-radius: 0 0 8px 8px;
	background: rgba(255,255,255,.9);
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,.hbr_lg:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 40px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #CA202A;
}
.nav li.nav_prd{
	position: static;
}
.navhide_prd{
	width: 80%;
	background: #fff;
	position: absolute;
	left: 10%;
	top: 100%;
	z-index: 99;
	border: 1px solid #E6E6E6;
	margin-top: -10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.nav li:hover .navhide_prd{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.npw a{
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	text-align: center;
	display: block;
	padding: 20px;
	width: 20%;
	text-transform: uppercase;
	color: #000;
}
.npw a:nth-child(5),
.npw a:nth-child(10),
.npw a:nth-child(15){
	border-right: 0;
}
.npw a:hover{
	color: #CA202A;
}
.npwimg{
	width: 60%;
	margin: 0 auto;
}
.hdrsca{
	width: 48px;
	height: 48px;
	background: #E5E5E5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .25s;
}
.hdrsca:hover{
	background: #ddd;
}
.hdrsc_hide{
	width: 300px;
	/* position: absolute; */
	z-index: 9;
	right: 0;
	top: 100%;
	margin-top: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.hdrsc_hide_active{
	opacity: 1;
	visibility: inherit;
	/* margin-top: 15px; */
}
.hdrsc_hide input{
	width: 100%;
	height: 50px;
	border: 1px solid #E6E6E6;
	padding: 0 15px;
}
.hdrsc_hide button{
	width: 50px;
	height: 100%;
	background: #CA202A;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.hdra{
	display: flex;
	align-items: center;
	padding: 0 25px;
	height: 48px;
	background: #CA202A;
	color: #fff;
	margin-left: 15px;
}
.hdra:hover{
	color: #fff !important;
	text-decoration: inherit !important;
}
.bnline{
	width: 80px;
	height: 3px;
	background: #fff;
	margin: 35px 0;
}
.bnmore{
	display: inline-block;
	background: #FF484A;
	padding: 13px 45px;
	color: #fff;
	transition: .25s;
}
.bnmore:hover{
	opacity: .85;
}
.foot{
	background: #202930;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	color: #FF484A;
	text-decoration: underline;
}
.fb{
	background: #000;
	padding: 20px 0;
	text-align: center;
}
.ftt{
	padding: 25px 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.fttnav{
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	padding: 0 2%;
	margin: 0 5%;
}
.fttnav li{
	flex: 0;
	flex-grow: 1;
	text-align: center;
	line-height: 55px;
}
.ftb{
	padding: 40px 0;
}
.ftbl{
	width: 25%;
}
.ftba{
	text-align: left;
}
.foot .ftba .dx{
	/* footer 这块不需要全大写，观感更丰富 */
	text-transform: none;
	letter-spacing: .04em;
}
.ftba h3{
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	opacity: .95;
}
.ftba h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background: #DB5459;
	border-radius: 2px;
}
.ftba ul{
	opacity: .9;
	line-height: 34px;
	padding-left: 0;
	margin-left: 0;
}
.ftba ul.text16{
	font-size: 17px;
	line-height: 34px;
}
.ftba li a{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 2px 0;
	text-decoration: none;
	transition: transform .2s, color .2s, opacity .2s;
}
.ftba_prd li a{
	display: block;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ftba li a:hover{
	text-decoration: none;
	transform: translateX(2px);
	opacity: 1;
}
.ftbar a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ftbar a i{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size: 12px;
	color: #DB5459;
	margin-right: 10px;
	text-decoration: inherit !important;
}
.ftbar li:last-child a i{
	font-size: 10px
}
.right{
	position: fixed;
	right: 15px;
	top: 35%;
	z-index: 99;
}
.rta{
	position: relative;
	margin-bottom: 1px;
}
.rta_a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #DB5459;
}
.rta_a img{
	max-width: 42%;
}
.rtahide{
	position: absolute;
	right: 100%;
	top: 0;
	display: flex;
	width: 260px;
	height: 50px;
	justify-content: center;
	align-items: center;
	background: #DB5459;
	color: #fff;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
}
.rta:hover .rtahide{
	opacity: 1;
	visibility: inherit;
	margin-right: 10px;
}
.md{
	padding: 80px 0;
}
.i1{
	background: #F9F9F9;
}
.i1lw{
	width: 820px;
	max-width: 100%;
	padding-right: 15%;
}
.itop h1{
	color: #272D4E;
}
.itopline i{
	display: block;
	width: 70px;
	height: 4px;
	background: #DB5459;
}
.i2t li,.cst a{
	display: inline-block;
	padding: 4px 10px;
	color: #CA202A;
	cursor: pointer;
	transition: .25s;
	margin: 5px 10px;
}
.i2t ul{
	flex-wrap: wrap;
}
.i2t li.no-tab{
	cursor: default;
}
.i2t li a{
	color: #CA202A;
}
.i2t li.active,.cst a.active{
	background: #E5E5E5;
	color: #000;
}
.i2ba{
	display: block;
	text-align: center;
}
.i2ba:hover{
	color: #CA202A;
}
.i2baimg{
	width: 70%;
	margin: 0 auto;
}
.swiper-button-public{
	background: none;
	font-size: 60px;
	color: #CA202A;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-button-next-i2{
	right: 0;
}
.swiper-button-prev-i2{
	left: 0;
}
.i3{
	background: url(../images/i3bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.itop_wt *{
	color: #fff !important;
}
.i3a{
	width: 23%;
}
.i3a h3{
	line-height: 1.5;
}
.i3a i{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	transition: .5s;
}
.i3a i img{
	max-width: 50%;
}
.i3a:hover i{
	background: rgba(255,255,255,.1);
	transform:rotateY(180deg);
}
.i5{
	background: #F9F9F9;
}
.i4{
	background: url(../images/i4bg.jpg) no-repeat bottom center;
	background-size: cover;
	padding-bottom: 20px !important;
}
.i4ra img{
	display: block;
	max-width: 85%;
}
.i4l .bnline{
	background: #CA202A;
}
.i4ltxt li{
	padding: 10px 0;
	display: flex;
}
.i4ltxt li i{
	margin-right: 10px;
	margin-top: 3px;
	margin-right: 10px;
	color: #CA202A;
}
.i4ltxt-single .i4l-single{
	margin: 0;
	padding: 0;
}
.i4slide-inner{
	width: 100%;
	text-align: center;
}
.i4slide-desc{
	margin: 0;
	max-width: 100%;
}
.i4b i{
	background: #FF484A;
	width: 52px;
	height: 44px;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 25px;
	transition: .25s;
	cursor: pointer;
}
.i4b i:hover{
	opacity: .85;
}
.i5a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0,0,0,0);
}
.i5a:hover{
	background: #fff;
	border: 1px solid #CA202A;
}
.i5a img{
	max-width: 90%;
	max-height: 90%;
	display: block;
	transition: 1s;
}
.i5a:hover img{
	transform: scale(1.05);
}
.i5a.i5a--nolink{
	cursor: default;
}
.swiper-button-next-i5,.swiper-button-prev-i5{
	color: #808080;
}
.i6a_a{
	background: #F9F9F9;
	padding: 20px;
	display: flex;
	align-items: center;
	color: #272D4E;
}
.i6a_a p{
	opacity: .7;
}
.i6aimg{
	width: 210px;
	height: 210px;
	overflow: hidden;
}
.i6a_a:hover{
	background: #CA202A;
	color: #fff;
}
.i6a_a:hover *{
	color: #fff;
}

.lbntxt h1{
	line-height: 1;
}
.lbntxt .bnline{
	margin: 0 !important;
}

/* 顶部 banner：完整显示（不裁切） */
.listbn{
	height: auto;
	overflow: visible;
}
.listbn img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.pi1{
	background: #fff;
}
.pi1rlogo{
	height: 50px;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 9;
}
.pi1rimg.vd_click::after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/pi1vdico.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.pi2{
	padding-top: 25px !important;
}
.pi2tw{
	padding: 50px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
/* 产品与编辑器 media-text 一致：图左反向排版；图右正文在前默认横向 */
.pi2bw.pi2bw-ml{
	flex-flow: row-reverse;
}
.pi2bw.pi2bw-mr{
	flex-flow: row;
}
.pi2bw.pi2bw-ml .pi2btxt{
	padding-left: 10%;
}
.pi2bw.pi2bw-mr .pi2btxt{
	padding-right: 10%;
}
.gmzd-prd-preline{
	white-space: pre-line !important;
}
.gmzd-prd-preline p{
	margin: 0;
}
.gmzd-prd-preline p + p{
	margin-top: 12px;
}
/* 产品详情：标题下简介（多段）左对齐、段间距收紧 */
.pi2 .gmzd-prd-intro{
	text-align: left;
	white-space: normal !important;
}
.pi2 .gmzd-prd-intro p,
.pi2 .gmzd-prd-intro .wp-block-paragraph,
.pi2 .gmzd-prd-intro .wp-block-verse,
.pi2 .gmzd-prd-intro .wp-block-list{
	margin: 0 !important;
	padding: 0;
}
.pi2 .gmzd-prd-intro p + p,
.pi2 .gmzd-prd-intro .wp-block-paragraph + .wp-block-paragraph,
.pi2 .gmzd-prd-intro .wp-block-verse + .wp-block-verse,
.pi2 .gmzd-prd-intro .wp-block-paragraph + .wp-block-verse,
.pi2 .gmzd-prd-intro .wp-block-verse + .wp-block-paragraph{
	margin-top: 8px !important;
}
.pi2 .gmzd-prd-intro .has-text-align-left{
	text-align: left;
}
.gmzd-prd-preline ul,
.gmzd-prd-preline ol{
	margin: 12px 0 0;
	padding-left: 1.2em;
}
.gmzd-prd-preline pre,
.gmzd-prd-preline .wp-block-verse{
	white-space: pre-wrap;
	overflow: visible;
	max-height: none;
}
.pi3{
	background: #F9F9F9;
}
.pi3box{
	padding: 20px 0;
}
.pi3rimg img{
	max-width: 50%;
}
.pi4atxt{
	width: 100%;
	padding: 15px 20px;
	background: rgba(0,0,0,.4);
	border-bottom: 3px solid rgba(0,0,0,0);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .25s;
}
.pi4a:hover .pi4atxt{
	border-bottom-color: #CA202A;
}
.swiper-button-next-pi4,.swiper-button-prev-pi4{
	width: 60px;
	height: 60px;
	background: url(../images/rjt.png) no-repeat center rgba(0,0,0,.2);
	margin-top: -30px;
	border-radius: 100%;
	transition: .25s;
}
.swiper-button-prev-pi4{
	background: url(../images/ljt.png) no-repeat center rgba(0,0,0,.2);
}
.swiper-button-next-pi4:hover,
.swiper-button-prev-pi4:hover{
	background-color: #CA202A !important;
}

.caset{
	background: #CA202A;
	color: #fff;
	padding: 20px 0;
}
.caset_r{
	margin-left: 5%;
}
.caset_r input{
	width: 410px;
	height: 56px;
	background: rgba(255,255,255,.6);
	padding-left: 70px;
	color: #fff;
}
.caset_r input::-webkit-input-placeholder{
	color:#fff;
}
.caset_r button{
	width: 70px;
	height: 100%;
	background: url(../images/cs_scico.png) no-repeat center;
	background-size: 15px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.csba_a{
	display: block;
	text-align: center;
}
.csbaimg{
	position: relative;
	overflow: hidden;
}
.csbaimg::after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/cs_scico.png) no-repeat center rgba(219, 84, 89, 0.4);
	border-bottom: 4px solid #CA202A;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	opacity: 0;
}
.csba:hover .csbaimg::after{
	opacity: 1;
}
.csba_a .titleh3.line_2{
	min-height: 2.4em;
}
.pages a,.pages span{
	display: inline-block;
	padding: 5px 12px;
	border-radius: 4px;
	margin: 3px;
}
.pages a.active,
.pages span.active,
.pages span.current{
	background: #CA202A;
	color: #fff;
}

.listnav{
	background: #F6F6F6;
	padding: 20px 0;
	color: #888888;
}
.listnav a{
	color: #222;
}
.listnav a:hover{
	color: #CA202A;
}
.infomd{
	padding-top: 50px !important;
}
.cil{
	width: 385px;
	max-width: 20%;
	margin-right: 5%;
	position: sticky;
	top: 120px;
}
.cil1{
	border: 1px solid #E6E6E6;
}
.cilt{
	background: #CA202A;
	color: #fff;
	padding: 15px 18px;
}
.cil1b a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
	line-height: 55px;
	padding: 0 18px;
	border-bottom: 1px solid #E6E6E6;
	color: #444;
}
.cil1b a:last-child{
	border-bottom: 0;
}
.cil1b a:hover,.cil1b a.active{
	color: #CA202A;
}
.cil2w{
	background: #F7F7F7;
	padding: 15px;
	padding-bottom: 1px;
}
.cil2a{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.cil2aimg{
	width: 35%;
	margin-right: 15px;
	overflow: hidden;
}
.cil2atxt span i{
	width: 16px;
	height: 16px;
	font-size: 10px;
	background: #CA202A;
	color: #fff;
	margin-right: 5px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iftm span{
	margin: 0 20px;
}
.ifm *{
	max-width: 100%;
}
.ifbw a{
	width: 45%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}
.ifbw a:last-child{
	text-align: right;
}
.ifbw a span{
	color: #888;
}
.ifbw a:hover{
	color: #CA202A;
}

.ab1{
	background: #F6F6F6;
}
.ab1tw{
	width: 1200px;
	max-width: 100%;
}
.ab1t_title{
	line-height: 1;
}
.ab1ttxt{
	color: #444;
}
.ab1ttxt p{
	padding: 10px 0;
}
.ab1ba{
	width: 25%;
	padding: 30px;
}
.ab1ba:nth-child(1){
	background: #313133;
	color: #fff;
}
.ab1ba:nth-child(2){
	background: #E42F42;
	color: #fff;
}
.ab1ba:nth-child(3){
	background: #fff;
	color: #000;
}
.ab1ba:nth-child(4){
	background: #313133;
	color: #fff;
}
.ab1ba .i3a{
	width: 100% !important;
	margin: 0 !important;
}
.ab1ba .i3a i{
	margin-left: 0 !important;
}
.ab1ba:nth-child(3) .i3a i{
	border: 1px solid #000;
}
.ab2{
	background: url(../images/ab2img.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.ab2tw{
	width: 580px;
	max-width: 100%;
}
.ab2bw{
	width: 680px;
	max-width: 100%;
}

.ps1a_a{
	position: relative;
	overflow: hidden;
	color: #fff;
}
.ps1a1,.ps1a2{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	transition: .5s;
}
.ps1a1{
	padding: 22px;
}
.ps1a2{
	height: 100%;
	display: flex;
	align-items: flex-start;
	padding: 22px 50px;
	opacity: 0;
	margin-bottom: -50%;
}
.ps1a2 .w100{
	max-height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
}
.ps1a2 .txt{
	overflow: auto;
	max-height: calc(100% - 60px);
	padding-right: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,.45) rgba(255,255,255,.12);
}
.ps1a2 .txt::-webkit-scrollbar{
	width: 6px;
}
.ps1a2 .txt::-webkit-scrollbar-track{
	background: rgba(255,255,255,.12);
	border-radius: 999px;
}
.ps1a2 .txt::-webkit-scrollbar-thumb{
	background: rgba(255,255,255,.45);
	border-radius: 999px;
}
.ps1a2 .txt::-webkit-scrollbar-thumb:hover{
	background: rgba(255,255,255,.65);
}
.ps1a:hover .ps1a1{
	opacity: 0;
}
.ps1a:hover .ps1a2{
	opacity: 1;
	margin-bottom: 0;
}
.ps2{
	background: url(../images/ps2bg.jpg) no-repeat bottom center;
}
.ps2b_btn{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.sai1a{
	background: #CA202A;
	color: #fff;
}
.sai1a:nth-child(2){
	background: #313133;
}
.sai1al{
	padding: 15px 5%;
}
.sai2a_a{
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 25px;
	display: flex;
	align-items: center;
	transition: .5s;
}
.sai2a_a:hover{
	border: 1px solid #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	transform:translateY(-8px);
}
.sai2a_a i img,.sai2a_a span img{
	display: block;
}
.sai3a_a{
	text-align: center;
}
.sai3aimg{
	position: relative;
	overflow: hidden;
}
.sai3aimg::after{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/pi1vdico.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

.neta{
	background: #F7F7F7;
}
.netaimg{
	width: 35%;
}
.netatxt{
	padding: 20px 4%;
}
.netatxt span i{
	width: 22px;
	height: 22px;
	font-size: 12px;
	background: #CA202A;
	color: #fff;
	margin-right: 5px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.net{
	padding: 0 6%;
}
.nea{
	padding: 35px 0;
	border-bottom: 1px solid #E6E6E6;
}
.nea:hover{
	background: #f7f9fa;
}
.neal{
	color: #A6A6A6;
	width: 10%;
	text-align: left;
	padding-left: 20px;
}
.neam{
	width: 22%;
	margin-right: 3%;
}

form.qx-gmzd-contact-form{
	position: relative;
}
.co1r{
	padding: 30px 50px;
	background: #CA202A;
	color: #fff;
}
.co1ra{
	padding: 20px 0;
}
.co1ra p{
	opacity: .75;
	line-height: 1.4;
}
.co1ra a{
	color: inherit;
	opacity: .75;
	text-decoration: underline;
}
.co1ra a:hover{
	opacity: 1;
}
.co1msg_ok{
	color: #1a7f37;
}
.co1msg_err{
	color: #b32d2e;
}
.co1hp{
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.co1laipt input{
	width: 100%;
	height: 46px;
	border: 1px solid #E6E6E6;
	padding: 0 18px;
}
.co1laipt input:focus{
	border: 1px solid #CA202A;
}

/*2026-04-27*/
.pd1a{
	display: block;
	padding: 15px;
	background: rgba(245, 245, 245, 1);
	text-align: center;
	border: 1px solid #ccc;
	margin-left: -1px;
	margin-top: -1px;
}
.pd1aimg{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 3 / 1.8;
	background: #fff;
}
.pd1aimg img{
	display: block;
	max-width: 80%;
	max-height: 85%;
}
.pd1atxt{
	padding: 10px 5%;
	margin-top: 10px;
}
.pd3{
	background: url(../images/pd3bg.jpg) no-repeat top center;
}
.pd3a_a{
	background: #fff;
	padding: 40px;
	box-shadow: 0px 1.79px 8.96px  rgba(163, 175, 201, 0.21);
}
.pd3a_a:hover{
	background: #CA202A;
	color: #fff;
}
.pd3a_a:hover *{
	color: #fff;
}
.pd3a_a:hover img{
	filter: grayscale(100%) brightness(500%);
}


@media only screen and (max-width:1649px) {
	body{
		zoom: .9;
	}
	.md{
		padding: 70px 0;
	}
	.logo{
		height: 50px;
	}
	.nav li{
		margin-left: 40px;
	}
	.bnmore{
		padding: 10px 30px;
	}
	.right{
		zoom: .8;
	}
	.i1lw{
		padding: 0;
	}
	.i1l{
		padding: 0 5% 0 2.5%;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.head,.head_height{
		height: 80px;
	}
	.cil{
		position: sticky;
		top: 100px;
	}
	.logo{
		height: 45px;
	}
	.nav li{
		margin-left: 30px;
	}
	.nava{
		font-size: 16px;
	}
	.hdr{
		zoom: .8;
	}
	.right{
		zoom: .7;
	}
	.bnmore {
        padding: 8px 25px;
    }
	.i3a i{
		width: 100px;
		height: 100px;
	}
	.i4b i{
		width: 42px;
		height: 32px;
		font-size: 20px;
	}
	
	.csbaimg::after{
		background-size: 25px;
	}
	
	.sai2a_a i img{
		width: 100px;
	}
	.sai2a_a span img{
		width: 40px;
	}
	
	.pd3top img{
		height: 20px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.logo{
		height: 40px;
	}
	.nav li{
		margin-left: 20px;
	}
	.nava{
		font-size: 14px;
	}
	.fttnav{
		margin: 0 2.5%;
	}
	.ftt .hdra{
		zoom: .8;
	}
	.bnmore{
		padding: 7px 25px;
	}
	.right{
		zoom: .6;
	}
	
	.pi1rimg::after{
		background-size: 60px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.fttnav{
		display: none;
	}
}
@media only screen and (max-width:768px) {
	body{
		zoom: 1;
	}
	.right{
		display: none;
	}
	.md{
		padding: 25px 0;
	}
	.bnimg{
		min-height: 200px;
	}
	.bnline{
		width: 30px;
		height: 1px;
		margin: 15px 0;
	}
	.bnmore{
		padding: 3px 15px;
		font-size: 12px;
	}
	.bntxt h3{
		font-size: 12px;
	}
	.bntxt h1{
		font-size: 18px;
	}
	.logo{
		height: 35px;
	}
	.hdra{
		height: 38px;
		padding: 0 20px;
		margin-left: 0;
		font-size: 12px;
	}
	.fb{
		padding: 12px 0;
	}
	.ftb{
		padding: 20px 0;
	}
	.ftbl{
		width: 100%;
		text-align: center;
	}
	.ftba{
		display: none;
	}
	.ftbar{
		display: block;
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
	.ftbar a{
		justify-content: center;
	}
	.i1{
		padding-bottom: 0;
	}
	.i1l{
		padding: 0 15px;
	}
	.itopline i{
		width: 30px;
		height: 2px;
	}
	.swiper-button-public{
		font-size: 40px;
	}
	.i3a{
		margin: 0 auto;
		width: 70%;
		padding: 10px 0;
	}
	.i3a i{
		width: 80px;
		height: 80px;
	}
	.i3a h3{
		font-size: 15px;
	}
	.i4{
		padding-bottom: 30px !important;
	}
	.i4r{
		margin-top: 25px !important;
	}
	.swiper-button-next-i5{
		right: -10px;
	}
	.swiper-button-prev-i5{
		left: -10px;
	}
	.i6a_a{
		display: block;
		padding: 15px;
	}
	.i6atxt {
		margin-left: 0;
	}
	.i6aimg{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.listbn img{
		min-height: 0;
	}
	.lbntxt h1{
		font-size: 20px;
		line-height: 1.3;
	}
	.pi1rlogo{
		height: 30px;
	}
	.pi1rimg::after{
		background-size: 45px;
	}
	.pi2t img{
		min-height: 200px;
	}
	.pi2tw{
		padding: 20px;
	}
	.pi2btxt {
		margin-bottom: 15px;
	}
	.pi2bw.pi2bw-ml .pi2btxt,
	.pi2bw.pi2bw-mr .pi2btxt{
		padding-left: 0;
		padding-right: 0;
	}
	.pi2btxt .txt{
		font-size: 14px;
		line-height: 1.7;
	}
	.pi3box{
		padding: 10px 0;
	}
	.swiper-button-next-pi4, .swiper-button-prev-pi4{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 10px;
	}
	
	.caset_l{
		text-align: center;
	}
	.caset_r{
		margin-left: 0;
		margin-top: 15px;
	}
	.caset_r input{
		width: 100%;
		height: 45px;
		padding-left: 55px;
	}
	.caset_r button{
		width: 55px;
	}
	
	.listnav{
		padding: 12px 0;
	}
	.listnav a img{
		height: 10px;
	}
	.infomd{
		padding-top: 25px !important;
	}
	.cil{
		width: 100%;
		max-width: 100%;
		position: static;
	}
	.cilt{
		padding: 10px 15px;
	}
	.cil1b a{
		line-height: 45px;
	}
	.cir{
		margin-top: 25px !important;
	}
	.iftm span{
		margin: 0 6px;
	}
	
	.ab1ttxt p{
		padding: 5px 0;
	}
	.ab1t_title {
		font-size: 16px;
	}
	.ab1ba{
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.ab1ba .i3a i{
		margin: 0 auto !important;
	}
	
	.ps1a2{
		display: none;
	}
	.ps1a1{
		opacity: 1 !important;
	}
	.ps2{
		background: none;
	}
	.ps2b_btn{
		position: static;
	}
	
	.sai1al{
		padding: 20px;
	}
	.sai2a_a{
		padding: 15px;
	}
	.sai2a_a .txt{
		margin: 0 12px;
	}
	.sai2a_a i img{
		width: 50px;
	}
	.sai2a_a span img{
		width: 20px;
	}
	.sai3a{
		margin-bottom: 10px;
	}
	.sai3aimg::after{
		background-size: 45px;
	}
	
	.net{
		padding: 0;
	}
	.netatxt{
		padding: 20px;
	}
	.nea{
		padding: 15px 0 !important;
		background: none !important;
	}
	.neal{
		display: flex;
		align-items: center;
		padding-left: 0;
	}
	.neal p{
		margin-right: 10px;
	}
	.near img{
		height: 15px;
	}
	
	.co1w{
		margin-top: 10px !important;
	}
	.co1laipt input{
		height: 40px;
		padding: 0 14px;
		font-size: 14px;
	}
	.co1r{
		padding: 10px 20px;
	}
	.co1ra{
		padding: 10px 0;
	}
	.co1ra p{
		font-size: 13px;
	}
	.co2map_ico img{
		width: 50px;
	}
	
	.pd1atxt{
		padding: 10px;
	}
	.pd1atxt h4{
		line-height: 1.5;
	}
	.pd1a{
		margin: 0;
	}
	.pd3top img{
		height: 14px;
	}
	.pi3box{
		width: 100%;
	}
}