html {
    font-size: 62.5%;
    background-color: #fff;
}
@media only screen and (max-width: 320px){
    .dl-shy-hezuolianxi-box .dl-shy-hezuolianxi .dl-hezuolianxi-tishi{
        width: 24rem;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .dl-hezuolainxi-hengxian p{
        width: 24rem;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .dl-neirong-service li dl dd span {
        width: 8rem;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .dl-footer-lianjie li {
        width: 75px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
}
input{
    -webkit-appearance: none !important;

}
input:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -webkit-tap-highlight-color:transparent;
}
/*Í·²¿*/
header {
    width: 100%;
    height: 4.50rem;
}
.dl-shy-logo-box {
    width: 100%;
    height: 4.50rem;
    background-color: #0a2240;
    overflow: hidden;
}
.dl-logo-left {
    /*width: 50%;*/
    height: 100%;
    float: left;
}
.dl-logo-left-box {
    width: 8.50rem;
    height: 2.00rem;
    background: url("../img/flsm/logo.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 1.25rem;
    margin-left: 1.50rem;
}
.dl-logo-left-box a{
    display: inline-block;
    width: 100%;
    height: 100%;

}
/*ÓÒ²à*/
.dl-logo-right {
    /*width: 50%;*/
    height: 100%;
    float: right;
}
.dl-logo-right .dl-logo-right-box{
    width: 2.55rem;
    height: 1.85rem;
    background: url("../img/flsm/menu.png") no-repeat center center;
    background-size: 100% 100%;
    margin-top: 1.25rem;
    margin-right: 1.50rem;
}
.dl-logo-right-box span {
    display: inline-block;
    width: 100%;
    height: 100%;
}