@charset "utf-8";
*{ box-sizing:border-box; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none;}
*:focus { outline: none; }
html {  -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%;}
body { margin: 0;font-size:14px;line-height:1.5;font-family:"微软雅黑",microsoft yahei; color:#333; background:#fff; }
body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{ padding:0; margin:0;}
ul,li{ list-style: zxyy-bgnone;}
img {  border: 0;vertical-align: middle; max-width:100%;}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

.zxyy {
	padding: 0 15px 0 15px;
	height: 64px;
	line-height: 64px;
	width: auto;
	float: right;
	background-color: #A6B5CD;
	cursor: pointer;
}

.zxyy span {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
   	font-weight: bold;
   	color: #FFFFFF;
}

.zxyy-div {
	display:none;
	background-color:rgba(0, 0, 0, 0.5); 
	position:fixed; 
	width: 100%; 
	height: 100%; 
	bottom: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	z-index: 10;
}
.zxyy-bg {
	width: 940px;
	height: 660px;
	background-color: #FFFFFF;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
}
.zxyy-left {
	width: 446px;
	height: 100%;
}
.zxyy-left img {
	width: 100%;
	height: 100%;
}
.zxyy-right {
	/* width: calc(842px - 446px); */
	height: 100%;
	display: flex;
    flex-direction: column;
}
.zxyy-right-close {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin-top: 20px;
}
.zxyy-right-close img {
	width: 24px;
	height: 24px;
	margin-right: -20px;
}
.zxyy-right h2 {
	font-family: DingTalk, DingTalk;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	color: #000000;
	line-height: 29px;
	text-align: center;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.zxyy-msg {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	margin-left: 118px;
    color: #495870;
}
.zxyy-item {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
}

.zxyy-item-title {
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #16181A;
	line-height: 20px;
	text-align: center;
	font-style: normal;
}
.zxyy-imput{
	width: 304px;
	height: 40px;
	border-radius: 6px;
	padding-left: 20px;
	border: none;
	background-color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
}

.zxyy-imput-tdnr {
	height: 70px;
	resize: none; /* 禁止调整大小 */
	padding-top: 10px;
}

/* ------自定义下拉框---- */
.zxyy-select-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	width: 304px;
	height: 40px;
	border-radius: 6px;
	background-color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #D6D6D6;
}
.zxyy-custom-select__trigger {
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 100%;
	height: 100%;
	cursor: default;
}
.zxyy-custom-select-img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.zxyy-custom-select__options {
	position: absolute;
	display: none;
	flex-direction: column;
	margin-top: 5px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #f1f1f1;
	max-height: 200px; /* 根据需要调整 */
	width: 300px;
	overflow-y: scroll;
	transition: max-height 0.3s ease-out;
}

.zxyy-custom-select__option {
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 0.5px solid #f0f2f6;
}


.zxyy-send {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 40px;
	cursor: default;
}

.zxyy-send p{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-left: 60px;
	width: 190px;
	height: 40px;
	background: #0A64FA;
	border-radius: 4px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	font-style: normal;
}
/* 分割线 */

.hzms-qb-top{
	height: 450px;
	width: 100%;
	margin: 0 auto;
	background: url(https://www.saifanbox.com/skin/default/images/2222.jpg) center center no-repeat;
	background-size: cover;
}

.hzms-top-hp{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding-top: 100px;
}

.hzms-top-hp h2{
	font-size: 36px;
	color: white;
	/* font-style: italic; */
}
.hzms-top-hp p{
	font-size: 16px;
	margin-top: 20px;
	padding-top: 5px;
	color: white;
	width: 500px;
	font-weight: 300;
}

.hzms-top-send {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	width: 136px;
	height: 40px;
	background: #0A64FA;
	color: white;
	cursor: default;
}
/*  分割线 */
.hzms {
	width: 100%;
	margin: 20px 0;
}
.hzms h1{
	font-size: 30px;
	text-align: center;
	padding: 10px 0 40px 0;
}
.hzms-nr {
	width: 1200px;
	overflow: hidden;
	margin: 10px auto;
	padding: 10px 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hzms-nr-left {
	width: 500px;
	height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hzms-nr-right {
	width: 500px;
	height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hzlc {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	width: 100%;
	height: 610px;
	margin: 20px 0;
	background-color: #F8F9FB;
}
.hzlc h1{
	font-size: 30px;
	text-align: center;
	padding: 10px 0 40px 0;
}
.hzlc-title{
	font-size: 18px;
	text-align: center;
	padding: 64px 0 40px 0;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #16181A;
}

.hzlc-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.hzlc-imput {
	width: 330px;
	height: 50px;
	margin-left: 30px;
	border-radius: 6px;
	padding-left: 20px;
	border: none;
	background-color: #FFFFFF;
}

/* 自定义下拉框 */

.custom-select{
	display: inline-block;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	width: 330px;
	height: 50px;
	margin-left: 30px;
	border-radius: 6px;
	border: none;
	background-color: #FFFFFF;
}

.custom-select__trigger {
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
    align-items: center;
	width: 100%;
	height: 100%;
	cursor: default;
}
.custom-select-img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.custom-select__options {
	display: none;
	flex-direction: column;
	margin-top: 5px;
	background-color: #fff;
	border-radius: 6px;
	border: none;
	border-bottom: 1px solid #f1f1f1;
	max-height: 200px; /* 根据需要调整 */
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	z-index: 1;
}

.custom-select__option {
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 0.5px solid #f0f2f6;
}

.hzlc-send {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 30px;
	width: 186px;
	height: 50px;
	background: #0A64FA;
	border-radius: 4px;
	color: white;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	cursor: default;
}

.hzlc-nr {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.hzlc-nr-items {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.hzlc-nr-item {
	display: flex;
    justify-content: center;
    align-items: center;
}
.hzlc-nr-item-num {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 38px;
	height: 38px;
	background: #E9EBEF;
	border-radius: 19px;
	margin: 0 5px;
}
.hzlc-nr-item-sep-left {
	width: 73px;
	height: 1px;

}
.hzlc-nr-item-sep-right {
	width: 73px;
	height: 1px;
	border: 1px dashed #DBDEE3;
}
.hzlc-nr-item-foot {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-top: 23px;

}
.hzlc-nr-item-foot img {
	width: 113px;
	height: 113px;
}
.hzlc-nr-item-foot p{
	margin-top: 6px;
	font-size: 16px;
	color: #16181A;
	line-height: 22px;
}
.hzzx-qb-nr{
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	background-color: white;
}

.hzzx-qb-nr h1{
	font-size: 30px;
	text-align: center;
	padding: 10px 0 40px 0;
}

.hzzx-nr{
	width: 1200px;
	overflow: hidden;
	margin: 10px auto;
	padding: 10px 0;
}

.hzzx-nr-left{
	display: flex;
    justify-content: center;
    flex-direction: row;
	width: 580px;
	height: 130px;
	float: left;
	background-color: #F4F5FA;
	padding: 0 50px 0 22px;
}

.hzzx-nr-right{
	display: flex;
    justify-content: center;
    flex-direction: row;
	width: 580px;
	height: 130px;
	float: right;
	background-color: #F4F5FA;
	padding: 0 50px 0 22px;
}

.hzzx-nr img{
	width: 45px;
	height: 45px;
	margin-right: 14px;
	margin-top: 16px;
}

.hzzx-nr h2{
	margin-top: 27px;
	font-size: 18px;
	font-weight: 500;
	color: #16181A;
}
.hzzx-nr p{
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #16181A;
}

.jm-hzzx h1{
	font-size: 30px;
    text-align: center;
    padding: 10px 0 40px 0;
}
.jm-hzzx-lx {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	background-color: #F4F5FA;
	width: 1200px;
	height: 64px;
	line-height: 64px;
	margin: 0 auto 60px auto;
	text-align: center;
}
.jm-hzzx-lx span{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
	font-size: 20px;
	margin-right: 100px;
}
.jm-hzzx-lx img {
	width: 24px;
	height: 24px;
	margin-right: 9px;
}
.maibg { background-image: url('https://www.saifanbox.com/skin/default/images/footicon.jpg');}
.mai{ padding:60px 0; margin: 0 auto; max-width: 1000px;}
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width: 25%; text-align: center; display: flex; }
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:54px; color: white;}
.numCount li .indc{ color: white;}
.numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;color: white;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}