
.ewmBox {
    background: rgba(0,0,0,0.7);
    padding:20px 0;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-sizing: initial;
}

.ewmBoxIn {
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    position: relative;
    width: 80%;
}

.ewmBoxIn p {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
}

.ewmBoxIn p b {
    color: #f00;
}

.ewmBox a {
    color: #fff;
    text-decoration: none;
}

.ewmBox .ico {
    background: url("404.png") no-repeat;
    float: left;
    height: 54px;
    width: 54px;
}

.ewmBox .font {
    color: #000;
    float: left;
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    width: 230px;
}

.ewmBox .font p {
    line-height: 30px;
    margin: 0;
}

.ewmBox .font p.num {
    text-indent: 2em;
}

.ewmBox .phoneNum {
    float: left;
    padding: 5px 0 0;
    width: 350px;
}

.ewmBox .phoneNum .ico {
    background-position: 0 0;
}

.ewmBox .QQ {
    float: left;
    padding: 5px 0 0;
    width: 350px;
}

.ewmBox .QQ .ico {
    background-position: -57px 0;
}

.ewmBox .weChat {
    float: left;
    padding: 5px 0 0;
    position: relative;
    width: 320px;
}

.ewmBox .weChat .ico {
    background-position: -113px 0;
}

.ewmBox .weChat .wx {
    bottom: 65px;
    display: none;
    left: 0;
    position: absolute;
}

.ewmBox .weChat:hover .wx {
    display: block;
}

.ewm2 {
    bottom: 0;
    height: 65px;
    position: absolute;
    right: 0;
    width: 65px;
    z-index: 999;
}

.ewm2 img.wxxt {
    height: 100%;
    width: 100%;
}

.ewm2 img.wxxt1 {
    bottom: 65px;
    display: none;
    left: -80px;
    position: absolute;
}

.ewm2:hover .wxxt1 {
    display: block;
}
@media (max-width: 1032px) {
	.ewmBoxIn p {
	    font-size: 20px;
	    font-weight: bold;
	    color: #fff;
	    line-height: 40px;
	}
}
@media (max-width: 0px) {
	.ewmBox{
		bottom:50px;
		overflow:hidden;
	}
	.ewmBoxIn p {
	    font-size: 14px;
	    font-weight: bold;
	    color: #fff;
	    line-height: 40px;
	}
}
@media (max-width: 556px) {
	.ewmBoxIn p {
	    font-size: 12px;
	    font-weight: bold;
	    color: #fff;
	    line-height: 25px;
	}
}
.zhezhao{
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:9999;
	
}
.wechat-box{
	width:70%;
	padding:20px 0;
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background:#fff;
	border-radius:10px;
	text-align: center;
	z-index:9999;
}

.wechat-box img{
	width:80%;
}
#copy_text{
	width: 6.32rem;
    height: 2.32rem;
    border-radius: 5px;
    background-color: #1AAD19;
    color: #fff;
    font-size: .42rem;
    line-height: 1.32rem;
    text-align: center;
    border:none;
    margin-top:-25px;
}
#copy_text a{
	color:#fff;
    font-size: 14px;
}
@media screen and (max-width: 767px){
	.header .logo{
		overflow: inherit;
	}
	.header .logo.img-center img{
		height: 100%;
	    width: auto !important;
	    max-width: initial;
	}
}