@charset "gb2312";

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, th, td, input, select, textarea, option, button, p, abbr, address, article, aside, b, bdo, blockquote, button, datalist, del, details, dialog, em, strong, dfn, code, samp, kbd, var, cite, footer, header, i, ins, legend, menu, nav, q, section, time {
    margin: 0;
    padding: 0;
}

table, td, th {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, abbr, input {
    border: 0
}

body {
    font-family: "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul, ol {
    list-style: none
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #333;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none
}

textarea {
    resize: none
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}
.head {
    display: flex;
    background-color: red;
    align-items: center;
    height: 60px;
    line-height: 60px;
}

.head > a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.head > a:nth-of-type(2) {
    flex: 1;
    text-align: center;
}

.head > .back {
    background: url('../images/icon_back.png') no-repeat;
    text-indent: 16px;
    margin-left: 10px;
    flex: 0 0 80px;
    background-size:10px;
}
.head > .home {
    background: url('../images/icon_home.png') no-repeat;
    text-indent: 23px;
    margin-left: 10px;
    flex: 0 0 80px;
    background-size:20px 18px;
}
.head > a:nth-of-type(2) img{
    width:111px;
    height: 30px;
}
.report img, .header-right-more img{
    width: 20px;
    height: 20px;
}
.report, .header-right-more {
    margin: 10px 0 10px 0;
    flex: 0 0 40px;
}
.headtel{
   margin:10px 0 10px 50px;
}
/*footer*/
.footer {
    background: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    max-width: 650px;
    overflow: hidden;
    text-align: center;
}

.ft1 {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    text-align: center;
    width: 100%;
}

.ft_link a.link {
    color: #F0433D;
    font-size: 1.6rem;
    line-height: 22px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: underline;
}

.ft_link a.link:hover {
    background: #ccc;
}

.copy {
    background: #fff;
    height: 160px;
    margin-top: 10px;
    max-width: 650px;
    overflow: hidden;
    text-align: center;
}

.copy img {
    height: auto;
    overflow: hidden;
    vertical-align: bottom;
    width: 100%;
}

.copy a {

    color: #df0000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.btm-l {
    display: inline-block;
    float: left;
    margin-left: 2%;
    width: 36%;
}

.btm-l img {
    width: 80%
}

.btm-r {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-left: 5%;
    width: 52%;
}

.ft_link {
    line-height: 50px;
    margin: 0 auto;
    max-width: 650px;
}




