/* 公共样式（头部底部） */
.warpper {
    width: 1200px;
    margin: 0 auto;
}
/* banner点击按钮 */
.xdd_header .zixun_btn{
    width: 184px;
    height: 56px;
    display: block;
    font-size: 0;
    background-color: transparent;
    position: absolute;
    top: 388px;
    left: 360px;
}
/* 快捷导航 头部banner */
.xdd_header{
    min-width: 1200px;
    background-image: url(../image/banner.png);
    height: 72px;
    border-bottom: 1px solid #E1E1E1;
}
.xdd_header1{
    min-width: 1200px;
    position: relative;
    background-image: url(../image/banner.png);
    height: 542px;
}

.xdd_log{
    padding-top: 17px;
    float: left;
    height: 72px;
    /* margin-top: 17px;
    text-indent: -999px;
    margin-bottom: 17px; */
    margin-right: 230px;
}
.xdd_log h1{

    width: 157px;
    height: 37px;
}
.xdd_log a{
    display: block;
    width: 157px;
    height: 37px;
    background-image: url(../image/log.png);
    background-size: contain;
    font-size: 0;
}
.xdd_daohang{
    float: left;
    height: 72px;
}
.xdd_daohang li  {
    /* padding-bottom: 10px; */
    float: left;
    line-height: 72px;
    margin-right: 69px;
}
.xdd_daohang li a{
padding-bottom: 23px;
font-size: 18px;
color: #666666;
}
.xdd_daohang li a:hover{
color: red;
border-bottom: 1px solid red;
}
.xdd_daohang li .active{
    color: red;
border-bottom: 1px solid red;
}


/* 底部 */
.footer{
    min-width: 1200px;
    height: 158px;
    background: #373D41;
}
.footer .warpper #img1{
    float: left;
    width: 158px;
    height: 37px;
    margin-top: 60px;
    margin-left: 25px;
    margin-right: 56px;
}
.footer .warpper .box1{
    position: relative;
    float: left;
    width: 722px;
    height: 55px;
    margin-top: 50px;
    border-left: 1px solid #656A6D;
    border-right: 1px solid #656A6D;
}
.footer .warpper .box1 a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.footer .warpper .box1 p{
    position: absolute;
    left: 50px;
    bottom: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.footer .warpper .box1 #a3{
    position: absolute;
    left: 482px;
    top: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;
}
.footer .warpper .box1 b{
    position: absolute;
    left: 548px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.footer .warpper .box1 #a1{
    position: absolute;
    left: 50px;
}
.footer .warpper .box1 #a2{
    position: absolute;
    left: 142px;
}
.footer .warpper .box2{
    float: left;
    width: 188px;
    height: 70px;

    margin-top: 42px;
    padding-left: 45px;
}
.footer .warpper .box2 .left{
    position: relative;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D6D6D6;

}
.footer .warpper .box2 .left #span2{
    position: absolute;
    left: 0;
    bottom: -38px;
}
.footer .warpper .box2 .left .right {
    float: right;
    width: 77px;
    height: 70px;
}
.footer .warpper .box2 .left .right img{
    width: 77px;
    height: 70px;
    margin-left: 8px;
}
/* 立即咨询 */
.fixed{
    position:fixed;
    top:230px;
    right: 20px;
     /* width:250px; */
    width: 113px;
    height: 143px;
    background: #FFFFFF;
    border: 2px solid #E71F1F;
    border-radius: 15px;
    cursor:pointer;
}
 .fixed img{
    position: absolute;
    top: 15px;
    left: 27px;
}
 .fixed span{
    position: absolute;
    top: 84px;
    left: 15px;
    font-size: 20px;
    color: #333333;
}
 .fixed b{
    position: absolute;
    top: 119px;
    left: 15px;
    font-size: 12px;
    color: #E71F1F;
}
/* 留言面板 */
.formdata{
    position: relative;

    width: 450px;
    position: fixed;
    right: 150px;
    top: 90px;
    background-color: #fff;
    border-radius: 12px;
    z-index: 9999;
    display: none;
    padding-left: 20px;
    height: 500px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
}       .formdata.active{
    display:block;
}
.formdata .top h2{
    margin-left: 50px;
    font-size: 30px;
    color: #333;
}
    .formdata .top h3{
        font-size: 14px;
        color: #333;
    }
    .formdata .top h4{
        display: block;
        width: 17px;
        height: 33px;
        position: absolute;
        top:8px;
        right: 19px;
        font-size: 20px;
        color: #333;
    }
    .formdata .middle{
        margin-top: 20px;
        font-size: 20px;
        color: #333;
    }
    .formdata .middle input{
        width: 420px;
        height: 34px;
        border-radius: 4px;
        box-shadow: 0 5px 0px 0 rgba(242, 238, 238, 0.1);
        border-color: #dcdfe6;
    }
    .formdata  button{
        margin-left: 168px;
        margin-top: 20px;
        width: 82px;
        height: 40px;
        background-color: #f56c6c;
        border: 0;
        border-radius: 10%;
        color: #fff;

    }
