.navbar
{
-webkit-box-shadow:none;
box-shadow:none;
border:none;
border-radius: 0;
min-height: 56px;
margin:0px;
background:none;
background-color:var(--color2);}
.navbar-toggle{
   border-color: white !important;}
.navbar-toggle .icon-bar {
    background-color:white  !important;}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: white  !important;}
.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar{
    background-color: var(--color3) !important;}
.navbar .navbar-nav
{
width:100%;
background:none;
margin:0 auto;}

.navbar .navbar-nav>li>a{
    color:#333;
    background:none;  
    font-family: "微软雅黑";   
    font-size: 16px; 
    border-radius:0;     
    height:56px;
    line-height:56px;
    text-align:center;}     
.navbar .navbar-nav>li:last-child>a{   
    border-right:none;}     




.nav>li>a {    
    padding: 0px;}
    
.navbar .navbar-nav>li>a:hover,
.nav > li > a:hover
{
background:var(--color3);
color:white;}
.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover {
    color:white !important;
    background:var(--color3) !important;}

@media(min-width:768px){

.navbar .navbar-nav
{
display: flex;
justify-content:space-between;}
.navbar .navbar-nav>li{
flex-grow:1;}

.container-fluid,
.navbar-collapse
{
padding-right:0px;
padding-left:0px;}
.navbar-header
{
display:none;}
.nav > li:hover .dropdown-menu 
{display: block;} 
}
.dropdown-menu
{
border:none;
border-radius:0px;
border-top: 0.5px solid #fff;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
-webkit-box-shadow: none;
box-shadow: none;
width:200%;
background-color:var(--color1);
min-width:100% !important;}


.dropdown-menu > li > a
{
color: white;
font-family: "微软雅黑";   
font-size: 16px; 
line-height:40px;
height:auto;
text-align:center;
width:100%;
white-space: normal;
border-bottom:0px solid #e5e5e5;}
.dropdown-menu > li > a:hover
{
color:white;
background:var(--color3);}
@media (max-width: 767px){

    .dropdown-menu>li>a {
        color: #fff !important;
        line-height:200% !important;}
    
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        color: #fff !important;
        background-color: var(--color3) !important;}  
}
#article
{ 
background-color:white;
padding:0px 15%;
margin-bottom:14px;
padding-top:0px;
padding-bottom:40px;}

#article-lmmc{
   font-size:18px;
   line-height:50px;
   border-bottom:1px solid #eee;
   color:#999;
   font-weight:lighter;
   margin-top:30px;}

#article-title
{font-size:26px;
text-align:center;
line-height:80px;
color:#333;
font-weight:normal;
font-family:"微软雅黑","宋体",Arial;
margin:30px auto 20px auto;}

#article-info
{font-size:18px;
text-align:center;
font-family:"微软雅黑","宋体",Arial;
margin-top:20px;}
#article-info .article-info-item
{
padding-right:14px;
padding-bottom: 0px;
margin-bottom:0px;}

#article-foot
{font-size:14px;
line-height:22px;
text-align:center;
font-family:"宋体","Times New Roman";}
#article-foot .article-foot-item
{
padding:40px;}


.article-content img[data-orientation="landscape"]{
width:80% !important;
height:50% !important;}
.article-content *{
font-family:微软雅黑 !important;
font-size:18px !important;
line-height:200% !important;
/*color:#333 !important;*/
font-weight:normal !important;}
.article-content strong *{
font-weight:normal !important;}
.article-content p{
 text-indent: 2em !important;}
.article-content p[style*="text-align:center"]{
 text-indent: 0 !important;}
.article-content p:has(img) {
 text-indent: 0 !important;}
.article-content td * {
 text-indent: 0 !important;}

@media(max-width:768px){
#article{
padding:5%;}
#article-title{
  font-size:28px !important;}
.article-content img{
width:95% !important;}
}

.footer {
    padding: 0;
    background: none;
    color: #fff;}

.inner, .outer {
    position: relative;
    display: block;}

.footer-info {
    padding: 40px 0 30px;
    line-height: 2;}
.footer-info p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;}
.footer-qrcode {
    padding-top: 40px;}
.footer-qrcode ul {
    display: flex;
    justify-content: right;}
.footer-qrcode li {
    margin: 0 12px;}
.footer-qrcode-item {
    text-align: center;}
.footer-qrcode-item img {
    width: auto;
    height: 100px;}
.footer-qrcode-item p {
    padding-top: 5px;
    font-size: 14px;
    color: #fff;}
