@charset"utf-8";
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
input, textarea {
    resize: none;
    outline: none;
}
html {
    font: inherit;
    width: 100%;
    outline: 0;
    -webkit-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -ms-text-size-adjust : none;
    text-size-adjust : none;
}
body {
    width: 100%;
    margin: 0 auto;
    font: 16px/1.618;
    line-height: 1;
    color:#303133;
}
.clearfix:before, .clearfix:after {
    content:'';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom:1;
}
.full_img {
    display: block;
}
ol, ul, li {
    list-style: none;
}
a, a:hover, a:active {
    text-decoration: none;
}


html,body{
    width: 100%;height: 100%;
}
.box{
    background: url('../images/banner.jpg') no-repeat;
    background-size: 100% 100%;
    background-attachment:fixed;
    height:100%;
    width:100%;
    position: relative;
}
.text{
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    position: absolute;
    top: 33%;
    left: 30%;
    text-align: center;
}
.top{
    padding: 12px 0;
}
.top_main{
    background: rgba(255,255,255,.7);
    box-shadow: 3px 0px 7px 0px
        rgba(164, 164, 164, 0.35);
}
.top ul li{
    float: left;
    padding-top: 26px;
}
.top ul li a{
    font-size: 20px;
    color: #555555;
    margin-left: 47px;
}
.top ul li a.active{
    color: #2293b8;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
.bottom{
    padding: 20px 0;
}
.bottom_main{
    background: rgba(255,255,255,.7);
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bottom p{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.main .title{
    width: 320px;
    height: 74px;
    line-height: 74px;
    background: url('../images/title.png') no-repeat;
    background-size: 100% 100%;
    color: #555555;
    font-size: 28px;
    text-align: center;
}
.main{
    padding: 60px 0;
}
.main h2{
    position: relative;
    font-size: 16px;
    color: #555555;
    margin-left: 5px;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.main h2:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    background-color: #feda00;
    left: 5px;
}
.main p{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-left: 25px;
}
.subbanner img{
    width: 100%;
}