#newPhone{
	background: #f7f7f7;
}
#newPhone h1{
    font-size:32px;
    color:rgba(0,0,0,1);
    padding: 37px 0;
    text-align: center;
    border-bottom:1px solid rgba(229,229,229,1);
    margin-bottom: 30px;
}
#newPhone h2{
    font-size:36px;
    color:rgba(255,255,255,1);
    padding: 64px 0 19px;
    line-height:31px;
}
#newPhone h3{
    font-size:20px;
    color:rgba(106,110,132,1);
    line-height:31px;
    font-family:PingFang-SC-Regular;
    text-shadow:0px 3px 0px rgba(4,20,78,0.58);
    margin-bottom: 30px;
}
#newPhone .newPhoneMain{
	height: 663px;
	text-align: center;
	margin: 30px auto 0;
	padding-bottom: 27px;
	background: url(./images/bg.jpg) no-repeat center;
}
#newPhone .newPhoneItem{
	overflow: hidden;
	width: 1079px;
    margin: auto;
}
#newPhone .newPhoneImg{
	width: 407px;
	height: 139px;
	float: left;
    transition: .5s all;
}
#newPhone .newPhoneImg span{
    font-size:18px;
    color:rgba(255,255,255,1);
    line-height:28px;
    display: inline-block;
    width: 262px;
    text-align: left;
    margin-top: 32px;
    transition: .3s all;
}
#newPhone .newPhonePX{
	background: url(./images/1.png) no-repeat center;
}
#newPhone .newPhoneTY{
	margin-left: -73px;
	background: url(./images/2.png) no-repeat center;
}
#newPhone .newPhoneZY{
	margin-left: -73px;
	background: url(./images/3.png) no-repeat center;
}
#newPhone .newPhoneYH{
	background: url(./images/4.png) no-repeat center;
}
#newPhone .newPhoneCZ{
	margin-left: -73px;
	background: url(./images/5.png) no-repeat center;
}
#newPhone .newPhoneLC{
	margin-left: -73px;
	background: url(./images/6.png) no-repeat center;
}
#newPhone .newPhoneLine{
	margin: 15px 0 15px -78px;
	position: relative;
}
#newPhone .newPhoneLine .newPhoneDian{
    display: inline-block;
    width:8px;
    height:8px;
    background:rgba(83,91,131,1);
    border-radius:50%;
    position: absolute;
    top: -3px;
    left: 109px;
}
#newPhone .newPhoneLine .newPhoneDianTwo{
    left: 441px;
}
#newPhone .newPhoneLine .newPhoneDianThree{
    left: 774px;
}
#newPhone .newPhoneLine .newPhoneDianFour{
    left: 1111px;
}
#newPhone .newPhoneLine .newPhoneXian{
    display: inline-block;
    width: 1006px;
    height:2px;
    background:rgba(83,91,131,1);
}
#newPhone .newPhoneHover{
    cursor: pointer;
}
#newPhone .newPhoneImg .hoverTxt{
    display: none;
    transition: .3s all;
}
#newPhone .newPhoneImg:hover .normal{
    display: none;
    transition: .3s all;
}
#newPhone .newPhoneImg:hover .hoverTxt{
    color:rgba(255,255,255,1);
    transition: .3s all;
    display: inline-block;
}

#newPhone .newPhoneImg:hover{
    transition: .3s all;
}
#newPhone .newPhonePX:hover{
    background: url(./images/p1.png) no-repeat center;
}
#newPhone .newPhoneTY:hover{
    margin-left: -73px;
    background: url(./images/p2.png) no-repeat center;
}
#newPhone .newPhoneZY:hover{
    margin-left: -73px;
    background: url(./images/p3.png) no-repeat center;
}
#newPhone .newPhoneYH:hover{
    background: url(./images/p4.png) no-repeat center;
}
#newPhone .newPhoneCZ:hover{
    margin-left: -73px;
    background: url(./images/p5.png) no-repeat center;
}
#newPhone .newPhoneLC:hover{
    margin-left: -73px;
    background: url(./images/p6.png) no-repeat center;
}