﻿html,body, button {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
}
html,body{
    width:100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

address, cite, code, em, th {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfloat {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.c{
    clear:both;
}

.header{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    height: 90px;
    /*background-color:red;*/
    width:1200px;
    margin:auto;
}
.header-logo{
    height:100%;
    width: 140px;
    float:left;
    background-image:url(/img/logo1.png);
    background-size:100% auto;
    background-position:center center;
    background-repeat:no-repeat;
}
.header-login{
    height:100%;
    width: 90px;
    float:left;
    display:flex;
    align-items:center;
}
.header-login>a{
    /*display:none;*/
    font-size:1.2em;
    padding:6px 18px;
    border-radius:20px;
    border: 1px solid #009295;
    color:#009295;
}
.header-login>a:hover{
    background-color:#009295;
    color:#fff;
}
.header-nav{
    height:100%;
    width: 970px;
    float:left;
    display:flex;
    flex-direction:row;
     align-items:center;
}
.header-nav>div{
    flex:1;
    text-align:center;
}
.header-nav>div>a{
    padding:10px 20px;
    border-radius: 20px;
    color:#3c4343;
}
.header-nav>div>a:hover{
    background-color:#009295;
    color:#fff;
}
.banner{
    overflow:hidden;
    height:450px;
    position:relative;
    min-width:1200px;
}
.banner-box{
    width:100%;
    height:100%;
}
.banner .img{
    width:100%;
    min-width:1200px;
    position:absolute;
    top:0;
    height:100%;
    background-size:auto 100%;
    background-repeat:no-repeat;
    background-position:center center;
}
.banner-buttons-box{
    position:absolute;
    bottom:20px;
    width:100%;
    line-height:100px;
    height: 100px;
    text-align:center;
}
.banner-button{
    border-radius: 10px;
    margin: 0 10px;
    display:inline-block;
    height: 10px;
    width: 20px;
    background-color:#fff;
    opacity: 0.4;
    filter:alpha(opacity=40);
}
.banner-button.select{
    opacity: 1;
    filter:alpha(opacity=100);
}
.footer{
    height:265px;
    background-color:#212832;
    width:100%;
}
.footer>div{
    width:1200px;
    height:100%;
    margin:auto;
    background-color:#212832;
}
.footer-left{
    width: 490px;
    float:left;
    height:100%;
}
.footer-left-top{
    margin-top:60px;
    height:60px;
    text-indent:140px;
    line-height:30px;
    background-image:url(/img/logo2.png);
    background-size:auto 85% ;
    background-repeat:no-repeat;
    background-position:center left;
}
.footer-left-bottom{
    margin-top:40px;
}
.footer-center{
    width: 310px;
    float:left;
    height:100%;
}
.footer-center>div{
    width:50%;
    float:left;
    height:100%;
    background-repeat:no-repeat;
    background-size:80% auto;
    background-position:center 60px;
}
.footer-advisory{
    background-image:url(/img/barcode1.png);
}
.footer-subscribe{
    background-image:url(/img/barcode2.png);
}
.footer-right{
    width: 400px;
    float:left;
    text-align:right;
    padding-top:50px;
}
.footer-font-big{
    font-size:2em;
    color:#fff;
    font-weight:600;
}
.footer-font-middle{
    color:#fff;
    font-weight:500;
    letter-spacing:2px;
}
.footer-font-small{
    color:#6d7a8c;
    font-size:.9em;
    line-height:25px;
}
.footer-right-margin{
    margin-top:42px;
}
