a{
	cursor: pointer;
}
button{
	cursor: pointer;
}
/* 头部 */
.sendMail-header a {
	display: inline-block;
}

.sendMail-header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(128, 128, 128, 0.19) 100%);
	/* background: #000000; */
	box-shadow: inset -3px 3px 6px 1px rgba(0, 0, 0, 0.16);
	position: fixed;
	top: 0px;
	z-index: 9999;
}

.sendMail-header>div {
	display: flex;
	align-items: center;
}


.sendMail-header .sendMailLogo {
	width: 271px;
	height: 60px;
	display: inline-block;
	margin-right: 68px;
}

.sendMail-header .nav-item {
	width: 120px;
	height: 100%;
	text-align: center;
	line-height: 100px;
	font-size: 18px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
}

.sendMail-header .nav-item:hover {
	font-size: 20px;
}

.sendMail-header .nav-item-ative {
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	font-size: 22px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #122F96;
	opacity: 0.8;
}

.sendMail-header .msg_notification {
	/* position: relative; */
	width: 30px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 25px;
	margin-left: 80px;
	padding: 0;
    background-color: transparent;
}

.sendMail-header .msg_notification .layui-nav-item>a>i{
	display: none;
}

.sendMail-header .msg_notification .index_MsgBadge {
	position: absolute;
	top: 12px;
    right: -7px;
	width: 27px;
	height: 19px;
	line-height: 19px;
	background: #FF3B3B;
	border-radius: 50%;
	font-size: 10px;
	font-family: Microsoft YaHei-Light, Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}

/*  已登录后的样式*/
.already_loggedIn{
	/* display: none; */
	background-color: transparent !important;
}

.already_loggedIn>.layui-nav-item>a>i{
	right: -17px;
	top: 3px;
	color: #FFF;
}
.already_loggedIn>.layui-nav-item>.layui-nav-child{
	padding-left: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

.already_loggedIn a:hover{
	background-color: transparent !important;
}

/* 消息通知弹窗 */
.sendMail-header .notification_layer {
	/* display: block; */
	/* position: absolute; */
	/* top: 100px; */
	/* right: -160px; */
	width: 340px;
	/* min-height: 334px; */
	padding: 0px 7px 5px 7px;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: #FFF;
	line-height: normal;
}
.sendMail-header .notification_layer a:hover{
	background-color: transparent !important;
}

.sendMail-header .notification_layer>.n_head {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e2e2e2;
	padding: 0px 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sendMail-header .notification_layer>.n_head>span {
	font-size: 16px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.sendMail-header .notification_layer>.n_head>a>i {
	font-size: 14px;
}

.sendMail-header .notification_layer .inform_item {
	min-height: 88px;
	padding: 10px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #F5F5F5;
	display: flex;
	flex-direction: column;
}
.sendMail-header .notification_layer .inform_item:last-child{
	border-bottom: none;
}

.sendMail-header .notification_layer .inform_item>.inform_status {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.sendMail-header .notification_layer .inform_item>.inform_detail {
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin: 10px 0px;
    line-height: normal;
    white-space: break-spaces;
}

.sendMail-header .notification_layer .inform_item>.inform_operation {
	justify-content: space-between;
}

.sendMail-header .notification_layer .inform_item>.inform_operation>span {
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.sendMail-header .notification_layer .inform_item>.inform_operation>a {
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.loginOrRegister {
	width: 103px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	margin-left: 50px;
}

.loginOrRegister span {
	color: #FFFFFF;
}


/* 底部 */
.sendMail-footer {
	margin-top: 20px;
}

/* 留电咨询 */
.leavePhone_consult {
	height: 700px;
	background: #FFFFFF;
	padding-top: 55px;
	box-sizing: border-box;
}

.leavePhone_consult_matter {
	height: 510px;
	box-shadow: 10px 10px 10px 1px rgba(1, 149, 234, 0.12);
	border-radius: 10px;
}

.leavePhone_consult_matter>.left {
	width: 380px;
	height: 100%;
	background: url(../image/devlop-left.png) no-repeat center center;
	border-radius: 10px;
}

.leavePhone_consult_matter>.right {
	width: 810px;
	height: 100%;
	padding: 0px 44px;
	box-sizing: border-box;
}

.leavePhone_consult_matter .right>p:nth-of-type(1) {
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FF001B;
	line-height: 24px;
	margin-top: 80px;
}

.leavePhone_consult_matter .right .consultBox {
	width: 100%;
	height: 58px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	margin-top: 20px;
}

.leavePhone_consult_matter .right .consultBox input {
	width: calc(100% - 140px);
	height: 100%;
	border: none;
	text-indent: 10px;
	font-size: 20px;
	font-weight: 400;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.leavePhone_consult_matter .right .consultBox input::-webkit-input-placeholder {
	font-size: 20px;
	line-height: 58px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-indent: 10px;
}

.leavePhone_consult_matter .right .consultBox button {
	width: 140px;
	height: 100%;
	line-height: 58px;
	background: #122F96;
	border-radius: 5px 10px 10px 5px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #122F96;
}

.business_list {
	width: 530px;
	height: max-content;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.business_list .business_item {
	width: 240px;
	height: 110px;
	background: transparent;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.business_list .business_item:nth-child(1)>img:nth-of-type(1) {
	display: none;
}

.business_list .business_item:nth-child(1)>img:nth-of-type(2) {
	display: block;
}

.business_list .business_item>img:nth-of-type(2) {
	display: none;
}

.business_list .business_item_active {
	box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.16);
	background: #0BCDFC;
	border-color: #0BCDFC;
}

.business_item_active p {
	color: #FFF !important;
}

.business_list .business_item .business_item_right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 15px;
}

.business_list .business_item p:nth-of-type(1) {
	color: #666666;
	font-weight: bold;
	font-size: 22px;
}

.business_list .business_item p:nth-of-type(2) {
	font-size: 14px;
	margin-top: 10px;
	color: #999999;
}

/* 特色 */
.characteristic {
	height: 100px;
	background: #C7E4FC;
}

.characteristic_item-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

/* 底部 */
.foot {
	width: 100%;
	height: 300px;
	background: #144199;
	padding-top: 50px;
	box-sizing: border-box;
}

.foot .onecItem>p:nth-of-type(1) {
	font-size: 14px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
	margin: 33px 0px 12px 0px;
}

.foot .onecItem>p:nth-of-type(2) {
	width: 270px;
	font-size: 12px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
}

.foot .secondItem {
	display: flex;
	align-items: center;
}

.foot .secondItem a {
	height: 21px;
	padding: 0px 20px;
	text-align: center;
	font-size: 16px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
	border-right: 3px solid #FFF;
}

.foot .secondItem a:last-child {
	border-right: none;
}

.foot .thirdlyItem>div:first-child span {
	font-size: 14px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
}
.foot .thirdlyItem .QR_code {
	width: 150px;
	height: 150px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #707070;
	margin: 8px 0px 5px 0px;
}

.foot .thirdlyItem>p {
	font-size: 14px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
}

/* 隐藏 */
.disNone{
	display: none !important;
}