@media (min-width: 1280px) {
    html {
        font-size: 100px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 97px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 1199px) {
    html {
        font-size: 96px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 1151px) {
    html {
        font-size: 72px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 72px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 963px) {
    html {
        font-size: 64px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 899px) {
    html {
        font-size: 57px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 839px) {
    html {
        font-size: 55px;
    }

    .pc {
        display: block;
    }

    .sj {
        display: none;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 64px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 116px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 734px) {
    html {
        font-size: 84px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 565px) {
    html {
        font-size: 70px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 60px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 380px) {
    html {
        font-size: 49px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 50px;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }
}


html, body, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
	
}
body {
    font-family: "Microsoft YaHei";
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}

.block{ display:block !important;}
.left {
    float: left;
}
.right {
    float: right;
}







.sj .daoh {
  width: 100%;
  position: absolute;
  top: .75rem;
  right: 0;
  bottom: 0;
  
  background:url('../mgyj_images/sjtoumingse_01.png');
  
  text-align: left;
  z-index: 9;
  display:none;
  
}
.sj .daoh a {
  color: #010101;
  font-size: 0.3rem;
  display: block;
}
.sj .daoh .parents {
  width: 30%;
  
  
  background-color: #0ba73c;
  
  
  color:#6b6b6b;
  filter: alpha(opacity=2000000);
  -moz-opacity:2000;
  opacity: 200000;
  /*padding:0 3.125%*/
  float: right;
      height: 100%;
}
.sj .daoh .parents .nLi a{
  display:block;
  width: 93.75%;
  height: 0.82rem;
  line-height: 0.82rem;
  position: relative;
  
  padding:0 3.125%;
  color: #fff;
  
  text-align: center;
}
.sj .daoh .sub {
  width: 30%;
  height: 100%;
  
  background: #fff;
  top: 0;
  right: 30%;
  z-index: 2;
  box-sizing: border-box;
  font-size:0.26rem;
  position: absolute;
  display:none;
}
.sj .daoh .sub li {
   /*height: 0.75rem;
  line-height: 0.75rem;*/
  font-size: 0.26rem;
  color:#6b6b6b;
  
}
.sj .daoh .parents .on .sub .childon a{
	color: #ffa200 !important;
	font-weight: bold !important;
}
	.sj .daoh .parents .on .sub li a {
		color: #6b6b6b !important;
		font-weight: 100 !important;
		border: none;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
.sj .daoh .parents .on .sub li a span{
 color:#ea1e27;
 font-weight:bold;
}
.sj .daoh .parents .on .sub li .sub1{
    width:100%;
    background:#e0e0e0;
    display:none;
}
.sj .daoh .parents .on .sub li .sub1 li{
    width:93%;
    height:0.8rem;
    font-size:0.22rem;
    line-height:0.8rem;
    color:#6b6b6b;
    background:#e0e0e0;
    padding-left:7%;
}
.sj .daoh .parents .on .sub li .sub1 li a{
    color:#6b6b6b;
    border:none;
}
.sj .daoh .parents .nLi a.xia{
    background:url(../web_mgyj_images/red_04.png)no-repeat;
    background-size:3.5%;
    background-position-y:center;
    background-position-x:95%;
}
.sj .daoh  .on{
	background-color: #fff;
	
}
.sj .daoh  .on a{
	color: #0ba73c !important ;
	font-weight: bold;
}