/*通用类*/
*{ margin:0; padding:0; border:0; border:none;font-family: "Microsoft YaHei";}
ul,ol li{ list-style:none;}
table{border-collapse: collapse;}
.clear { clear:both; font-size:0; height:0; overflow:hidden;}
.clearfix:after{content: '';display: block;clear:both;}
.clearfix{zoom:1;}
a { cursor: pointer; text-decoration: none;}
a:link, a:visited { text-decoration:none;}
a:hover { text-decoration:underline;}
::-webkit-input-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
::-moz-placeholder {color:#666;}
:-ms-input-placeholder {color:#666;}
.hide,.h{display: none !important;}
.r{ float:right;}
.l{float: left;}
.common{width: 1200px;margin: 0 auto;}

.customize-red{
    color: #f40;
}
.customize-bold{
    font-weight: bold;
}


/*header*/
.anew .header{width: 100%;height: 47px;background: #fff;}
.anew .header .common{ font-size:16px;}
.anew .header .common a{ color:#333;}
.anew .logo{display: inline-block;width: 112px;height: 33px;background: url('../images/syb_02.jpg'); vertical-align:-3px;}
.anew .tel{width: 301px;height: 33px; display:block;background: url('../images/phone.jpg') no-repeat 0 8px;}
/*新旧共存的时候，新的样式要覆盖旧的样式，后期旧的不在存在，即可删除*/
.anew .header .common a{float: none;}
.anew .tel{margin-top: 0;}






/*footer*/
.copyRight,.offcnCopy{ background:#444546;}
.offcnCopy{padding:45px 0 110px 0; line-height:32px; color:#aaa; text-align:center;}
.offcnCopy.normalPadding{padding-bottom: 45px;}
.offcnCopy a{color:#aaa;}
.offcnCopy a:hover{color:#e00;}
img[src^="http://dt.offcn.com/"]{display: none !important;}





/*优惠，临时*/
.favor {
    font-size: 18px;
    line-height: 24px;
    color: #e60000;
    text-align: center;
}
/*优惠临时二版*/
.favor_linshi {
    width: 100%;
    margin: 20px auto;
    padding: 20px 0;
    text-align: center;
    background: #fbf2b9;
    position: relative;
}

.favor_linshi a {
    width: 92px;
    height: 139px;
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 0;
}

.favor_linshi div {
    font-size: 18px;
    color: #333;
}

.favor_linshi div b {
    font-size: 36px;
    color: #e60000;
    line-height: 50px;
}

.favor_linshi .favor_content {
    width: 770px;
    margin: 20px auto;
    background: #fff;
    padding: 10px;
    font-size: 18px;
    line-height: 32px;
    color: #e60000;
}

.favor_linshi .favor_content span{
    display: block;
    border: 3px solid #f8f392;
    padding: 10px 20px;
}

#favor_pic{ width:100%;background:rgba(0,0,0,0.6); height:100px; text-align:center; position:fixed; left:0; bottom:0; z-index:99;}
#favor_pic p{ width:1200px; height:100px; position:relative; margin:0 auto;}
#favor_pic a.favor_pic_colse{ color:#fff; font-family:"Microsoft YaHei"; position:absolute; top:5px; right:0; font-size:12px; cursor:pointer;}

