/***重置css***/

/**su'b
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body, html {
    font-family: Microsoft YaHei,"微软雅黑";
}


body{
    font-size: 14px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

img {
    display: block;
}
.clearfix:before,.clearfix:after{
    display: table;
    content: " ";
}
.clearfix:after{
    clear: both;
}

/***导航信息**/
.header-area {
    position: absolute;
    width: 100%;
    top: 0.27rem;
    left: 0;
    padding: 0.2rem 0;
    z-index: 999;
}

.fixnav {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

.classy-navbar {
    width: 1120px;
    margin: 0 auto;
}

.nav-brand {
    float: left;
    width: 125px;
    height: 34px;
    cursor: pointer;
}

.nav-brand img {
    width: 100%;
}

.classynav {
    float: right;
    margin-top: 0.1rem;
}

.classynav li {
    position: relative;
    float: left;
    font-size: 14px;
    margin-right: 0.64rem;
    font-weight: 500;
    cursor: pointer;
    padding-bottom: 9px;
}
.classynav li:last-child{
    margin-right: 0;
}
.classynav li a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.classynav .active a{
    color:rgba(84,177,255,1);
}
.classynav li:after,.subhead dt:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 15px;
    height: 3px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: transparent;
    border-radius: 2px;
}
.classynav .active:after{
    background:rgba(84,177,255,1);
}

/***banner 轮播**/
.banner-wrap{
    width: 100%;
}
.banner-wrap img {
    width: 100%;
}

/***回到顶部**/
.return-wrap {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 3.22rem;
    width: 1.4rem;
    height: 1.4rem;
    transition: all 1s;
    cursor: pointer;
    z-index: 88;
}
.return-wrap.show{
    display: block;
}
.return-wrap.animated{
    bottom: 5.34rem;
}
.return-wrap:hover {
    bottom: 53px;
}

.return-wrap:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/but_2@2x.png") no-repeat center center;
    background-size: 100%;
}

/**底部导航***/
.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area .main-footer-area {
    position: relative;
    z-index: 1;
    height: 4.4rem;
    padding-top: 0.77rem;
    color: rgba(180, 180, 180, 1);
    background: url("../img/beijing1.jpg") no-repeat center center;
    background-size: 100% 4.4rem;
}

.main-footer-inner {
    width: 10.18rem;
    margin: 0 auto;
    overflow: hidden;
}
.single-footer-widget{
    float: left;
    margin-right: 1.05rem;
}
.single-footer-widget.single-address{
    float: right;
    margin-right: 0;
    max-width: 4.19rem;
}
.widget-title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0.31rem;
}

.single-footer-widget li {
    font-size: 13px;
    padding-bottom: 0.2rem;
    font-weight: 500;
}
.single-footer-widget li a{
    color: rgba(180, 180, 180, 1);
    text-decoration: none;
}
.single-footer-widget li:hover a{
    color: #fff;
    cursor: pointer;
}

.single-address {
    flex: 0 0 4.21rem;
    -webkit-flex: 0 0 4.21rem;
}

.single-address li {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 0.32rem;
}

.single-address li:before {
    content: '';
}

.single-footer-widget li:last-child {
    padding-bottom: 0;
}

.single-address li:first-child:before {
    flex:0 0 0.2rem;
    -webkit-flex: 0 0 0.2rem;
    width: 0.2rem;
    height: 0.27rem;
    margin: 0.02rem 0.22rem 0 0;
    background: url("../img/icon_site.png") no-repeat center center;
    background-size: 0.2rem 0.27rem;
}

.single-address li:last-child:before {
    width: 0.23rem;
    height: 0.17rem;
    margin: 0.03rem 0.2rem 0 0;
    background: url("../img/icon_mailbox.png") no-repeat center center;
    background-size: 0.23rem 0.17rem;
}

.qrcode-inner {
    width: 2.99rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.57rem;
    overflow: hidden;
}
.qrcode-inner dl{
    float: left;
    width: 1.20rem;
}
.qrcode-inner dl:last-child{
    float: right;
}
.qrcode-inner dt {
    width: 100%;
    height: 1.20rem;
}
.qrcode-inner img{
    width: 100%;
    height: 100%;
    border-radius: 0.04rem;
}
.qrcode-inner dd {
    font-size: 12px;
    color: rgba(180, 180, 180, 1);
    padding-top: 0.16rem;
}

.footer-bottom-area {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 0.6rem;
    color: rgba(255, 255, 255, 0.8);
    background: url("../img/beijing2.jpg") no-repeat center center;
    background-size: 100% 0.6rem;
}
.footer-bottom-area a{
    color: rgba(255, 255, 255, 0.8);
}
/**关注二维码**/
.float-qrcode{
    position: fixed;
    top: 50%;
    right: 0.46rem;
    width: 2.18rem;
    padding: 0 0.24rem;
    background:rgba(255,255,255,1);
    box-shadow: 0.01rem 0.12rem 0.27rem 0 rgba(32,52,129,0.27);
    border-radius: 0.04rem;
    cursor: pointer;
    z-index: 88;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.float-qrcode img{
    display: block;
    width: 100%;
    margin-top: 0.22rem;
}
.float-qrcode p{
    text-align: center;
    font-size: 0.21rem;
    color:rgba(32,52,129,1);
    font-weight: bold;
    white-space: nowrap;
    padding-top: 0.2rem;
    padding-bottom: 0.21rem;
}

@media screen and (max-width: 1200px){
    .classy-navbar{
        width: 11.25rem;
    }
}
