body{
    margin:0;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Source Han Sans", "Noto Sans CJK Sc", "Microsoft YaHei", "Microsoft Jhenghei", sans-serif;
}
ul,li{
    list-style: none;
    margin:0;
    padding:0;
}
p,figure{
    margin:0;
    padding:0;
}
navbar{
    display: block;
    width:1170px;
    height: 96px;
    margin:0 auto;
    position: relative;
}
.navbar-brand{
    width:150px;
    height:150px;
    position: absolute;
    z-index: 99;
}
.navbar-menu{
    height:auto;
    margin-left:110px;
}
.navbar-menu>li{
    float: left;
    text-align: center;
    margin-left: 30px;
    padding:35px 24px 0 24px;
    position: relative;
    z-index:999
}
.navbar-menu .submenu li a:hover{
    color:#59B636;
    text-decoration: none;
}
.navbar-menu>li>a{
    color:#666;
    font-size:16px;
    text-decoration: none;
}
.navbar-menu>li>a>span{
    color:#ccc;
    font-size:12px;
    display: block;
}
.navbar-menu>li>a.active,.navbar-menu>li>a.active>span{
    color: #59B636;
    font-weight: bold;
}

.navbar-menu .submenu{
    position: absolute;
    top:74px;
    left:-11px;
    right:-11px;
    height: 0;
    opacity:0;
    overflow: hidden;
    transition:all .3s ease-in ;
}
.navbar-menu>li:nth-child(2):hover .submenu{
    opacity:1;
    height: 150px;
}

.navbar-menu>li:nth-child(6):hover .submenu{
    opacity:1;
    height: 100px;
}
.navbar-menu .submenu:before{
    background-color: #fff;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    opacity: .6;
}
.navbar-menu .submenu li{
    border-bottom: solid 1px #ccc;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    position:relative;
    z-index:999;
}
.navbar-menu .submenu li a{
    color:#666;
    text-decoration: none;
}
.banner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.banner img{
    width:100%;
}
.main-body{
    position: relative;
    z-index:999;
}
.main-container{
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    width: 1110px;
    margin:-115px auto 40px auto;
    padding:0 30px 50px 30px;
}
.bread{
    background-color: #fff;
    height:140px;
}
.bread-name{
    border-bottom: 1px solid rgba(204, 204, 204, 0.5019607843137255);
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 53px;
    color: #a8a8a8;
}
.bread-name a{
    color: #a8a8;
    text-decoration: none;
}
.bread-name a:hover{
    color: #a8a8;
    text-decoration: underline;
}
.bread-name i {
    font-style: normal;
    font-family: NSimSun;
    font-weight: 400;
    margin: 0 9px;
}
.bread-name .current{
    color:#59B636;
}

footer{
    background: #1C2124;
    padding-top: 13px;
}
.footer-container{
    color: #fff;
}
.footer-navbar{
    height: auto;
    width: 1170px;
    margin:33px auto 23px auto;
    overflow: hidden;
}
a.footer-brand{
    float: left;
    width: 126px;
}
.footer-menu{
    float: left;
    margin-left: 83px;
}
.footer-menu li:first-child{
    font-size: 16px;
    line-height: 22px;
    margin-bottom:10px;
}
.footer-menu li{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}
.footer-menu li a{
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}
.footer-menu li a:hover{
    color: #fff;
    opacity: 0.6;
    text-decoration: underline;
}
.qrcode{
    width: 188px;
    float: right;
}
.qrcode img{
    width: 188px;
}
.qrcode p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
    text-align: center;
}
.friend-link-container{
    border-top: 1px solid #323538;
    clear: both;
}
.friend-link-content{
    line-height: 55px;
    width: 1170px;
    margin:0 auto;
}
.friend-link-content a{
    color: #fff;
    margin-left: 15px;
    opacity: 0.6;
    text-decoration: none;
}
.friend-link a:hover{
    color: #fff;
    opacity: 0.6;
    text-decoration: underline;
}
.copyright{
    background-color: #191D20;
    clear: both;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.49;
    padding:26px 0;
    text-align: center;
}
.copyright a{
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
}
.copyright a:hover{
    color: #fff;
    text-decoration: underline;
}

