@media screen and (min-width: 640px) {

	#headerlogo{
		width: 34%;
	}
	#headertit{
		font-size: 23px;
		width:40%;
		margin-top: 43px;
		color:#240bf7;
	}
	#footTel{
		display: none;
	}
	#yincang{
		display: none;
	}
	#footTel{
		display: none;
	}
	#wxnr{
		display: none;
	}
	#weixin{
		display: none;
	}


}



@media screen and (max-width: 640px) {

	#headertit{
		display: none;
	}
	#headerlogo{
		width: 70%;
	}
	.links{
		width: 100%
	}
	#yincang{
		display: block;
		height:50px;
	}
	#footTel{
		display: block;
		width:100%;
		background-color:#000;
		position: fixed;
		bottom:0;
		z-index: 999;
	}
	/*底部一键拨号开始*/
	#footTel{
	    width:100%;
	    background-color:#000000;
	    position: fixed;
	    bottom:0;
	    z-index:999;
	    display:block;
	}
	#footTel ul{
	    padding:0;
	}
	#footTel li{
	    width:25%;
	    float:left;
	    text-align:center;
	    list-style:none;
		border-right: 1px solid #eee;
	}
	#footTel a{
	    color:#ffffff;
	}
	#footTel img{
	    width: 26px;
	    margin:0 auto;
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	/*底部一键拨号结束*/
	/*底部一键拨号微信弹窗开始*/
	#wxnr {
	    width: 100%;
	    height: 100%;
	    max-width: 640px;
	    min-width: 320px;
	    position: fixed;
	    top: 0;
	    z-index: 1000;
	    display: none;
	    background: rgba(0,0,0,.6);
	}
	#wxnr .nrdf {
	    margin: auto;
	    position: absolute;
	    top: 32%;
	    left: 0;
	    right: 0;
	    width: 240px;
	    height: 240px;
	    padding: 20px;
	    padding-top: 12px;
	    text-align: center;
	    background-color: rgba(255, 255, 255, 0.8);
	    box-shadow: 0px 2px 6px #777;
	    -webkit-box-shadow: 0px 2px 6px #777;
	    -moz-box-shadow: 0px 2px 6px #777;
	    border-radius: 10px;
	}
	#wxnr i {
	    position: absolute;
	    top: 10px;
	    right: 10px;
	    width: 20px;
	    height: 20px;
	    font-size: 16px;
	    line-height: 20px;
	    text-align: center;
	    color: #fff;
	    font-weight: bold;
	    font-style: normal;
	    background: #333;
	    border-radius: 50%;
	    cursor: pointer;
	}
	#wxnr img {
	    width: 155px;
	    height: 155px;
	    display: block;
	    margin: 0 auto;
	}

	#wxnr span {
	    display: inline-block;
	    padding: 10px;
	    line-height: 7px;
	    background-color: #127a44;
	    color: #fff;
	    border-radius: 5px;
	    cursor: pointer;
	}
	#wxnr p {
	    font-size: 14px;
	    line-height: 21px;
	    text-align: center;
	}
	#weixin {
	    position: fixed;
	    top: 69%;
	    z-index: 9999999;
	    font-size: 16px;
	    color: #fff;
	    width: 90%;
	    right: 5%;
	    text-align: center;
	    background: rgba(0, 0, 0, 0.8);
	    border: 2px solid #333;
	    display: none;
	}
	/*底部一键拨号微信弹窗开始*/

}





