@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font: 14px/1em Microsoft YaHei, sans-serif;
    margin: 0 auto;
    height: 100%;
    background-color: #ffffff;
}

img {
    vertical-align: top;
    outline: none;
}


ul, li {
    list-style: none;
}

img {
    width: 100%;
    display: block;
    border: 0;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    border: 0
}

.mb0 {
    margin-bottom: 0;
}
.w1001{
    margin: 0 auto;
    width: 1001px;
}
.active_content{
    min-width: 1000px;
    background-color: #ffffff;
    /*background: url(../img/bg.png) no-repeat center top;*/
}
.active_banner{
    /*background: url(../img/gwgpp_bg.jpg) no-repeat center top;*/
}
.active_layer {
    background-color: #fff;
    font-size: 0;
}
.tips{
    font-size: 14px;
    color: #e94139;
    line-height: 22px;
    width: 930px;
    margin: 0 auto;
    opacity: 0.69;
    margin-top: 10px;
    margin-bottom: 30px;
}
footer {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    font-size: 28px;
    background: #fe5a5b;
    border-right: 1px solid #fff;
}

/*footer ul {
    border-top: 1px solid #ffcece;
    color: #fe5a5b;
    display: flex;
    display: -webkit-flex;
}

footer ul li {
    flex: 1;
    -webkit-flex: 1;
    
}

footer ul li:last-child {
    flex: 1;
    -webkit-flex: 1;
    background: #fe5a5b;
    border-right: none;
}*/

footer ul li a {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

footer ul li a {
    display: block;
}

body {
    padding-bottom:60px;
}
.banner{
    background: #191641;
}
.footer{
    background: #daab59;
}
.part{
    position: relative;
    
}
.part h2{
    position: absolute;
    left: 0;
    bottom: 23%;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #f47200;
}
.part sup{
    font-style: normal;
    position: relative;
    top: -20px;
    /*color: #ccc;*/
}
.part span{
    font-size: 52px;
}
.part a{
    position: absolute;
    left: 39.8%;
    bottom: 0;
    width: 20.4%;
    height: 13.2%;
    opacity: 0;

}
.part p{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 10%;
    font-size: 2.4em;
    line-height: 1.5;
    font-size: 18px;
    color: #999;

}