*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
a{
	text-decoration: none;
	color: #333;
}
li{
	list-style: none;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
body{
	width: 100%;
	font-size: 14px;
	color: #222;
    line-height: 1.35;
	overflow: hidden;
	font-family: Arial,"微软雅黑", "Microsoft Yahei",Microsoft YaHei,Segoe UI,Hiragino Sans GB,Arial,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
	font-family: arial;
	overflow: auto;
}
.matinfo-k{
	margin-top: 35px;
	margin-bottom: 50px;
	border-radius: 10px;
	border: 1px solid #cddbe8;
	background: #fafbfe;
	overflow: hidden;
}
.matinfo-k li{
	padding: 15px 30px;
	border-top: 1px solid #cddbe8;
}
.matinfo-k li:nth-child(2n + 0){
	background: #fff;
}
.matinfo-k li:first-child{
	border: 0;
}
.matinfo-k1{
	font-size: 18px;
	color: #000;
	line-height: 25px;
	font-weight: bold;
}
.matinfo-k2{
	font-size: 16px;
	color: #666;
	line-height: 25px;
	margin-top: 5px;
}
.matinfo-k2 p{
    background-color: transparent!important;
}
.matinfo-k2 p *{
    background-color: transparent!important;
}
.inquiry-pop-bd {display:none;position:fixed;left:0;top:0;width:100%;height:100% !important;background:rgba(0,0,0,.7);display:none;overflow:hidden;z-index:20000;align-items: center;justify-content: center;}
.inquiry-pop-bd.act{
    display: flex;
}
.inquiry-pop-bd .inquiry-pop {position:relative;width:500px;background:#FFF;margin:150px auto;padding:30px;box-shadow:0 0 10px rgba(255,255,255,.5);}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {position:absolute;right:0;top:0;width:30px;height:30px;background:url(../images/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1;}
.mauticform_wrapper {position:relative;margin-top:45px;}
.mauticform_wrapper {max-width:100% !important;padding:0px!important;margin:0 !important;}
iframe {box-shadow:0 0 10px rgb(0 0 0 / 10%);width:100%;height:100%;border:0;}
@media screen and (max-width:600px){
    .inquiry-pop-bd .inquiry-pop{
        width: auto;
    }
}