/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 200px;
	right: -138px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul{
    list-style: none;
    display: block !important;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_top {
	background: #008cd6 url(img/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
	background: #008cd6 url(img/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #008cd6 url(img/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #008cd6 url(img/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 6px 37px 25px 37px;
	box-sizing: border-box;
	width: 180px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff !important;
}
.yb_QQ a:hover {
	color: #fff;
}
.info_nav {
	padding: 2em 0 1em;
	text-align: center;
}
.info_nav a {
	display: inline-block;
	width: 150px;
	height: 36px;
	line-height: 35px;
	margin: 0 5px;
}
.info_nav .info_back {
	border: 1px solid #ff6a64;
	color: #ff6a64;
}
.info_nav .info_qq {
	border: 1px solid #ff6a64;
	background: #ff6a64;
	color: #fff;
}
.imsg {
	background: url(img20170107/foot1_bg.png) no-repeat center top;
	background-size: cover;
}
.imsg h2 {
	font-size: 30px;
	font-family: "黑体";
	color: #000000;
	padding-top: 82px;
}
.imsg .s1 {
	overflow: hidden;
	margin-bottom: 80px;
	padding-top: 40px;
}
.imsg input {
	float: left;
	padding: 20px 0 20px 20px;
	background-color: #ffffff;
	color: #888888;
	font-size: 14px;
	border: 0;
}
.imsg .s1-a {
	width: 240px;
	margin-right: 20px;
}
.imsg .s1-b {
	width: 415px;
}
.imsg .s1-c {
	float: right;
	width: 180px;
	background-color: #000000;
	color: #ffffff;
	cursor: pointer;
	padding-left: 5px;
}
.imsg p {
	color: #535353;
	font-size: 14px;
	padding-bottom: 100px;
	margin-bottom: 0;
}
.sidemenu {
	display: none;
}
#pull {
	display: none;
}
.menu_bg {
	display: none;
}
.zixun_phone, .zixun_phone_inlb {
	display: none !important;
}
.phone_foot {
	display: none;
}
@media (max-width: 767px){
    .yb_conct {
        display: none;
    }
}
@media (max-width: 480px){
    .phone_foot {
        display: block;
        position: relative;
        -padding-top: 48px;
    }
    .phone_foot .pfoot_box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1;
    }
    .phone_foot .pfoot_box .pfoot_col {
        float: left;
        width: 50%;
        line-height: 60px;
        text-align: center;
		font-size: 18px;
    }
    .phone_foot .pfoot_box .pfoot_col a.pfoot_col_qiao {
        background: #666;
    }
    .phone_foot .pfoot_box .pfoot_col a {
        display: block;
        background: #008cd6;
        color: #fff;
    }

}

@media (max-width: 480px){
    .phonelm_foot {
        display: block;
        position: relative;
        -padding-top: 48px;
    }
    .phonelm_foot .pfootlm_box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 1;
    }
    .phonelm_foot .pfootlm_box .pfootlm_col {
        float: left;
        width: 33.333333333%;
        line-height: 60px;
        text-align: center;
		font-size: 18px;
    }
    .phonelm_foot .pfootlm_box .pfootlm_col a.pfootlm_col_qiao {
        background: #666;
    }
    .phonelm_foot .pfootlm_box .pfootlm_col a {
        display: block;
        background: #008cd6;
        color: #fff;
    }

}