.wapper {
    max-width: 1250px;
    margin: 0 auto;
}
.headerbg {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #e62026;
}
.logo {
    float: left;
    width: 23%;
    margin-top: 1%;
}
.logo a img {
    width: 100%;
}
.nav {
    float: right;
}
.nav ul li {
    position: relative;
    float: left;
    width: 110px;
    line-height: 95px;
    text-align: center;
}
.nav ul li a {
    font-size: 14px;
    color: #403e39;
    display: block;
}
.nav ul li a:hover {
    background-color: #f1f1f1;
    color: #000000;
    font-size: 16px;
}
.li {
    background-color: #f1f1f1;
    font-size: 16px !important;
    color: #000000;
}
/* 二级 */
.nav li .erji{  width: 250%; background: #ffffff; position: absolute; top: 100%; left: 0%; display: none; z-index: 2; border: 1px solid #d3d3d3;border-top: none;}
/* z-index:5给二级标题提层使得他不会被下面的图片覆盖 */
.nav li:hover .erji{ display: block;}
.nav li .erji a{ display: block; float: left;width: 100%; text-align: left; color: #333333;font-size: 14px;height: 40px; line-height: 40px;padding-left: 10px;}
.nav li .erji a:hover {
    background-color: #9a9a9a;
    color: #ffffff;
}



/* footer开始 */
.footerbg {
    width: 100%;
    background-color: #282828;
    padding: 70px 0;
}
.footer1 {
    width: 20%;
    float: left;
    padding-left: 70px;
    background: url(../images/footer1.jpg) no-repeat top left;
}
.footer1 h3 {
    font-size: 15px;
    color: #a9a9a9;
    font-weight: bold;
}
.footer1 i {
    font-size: 12px;
    color: #a9a9a9;
    opacity: 0.5;
}
.footer1 p {
    color: #a9a9a9;
    margin: 20px 0;
}
.footer1 p span {
    display: block;
    float: left;
    line-height: 30px;
}
.footer1 p em {
    display: block;
    width: 120px;
    line-height: 25px;
    background: #a9a9a9;
    color: #282828;
    float: left;
    text-align: center;
    font-style: normal;
    font-size: 15px;
    margin-left: 10px;
}
.footer2 {
    float: left;
    width: 32%;
    margin-left: 50px;
    padding: 10px;
    border: 1px solid #444444;
}
.footer2 p {
    font-size: 12px;
    color: #888;
    line-height: 2em;
}
.footer2 span {
    border-right: 1px solid #555;
    width: 60px;
    display: inline-block;
    color: #a9a9a9;
    margin-right: 10px;
}
.footer3 {
    float: left;
    width: 15%;
    margin-left: 5%;
}
.footer3 h3 {
    font-size: 20px;
    color: #c5c5c5;
    font-weight: bold;
}
.footer3 em {
    color: #c5c5c5;
    font-style: normal;
    display: block;
    margin-bottom: 6px;
}
.footer3 ul li {
    float: left;
    width: 50%;
}
.footer3 ul li a {
    display: block;
    line-height: 30px;
    font-size: 12px;
    color: #888;
}
.footer3 ul li a:hover {
    color: #b18b40;
}
.footer4 {
    float: left;
    width: 20%;
    text-align: center;
    border-left: 1px solid #555555;
}
.footer4 img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.footer4 p {
    color: #999;
    line-height: 3em;
    font-size: 12px;
}
.footer4 span {
    display: block;
    /*width: 138px;*/
    margin: 0 auto;
    color: #666;
    font-size: 12px;
}
.banquan {
    margin-top: 50px;
    position: relative;
}
.banquan1 {
    font-size: 12px;
    color: #666666;
}
.banquan1 a {
    font-size: 12px;
    color: #b9b9b9;
}
.banquan2 i {
    float: right;
    width: 78%;
    border-top: 1px solid #3a3838;
    margin-top: 10px;
}
.banquan2 span {
    float: right;
}
.banquan3 {
    font-size: 12px;
    color: #666666;
}
/* 咨询开始 */
.kefu {
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 100;
}
.kefu ul li {
    background: #ec1d25;
    margin-bottom: 1px;
    position: relative;
}
.kefu ul li a {
    display: block;
    width: 45px;
    height: 45px;
}
.kefu ul .kf1 a {
    background: url(..//images/kefu1.png)no-repeat;
}
.kefu ul .kf2 a {
    background: url(..//images/kefu2.png)no-repeat;
}
.kefu ul .kf2 p {
    display: none;
    width: 120px;
    line-height: 45px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ec1d25;
    
}
.kefu ul .kf2:hover p {
    left: -120px;
    display: block;
    transition: all 1s ease;
}
.kefu ul .kf3 a {
    background: url(..//images/kefu3.png)no-repeat;
}
.kefu ul .kf3 p {
    display: none;
    width: 120px;
    line-height: 45px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ec1d25;
    
}
.kefu ul .kf3:hover p {
    left: -120px;
    display: block;
    transition: all 1s ease;
}
.kefu ul .kf4 a {
    background: url(..//images/kefu4.png)no-repeat;
}
.kefu ul .kf4 div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}
.kefu ul .kf4 div img {
    width: 90px;
    height: 90px;
    margin: 20px auto 0;
}
.kefu ul .kf4 div span {
    display: block;
    margin: 10px 0;
    font-size: 12px;
    color: #333333;
    text-align: center;
}
.kefu ul .kf4:hover div {
    left: -137px;
    display: block;
}
