body,ul,li,div,h2,table,tr,td{margin:0;padding:0;list-style:none;}
a{text-decoration:none; }
/*头部*/
.gbookform_head{margin:10px 0 10px 0;}
.gbookform_head ul{border:2px solid #000000;overflow: hidden;line-height: 40px;
                   margin: 0 3% 0 3%;}
.gbookform_head ul li{float:left;width:33%;font-size: 20px;}
.gbookform_head_left{padding-left:10px;}
.gbookform_head_left a{color:#000000;font-size: 20px;}
.gbookform_head ul .gbookform_head_right{width:25%;text-align: right;}
/*留言板*/
.m_board{margin:0 2% 0 2%;padding-bottom:10px;border-bottom: 2px dotted #9e9e9e;}
.m_board h2{font-size: 22px;margin-left:4% ;color:#323232;}


/*表单*/
.gbookform{margin:20px 5% 10px 5% ;width:90%; height:auto;}
.gbookform caption{width:280px;font-size:18px;color:#2a82b9;margin-bottom:12px; 
     background:url(../images/caption.gif) no-repeat 0px 13px; padding-left:24px; }

.gbookform table tr{border:1px solid #cbcbcb;line-height: 60px;height:60px;}
.gbookform table{ border-collapse:collapse }
.tbinput{width:98%;line-height:36px;font-size: 20px;border:0;}
.l_name,.l_email,.l_phone,.l_content{display:inline-block;width:80px;padding-right:15px;text-align: right; font-size: 20px;color:#747474;padding-left:20px;margin:0 0 0 15px; }
.l_name{background:url(../images/formname.jpg) no-repeat left 21px;}
.l_email{background:url(../images/formemail.jpg) no-repeat left 21px;}
.l_phone{background:url(../images/formphone.jpg) no-repeat left 21px;}
.l_content{background:url(../images/formcontent.jpg) no-repeat left 10px;}
.tbtextarea{display:inline-block;border:0;width:97%;height: 80px;font-size: 20px;line-height:1.0}
.pic {margin:40px 0 10px 0 ;}
.pic input{line-height: 98px;}
.sub{text-align: center;margin: 10px 0 0 0}
.sub input{width:100%;height:30px;background:#00a2e8;color:#f8fbfc;font-size: 18px; letter-spacing:4px; }

.pic_file{margin: 10px 0 0 10px}

.image_file{width:100%;height: auto;margin:10px 0 10px 0;}
.image_file ul{margin: 10px 0  0 0;width:100%;overflow:hidden; }
.image_file ul li{float:left;width:30%;}


/*选择图片框样式*/
#div_imgfile {
    background:url(../images/1.gif) no-repeat center 15px;
    height: 80px;
    text-align: center;
    line-height: 170px;
    font-family: 微软雅黑;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #999;
    cursor: pointer;
    margin-right:3%; padding-bottom:10px;
    margin-bottom:30px;
}
    /*选择图片框鼠标移入移出效果*/
    #div_imgfile:hover {
        background-color: #d1cfcf;
    }
/*选择图片框样式*/
#div_imgfile2 {
    background:url(../images/1.gif) no-repeat center 15px;
    height: 80px;
    text-align: center;
    line-height: 170px;
    font-family: 微软雅黑;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #999;
    cursor: pointer;
    margin-right:3%; padding-bottom:10px;
    margin-bottom:30px;
}
    /*选择图片框鼠标移入移出效果*/
    #div_imgfile2:hover {
        background-color: #d1cfcf;
    }
.imgfile {
    display: none !important;
}

/*这里是图片预览容器样式*/
#div_imglook {
    margin-top: 0px;
}

/*单个图片预览模块样式*/
.lookimg {
     margin-bottom:10px;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #808080;
    float: left;
    margin-right: 3%;
    position: relative;
}

    .lookimg img {
        width: 100%;
        height: 100%;
    }

/*删除按钮样式*/
.lookimg_delBtn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #808080;
    opacity: 0.8;
    color: white;
    font-size: 16px;
    font-family: 微软雅黑;
    display: none;
    cursor: pointer;
}

    /*删除按钮移入移出效果*/
    .lookimg_delBtn:hover {
        opacity: 1;
    }

/*上传进度条样式*/
.lookimg_progress {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    box-sizing: border-box;
    border: 1px solid black;
    display: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

    .lookimg_progress div {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 0px;
        background-color: #e9cc2e;
    }


.btngbook { background:#00a2e8; width:100%; height:30px; line-height:30px; font-size:18px; color:#fff; border:0; letter-spacing:4px; }