* {
    font-family: "微软雅黑" !important;
}
#content {
	position: relative;
}
.Beian {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 50px;
	color: #fff;
	font-size: 12px;
	z-index: 9999;
}
header,nav {
    background-color: #02060a;
}
#hamburger span {
    background-color: #a4bdd8;
}
nav li a {
    text-align: center;
    color: #c2ccd6;
    font-size: 2.2em;
    font-family: "微软雅黑";
    letter-spacing: 0;
    font-weight: normal;
}
nav li a b {
    font-size: 0.6em;
    padding-top: 3px;
    font-weight: normal;
}
nav li a:hover {
    color: #039be5;
}
.no-touchevents nav li a span::after {
    background-color: transparent;
}
.btn {
    font-size: 1.5em;
}
#slider .slider-panel h1 {
    font-family: "微软雅黑";
}
#social-links {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 100%;
}

#social-links a {
    display: block;
    height: 30px;
    width: 30px;
    text-indent: 0em !important;
    overflow: inherit !important;
    padding: 10px;
    margin: 0 auto;
}
#slider .slider-panel .slide-txt {
    font-size: 1em;
}
#social-links .instagram {
    background: url(../images/3.png) center center no-repeat;
}

#social-links .facebook {
    background: url(../images/1.png) center center no-repeat;
}

#social-links .pinterest {
    background: url(../images/2.png) center center no-repeat;
}

#social-links .instagram:hover {
    background: url(../images/33.png) center center no-repeat;
}

#social-links .facebook:hover {
    background: url(../images/11.png) center center no-repeat;
}

#social-links .pinterest:hover {
    background: url(../images/22.png) center center no-repeat;
}
#contact-txt h2, #about-txt h2 {
    font-size: 1.6em;
    color: #c2ccd6;
}
#contact-txt h2 b, #about-txt h2 b {
    font-size: 0.6em;
    color: #c2ccd6;
}
#about-txt .intro-txt, #contact-txt .intro-txt {
    font-size: .95em;
    margin-bottom: 30px;
    line-height: 1.5em;
    color: #c2ccd6;
}
#about-txt .intro-txt p, #contact-txt .intro-txt p {
    margin-bottom: 15px;
    color: #c2ccd6;
    font-size: 1em;
}
#contact-txt .contact-left, #contact-txt .contact-right {
    max-width: 240px;
    color: #c2ccd6;
}
.about-left h3, .about-right h3, .contact-left h3, .contact-right h3, .newsletter h3 {
    font-size: 1.2em;
    font-family: "微软雅黑";
    color: #c2ccd6;
}
#contact-txt .group, #about-txt .group {
    margin-top: 80px;
    color: #c2ccd6;
}
#contact-txt h2 {
    margin-bottom: 2.4em;
}
.instagram {
    position: relative;
}
.instagram .ActiveRulePopup {
    display: none;
}
.instagram:hover .ActiveRulePopup {
    display: block;
}
.ActiveRulePopup {
    width: 160px;
    background: #02060a;
    position: absolute;
    left: 50%;
    top: -143px;
    z-index: 100;
    padding: 10px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
    border-radius: 5px;
}
.ActiveRulePopup p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    width: 140px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}
.AweixinPic img {
    display: block;
    width: 140px;
    height: 140px;
}

#contact-holder::after {
    background-color: transparent;
}
header a.logo {
    text-indent: -999999em;
    overflow: hidden;
    width: 105px;
    height: 32px;
    position: absolute;
    top: 6px;
    left: 20px;
    background: url(../images/logo.png) no-repeat 0 0;
    background-size: 105px;
}
nav li {
    margin: 25px 0;
}
@media only screen and (min-width: 1024px) {
    header a.logo {
        width: 196px;
        height: 64px;
        position: absolute;
        top: 60px;
        left: 93px;
        background: url(../images/logo.png) no-repeat 0 0;
    }
    nav li {
        margin: 25px 0 25px 50px;
    }
}
@media only screen and (min-width: 1200px) {
    nav li {
        margin: 25px 0 25px 100px;
    }
}
