@charset "utf-8";
html,
body {
    font-size: 14px;
}

a,
a:hover {
    text-decoration: none;
}

body {
    padding-top: 6rem;
}

#header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    height: 6rem;
    background-color: #ffffff;
}

#header.bg {
    background: #f0b655;
}

#header .container {
    position: relative;
    z-index: 9999;
}

#header .img-logo {
    margin-top: 1rem;
    height: 5rem;
    width: 12rem;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#header.bg .img-logo {
    height: 5rem;
    width: 12rem;
    background-image: url(../images/logo2.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

#header .menu-list {
    position: absolute;
    right: 0;
    top: 2.35rem;
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.menu-list a {
    margin-left: 1rem;
    color: black;
    font-size: 1.05rem;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #c4c4c4;
}

#header.bg .menu-list a {
    color: #ededed;
}

#header.bg .menu-list a.active {
    color: #fff;
}

.menu-list a.active {
    color: #888;
}


/* ========= 导航栏结束 ==========*/

.my-carouselItem video {
    width: 100%;
    vertical-align: middle;
}

.my-carousel-indicators {
    bottom: 10%;
    display: flex;
    align-items: center;
}

.img-banner {
    width: 100%;
}

.my-carousel-indicators>li {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.my-carousel-indicators>li.active {
    height: 5px;
    width: 30px;
    border-radius: 5px;
}

.my-carousel-control-prev-icon {
    width: 12px;
    height: 30px;
    background-image: url(../images/left.png);
    background-size: 100%;
}

.my-carousel-control-next-icon {
    width: 12px;
    height: 30px;
    background-image: url(../images/right.png);
    background-size: 100%;
}


/* ========= banner结束 ==========*/

.sec-box {
    width: 100%;
    padding-top: 5rem;
}

#sec-one .sec-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#sec-one .img-tit {
    width: 18rem;
}

#sec-one .bd {
    margin-top: 4.5rem;
}

#sec-one .bd,
.more-box {
    font-family: 'PingFangSC-Regular', 'Microsoft Yahei', sans-serif;
    font-size: 1.35rem;
    color: #3A3A3A;
    letter-spacing: .05rem;
    text-align: center;
    line-height: 2.5rem;
}

.more-box {
    margin-top: 2rem;
}

.learn-more {
    margin-top: 2rem;
    font-family: PingFangSC-Regular;
    font-size: 1.35rem;
}

#sec-two {
    overflow: hidden;
}

#sec-two .item-box {
    margin: 0 1rem;
    background-color: #f5f5f5;
    padding-bottom: 20rem;
    margin-bottom: -20rem;
}

#sec-two .bd {
    padding: 1.75rem;
}

#sec-two .lg-tit {
    margin-top: .85rem;
    margin-bottom: 1rem;
    font-size: 1.7rem;
    font-weight: bold;
    color: #dd9f32;
    text-align:center;
}

#sec-two .bd .sm-tit {
    font-family: PingFangSC-Semibold;
    font-size: 1.25rem;
    color: #959595;
    letter-spacing: .05rem;
    font-weight: 600;
}

#sec-two .des {
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    color: #7E7E7E;
    /*letter-spacing: 0.25px;*/
    text-align: justify;
    line-height: 2rem;
    margin-top: .5rem;
}

#sec-two .img-top {
    width: 100%;
}

#sec-three {
    margin-top: 5rem;
    width: 100%;
    background-image: url(../images/map.png);
    background-size: 100%;
    display: flex;
    justify-content: center;
}

#sec-three .tit {
    font-family: PingFangSC-Medium;
    font-size: 1.75rem;
    color: #3A3A3A;
    letter-spacing: .05rem;
    text-align: justify;
    margin: 4rem 0 2rem;
    text-align: center;
}

#sec-three .map-box {
    margin: 5rem auto;
    background-color: #fff;
    webkit-border-radius: .5rem;
    moz-border-radius: .5rem;
    webkit-box-shadow: 0px 0px .5rem rgba(0, 0, 0, 0.2);
    moz-box-shadow: 0px 0px 1.5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px .75rem rgba(0, 0, 0, 0.2);
    border: 1px solid #cbcbcb;
}

#sec-three .qr-codebox{
    padding:0 10%;
}

#sec-three .qr-codebox>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    padding-bottom: 5rem;
}

#sec-three .img-code {
    width: 12rem;
}

@media (min-width: 860px) and (max-width: 992px){

#sec-three .img-code {
    width: 11rem;
}

}
@media (min-width: 768px) and (max-width: 860px){

#sec-three .img-code {
    width: 10rem;
}

}

#sec-three .des {
    font-family: PingFangSC-Medium;
    font-size: 1rem;
    color: #000000;
    text-align: justify;
    line-height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#sec-three .des span {
    display: inline-block;
    margin: 0 .25rem;
    color: #ECB848;
}

.contact-box {
    display: flex;
    flex-direction: column;
}

.contact-box p {
    line-height: 1.75rem;
    font-family: PingFangSC-Regular;
    font-size: 1.05rem;
    color: rgba(29, 29, 29, 0.80);
    text-align: center;
}

.contact-box .email-box {
    display: inline-block;
    padding: .5rem .5rem;
    background: #ECB848;
    border: 1px solid #ECB848;
    font-family: PingFangSC-Semibold;
    font-size: 1.35rem;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.4rem;
    letter-spacing: 2px;
}

.contact-box .line {
    margin-top: 2rem;
    width: 23rem;
    height: 1px;
    background: #cbcbcb;
    display: block;
}

.contact-box .addr {
    margin-top: 1rem;
    display: flex;
    padding-bottom: 6rem;
    width: 23rem;
}

.contact-box .addr img {
    width: 17px;
    height: 22px;
    margin-right: 10px;
}

.addr span {
    font-family: PingFangSC-Regular;
    font-size: 1rem;
    color: #7E7E7E;
}

.qr-wrap:after {
    content: "";
    width: 1px;
    height: 10rem;
    background-color: #cbcbcb;
    position: absolute;
    top: 9rem;
    z-index: 1;
    right: 3rem;
}

.bd > .des {
    letter-spacing: 1px;
}


/* ========= 主内容结束 ==========*/

#footer {
    margin-top: 5rem;
    padding-bottom: 2rem;
}

#footer a {
    color: #7E7E7E;
    text-decoration: none;
    white-space:nowrap;
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px;
}

.text-center > .cooperate {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

#footer a:hover {
    color: #E6B55E;
}
@media (min-width: 992px) and (max-width: 1200px){

.container {
    max-width: 946px;
}

}
@media (min-width: 768px) and (max-width: 992px){

.container {
    max-width: 846px;
}

}
@media (max-width: 768px){

#separatline1 {
    display:none;
}

}
/* ========= footer结束 ==========*/