ul,ul li {list-style: none;margin:0;padding:0;}
h1,h2,h3,h4,h5{padding: 0;margin: 0;}
body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.containerContent {
    width: 100%;
    height: 100%;
}
nav.navbar.navbar-default.navbar-fixed-top {
    background:rgba(0, 0, 0, 0.65);
    border: none;
    padding: 1em;
    -webkit-transition:.5s all;
    -moz-transition:.5s all; 
    transition:.5s all;
}
#headerwrap {
    width: 100%;
    background: url(../images/home.png) no-repeat 0px 0px;
    -webkit-background-size: cover; 
    -moz-background-size: cover;
    -o-background-size: cover;      
    -moz-background-size: cover;
}
#headerwrap h1,#headerwrap h2,#headerwrap h3 {
    color: #fff;
    text-align: center;
}
#headerwrap h1 {
    font-size: 56px;
    padding-top:12%;
}
#headerwrap h2 {
    font-size: 26px;
    margin-top: 4%;
}
#headerwrap h3 {
    font-size: 18px;
    margin-top: 2%;
}
#headerwrap a{
    width: 260px;
    height: 44px;
    color:#fff;
    text-align: center;
    line-height: 44px;
    display: block;
    margin: 0 auto;
    margin-top: 6%;
    border: 1px solid #00FCAF;
}
@media (max-width: 968px) {
    html {
        font-size: 62.5%;
        color: #222;
    }
    #headerwrap {
        width: 100%;
        background: url(../images/homePhone.png) no-repeat 0px 0px;
        -webkit-background-size: cover; 
        -moz-background-size: cover;
        -o-background-size: cover;      
        -moz-background-size: cover;
    }
    #headerwrap h1,#headerwrap h2,#headerwrap h3 {
        color: #fff;
        text-align: center;
    }
    #headerwrap h1 {
        font-size: 2.4rem;;
        padding-top: 42%;
    }
    #headerwrap h2 {
        font-size: 1.4rem;
        margin-top: 12%;
        margin-bottom: 8%;
    }
    #headerwrap h3 {
        font-size: 1.2rem;
        margin-top: 4%;
    }
    #headerwrap a{
        width: 260px;
        height: 44px;
        color:#fff;
        text-align: center;
        line-height: 44px;
        display: block;
        margin: 30% auto;
        border: 1px solid #00FCAF;
    }
}
.section {
    width: 92%;
    margin-left: 4%;
    height: 794px;
}
#info {
    background: #F7F7F7;
}
#info h3{
    font-size: 40px;
    margin-top: 22%;
    margin-bottom: 8%;
}
#info p {
    margin-bottom: 8%;
}
#info ul {
    padding: 0;
}
#info ul li{
    list-style: none;
    line-height: 30px;
}
#info .left{
    position: relative;
}
#info .yearth {
    position: absolute;
    top: 78%;
    left: 49%;
}
#info .show {
    width: 100%;
    margin-top: 22%;
}
@media (max-width: 968px) {
    #info .section{
        height: auto;
       padding-bottom: 6%;
    }
    #info h3{
        font-size: 2.6rem;
        text-align: center;
        margin-top: 6%;
        margin-bottom: 4%;
    }
    #info p {
        margin-bottom: 8%;
        font-size: 1.4rem;
    }
    #info ul {
        padding: 0;
    }
    #info ul li{
        list-style: none;
        line-height: 30px;
        font-size: 1.4rem;
    }
    #info .left{
        position: relative;
    }
    #info .yearth {
        position: static;
        margin: 0 auto;
        display: block;
    }
    #info .show {
        width: 100%;
        margin-top: 4%;
    }
}
#solution h3{
    font-size: 40px;
    padding-top: 8%;
}
#solution {
    text-align: center;
}
#solution .showImg {
    display: block;
}
#solution .carousel{
    display: none;
}
#solution h4{
    margin-top: 3%;
    font-size: 24px;
    margin-bottom: 4%;
}
#solution img{
    display: block;
    width: 100%;
}
#solution a{
    color: #000000;
}
#solution a.knowMore {
    width: 180px;
    height: 44px;
    line-height: 44px;
    background: #232730;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #fff;
    margin-top: 7%;
}
@media (max-width: 968px) { 
    #solution h3{
        font-size: 2.6rem;
        padding-top: 14%;
    }
    #solution {
        text-align: center;
    }
    #solution .showImg {
        display: none;
    }
    #solution .carousel{
        display: block;
    }
    .swiper-container {
        padding-bottom: 10%;
    }
    #solution h4{
        margin-top: 3%;
        font-size: 1.4rem;
        margin-bottom: 4%;
    }
    #solution img{
        display: block;
        width: 100%;
    }
    #solution a{
        color: #000000;
    }
    #solution a.knowMore {
        width: 180px;
        height: 44px;
        line-height: 44px;
        background: #232730;
        text-align: center;
        margin: 0 auto;
        display: block;
        color: #fff;
        margin-top: 10%;
    }
}
#guide {
    background: #F7F7F7;
}
#guide img {
    margin-top: 22%;
    width: 100%;
    height: 100%;
}

#guide .title{
    margin-top: 22%;
    font-size: 40px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 5%;
}
#guide .left .title{
    display: none;
}
#guide .right .title{
    display: block;
}
#guide ul {
    margin-bottom: 20px;
}
#guide ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 120px;
    font-size: 13px;
    background: #D5D5D5;
    text-align: center;
    cursor: pointer;
    color: #8E929B;
    margin-right: 2%;
}
#guide ul li.cur{
    background: #232730;
    color: #FFFFFF;
}
#guide h4 {
    font-size: 18px;
    margin-bottom: 1%;
}
#guide h5 {
    font-size: 16px;
    margin-bottom: 5%;
}
#BMapContainer {
    border: 1px solid #C0C0BF;
    margin-top: 22%;
    min-width:610px ;
    min-height: 460px;
}
@media (max-width: 968px) { 
    #guide {
        background: #F7F7F7;
    }
    #guide .section {
        height: auto;
    }
    #guide img {
        margin-top: 2%;
        width: 100%;
        height: 100%;
    }
    #guide .title{
        margin-top: 14%;
        font-size: 2.6rem;
        border-bottom: none;
        margin-bottom: 5%;
    }
    #guide .left .title{
        display: block;
    }
    #guide .right .title{
        display: none;
    }

    #guide ul {
        margin-bottom: 20px;
        margin-top: 4%;
    }
    #guide ul li {
        float: left;
        height: 40px;
        line-height: 40px;
        width: 120px;
        font-size: 13px;
        background: #D5D5D5;
        text-align: center;
        cursor: pointer;
        color: #8E929B;
        margin-right: 2%;
    }
    #guide ul li.cur{
        background: #232730;
        color: #FFFFFF;
    }
    #guide h4 {
        font-size: 1.8rem;
        margin-bottom: 2%;
    }
    #guide h5 {
        font-size: 1.6rem;
        margin-bottom: 5%;
    }
    #BMapContainer {
        border: 1px solid #C0C0BF;
        padding: 1px;
        margin-top: 2%;
        min-width:210px ;
        min-height: 300px;
    }
}
#footer {
    background: url(../images/foot-bg.png) no-repeat left bottom;
    position: relative;;
}
#footer .section{
    height: 500px;
}
#footer .title {
    font-size: 20px;
    margin-top: 7%;
}
#footer ul{
    margin-right:15%;
}
#footer ul li {
    margin-top: 20px;
    color: #3C3C3C;
}
#footer ul li a{
    color: #3C3C3C;
}
#footer .companyName {
    font-weight: bold;
}
#footer .qrcode {
    position: absolute;
    top: 64%;
    left: 62%;
}
#footer .link1{
    display: block;
}
#footer .link2{
    display: none;
}
@media (max-width: 968px) { 
   #footer .title {
        font-size: 20px;
        margin-top: 7%;
        font-size: 2.6rem;
    }
    #footer {
        background: url(../images/foot-bg.png) no-repeat left bottom;
        position: relative;;
    }
    #footer ul{
        margin-right:15%;
    }
    #footer ul li {
        margin-top: 20px;
        color: #3C3C3C;
    }
    #footer ul li a{
        color: #3C3C3C;
    } 
    #footer .section {
        height: auto;
        padding-bottom: 6%;
    }
    #footer .link1{
        display: none;
    }
    #footer .link2{
        display: block;
    }
    
}
@media (max-width: 375px) { 
    #footer .qrcode {
        position: static;
    }
}
