*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: "PingFang SC","Microsoft YaHei";
}
body.height{
    height:100%;
    overflow: hidden;
    position: fixed;
    left:0;
    top:0;
    width:100%;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,li{
	margin:0;
	padding:0;
	list-style:none;
	box-sizing: border-box;
}
body{
	background:#fff;
	color: #333333;
}
a{
	color:#2d374b;
	text-decoration:none;
}
a:hover{
	color:#cd0200;
	text-decoration:underline;
}
em{
	font-style:normal;
}
img,fieldset{
	border:0;
	vertical-align:middle;
	width:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
p{
	word-wrap:break-word;
}
a,button{
	cursor:pointer;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
	clear:both;
}
.clearfix{
   *zoom:1;/*IE/7/6*/
}
/*中间内容区域*/
.core{
	width:1200px;
	margin:0 auto;
}
.footer{
	width: 100%;
	height: 480px;
	background-color: #333333;
}
.footer .footer-bottom .footer-tab{
    display: flex;
    justify-content: center;
    margin-top:25px;
}
.footer .footer-bottom .footer-tab a{
    color: #fff;
    font-size: 14px;
}
.footer .footer-code{
    text-align:center;
    font-size: 12px;
    color: #ddd;
    color: #999;
    margin-top:10px;
    margin-bottom:15px;
    /* line-height:3.5rem; */
}
/* 咨询 */
.consult_box{
    position: fixed;;
    right:20px;
    bottom:240px;
    z-index:10;
    width:255px;
    overflow: hidden;
    height:82px;
}
.consult_box_img{
    width:43px;
}
.consult_r{
    width:80px;
    height:80px;
    box-shadow: 0px 0px 33px -10px rgba(0,0,0,.3);
    text-align:center;
    padding-top:19px;
    background-color:#fff;
    position: absolute;
    right:0px;
    z-index:2;
}
.consult_l{
    width:165px;
    height:80px;
    background-image:url(https://au32.oss-cn-beijing.aliyuncs.com/static/images/boxBg.png);
    background-size: 165px 80px;
    text-align:center;
    box-shadow: 0px 0px 33px -10px rgba(0,0,0,.3);
    position: absolute;
    right:-130px;
}
.consult_l_p1{
    font-size:12px;
    color:#666666;
    padding-top:14px;
    letter-spacing: 0;
}
.consult_l_p2{
    font-size:20px;
    color:#333333;
    padding-top:10px;
    letter-spacing: 0;
}
