html,body,h3,a,p{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}
img{
    display: block;
}
a{
    text-decoration: none;
}
/*.banner div.fixed{
    position: fixed;
    width: 100%;
    min-width: 1200px;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    margin: 0;
}
.banner div.fixed a{
    width: 230px;
    margin: 0 200px;
}
.banner div.fixed a:last-child{
    margin-left: 0;
}*/
.fixed{
    position: fixed;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    line-height: 60px;
    display: none;
}
.fixed .scarf{
    width: 805px;
    margin: 0 auto;
}
.fixed span{
    color: #fff;
    margin-right: 10px;
}

.fixed a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #7ecaf7;
    border-radius: 5px;
    padding: 0 30px;
    color: #fff;
    margin-right: 200px;
}
.fixed a:last-child{
    background-color: #f9cc95;
}
.fixed a:last-child{
    margin-right: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.banner{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .message{
    display: block;
    position: absolute;
    top: 70%;
    width: 37%;
    margin-left: 31.5%;
}
.banner .message > a{
    display: block;
    width: 46%;
    float: left;
}
.banner .message>a:last-child{
    float: right;;
}
.banner .message > a >img{
    width: 100%;
}

.article{
    width: 1200px;
    margin: 0 auto;
}
.article .section{
    overflow: hidden;
}
.article .section .sec-img{
    width: 50%;
}
.article .section .sec-img img{
    width: 50%;
    margin: 50px auto;
}
.article .section .sec-msg{
    width: 50%;
}
.article .section .sec-msg p{
    width: 50%;
    margin: 0 auto;
    font-size: 18px;
    font-family: 微软雅黑;
    line-height: 1.5em;
    color: #333;
    margin-top: 120px;
}
.article .section .sec-msg a{
    display: block;
    width: 50%;
    margin: 0 auto;
    text-decoration: none;
    color: #f66363;
    border: 1px solid #f66363;
    border-radius: 5px;
    line-height: 2em;
    font-size: 18px;
    font-family: 微软雅黑;
    text-align: center;
    margin-top: 30px;
}

.about{
    min-width: 1200px;
    background-color: #f9fafc;
    padding: 100px 0;
}
.about img{
    width: 200px;
    margin: 0 auto;
}
.about p{
    text-indent: 2em;
    width: 1000px;
    margin: 100px auto 0;
    line-height: 1.5;
    font-family: 微软雅黑;
}

.footer{
    min-width: 1200px;
    text-align: center;
    background-color: #3b3b3b;
    height: 100px;
    line-height: 100px;
    font-size: 12px;
    color: #fff;
}
.footer i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/beian.png) 0 0 no-repeat;
    vertical-align: middle;
}
