#page250910{
	background:#cde5e9;
}
.parts_box{
	background:#fff;
}
.wrap{
	width:90%;
	margin:0 auto;
}
.parts {
	position:relative;	
}
.item {
	position:absolute;
	width:3.2rem;
}
.item .title {
	line-height:2;
	font-size:0.28rem;
	font-weight:bold;
}
.item .info {
	font-size:0.26rem;
}
.item1{
	left:0%;
	top:10.5%;
}
.item2{
	left:0%;
	top:34%;
}
.item3{
	left:0%;
	top:67.5%;
}

.item4{
	right:0%;
	top:29%;
}
.item5{
	right:0%;
	top:49%;
}
.item6{
	right:0%;
	top:68%;
}
.intros{	
	font-size:0.2rem;
	line-height:2;
	padding:0.40rem 0;
}
.lmgformbox {
	background:#cde5e9;
	padding:1rem 0;
}
.lmgform {
	
	background:#fff;
	border-radius:0.3rem;
	padding:0.7rem 0.25rem;
}
.lmgform .title{
	font-size:0.55rem;
	text-align:center;
}
.nens_bdcon{display: flex;justify-content: space-between;flex-wrap: wrap;}
.nens_bd_k {
    width: 48%;
    /*margin-top:3%;*/
}

.nens_bd_k input {
    display: block;
    width: 100%;
    height:66px;
    font-size: 0.4rem;
    color: #9f9f9f;
    background: none;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    padding-left: 15px;
    box-sizing: border-box;
}

    .nens_sel select {
        display: block;
        width: 100%;
        height:1.2rem;
        font-size: 0.4rem;
        color: #9f9f9f;
        background: url(https://smec-portal-oss.smec-cn.com/images/ens0923/pc_ensjt.jpg) no-repeat 94% center/19px 9px;
        border: none;
        border-bottom: 1px solid #cbcbcb;
        padding-left:15px;
        box-sizing: border-box;
    }
	.nens_sub {
    width: 5.35rem;
    margin: 6% auto;cursor: pointer;
}
@media (max-width:560px)
{
	.item{
		width:3.4rem;
	}
	/*.item .title {
	font-size:14px;
}
.item .info {
	font-size:12px;
}
.item1{
	left:0%;
	top:9.5%;
}
.item2{
	left:0%;
	top:33%;
}
.item3{
	left:0%;
	top:66.5%;
}

.item4{
	right:0%;
	top:28%;
}
.item5{
	right:0%;
	top:48%;
}
.item6{
	right:0%;
	top:67%;
}*/
.intros{	
	font-size:12px;
}
}