/* ========基础样式*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, q, s, samp, small, strong, var, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}

button, input, select, textarea {
    font: 12px/1.5 'microsoft yahei', arial
}

a {
    color: #5f5f5f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

p {
    line-height: 25px;
}

img {
    border: 0;
    vertical-align: bottom;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul, li {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}
/* ========缈婚〉鏍峰紡*/
.page {
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.page a {
    display: inline-block;
    height: 35px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #3d85c6;
    border: 1px solid #3d85c6;
    border-radius: 4px;
    vertical-align: middle;
    transition: 0.5s;
}
.page a:hover {
    background: #3d85c6;
    color: #fff;
    transition: 0.5s;
}
.page-list a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #3d85c6;
    border: 1px solid #3d85c6;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.page-list a:hover {
    background: #3d85c6;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/* ========鐣欒█鏍峰紡*/
fieldset {
    border: none
}

.msg_ul {
    width: 580px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.msg_ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 6px;
}

.msg_ul li p {
    width: 90px;
    float: left;
    height: 36px;
    font: 14px/36px "microsoft yahei";
    color: #333;
    vertical-align: top;
    text-align: right;
    margin: 0 6px 0 0;
}

.msg_ul li p span {
    color: #3d85c6;
    margin-top: 2px;
    vertical-align: middle;
    font-weight: bold
}

.msg_input {
    width: 264px;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 10px;
}

.msg_textarea {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 10px;
}

.msg_pin {
    width: 164px;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 0 10px;
    float: left;
}

.msg_pin img {
    float: left;
    margin-left: 14px;
}

.msg_textarea {
    width: 264px;
    height: 80px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 10px;
    resize: none
}

.msg_submit {
    width: 286px;
    height: 36px;
    margin: 20px auto;
    border-radius: 3px;
    border: 0;
    text-align: center;
    font: 18px/36px "microsoft yahei";
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    background: #3d85c6;
}
.msg_submit:hover {
    background: #fff;
    border: 1px solid #3d85c6;
    transition: 0.5s;
    color: #3d85c6;
}
/* =========== */