

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: "Microsoft YaHei";
    background: #fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*{
    box-sizing: border-box;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.pull-left {
    float:left;
}
.pull-right {
    float: right;
}
.container:after,.pull-left:after,pull-right:after {
    content: '';
    display: block;
    clear: both;
}

/* 留言框 */
.messageList {
    position: fixed;
    right: 10px;
    top: 400px;
    width: 50px;
    z-index: 666;
  }
  .messageList .message-weixin {
    width: 50px;
    height: 50px;
    background: #3ab7ff;
    margin-bottom: 14px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 666;
    position: relative;
  }
  .messageList .message-weixin img {
    width: 34px;
    height: 28px;
    margin-top: 11px;
  }
  .messageList .message-weixin .weixinBox {
    width: 150px;
    height: 150px;
    text-align: center;
    position: absolute;
    left: -150px;
    bottom: 0px;
    z-index: 777;
    display: none;
    transition: all 0.5s ease;
  }
  .messageList .message-weixin .weixinBox img {
    width: 100%;
    height: 100%;
  }
  .messageList .message-weixin:hover {
    background: #1fadff;
  }
  .messageList .message-weixin:hover .weixinBox {
    display: block;
  }
  .messageList .message-phone {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    background: #3ab7ff;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .messageList .message-phone img {
    width: 25px;
    height: 27px;
    margin-top: 11px;
  }
  .messageList .message-phone p {
    width: 140px;
    height: 50px;
    background: #3ab7ff;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 0;
    display: none;
    transition: all 0.5s ease;
  }
  .messageList .message-phone:hover {
    background: #1fadff;
  }
  .messageList .message-phone:hover p {
    background: #1fadff;
    display: block;
  }
  .messageList .messageSmall {
    width: 50px;
    height: 50px;
    background: #3ab7ff;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
    padding-top:12px;
  }
  .messageList .messageSmall p{
    font-size: 14px;
    color:#fff;
    text-align: center;
  }
  .messageList .messageSmall img {
    width: 22px;
    height: 22px;
    margin-top:2px;
  }
  .messageList .messageSmall:hover {
    background: #1fadff;
  }
  .messageList .messTop {
    width: 50px;
    height: 50px;
    background: #3ab7ff;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .messageList .messTop img {
    width: 16px;
    height: 12px;
    margin-bottom: 6px;
    margin-top: 10px;
  }
  .messageList .messTop p {
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  .messageList .messTop:hover {
    background: #1fadff;
  }
  .messageBox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .messageBox .messageInt {
    width: 904px;
    height: 570px;
    margin: 220px auto;
    position: relative;
  }
  .messageBox .messageInt .messageleft {
    width: 400px;
    height: 507px;
    float: left;
  }
  .messageBox .messageInt .messageleft img {
    width: 100%;
    height: 100%;
  }
  .messageBox .messageInt .messageright {
    width: 484px;
    padding: 54px 44px 45px 34px;
    background: #fff;
    float: left;
  }
  .messageBox .messageInt .messageright p {
    text-align: center;
  }
  .messageBox .messageInt .messageright p span {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    padding-left: 63px;
    text-align: center;
    margin-bottom: 29px;
    background: url("../img/message/message-tit.png") no-repeat left center;
    background-size: 45px 38px;
  }
  .messageBox .messageInt .messageright .bitian{
    width: 396px;
    /* height: 48px; */
    margin-bottom: 14px;
  }
  .messageBox .messageInt .messageright .bitian span{
    color:red;
    display: block;
    float: left;
    line-height: 53px;
    margin-right: 4px;
  }
  .messageBox .messageInt .messageright input {
    width: 383px;
    height: 46px;
    border: 1px solid #dddddd;
    color: #545454;
    font-size: 14px;
    line-height: 48px;
    padding-left: 19px;
    outline: none;
  }
  .messageBox .messageInt .messageright .bitian .Shortmessage{
    overflow: hidden;
    border:1px solid #dddddd;
    display: inline-block;
  }
  .messageBox .messageInt .messageright .bitian .Shortmessage .youNum{
    width:319px;
    height:46px;
    float:left;
    border:none;
    color:#999;
    font-size: 14px;
    padding-left:19px;  
    outline: none;
  }
  .messageBox .messageInt .messageright .bitian .Shortmessage .shortBtn{
    float:left;
    font-size: 14px;
    color:#3ab7ff;
    display: inline-block;
    line-height: 46px;
    width: 62px;
    cursor: pointer;
    text-align: center;
  }
  .messageBox .messageInt .messageright .messageText {
    width: 383px;
    border: 1px solid #dddddd;
    height: 96px;
    resize: none;
    /* margin-bottom: 12px; */
    font-size: 14px;
    color: #545454;
    line-height: 25px;
    padding: 10px 15px;
    outline: none;
  }
  .messageBox .messageInt .messageright .messageBtn {
    width: 384px;
    height: 48px;
    background: #3ab7ff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-left:10px;
  }
  .messageBox .messageInt .messageClose {
    width: 14px;
    height: 14px;
    background: url(../img/message/close.png) no-repeat;
    background-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 30px;
  }
  .messageBox .messageInt .errorTip {
    width: 280px;
    height: 86px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px #e1e1e1;
    background: rgba(255, 255, 255, 0.9);
    line-height: 86px;
    position: absolute;
    right: 104px;
    top: 201px;
  }
  .messageBox .messageInt .errorTip > span {
    display: inline-block;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #e1314a;
    padding-left: 55px;
    background: url(../img/message/errorTip.png) no-repeat center left;
    background-size: 38px;
  }
  .messageBox .messageInt .trueTip {
    width: 280px;
    height: 86px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px #e1e1e1;
    background: rgba(255, 255, 255, 0.9);
    line-height: 86px;
    position: absolute;
    right: 104px;
    top: 201px;
  }
  .messageBox .messageInt .trueTip > span {
    /*display: inline-block;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #333333;
    padding-left: 55px;
    background: url(../img/message/trueTip.png) no-repeat center left;
    background-size: 38px;*/
    
    display: inline-block;
    height: 38px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding: 0 30px 0 55px;
    background: url(../img/message/trueTip.png) no-repeat center left;
    background-size: 38px;
    margin-top: 21px;
    margin-left: 15px;
  }
