::-webkit-scrollbar {
    width: 0;
    height: 0
}

* {
    outline: none;
    box-sizing: border-box
}

body {
    margin: 0;
    min-width: 1280px;
    font-family: PingFang SC,Microsoft Yahei,微软雅黑;
    padding-top: 60px
}

.container {
    max-width: 1280px;
    margin: auto
}
li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a img {
    border-width: 0
}

header {
    padding: 0 140px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    z-index: 1;
    background-color: hsla(0,0%,100%,.5);
    box-shadow: 0 1px 0 rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.1)
}
@media only screen and (min-width: 1500px){
    header {
        padding: 0 440px;
    }
}
header .brand {
    height: 40px;
    margin-top: 12px;
    display: inline-block
}

header .brand img {
    display: block;
    height: 100%
}

header nav {
    float: right;
    line-height: 24px;
    margin-top: 18px
}

header nav ul {
    margin: 0
}

header nav li {
    display: inline-block
}

header nav li:not(:last-child) {
    margin-right: 50px
}

header nav a {
    display: inline-block;
    font-size: 14px;
    color: #404040;
    text-decoration: none;
    font-weight: 300
}

header nav a,header nav a:after {
    -webkit-transition: .3s;
    transition: .3s
}

header nav a:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fa460b;
    width: 0
}

header nav a.active,header nav a:hover {
    color: #fa460b
}

header nav a.active:after,header nav a:hover:after {
    width: 100%
}

.big-bg {
    position: relative;
    height: 530px;
    overflow: hidden;
    background: url(/Public/Website/images/img/big-bg-1.jpg) 100% 100%;
    background-size: cover;
    background-repeat: repeat no-repeat;
}

.big-bg-img {
    width: 100%;
    display: block
}

.big-bg-desc {
    top: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute
}

.big-bg-hd {
    font-size: 34px;
    margin-top: 88px;
    margin-bottom: 17px
}

.big-bg-text {
    font-size: 22px;
    margin-bottom: 180px;
    margin-top: 0
}

.big-bg-hd2 {
    font-size: 50px;
    color: #fafafa;
    margin-top: 0;
    margin-bottom: 25px
}

.big-bg-hd3 {
    font-size: 28px;
    margin: 0;
    color: #fafafa;
    text-shadow: rgba(95, 95, 95, 0.78) 0 1px 0;
}

.entrances {
    background-color: #faf8f6;
    text-align: center;
    padding: 80px 0
}

.entrances .entrances-item {
    width: 190px;
    display: inline-block;
    text-decoration: none;
    color: #4d4d4d;
    -webkit-transition: .3s;
    transition: .3s
}

.entrances .entrances-item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.entrances .entrances-item:hover .entrances-hd {
    color: #fa460b
}

.entrances .entrances-item:not(:last-child) {
    margin-right: 66px
}

.entrances .entrances-hd {
    font-weight: 400;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #666
}

.entrances .entrances-text {
    margin: 0;
    color: gray;
    font-weight: 300
}

.entrances img {
    width: 80%;
    margin: auto;
    display: block
}

.introduce {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.introduce-hd {
    font-size: 34px;
    color: #666;
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 400
}

.introduce-desc {
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 0;
    margin-bottom: 70px;
    font-weight: 300
}

.introduce-btn {
    display: block;
    font-weight: 300;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #fa460b;
    text-decoration: none;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: background-color .3s,box-shadow .1s;
    transition: background-color .3s,box-shadow .1s
}

.introduce-btn:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.3)
}

.introduce-btn:hover {
    background-color: #fb6c3d
}

.introduce-img {
    display: block;
    margin: auto;
    width: 590px
}

.building-bg {
    background-color: #faf8f6;
    padding-bottom: 178px;
    margin-bottom: 0;
    background-image: url(/Public/Website/images/img/buildings.png);
    background-position: bottom;
    background-size: 1280px auto;
    background-repeat: no-repeat
}

footer {
    background-color: #262626;
    padding: 30px 0;
    font-weight: 300;
    text-align: center
}

footer nav {
    margin-bottom: 20px
}

footer nav a {
    display: inline-block;
    text-decoration: none;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

footer nav a:not(:last-child) {
    margin-right: 20px
}

footer nav a:hover {
    color: #fff
}

footer nav span {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    margin-right: 20px
}

footer small {
    font-size: 12px;
    color: #aaa
}


.com-about {
    font-size: 14px
}

.com-about h1 {
    margin-top: 50px;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    color: #303030;
    text-align: center;
    font-weight: 700
}

.com-about .desc {
    margin-top: 30px;
    text-align: center;
    color: #5e5e5e
}

.com-about .desc p {
    height: 36px;
    line-height: 36px
}

.com-about .line-wrap {
    position: relative;
    height: 1680px;
    margin: 50px auto 20px
}

.com-about .line-wrap .main-line {
    width: 2px;
    background: #f1f1f1;
    height: 1600px;
    margin: 0 auto;
    position: relative
}

.com-about .line-wrap .main-line .dot-2016 {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fe8257;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    z-index: 2;
    font-weight: 700
}

.com-about .line-wrap .main-line .dot-2016:after {
    position: absolute;
    background: #fe8257;
    display: block;
    content: ' ';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 80px rgba(254,130,87,.1) inset;
    box-shadow: 0 0 80px rgba(254,130,87,.1) inset;
    -webkit-animation: ripple 2s ease 0s infinite normal;
    animation: ripple 2s ease 0s infinite normal;
    z-index: -1
}

.com-about .line-wrap .main-line .dot-2011 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #c6c6c6;
    line-height: 60px;
    color: #FFF;
    text-align: center
}

.com-about .line-wrap .main-line .dot {
    display: inline-block;
    position: absolute;
    left: -12px;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: content-box
}

.com-about .line-wrap .main-line .dot .time-wrap {
    position: absolute;
    text-align: left;
    top: -12px
}

.com-about .line-wrap .main-line .dot .time-wrap h2 {
    font-size: 24px;
    height: 40px;
    line-height: 40px
}

.com-about .line-wrap .main-line .left h2:after,.com-about .line-wrap .main-line .right h2:before {
    position: absolute;
    display: inline-block;
    content: ' ';
    height: 4px;
    top: 17px
}

.com-about .line-wrap .main-line .dot .time-wrap p {
    line-height: 28px;
    color: #5e5e5e;
    font-size: 14px
}

.com-about .line-wrap .main-line .left {
    left: -479px;
    width: 467px
}

.com-about .line-wrap .main-line .left h2 {
    text-align: right;
    padding-right: 116px;
    font-weight: 700
}

.com-about .line-wrap .main-line .left h2:after {
    width: 30px;
    right: 40px
}

.com-about .line-wrap .main-line .left p {
    padding-right: 107px;
    font-size: 14px
}

.com-about .line-wrap .main-line .right {
    width: 500px;
    left: 26px;
    padding-left: 110px
}

.com-about .line-wrap .main-line .right h2 {
    text-align: left;
    font-weight: 700
}

.com-about .line-wrap .main-line .right h2:before {
    width: 30px;
    left: 40px
}

.com-about .line-wrap .main-line .dot-2016-2 {
    top: 405px;
    background-color: #fe8257
}

.com-about .line-wrap .main-line .dot-2016-2 .time-wrap h2 {
    color: #fe8257
}

.com-about .line-wrap .main-line .dot-2016-2 .time-wrap h2:before {
    background: #fe8257
}

.com-about .line-wrap .main-line .dot-2015-8 {
    top: 375px;
    background-color: #feae73
}

.com-about .line-wrap .main-line .dot-2015-8 .time-wrap h2 {
    color: #feae73
}

.com-about .line-wrap .main-line .dot-2015-8 .time-wrap h2:after {
    background: #feae73
}

.com-about .line-wrap .main-line .dot-2015-6 {
    top: 540px;
    background-color: #97cb65
}

.com-about .line-wrap .main-line .dot-2015-6 .time-wrap h2 {
    color: #97cb65
}

.com-about .line-wrap .main-line .dot-2015-6 .time-wrap h2:before {
    background: #97cb65
}

.com-about .line-wrap .main-line .dot-2015-06 {
    top: 705px;
    background-color: #73c5ff
}

.com-about .line-wrap .main-line .dot-2015-06 .time-wrap h2 {
    color: #73c5ff
}

.com-about .line-wrap .main-line .dot-2015-06 .time-wrap h2:after {
    background: #73c5ff
}

.com-about .line-wrap .main-line .dot-2014-11 {
    top: 870px;
    background-color: #9086d3
}

.com-about .line-wrap .main-line .dot-2014-11 .time-wrap h2 {
    color: #9086d3
}

.com-about .line-wrap .main-line .dot-2014-11 .time-wrap h2:before {
    background: #9086d3
}

.com-about .line-wrap .main-line .dot-2013-10 {
    top: 1035px;
    background-color: #b495bc
}

.com-about .line-wrap .main-line .dot-2013-10 .time-wrap h2 {
    color: #b495bc
}

.com-about .line-wrap .main-line .dot-2013-10 .time-wrap h2:after {
    background: #b495bc
}

.com-about .line-wrap .main-line .dot-2012-11 {
    top: 1205px;
    background-color: #83797e
}

.com-about .line-wrap .main-line .dot-2012-11 .time-wrap h2 {
    color: #83797e
}

.com-about .line-wrap .main-line .dot-2012-11 .time-wrap h2:before {
    background: #83797e
}

.com-about .line-wrap .main-line .dot-2011-3 {
    top: 1370px;
    background-color: #909090
}

.com-about .line-wrap .main-line .dot-2011-3 .time-wrap h2 {
    color: #909090
}

.com-about .line-wrap .main-line .dot-2011-3 .time-wrap h2:after {
    background: #909090
}

@-webkit-keyframes ripple {
    0% {
        left: 0;
        top: 0;
        opcity: 60;
        width: 60px;
        height: 60px
    }

    100%,50% {
        left: -12px;
        top: -12px;
        opacity: 0;
        width: 85px;
        height: 85px
    }
}

@keyframes ripple {
    0% {
        left: 0;
        top: 0;
        opcity: 60;
        width: 60px;
        height: 60px
    }

    100%,50% {
        left: -12px;
        top: -12px;
        opacity: 0;
        width: 85px;
        height: 85px
    }
}


.shop-img {
    margin: 54px auto 0;
    width: 900px;
    margin-bottom: 200px;
}

.shop-img li {
    width: 23%;
    height: 165px;
    margin: 0 19px 19px 0;
    float: left
}
.shop-img li img{
    border: 1px solid #999;
}
.brand-banner{
    text-align: center;
    width: 100%;
}
.brand-banner img {
    width: 1200px;
    margin: 102px auto 0;
}
.brand-title h2 {
    font-size: 48px;
    color: #e03a2e;
    text-align: center;
}
.brand-title h3 {
    color: #666;
    font-size: 24px;
    text-align: center;
    padding-top: 9px;
}
.qrcode-list{
    margin-top: 120px;
    width: 900px;
    margin: 0 auto;
    margin-top: 80px;
}
.qrcode-list ul li{
    display: inline-block;
    width: 100px;
    margin: 0 40px;
}
.qrcode-list ul li img{
    width: 100px;
    height: 100px;
}