@charset "utf-8";
/*布局宽度*/
.w{width: 1550px;}
body,html{min-width: 1550px;margin:0;background-color: #fff;}
.content{
    width:100%;
    margin:0;
    color:#333;
    display: flex;
    flex-direction: column;
    height:100%;
    align-items: center;
}
a{
    text-decoration: none; 
    /* color:#fff; */
    padding:0;
}
/* 头部 */
.header{
    width:1903px;
    height:78px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#272727;
    position: fixed;
    top:0;
    z-index: 9999;
    background-color: #fff;
}
.header2{
    width:1468px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.header2-2{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header2-2-1{
    display: flex;
    flex-direction: row;
}
.header2-2-1 div{
    margin:0 25px;
}
.header2-2-1-2{

    display: flex;
    flex-direction: row;
}
.header2-2-1-2 a{
    color:#fff;
}
.header2-2-1-2 div{
    margin:0 25px;
}
.header2-2-2{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mianfei{
    width: 134px;
    height: 32px;
    border-radius: 6px;
    background: #00CC82;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 30px 0 96px;
}
.top-dh-phone{
    display: none;
}
/* 免费获取方案弹框 */
.fanganBeijing{
    width: 100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    position: fixed;
    top:0;
    z-index:10000;
    display: none;
}

.serv-fanganTankuang{
    width:100%;
    position: fixed;
    top:15%;
    left:35%;
    display: none;
    z-index:10000;
}
.tankuangContent{
    width: 568px;
    height: 675px;
}
.tkC-top{
    height: 63px;
    border-radius: 10px 10px 0px 0px;
    background: #222222;
    color:#fff;
    font-size: 24px;
    padding-left: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.tkC-center{
    /* width: 568px; */
    height: 612px;
    border-radius: 0px 0px 10px 10px;
    background: #F5F5F5;
    padding: 0 46px;
}
.tkC-center p{
    font-size: 18px;
    margin:0;
    padding: 16px 0;
}
.tkC-center span{
    color:#00CC82;
    padding-left: 5px;
}
.tkC-center input{
    width: 476.58px;
    padding: 16px 0;
    border-radius: 6px;
    background: #FFFFFF;
    border:none;
    outline-style: none;
    padding-left: 10px;
}
.tkC-c-5{
    width: 476.58px;
    height: 46.53px;
    border-radius: 27.5px;
    background: #00CC82;
    color:#fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}
/* 底部 */
.dibu{
    width:100%;
    height:392px;
    background-color: #21252B;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dibu1{
    width:1208px;
    height:312px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 28px;
}
.dibu1-1 img{
    margin: 13px 0;
    display: flex;
    flex-direction: column;
}
.dibu1-2 div{
    margin-bottom: 14px;
}
.dibu2{
    width: 1000px;
    height:80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dibu2-1{
    font-size: 12px;
    color: #9E9E9E;
}
.dibu2-2{
    font-size: 18px;
    display: flex;
    flex-direction: row;
}
.dibu2-2 div{
    margin:0 25px;
}