@charset "utf-8";
.down_erji{ float: left; width: 30%;margin-bottom: 0.4rem; text-align: left}
.down_erji ul li{  font-size: 0.20rem; padding: 0.15rem 0; font-weight: bold}
.down_erji ul li span{ padding:0 0.2rem; display: none;}
.down_erji ul li:last-child span{ display: none}
.down_erji ul li.cur a{ color: #00a7ac}

.down_erji ul li a p{ font-size: 0.16rem; color: #f25c19; font-weight: bold}


.left_menubg_over{ background-color:#00a7ac;border-radius:5px; margin: 0.1rem 0 }
.left_menubg_over a {
  color: #ffffff; display: inline-block; padding:0 0.15rem ;font-weight: bold
}

.down_erji ul li.left_menubg_over a p{ color: #ffffff}


.sanji_contents{ padding: 0;}
.erji_nav{ padding-left: 0.2rem;}
.sanji_nav{ padding: 0.15rem 0;border-bottom:#ccc 1px solid}
.sanji_nav a {
  color: #666;
}
.sanji_nav a:hover {
  color: #00a7ac;
}
.sanji_one{ padding: 0.1rem; margin-left: 0.2rem;border-bottom:#00a7ac 1px dotted}
.sanji_one a {
  color: #999;
}
.sanji_one a:hover {
  color: #00a7ac;
}


.sanji_nav a.erji_over {
  color: #00a7ac;
}
.sanji_one a.sanji_over {
  color: #00a7ac;
}

.down_lists{float: right; width: 65%; margin-bottom: 0.3rem}
.down_lists ul li{ position: relative; height: 0.7rem; line-height: 0.7rem; background: #ffffff url("../images/down_icons.png") 0.2rem center no-repeat; background-size: 0.25rem auto;margin-bottom:0.2rem; font-size: 0.18rem; border: #ccc 2px solid;border-radius:10px; padding-left: 0.7rem;-webkit-transition: all ease .4s;
transition: all ease .4s;}
.down_lists ul li .btns_down{ position:  absolute; right: 0.2rem; top: 50%; height: 0.3rem; line-height: 0.3rem; margin-top: -0.15rem; padding: 0 0.2rem; text-align: center; background-color: #cccccc; color: #ffffff;border-radius:30px;font-size: 0.14rem;}
.down_lists ul li:hover{border: #02a8ad 2px solid;box-shadow: 0 0 20px rgba(44,44,44,0.15);-webkit-transition: all ease .4s;
transition: all ease .4s;}
.down_lists ul li:hover .btns_down{background-color: #f25c19; }

.Download .subnav ul li:nth-child(1){ background-color:#00aaaf; }
.Download .subnav ul li:nth-child(1) a{ color:#ffffff; }
.Download2 .subnav ul li:nth-child(2){ background-color:#00aaaf; }
.Download2 .subnav ul li:nth-child(2) a{ color:#ffffff; }
.Download3 .subnav ul li:nth-child(3){ background-color:#00aaaf; }
.Download3 .subnav ul li:nth-child(3) a{ color:#ffffff; }
.Download4 .subnav ul li:nth-child(5){ background-color:#00aaaf; }
.Download4 .subnav ul li:nth-child(5) a{ color:#ffffff; }
.Download5 .subnav ul li:nth-child(4){ background-color:#00aaaf; }
.Download5 .subnav ul li:nth-child(4) a{ color:#ffffff; }
.Download6 .subnav ul li:nth-child(6){ background-color:#00aaaf; }
.Download6 .subnav ul li:nth-child(6) a{ color:#ffffff; }

@media screen and (max-width: 800px){
	.down_lists ul li {
    position: relative;
    height: auto;
    line-height: 2;
    background: #ffffff url(../images/down_icons.png) 0.2rem center no-repeat;
    background-size: 0.25rem auto;
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    border: #ccc 2px solid;
    border-radius: 10px;
    padding-left: 0.7rem;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    padding-right: 1.8rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
	.down_lists ul li .btns_down {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    height: 0.5rem;
    line-height: 0.5rem;
		margin-top: -0.25rem;}
	.down_erji {
  float: none;
  width: 100%;
  margin-bottom: 0.4rem;
  text-align: left;
}
	.down_lists {
  float: none;
  width: 100%;
  margin-bottom: 0.3rem;
}
  }