﻿@charset "utf-8";

html, body, header, section, footer, div, ul, ol, li, img, a, span, dl, dt, dd, input, textarea, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "微软雅黑";
}

ul, li {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

img {
    border: 0;
    display: block;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus, a:hover, a:active {
        outline: none;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/bg.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

.logo_btn {
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

.btns {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin-top: 70%;
}

    .btns input[type="button"] {
        width: 60%;
        height: 50px;
        background-color: #ec4465;
        font-size: 18px;
        color: #fff;
        border-radius: 5px;
        padding-left: 25px;
        display: block;
        margin: auto;
    }

        .btns input[type="button"].iphone {
            background: #ec4465 url(../images/ios.png) no-repeat 25px center;
            -webkit-background-size: 23px 26px;
            background-size: 23px 26px;
        }

        .btns input[type="button"].android {
            background: #ec4465 url(../images/android.png) no-repeat 25px center;
            -webkit-background-size: 20px 24px;
            background-size: 20px 24px;
            margin-top: 50px;
        }


.box {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    z-index: 10
}

.two_code {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 50px
}

    .two_code img {
        width: 45%;
        height: auto;
        display: block;
        margin: auto;
    }


/*-----新闻详情-----*/

.news_details h1 {
    padding: 20px 15px 25px;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.news_hour {
    font-size: 16px;
    color: #333;
    text-align: center;
}

    .news_hour span {
        display: inline-block;
        margin: 0 5px;
    }

.news_details_box {
    width: 100%;
    height: auto;
    padding: 25px 0;
}

    .news_details_box img {
        max-width: 100%;
        display: block;
        margin: 0 auto 10px;
    }

    .news_details_box div {
        padding: 0 2%;
        width: 100%;
        line-height: 1.8;
        font-size: 14px;
        word-break: break-all;
        word-wrap: break-word;
        text-align: justify;
    }

    .news_details_box .by {
        color: #333;
    }

    .news_details_box p {
        padding: 0 5px;
        width: 100%;
        /*text-indent: 2em;*/
        line-height: 1.8;
        font-size: 15px;
        color: #333;
        text-align: justify;
        word-break: break-all;
        word-wrap: break-word;
    }

.fixed_word {
    width: 100%;
    padding: 0 10px;
    word-break: break-all;
    font-size: 15px;
    font-weight: bold;
    word-wrap: break-word;
    text-align: justify;
    color: #000;
}
