header {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	z-index: 888;
}
.m-hd {
	margin: 0 auto;
	max-width: 1140px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-hd .logo {
	font-size: 18px;
	color: #ff5a1f;
}
.m-hd .logo span {
	color: #175ee8;
}
.m-hd .nav a {
	margin-left: 20px;
	color: var(--color0);
}
main {
	padding-top: 60px;
	font-size: 16px;
}
.m-banner {
	margin: 0 auto;
	max-width: 1440px;
	height: 455px;
}
.m-banner .swiper {
	height: 455px;
}
.m-banner .swiper .swiper-pagination-bullet-active {
	background: #ff5a1f;
}
.m-banner .banner {
	position: relative;
	height: 100%;
	cursor: pointer;
}
.m-banner .b1 {
	background: url(../img/bg-banner.png) 50% 0 / auto 100% no-repeat;
}
.m-banner .b2 {
	background: url(../img/bg-banner.jpg) 50% 0 / auto 100% no-repeat;
}
.m-banner .b3 {
	background: url(../img/333.png) 50% 0 / auto 100% no-repeat;
}
.m-banner .intro {
	position: absolute;
	top: 70px;
	left: 150px;
	color: #fff;
	display: flex;
	flex-direction: column;
}
.m-banner .intro .t1 {
	margin: 0 0 10px 0;
	font-size: 24px;
}
.m-banner .intro .t2 {
	margin: 5px 0 0 0;
	font-size: 50px;
	font-weight: 700;
	text-shadow: 4px 4px 0px #000e26;
}
.m-banner .intro .t2 span {
	color: #ff5a20;
}
.m-banner .intro .box {
	position: relative;
	margin: 20px 0 0 0;
	border: 1px solid #485c89;
	border-radius: 7px;
	display: flex;
}
.m-banner .intro .box::after {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	background: #485c89;
	width: 1px;
	height: 30px;
}
.m-banner .intro .box .cell {
	padding: 0 0 8px 0;
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.m-banner .intro .box .cell .tips {
	padding: 3px 10px;
	background: #ff5a1f;
	border-radius: 0 0 6px 6px;
	font-size: 14px;
	color: #fff;
}
.m-banner .intro .box .cell .price {
	margin: 10px 0;
}
.m-banner .intro .box .cell .price span {
	font-size: 24px;
}
.m-banner .intro .boxline {
	margin: 10px 0;
	padding: 0 10px;
	background: #ff5a1f;
	width: 320px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px 20px 20px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.m-banner .intro.leftintro {
	top: 120px;
	left: 70px;
	color: #333;
}
.m-banner .intro.leftintro .t1 {
	display: flex;
	align-items: center;
}
.m-banner .intro.leftintro .t1 img {
	margin: 0 5px 0 0;
}
.m-banner .intro.leftintro .t2 {
	font-size: 48px;
	text-shadow: none;
}
.m-banner .intro.rightintro {
	top: 140px;
	left: auto;
	right: 130px;
	color: #fff;
}
.m-banner .intro.rightintro .t2 {
	text-align: right;
}
.m-banner .intro.rightintro .t2 span {
	color: #ffd700;
}
.m-products {
	position: relative;
	padding: 50px 0;
	background: #fff;
}
.m-products .tlt {
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.m-products .stlt {
	margin: 0 0 20px;
	font-size: 20px;
	color: #999;
	text-align: center;
}
.m-products .box {
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-products .box .cell {
	width: 49.1%;
	height: 225px;
	border: 2px solid #333;
	border-radius: 4px;
	box-shadow: 4px 4px 0px 0px #c6daee;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.m-products .box .cell .pimg {
	position: relative;
	width: 220px;
}
.m-products .box .cell .pimg .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.m-products .box .cell .pinf {
	padding: 0 15px;
	flex-grow: 1;
}
.m-products .box .cell .pinf .name {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.m-products .box .cell .pinf .name img {
	margin: 0 10px 0 0;
}
.m-products .box .cell .pinf .mib {
	margin: 20px 0 30px;
	border: 2px solid #000e26;
	border-radius: 4px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.m-products .box .cell .pinf .mib .st {
	position: relative;
	padding: 10px;
	width: 60px;
	color: #fff;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
}
.m-products .box .cell .pinf .mib .st::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #000e26;
	transform-origin: right bottom;
	transform: skewX(10deg);
}
.m-products .box .cell .pinf .mib .st.c1 {
	background: #175ee8;
}
.m-products .box .cell .pinf .mib .st.c2 {
	background: #ff5a1f;
}
.m-products .box .cell .pinf .mib .comb {
	margin: 0 20px;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.m-products .box .cell .pinf .mib .comb .c1 {
	font-weight: 700;
	color: #ff5a1f;
}
.m-products .box .cell .pinf .mib .comb .c2 {
	font-weight: 700;
	color: var(--color0);
}
.m-products .box .cell .pinf .ctrl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-products .box .cell .pinf .ctrl .bn {
	width: 47%;
	height: 36px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-products .box .cell .pinf .ctrl .sub {
	background: #ff5a1f;
	border: 2px solid #000e26;
	color: #fff;
	box-shadow: 2px 2px 0px 0px #838383;
}
.m-products .box .cell .pinf .ctrl .dis {
	background: #d8d8d8;
	border: 2px solid #d8d8d8;
}
.m-pinfo {
	padding: 50px 0;
}
.m-pinfo .tlt {
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.m-pinfo .tabs {
	margin: 0 auto;
	max-width: 1140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-pinfo .tabs .bn {
	background: #fff;
	width: 49.5%;
	height: 70px;
	border: 2px solid #333;
	border-radius: 4px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.m-pinfo .tabs img {
	margin: 0 10px 0 0;
}
.m-pinfo .tabs .on {
	position: relative;
	background: #ffd33d;
	color: #333;
	box-shadow: 4px 4px 0px 0px #333;
}
.m-pinfo .tabs .on::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffd33d;
	filter: drop-shadow(4px 4px 0px #333);
}
.m-pinfo .tabcon {
	margin: 30px auto 0;
	max-width: 1140px;
	border: 2px solid #333;
	border-radius: 4px;
}
.m-pinfo .tabcon .tcprice {
	padding: 0 30px;
	background: #041b5f;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-pinfo .tabcon .tcprice .spri {
	background: url(../img/bg-ic1.png) 10% 70%/196px no-repeat;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.m-pinfo .tabcon .tcprice .spri .bg {
	padding: 2px 10px;
	background: #ffd33d;
	border-radius: 6px;
	font-weight: 700;
	color: #333;
}
.m-pinfo .tabcon .tcprice .spri .pc {
	color: #ffd33d;
}
.m-pinfo .tabcon .tcprice .spri .pc span {
	font-size: 28px;
}
.m-pinfo .tabcon .tcprice .spri .c1 .bg {
	margin: 0 0 20px;
}
.m-pinfo .tabcon .tcprice .spri .c2 {
	margin: 0 0 0 50px;
}
.m-pinfo .tabcon .tcprice .spri .c2 .bg {
	margin: 5px 0 0;
}
.m-pinfo .tabcon .tcprice .fsm {
	text-align: center;
}
.m-pinfo .tabcon .tcprice .fsm .sh {
	margin: 5px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-pinfo .tabcon .tcprice .fsm .sh span {
	margin: 0 10px;
	background: #fff;
	border-radius: 6px;
	width: 30px;
	height: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-pinfo .tabcon .tcprice .fsm .sh .sp {
	background: #ff5a1f;
	color: #fff;
}
.m-pinfo .tabcon .tcprice .fsm .sh .hp {
	background: #175ee8;
	color: #fff;
}
.m-pinfo .tabcon .ptlt {
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .ptlt .inp {
	position: relative;
	margin: 0 10px 0 0;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	z-index: 1;
}
.m-pinfo .tabcon .ptlt .inp::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	background: #ffd33d;
	width: 100%;
	height: 5px;
	z-index: -1;
}
.m-pinfo .tabcon .ptlt .em {
	color: #ff5a1f;
}
.m-pinfo .tabcon .sec1 {
	background: url(../img/bg-p-banner.png) 0 50% / auto 100% no-repeat;
	height: 278px;
}
.m-pinfo .tabcon .sec1 .mbx {
	padding: 40px 0 0 30px;
	font-size: 20px;
}
.m-pinfo .tabcon .sec1 .mbx .btlt {
	font-size: 30px;
	font-weight: 700;
}
.m-pinfo .tabcon .sec1 .mbx .tbm {
	width: 364px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m-pinfo .tabcon .sec1 .mbx .tbm .cell {
	margin: 10px 0 0;
	padding: 10px 0 0 50px;
	width: 177px;
	height: 56px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px 0px #afcfee;
	font-size: 16px;
	font-weight: 700;
}
.m-pinfo .tabcon .sec1 .mbx .tbm .t1 {
	background: #fff url(../img/ic-pbc-1.png) 5px/40px no-repeat;
}
.m-pinfo .tabcon .sec1 .mbx .tbm .t2 {
	background: #fff url(../img/ic-pbc-2.png) 5px/40px no-repeat;
}
.m-pinfo .tabcon .sec1 .mbx .tbm .t3 {
	background: #fff url(../img/ic-pbc-3.png) 5px/40px no-repeat;
}
.m-pinfo .tabcon .sec1 .mbx .tbm .t4 {
	background: #fff url(../img/ic-pbc-4.png) 5px/40px no-repeat;
}
.m-pinfo .tabcon .sec1 .mbx .tbm .stlt {
	margin: 3px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #9e9e9e;
}
.m-pinfo .tabcon .sec2 {
	padding: 30px;
	background: #fff;
}
.m-pinfo .tabcon .sec2 .fxm {
	margin: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-pinfo .tabcon .sec2 .fxm .item {
	margin: 10px 0 0;
	padding: 5px;
	width: 350px;
	height: 220px;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
}
.m-pinfo .tabcon .sec2 .fxm .item.bg1 {
	background: url(../img/ic-js-1b.png) 100% 50% / auto 126px no-repeat;
}
.m-pinfo .tabcon .sec2 .fxm .item.bg2 {
	background: url(../img/ic-js-2b.png) 95% 55% / auto 116px no-repeat;
}
.m-pinfo .tabcon .sec2 .fxm .item.bg3 {
	background: url(../img/ic-js-3b.png) 95% 55% / auto 116px no-repeat;
}
.m-pinfo .tabcon .sec2 .fxm .item.bg4 {
	background: url(../img/ic-js-4b.png) 95% 55% / auto 116px no-repeat;
}
.m-pinfo .tabcon .sec2 .fxm .item.bg5 {
	background: url(../img/ic-js-5b.png) 100% 55% / auto 116px no-repeat;
}
.m-pinfo .tabcon .sec2 .fxm .item.bg6 {
	background: url(../img/ic-js-6b.png) 95% 50% / auto 126px no-repeat;
}
.m-pinfo .tabcon .sec2 .fxm .item.half {
	position: relative;
	width: 49.3%;
	height: 140px;
}
.m-pinfo .tabcon .sec2 .fxm .item.half .m {
	height: 95px;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec2 .fxm .item.half .m .name {
	margin: 0 0 0 10px;
}
.m-pinfo .tabcon .sec2 .fxm .item.half .b {
	position: absolute;
	bottom: 15px;
	left: 100px;
	background: #fff;
	font-size: 15px;
	color: #786639;
}
.m-pinfo .tabcon .sec2 .fxm .item .t {
	margin: 10px 0 0 10px;
	font-weight: 700;
	color: #fe6723;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec2 .fxm .item .t .tbs {
	margin: 0 0 0 5px;
	padding: 2px 5px;
	background: #fff1c0;
	border: 1px solid #d8c37d;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #663524;
}
.m-pinfo .tabcon .sec2 .fxm .item .m {
	padding: 10px;
	height: 150px;
}
.m-pinfo .tabcon .sec2 .fxm .item .m .r {
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec2 .fxm .item .m .img {
	margin: 0 10px 0 0;
	width: 75px;
}
.m-pinfo .tabcon .sec2 .fxm .item .m .price {
	font-size: 20px;
	font-weight: 700;
	color: #fe6723;
}
.m-pinfo .tabcon .sec2 .fxm .item .m .price span {
	font-size: 30px;
}
.m-pinfo .tabcon .sec2 .fxm .item .m .name {
	margin: 20px 0 0 0;
	font-size: 24px;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec2 .fxm .item .m .name .tps {
	margin: 0 5px 0 0;
	background: #fe6723 url(../img/ic-1.png) 10px/11px no-repeat;
	padding: 0 0 0 26px;
	width: 70px;
	height: 27px;
	border-radius: 27px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec2 .fxm .item .b {
	padding: 5px 0;
	background: #fff7e3;
	border-radius: 6px;
	font-size: 15px;
	color: #786639;
	text-align: center;
}
.m-pinfo .tabcon .sec3 {
	padding: 30px;
	background: #fff7f3;
}
.m-pinfo .tabcon .sec3.oth {
	background: #f3f9ff;
}
.m-pinfo .tabcon .sec3 .fxm {
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.m-pinfo .tabcon .sec3 .fxm .item {
	position: relative;
	padding: 10px 0 10px 10px;
	background: #fff;
	width: 49.3%;
	height: 206px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn {
	margin: 0 0 15px 0;
	background: #fff url(../img/bg-cb-2.png) 0 0 / auto 100% no-repeat;
	width: 400px;
	height: 85px;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn:last-of-type {
	margin: 0;
}
.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .price {
	padding: 0 0 0 30px;
	width: 120px;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #ff5a1f;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .price span {
	font-size: 30px;
}
.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .txt {
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #666;
}
.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .txt .st {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.m-pinfo .tabcon .sec3 .fxm .item .rpn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 15px;
	background: url(../img/bg-cb-1.png) 0 0 / auto 100% no-repeat;
	width: 145px;
	height: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.m-pinfo .tabcon .sec3 .fxm .item .rpn .tps {
	margin: 0 0 5px 0;
	padding: 0 10px;
	background: #ffd33f;
	height: 23px;
	border-radius: 23px;
	font-size: 16px;
	font-weight: 700;
	color: #691919;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-pinfo .tabcon .sec3 .litem {
	margin: 20px 0 0 0;
	position: relative;
	padding: 10px 0 10px 10px;
	background: #fff;
	width: 100%;
	height: 154px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-pinfo .tabcon .sec3 .litem .lpn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.m-pinfo .tabcon .sec3 .litem .lpn .pn {
	margin: 0 15px 0 0;
	background: #fff url(../img/bg-cb-3.png) 0 0 / auto 100% no-repeat;
	width: 297px;
	height: 124px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.m-pinfo .tabcon .sec3 .litem .lpn .pn:last-of-type {
	margin: 0;
}
.m-pinfo .tabcon .sec3 .litem .lpn .pn:last-of-type .txt {
	padding-top: 20px;
}
.m-pinfo .tabcon .sec3 .litem .lpn .pn .price {
	height: 60px;
	font-size: 14px;
	font-weight: 700;
	color: #ff5a1f;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec3 .litem .lpn .pn .price span {
	font-size: 30px;
}
.m-pinfo .tabcon .sec3 .litem .lpn .pn .txt {
	padding: 10px 0 0 0;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.m-pinfo .tabcon .sec3 .litem .lpn .pn .txt .st {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 700;
	color: #333;
}
.m-pinfo .tabcon .sec3 .litem .rpn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 15px;
	background: url(../img/bg-cb-1.png) 0 0/100% 100% no-repeat;
	width: 145px;
	height: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.m-pinfo .tabcon .sec3 .litem .rpn .tps {
	margin: 0 0 5px 0;
	padding: 0 10px;
	background: #ffd33f;
	height: 23px;
	border-radius: 23px;
	font-size: 16px;
	font-weight: 700;
	color: #691919;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-pinfo .tabcon .sec4 {
	padding: 30px;
	background: #fff;
}
.m-pinfo .tabcon .sec4 .fxm {
	margin: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.m-pinfo .tabcon .sec4 .fxm .item {
	width: 260px;
}
.m-pinfo .tabcon .sec4 .fxm .item .box {
	padding: 10px 15px;
	height: 110px;
	border: 1px solid #d4d7de;
	border-radius: 4px;
}
.m-pinfo .tabcon .sec4 .fxm .item .t {
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec4 .fxm .item .t .tbs {
	margin: 0 5px 0 0;
	padding: 2px 5px;
	background: #fff1c0;
	border: 1px solid #d8c37d;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #663524;
}
.m-pinfo .tabcon .sec4 .fxm .item .t .int {
	background: #f1dbf1;
	border: 1px solid #d7abd8;
	color: #541755;
}
.m-pinfo .tabcon .sec4 .fxm .item .t .zs {
	padding: 2px 5px;
	background: #fff1ec;
	border: 1px solid #ff5a1f;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #ff5a1f;
}
.m-pinfo .tabcon .sec4 .fxm .item .m {
	margin: 15px 0 0 0;
	display: flex;
	align-items: center;
}
.m-pinfo .tabcon .sec4 .fxm .item .m .img {
	margin: 0 10px 0 0;
	width: 46px;
}
.m-pinfo .tabcon .sec4 .fxm .item .m .txt {
	font-size: 14px;
}
.m-pinfo .tabcon .sec4 .fxm .item .m .txt .inp {
	margin: 0 0 3px 0;
	font-size: 16px;
	font-weight: 700;
}
.m-pinfo .tabcon .sec4 .fxm .ps {
	margin: 10px 0 0 0;
	font-size: 12px;
	color: #999;
}
.m-pinfo .tabcon .sec4 .pps {
	margin: 30px 0 0 0;
	font-size: 12px;
	color: #999;
}
.m-sec {
	background: #fff;
	padding: 50px 0;
}
.m-sec .tlt {
	margin: 0 0 20px;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.m-sec .tb {
	margin: 0 auto;
	max-width: 1140px;
	border: 2px solid #333;
	border-radius: 4px;
}
.m-sec table {
	width: 100%;
	overflow: hidden;
}

.m-sec table thead {
	background: #ffd33d;
}
.m-sec table thead td {
	border-color: #ffd33d;
	font-size: 20px;
	font-weight: 700;
}
.m-sec table td {
	padding: 10px 0;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	text-align: center;
}
.m-sec table td p {
	margin: 5px 0 0 0;
}
.m-sec table .odd {
	background: #fffdf6;
}
@media screen and (max-width: 1139px) {
	header {
		min-width: 375px;
		overflow-x: hidden;
	}
	.m-hd {
		max-width: 100%;
		padding: 0 15px;
	}
	.m-hd .nav a {
		margin-left: 10px;
		font-size: 14px;
	}
	main {
		min-width: 375px;
		overflow-x: hidden;
		font-size: 12px;
	}
	.m-banner {
		height: 400px;
	}
	.m-banner .swiper {
		height: 100%;
	}
	.m-banner .b1,
	.m-banner .b2 {
		max-width: 100%;
		background-position: 100% 0;
		background-size: auto 210px;
	}
	.m-banner .b3 {
		max-width: 100%;
		background-position: 0 0;
		background-size: auto 210px;
	}
	.m-banner .b1 {
		padding: 220px 0 0 0;
		background-color: #031a5d;
	}
	.m-banner .b2 {
		padding: 240px 0 0 0;
		background-color: #fefbf6;
	}
	.m-banner .b3 {
		padding: 240px 0 0 0;
		background-color: #3d78ec;
	}
	.m-banner .intro {
		position: static;
		padding-bottom: 10px;
		text-align: center;
	}
	.m-banner .intro .t1 {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.m-banner .intro .t2 {
		font-size: 16px;
	}
	.m-banner .intro .box {
		margin: 10px 10% 0;
	}
	.m-banner .intro .box .cell .tips {
		font-size: 12px;
	}

	.m-banner .intro.leftintro .t1 {
		justify-content: center;
	}
	.m-banner .intro.leftintro .t2 {
		font-size: 16px;
	}
	.m-banner .intro.leftintro .boxline {
		margin: 5px auto 0;
		width: 200px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.m-banner .intro.rightintro {
		padding: 20px 0 0 0;
	}
	.m-banner .intro.rightintro .t2 {
		font-size: 32px;
		text-align: center;
	}
	.m-products {
		padding: 20px 0;
	}
	.m-products .tlt {
		font-size: 20px;
	}
	.m-products .stlt {
		font-size: 12px;
	}
	.m-products .box {
		padding: 0 3%;
		max-width: 100%;
	}
	.m-products .box .cell {
		height: auto;
		flex-direction: column;
	}
	.m-products .box .cell .pimg {
		width: 100%;
	}
	.m-products .box .cell .pimg img {
		width: 100%;
	}
	.m-products .box .cell .pimg .txt {
		font-size: 10px;
		text-align: center;
	}
	.m-products .box .cell .pinf {
		padding: 10px 0;
	}
	.m-products .box .cell .pinf .name {
		font-size: 12px;
		justify-content: center;
	}
	.m-products .box .cell .pinf .name img {
		width: 20px;
	}
	.m-products .box .cell .pinf .mib {
		margin: 10px 5px;
	}
	.m-products .box .cell .pinf .mib .comb {
		margin: 0 5px;
		font-size: 10px;
	}
	.m-products .box .cell .pinf .ctrl {
		padding: 0 5px;
	}
	.m-products .box .cell .pinf .ctrl .bn {
		font-size: 12px;
	}
	.m-pinfo {
		padding: 20px 0;
	}
	.m-pinfo .tlt {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.m-pinfo .tabs {
		max-width: 100%;
		padding: 0 3%;
	}
	.m-pinfo .tabs .bn {
		width: 48%;
		height: 35px;
		font-size: 12px;
	}
	.m-pinfo .tabs .bn img {
		width: 20px;
	}
	.m-pinfo .tabcon {
		margin-top: 15px;
		max-width: 100%;
	}
	.m-pinfo .tabcon .tcprice {
		padding: 0 3%;
	}
	.m-pinfo .tabcon .sec1 {
		height: auto;
	}
	.m-pinfo .tabcon .sec1 .mbx {
		padding: 10px 3%;
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec1 .mbx .btlt {
		font-size: 15px;
	}
	.m-pinfo .tabcon .sec1 .mbx .tbm {
		width: 100%;
	}
	.m-pinfo .tabcon .sec1 .mbx .tbm .cell {
		width: 49.1%;
		height: 50px;
		font-size: 14px;
	}
	.m-pinfo .tabcon .sec1 .mbx .tbm .cell .stlt {
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec2 {
		padding: 15px 3%;
	}
	.m-pinfo .tabcon .sec2 .ptlt {
		font-size: 14px;
	}
	.m-pinfo .tabcon .sec2 .ptlt .inp {
		font-size: 18px;
	}
	.m-pinfo .tabcon .sec2 .fxm .item {
		margin: 0 0 10px 0;
		width: 100%;
		height: 150px;
	}
	.m-pinfo .tabcon .sec2 .fxm .item .t {
		margin-top: 0;
	}
	.m-pinfo .tabcon .sec2 .fxm .item .m {
		height: auto;
	}
	.m-pinfo .tabcon .sec2 .fxm .item .m .img {
		width: 40px;
	}
	.m-pinfo .tabcon .sec2 .fxm .item .m .name {
		margin-top: 10px;
		font-size: 18px;
	}
	.m-pinfo .tabcon .sec2 .fxm .item .b {
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec2 .fxm .item.half {
		width: 100%;
		height: 150px;
	}
	.m-pinfo .tabcon .sec2 .fxm .item.half .m {
		height: auto;
		display: block;
	}
	.m-pinfo .tabcon .sec2 .fxm .item.half .m .name {
		margin: 10px 0 0 0;
	}
	.m-pinfo .tabcon .sec2 .fxm .item.half .b {
		position: static;
		background: #fff7e3;
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec2 .fxm .item.bg6 {
		height: 157px;
	}
	.m-pinfo .tabcon .sec3 {
		padding: 15px 3%;
	}
	.m-pinfo .tabcon .sec3 .ptlt {
		font-size: 14px;
	}
	.m-pinfo .tabcon .sec3 .ptlt .inp {
		font-size: 18px;
	}
	.m-pinfo .tabcon .sec3 .fxm {
		margin-top: 10px;
		flex-direction: column;
	}
	.m-pinfo .tabcon .sec3 .fxm .item {
		margin: 0 0 10px 0;
		width: 100%;
		height: auto;
		flex-direction: column;
		align-items: flex-start;
	}
	.m-pinfo .tabcon .sec3 .fxm .item:last-of-type {
		margin-bottom: 0;
	}
	.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn {
		margin-bottom: 5px;
		width: 100%;
		height: 60px;
	}
	.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .price {
		padding-left: 15px;
		width: 25%;
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .price span {
		font-size: 20px;
	}
	.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .txt {
		padding: 0 0 0 20px;
		width: calc(100% - 95px);
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec3 .fxm .item .lpn .pn .txt .st {
		font-size: 16px;
	}
	.m-pinfo .tabcon .sec3 .fxm .item .rpn {
		width: 80px;
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec3 .fxm .item .rpn .tps {
		font-size: 14px;
	}
	.m-pinfo .tabcon .sec3 .litem {
		margin: 10px 0 0 0;
		height: auto;
	}
	.m-pinfo .tabcon .sec3 .litem .lpn {
		flex-direction: column;
	}
	.m-pinfo .tabcon .sec3 .litem .lpn .pn {
		margin: 0 0 5px 0;
	}
	.m-pinfo .tabcon .sec3 .litem .lpn .pn:last-of-type {
		margin-bottom: 0;
	}
	.m-pinfo .tabcon .sec3 .litem .rpn {
		width: 80px;
		font-size: 12px;
	}
	.m-pinfo .tabcon .sec3 .litem .rpn .tps {
		font-size: 14px;
	}
	.m-pinfo .tabcon .sec4 {
		padding: 15px 3%;
	}
	.m-pinfo .tabcon .sec4 .ptlt {
		font-size: 14px;
		.inp {
			font-size: 18px;
		}
	}
	.m-pinfo .tabcon .sec4 .fxm {
		margin-top: 10px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.m-pinfo .tabcon .sec4 .fxm .item {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.m-pinfo .tabcon .sec4 .fxm .item .box {
		padding: 10px 5px;
		width: 100%;
    height: auto;
	}
	.m-pinfo .tabcon .sec4 .fxm .item .m {
		margin-top: 10px;
		align-items: self-start;
	}
	.m-pinfo .tabcon .sec4 .fxm .item .m .img {
		margin-right: 5px;
		width: 35px;
	}
	.m-pinfo .tabcon .sec4 .fxm .item .m .txt {
		font-size: 12px;
		flex: 1;
	}
	.m-pinfo .tabcon .sec4 .fxm .item .m .txt .inp {
		font-size: 14px;
	}
  .m-pinfo .tabcon .sec4 .pps{
    margin-top: 0;
  }
	.m-sec {
		padding: 20px 0;
	}
	.m-sec .tlt {
		margin: 0 0 10px 0;
		font-size: 20px;
	}
	.m-sec .tb {
		margin: 0 3%;
		max-width: 100%;
		overflow: hidden;
	}
	.m-sec .tb td {
		font-size: 12px;
	}
}
