﻿/* CSS Document */

html,
body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

html {
    background: #85b8f4;
    background-attachment: fixed;
}

body {
    max-width: 720px;
    margin: 0 auto;
}

* {

    padding: 0;

    margin: 0;

    border: 0;



    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.hei {
    background-color: #151300;
}

ol,
ul {

    list-style: none;

}



h1,
h2,
h3,
h4,
h5,
h6 {

    font-size: 100%;

}

a:link {
    color: #330099;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}



a:focus {

    outline: none;

}



a.hidefocus {

    outline: none
}

img {

    /*width: 100%;*/

    height: auto;

}





input[type=text],
input[type=button],
input[type=submit] {

    -webkit-appearance: none;

    outline: none;

}









button {

    border: 0;

    outline: none;

    cursor: pointer;

}

input {
    outline: none
}



.clearfix:before,
.clearfix:after {

    content: "";

    display: table;

}

.clearfix:after {

    clear: both;

}

table {

    table-layout: fixed;

    width: 100%;

}


/*底部漂浮*/
.cgi-foot-blank {
    height: 50px;
    clear: both;
    overflow: hidden;
}

.cgi-foot-links {
    width: 100%;
    max-width: 720px;
    height: 60px;
    border-top: solid 1px #ddd;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    background-image: -webkit-linear-gradient(to top, #eee, #fff);
    background-image: linear-gradient(to top, #eee, #fff);
    position: fixed;
    bottom: 0;
    z-index: 3;
    left: 0
}

@media screen and (min-width:720px) {
    .cgi-foot-links {
        left: 50%;
        margin-left: -360px;
    }

    .cgi-foot-more {
        left: 50%;
        margin-left: -360px;
    }
}

.cgi-foot-links ul {}

.cgi-foot-links ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.cgi-foot-links ul li a {
    font-size: 15px;
    color: #000;
    font-weight: bold
}

.cgi-foot-links ul li a.hover {
    color: #f00;
}

.cgi-foot-links ul li a:hover {
    text-decoration: none;
    color: #f00;
}

.cgi-foot-links ul li a span {
    height: 34px;
    display: block;
    border-bottom: 1px solid #ddd
}

.cgi-foot-links ul li a span.cfl1 {
    background: url(image/cfl4.png) 50% 5px no-repeat;
    background-size: auto 21px;
}

.cgi-foot-links ul li a span.cfl2 {
    background: url(image/cfl2.png) 50% 5px no-repeat;
    background-size: auto 21px;
}

.cgi-foot-links ul li a span.cfl3 {
    background: url(image/cfl3.png) 50% 5px no-repeat;
    background-size: auto 21px;
}

.cgi-foot-links ul li a span.cfl4 {
    background: url(image/cfl1.png) 50% 5px no-repeat;
    background-size: auto 21px;
}

/*.cgi-foot-links ul li a.hover span.cfl1 { background: url(../image/cfl4-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/
/*.cgi-foot-links ul li a.hover span.cfl2 { background: url(../image/cfl2-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/
/*.cgi-foot-links ul li a.hover span.cfl3 { background: url(../image/cfl3-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/
/*.cgi-foot-links ul li a.hover span.cfl4 { background: url(../image/cfl1-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/
/*.cgi-foot-links ul li a:hover span.cfl1 { background: url(../image/cfl4-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/
/*.cgi-foot-links ul li a:hover span.cfl2 { background: url(../image/cfl2-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/
/*.cgi-foot-links ul li a:hover span.cfl3 { background: url(../image/cfl3-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/
/*.cgi-foot-links ul li a:hover span.cfl4 { background: url(../image/cfl1-2.png.html) 50% 8px no-repeat; background-size: auto 25px;}*/

/*.cgi-foot-links ul li a { height: 60px; display: block; position: relative;padding-top:33px}*/
.cgi-foot-links ul li a span.dujia {
    background: url(image/cfl-more.png) 50% 5px no-repeat;
    background-size: auto 21px;
}

.cgi-foot-links ul li.cfl-more {
    width: 20%;
    height: 60px;
    display: block;
    position: relative;
}

.cgi-foot-links ul li.cfl-more a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url(image/cfl-more.png) center center no-repeat;
    background-size: 100%;
    border-radius: 35px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -35px;
    overflow: hidden;
    text-indent: -999999px;
}

.cgi-foot-more {
    width: 100%;
    max-width: 720px;
    position: fixed;
    bottom: 60px;
    z-index: 999;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.cgi-foot-more ul {}

.cgi-foot-more ul li {
    float: left;
    width: 20%;
}

.cgi-foot-more ul li a {
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
}

/*返回顶部*/