/* CSS Document */
.mian{position:relative; margin-left:auto; margin-right:auto; min-width:320px; max-width:640px; overflow:hidden; background-color:#fff; font-family:Microsoft YaHei;}
a{text-decoration:none; color:#666;}
@media screen and (min-width:320px) {
	html{font-size:75%;}
}
@media screen and (min-width:375px) {
	html{font-size:87.5%;}
}
@media screen and (min-width:480px) {
	html{font-size:87.5%;}
}
@media screen and (min-width:540px) {
	html{font-size:112.5%;}
}
@media screen and (min-width:550px) {
	html{font-size:125%;}
}
@media screen and (min-width:640px) {
	html{font-size:150%;}
}


/* 手机端导航 */
.ph-nav{
  padding-left: 3%;
  background: #343434;
  color: #fff;
  font-size: 1.2em;
  line-height: 3.067em;
  height: 3.067em;
  position: relative;
}
.ph-nav .left{
  float: left;
  cursor: pointer;
}
.ph-nav .ph-btn{
  width: 1em;
  margin-top: -0.1em;
  margin-right: 0.667em;
}

.ph-nav .right{
  float: right;
  color: #636363;
  padding-right: 3%;
  padding-left: 5%;
}
.ph-nav .right .ph-sou{
  width: 1.3em;
  margin-left: 0.2em;
  cursor: pointer;
}

/* 手机端导航弹出层 */
.phnav-pop{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.3);
  z-index: 110;
  display: none;
}
.phnav-main{
  width: 71%;
  background: #343434;
  height: 100%;
  padding: 0 5%;
  left: -100%;
  overflow-y:scroll;
  padding-bottom: 20%;
  padding-top: 8%;
  position: relative;
}
.phnav-main .guan{
  position: absolute;
  right: 7%;
  top: 3%;
  cursor:pointer;
  width: 1em;
}

.phnav-main .item{
  border-bottom: 1px solid #999999;
}
.phnav-main .item:last-child{
  border-bottom: none;
}

.phnav-main .lv1-box{
  position: relative;
  padding: 0 3%;
  line-height: 3.375em;
}
.phnav-main .lv1-box a{
  color: #fff;
  font-size: 1.2em; 
  display: inline-block;
  max-width: 40%;
}
.phnav-main .lv1-box .more{
  position: absolute;
  right:0;
  top: 0;
  display: inline-block;
  width: 60%;
  height: 100%;
  text-align: right;
  cursor: pointer;
  color: #999999;
  background: url(../images/more-bg3.png) no-repeat right 5% center;
  background-size: 0.5em;
}
.phnav-main .lv1-box .more.on{
  background: url(../images/more-bg4.png) no-repeat right 5% center;
  background-size: 0.5em;
}

.phnav-main .lv2-box {
  padding-bottom:0.5em;
  display: none;
}
.phnav-main .lv2-box li{
    padding-left: 10%;
}
.phnav-main .lv2-box .noborder a{
  border: none;
}
.phnav-main .lv2-box a{
  display: block;
  font-size: 1.1em;
  color: #ccc;
  line-height: 2.667em;
  border-bottom: 1px solid #4d4d4d;
}


header{position:relative;}
header .p1  {width: 100%; height: 3rem;line-height: 3rem;font-size:1.2rem;text-indent: 9.5rem;background: #009946;color: #fff;}
header .p1 a {color: #fff;}
header .p1 span {width: 2rem; height:2rem; position:absolute; left:7rem; top: 0.5rem;
background: url(../images/Common/h_tel.png) no-repeat center / 75%;}

header .section {width: 100%;padding:1rem 0;display: flex;background: url(../images/Common/bg01.png);}
header .logo {width: 9.5rem;margin-left:0;}
header .logo img {display: block;width: 100%;}
header .logo_title {flex: 1;border-left: 1px dashed #d4d4d4;margin-left: 0.5rem;padding-left: 0.5rem;}
header .logo_title .logo_p1 {font-size: 1.1rem;color: #333;padding-top: 0.1rem;height: 2rem;line-height: 2rem;font-weight: bold;}
header .logo_title .logo_p2 {font-size: 0.8rem;color: #333;height: 1.5rem;line-height: 1.5rem;font-weight: bold;}

/**/
nav {background: #1a1a1a;}
nav ul li {float: left;width: 25%; font-size: 1.2rem;box-sizing: border-box;border-bottom:1px solid #000;border-right: 1px solid #000;border-left: 1px solid #505050;border-top: 1px solid #505050;}
nav ul li a {display: block;height: 3rem;width: 100%;line-height: 3rem; text-align:center; color: #fff;}
nav ul li:nth-child(n+5) {border-bottom:none;}

.top-banner{
	position: relative;
}
.top-banner img{
	width: 100%;
}

.f_icp {padding: 1rem 0 7rem 0;background: #e8e8e8;}
.f_icp ul li {text-align: center;line-height: 2rem;font-size: 1.1rem;color: #333;}
.f_icp ul li a {color: #333;}

/*底部*/
footer{ width: 100%;background: #ff6000;}
.footerBottom{ position: fixed; bottom: 0;left: 0; width: 100%;z-index: 99;}
.footerBottom img{display: block;width: 95%;height: 95%;}
.footerBottom a{display: block;float: left;width: 25%;text-align: center;padding:.75rem 0 0.5rem 0;box-sizing: border-box;border-left: 1px solid #006b31;border-right: 1px solid #0ecb65;background: #009946;position: relative;z-index: 99;}
.footerBottom a:first-child{border-left: none;}
.footerBottom a:last-child{border-right: none;}
.footerBottom em{display: block;width: 2rem;height: 2rem;margin: 0 auto;}
.footerBottom span{display: block;font-size: 1.1rem;color: #fff;margin-top: 0.25rem;}
.footerBottom i{width: 3.6rem;height: 1.8rem;display: block;position: absolute;top: -1.5rem;left: 50%;margin-left: -1.8rem;z-index: 98;}

/*公共颜色调用*/
.pagedSpan a{background:#333;}
.CategoryList_Title i{color:#333;}
.hdPhone p i{border:1px solid #fff;}
 .pagedSpan a{color:#fff;}
.pagedSpan{background:#feeddc;}

/*分类标题*/
.CategoryList_Title{height:2.968em; line-height:2.968em; padding:0 .687em; color:#333; text-align:center; border-bottom:1px solid #b0b4bb; font-size:1.4rem; background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}
.CategoryList_Title i{font-size:1.2em; margin-top:.75em;}
.CategoryList_Title .icon-details{margin-right:.5em;}


/*分类列表*/
.CategoryLista{}
.CategoryLista > li > a{height:3.031em; line-height:3.031em; display:block; color:#333; background:#f4f4f4; padding:0 1.125em; border-bottom:1px solid #cfcbc1; border-top:1px solid #fff; font-size:1.3rem;}
.CategoryLista li i{float:right; margin-top:.45em; color:#656565; font-weight:bold; font-size:1.6em;}
.CategoryLista > li li a{height:3.031em; line-height:3.031em; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; display:block; color:#666; background:#fff; padding:0 2.062em; border-bottom:1px solid #cfcbc1; border-top:1px solid #fff; font-size:1.2rem;}
.CategoryLista li:after {content:'.'; display:block; height:0; clear:both; visibility:hidden;}
.CategoryLista .icon-arrow-down{color:#f90;}
.CategoryLista > li > ul >li >ul{padding:0 1.125em;}
/*.CategoryLista > li > .list1,.CategoryLista > li > .list1 li ul{display:none;}*/

/*搜索*/
.searchSpan{position:relative; overflow:hidden; margin:.687em;   ;padding-bottom:2rem;}
.searchSpan .txtSearch{height:34px; border-radius:5px; border:1px solid #ddd; font-size:1.1rem; text-indent:.25rem; width:99.9%; outline:none;}
.searchSpan .btnSearch{position:absolute; right:0px; top:1px; border-radius:0 5px 5px 0; display:block; height:33px; line-height:33px; color:#333; width:3.5rem; border-left:1px solid #ddd; border-right:1px solid #ddd; text-align:center; background:linear-gradient(180deg , #fff 0% , #ededed 100%);}
#DetailedSpan div table{width:640px !important;}
#ErrorInfo{ text-align:center;margin-top: 1em;  margin-bottom: 1em;} 
.green{color:#eb2533;}
.red{color:#eb2533; text-align: center;margin-bottom: 1em;}


.green{coor:Red}
.red{color:Red}

.col-4{width:50%;float:left;display:inline-block;}
.nav_public{
    width:100%;
    text-align:center;
    height:4.6rem;
    box-shadow: #ddd 2px 2px 5px;
    margin-bottom:2px;
}
.nav_public .nav1{
    float:left;width:100%;
}
.nav_public .nav1 li{
    float:left;
    display: inline-block;
    line-height:2.3rem;
    color:#444;
    font-size:1rem;
    text-align:center;
    background-size:1px 1rem; 
}
.nav_public .nav1 li a{
    display: block;
}
.nav_public .nav1 li:last-child{
    background: none;
}
.nav_public .nav1 li:hover,
.nav_public .nav1 li.on{
    color:#fff;
    background: #87CEFA;
}
/*
@media screen and (min-width:320px) {
	body{font-size:75%;}
    
}
@media screen and (min-width:375px) {
	body{font-size:87.5%;}

}
@media screen and (min-width:480px) {
	body{font-size:87.5%;}

}
@media screen and (min-width:540px) {
	body{font-size:112.5%;}
 
}
@media screen and (min-width:550px) {
	body{font-size:125%;}
 
}
@media screen and (min-width:640px) {
	body{font-size:150%;}

}
*/

@media screen and (min-width:320px) {
	html{font-size:75%;}
}
@media screen and (min-width:375px) {
	html{font-size:87.5%;}
}
@media screen and (min-width:480px) {
	html{font-size:87.5%;}
}
@media screen and (min-width:540px) {
	html{font-size:112.5%;}
}
@media screen and (min-width:550px) {
	html{font-size:125%;}
}
@media screen and (min-width:640px) {
	html{font-size:150%;}
}