html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Arial", sans-serif , "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica";
    font-weight: 400;
    margin: 0; font-size:14px ;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
img { border:0;}
div,form,ul,ol,li,span,h1,h2,h3,h4,h5,h6,dl,dt,dd {border: 0;margin: 0;padding: 0;list-style-type:none}
.fz12,font,h2,h1 { font-size:12px}
h3,h4,h5 { font-weight:normal; font-size:14px}

input,textarea,button { outline:none; border:0;}
input:focus,textarea:focus,button:focus { outline:none; border:0;}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody > .container > .text-center {
    text-align: center;
    padding: 350px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody > .container > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}

.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer p {
    font-size: 14px;
    margin: 0;
}


body { background:#f5f5f5}

header { background:#fff; height:70px;}
header img { Display:block; height:60px; margin:0 auto; padding-top:5px}


.index_c { width:95%; max-width:1400px; margin:20px auto; background:#fff; border-radius: 10px; padding:20px 0}
.index_c ul { width:95%; margin:0 auto; border:1px #eee solid}

.index_c ul li { border-top:1px #eee solid; padding:15px 0; position:relative; overflow:hidden; line-height:24px; text-align:center}
.index_c ul li:hover { background:#fafafa}

.index_c ul li h3 { float:left; width:200px; text-align:center; min-height:24px}
.index_c ul li h4 { float:left; width:120px; text-align:center; min-height:24px}
.index_c ul li h5 { float:left; width:450px; text-align:center; min-height:24px}

.index_c ul li h5 p { float:left; width:105px; padding:0; margin:0; font-size:12px; line-height:14px}
.index_c ul li h5 p:nth-child(5) { width:130px}
.index_c ul li h5 b { Display:block}

.index_c ul li.index_top { background:#fafafa; height:46px; line-height:46px; border-top:0 none; padding:0; font-weight:bold}
.index_c ul li.index_top h3 { font-weight:bold}
.index_c ul li.index_top h4 { font-weight:bold}
.index_c ul li.index_top h5 { font-weight:bold; line-height:20px; padding-top:3px}


.index_c ul li h4 span { font-size:12px; padding:5px 10px; color:#fff; border-radius: 10px}
.index_c ul li h4 span.s1 { background:#EF7B84}
.index_c ul li h4 span.s2 { background:#FFCE7B}
.index_c ul li h4 span.s3 { background:#94CEE7}
.index_c ul li h4 span.s4 { background:#7BE7BD}
.index_c ul li h4 span.s5 { background:#EF7B84}
.index_c ul li p.p1 { background:#f5f5f5; line-height:26px; padding:5px 15px; border-radius: 5px; Display:none; margin:15px 20px 0 20px; clear:both; text-align:left; font-size:12px}
.index_c ul li font { Display:none}
.index_c ul li h5 { line-height:20px}
.index_c ul li h5 b { Display:block; padding-bottom:5px}
.index_c ul li h5 a { Display:block; float:left; width:90px; line-height:24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;} 
.index_c ul li img { Display:block; margin:0 auto; height:40px; padding:0 0 5px 0}
.index_c ul li i { position:absolute; font-size:18px; font-weight:bold; right:20px; top:5px; line-height:36px;cursor: pointer;}
.index_c ul li h3 a { Display:block; line-height:24px; height:34px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align:left; width:240px; margin:0 auto} 
.index_c ul li:hover p.p1 { background:#fff}



@media all and (max-width:750px){
header { height:50px;}
header img { Display:block; height:40px; }
.index_c ul li { text-align:left}
.index_c ul li.index_top { Display:none}
.index_c ul li h3 { width:auto; padding-left:15px; float:none; clear:both; text-align:left}
.index_c ul li h4 { width:auto; padding:0 15px; float:none; text-align:left}
.index_c ul li h4 span { margin:5px 0}
.index_c ul li p.p1 { position:relative; left:auto; right:auto; margin:10px 0; clear:both}
.index_c ul li h5 { padding-top:0}
.index_c ul li h3 { min-height:auto}
.index_c ul li h3 a { float:none; width:auto; font-size:12px; padding-top:5px}
.index_c ul li font { Display:inline; font-size:14px; color:#888; padding-left:15px}
.index_c ul li h4 font { padding-left:0}
.index_c ul li i { Display:none}
}



























