/**
* Navigation Defaults
*/
html,body {max-width: 640px; margin:0 auto;}
a { color: #000 }
.nav {
  position: absolute;
  top:0px;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
          right: 0px;
          height:100%;
          display: none
          
}
.nav--active .nav {
  opacity: .95;
  background-color: #333;
  display: block;
}
.nav__list {
  margin: 0;
  padding: 10px;
}
.nav__item {
  list-style-type: none;
  text-align: left;
  margin: 10px
}
.nav__link {
  font-size: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 15px;
  top: 4.0%;
  z-index: 200;
}
.nav--active .nav__trigger {
  opacity: 0.5;
}
.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #dbdbdb;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #dbdbdb;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}
/* Don't nest if you don't have to. */
/**
* Style #1
*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 40%;
  height: 100%;
}
.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.style-1 .nav--active .nav__link {
  opacity: 1;
}
.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);

}
.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* banner -------------------------------------- */
	.focus{ width:100%; height:auto;  margin:0 auto; position:relative; overflow:hidden;   }
	.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
	.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; background-color:rgba(255,255,255,0.7); 
		-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
	}
	.focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
	.focus .hd ul .on{ background:#FE6C9C;  }

	.focus .bd{ position:relative; z-index:0; }
	.focus .bd li img{ width:100%;  height:auto; background:url(images/loading.gif) center center no-repeat;  }
	.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);   }


.index_about { background: url('../images/about_bg.jpg') top center no-repeat ; background-size:cover; }
.pic  { padding: 1% }
.pic img { width: 100% }
.index_pic div { width: 49%;margin-top: 1%;text-align: center; }
.index_pic img {width: 100%}
.index_news .wb20 img { width: 100%; width: 60px; height: 60px; border-radius: 50% } 



/*膸�����荐�*/
.input_style { width: 93%; height: 33px; padding: 2% ;padding-left: 2%; background: #f2f2f2; border:none;margin-top:15px ;margin-left: 2%;}
.input_style1 { width: 93%; height: 133px; padding: 2%; padding-left: 2%; background: #f2f2f2; border:none;margin-top:15px ;margin-left: 2%;}

/*�球��医��*/
#allmap {width: 94%;height: 200px;overflow: hidden;margin:0px auto;}
#l-map{height:100%;width:78%;float:left;border-right:2px solid #bcbcbc;}
#r-result{height:200px;width:20%;float:left;}


/*綺���*/
.footer { background: #1873a0; bottom: 0px;   position: fixed; width: 100%;max-width: 640px;}
.footer  div { padding-top: 1%; padding-bottom: 1%; text-align: center; }
.footer  div div a img {width: 80%; margin: 0px auto;}
.footer  div div a{ color: #fff }
.go_top {top: 5px; width: 65px; background: #1873a0; border-radius: 50%; height: 55px;line-height: 30px;color: #fff;transform: translate(-50%, -50%);  text-align: center;left: 50%; font-size: 14px;}
:root {padding-bottom: 120px}

