
/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.nav ul li{position:relative;}      
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:rgb(0, 138, 255);display:none;position:absolute;left:-12%;z-index:2;width:150px} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/



}
#mapbox {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

@media(min-width:1000px) {
    #mapbox {
        height: 400px;
    }
}

@media(max-width:1000px) {
    #mapbox {
        height: 220px;
    }

    .phonepadd {
        padding: 15px;
    }
}

.el-form-item__content .edui-default {
    line-height: 20px;
}

.el-upload-hide-btn .el-upload {
    display: none !important
}

.el-form input[type="file"] {
    display: none !important;
}

.el-button--small {
    width: 100%;
    background: #015293;
    border-color: #015293;
}

.el-button--primary:hover {
    background: #0c6db6;
    border-color: #0c6db6;
    color: #FFF;
}

@media(max-width:1000px) {
    .el-form-item__label {
        display: block;
        float: none;
        text-align: left;
    }

    .el-form-item__content {
        margin-left: 0px !important;
    }
}

/*------------------------add---------------------------------------*/
/*top*/

/*联系我们*/
.service .infor{line-height: 180%;font-size: 24px;font-weight: bold;}
.service p{font-size: 18px;line-height: 180%;color: #008aff;font-weight: bold;}
.frame .frame-bg{border: 1px solid rgb(242, 244, 249);padding: 30px 15px;height: 216px;text-align: center;}
.headline{padding-bottom: 15px;}
.frame-bg h5{padding-bottom: 10px;}
.frame p{line-height: 22.4px;}

@media (min-width:1000px){
.service {padding: 30px 0;text-align: left;display: inline-block;}
}
@media (max-width:1000px){
.service {padding:5px 15px 20px;text-align: center;}
}


/*在线留言*/
.div-img{position: relative;overflow: hidden;}
.div-img img{display: block;width: 100%;transition: all 0.3s ease-out 0s;}
.system p{position: relative;bottom: 54px;font-size: 16px;color: rgb(255, 255, 255);background-color:rgba(0, 0, 0,0.3);padding: 15px 0;}

