/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
}
html,
body {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
      Override the default (display: inline) for
      browsers that do not recognize HTML5 tags.

      IE8 (and lower) requires a shiv:
      http://ejohn.org/blog/html5-shiv
    */
  display: block;
}
b,
strong {
  /*
      Makes browsers agree.
      IE + Opera = font-weight: bold.
      Gecko + WebKit = font-weight: bolder.
    */
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
      For IE.
      http://css-tricks.com/ie-fix-bicubic-scaling-for-images
    */
  -ms-interpolation-mode: bicubic;
}
ol,
ul {
  list-style: none;
}
li {
  /*
      For IE6 + IE7:

      "display: list-item" keeps bullets from
      disappearing if hasLayout is triggered.
    */
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
      For IE9. Without, occasionally draws shapes
      outside the boundaries of <svg> rectangle.
    */
  overflow: hidden;
}
/*global*/
/*全宽*/
html {
  font-size: 62.5%;
}
body {
  padding: 0;
  min-width: 318px;
  max-width: 750px;
  margin: 0 auto;
}
.full-screen {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.full-page {
  width: 100%;
  clear: both;
}
/*font*/
body {
  font: 1.4rem "Helvetica", "微软雅黑", "Microsoft YaHei";
}
.ft-16 {
  font-size: 16px;
}
.ft-18 {
  font-size: 18px;
}
.ft-20 {
  font-size: 20px;
}
.ft-22 {
  font-size: 22px;
}
/*text*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*float*/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*居中*/
.center {
  margin: 0 auto;
  width: 120px;
}
.clearfix {
  clear: both;
}
/*页面头部----*/
a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 318px) {
  html {
    font-size: 62.5%!important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 70%!important;
  }
}
@media only screen and (min-width: 561px) {
  html {
    font-size: 76%!important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 82%!important;
  }
}
.content1 {
  width: 100%;
  background: #0da8f1;
  padding: 2.25rem 0;
  overflow: hidden;
  position: relative;
}
.content1 img {
  vertical-align: middle;
}
.content1 .nav {
  width: 22%;
  position: absolute;
  top: 27%;
}
.content1 .nav a {
  padding-left: 22%;
}
.content1 .nav a img {
  width: 37%;
}
.content1 .tit {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
.all_nav {
  position: absolute;
  background: #fff;
  left: -60%;
  top: 0;
  width: 60%;
  z-index: 99;
  height: 100%;
}
.all_nav a {
  text-decoration: none;
}
.all_nav .return {
  border-bottom: 1px #9cc2ee solid;
}
.all_nav .return a {
  line-height: 58px;
  height: 58px;
  display: block;
  font-size: 14px;
  background: #0da8f1;
  color: #fff;
  font-size: 1.7rem;
}
.all_nav .return a img {
  vertical-align: middle;
  padding-left: 27px;
  margin-right: 12px;
  width: 4%;
}
.all_nav .yiji li {
  border-bottom: 1px #eaeaea solid;
  position: relative;
}
.all_nav .yiji li .blue_pic {
  display: none;
}
.all_nav .yiji li a {
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  display: block;
  height: 58px;
  line-height: 58px;
  position: relative;
  font-size: 1.6rem;
}
.all_nav .yiji li a img {
  vertical-align: middle;
  width: 12%;
  margin-right: 10px;
}
.all_nav .yiji li dl {
  display: none;
}
.all_nav .yiji li dl dd {
  border-left: 0;
  border-right: 0;
  border: none;
  position: relative;
}
.all_nav .yiji li dl dd a {
  padding-left: 60px;
  color: #666;
  font-size: 1.4rem;
}
.all_nav .yiji li .active {
  background: #77c0ed;
  color: #fff;
}
.all_nav .yiji li.fontcolor span {
  color: #468acb;
}
.all_nav .yiji .inactive i {
  background: url(down.png) no-repeat center;
  position: absolute;
  width: 20px;
  height: 11px;
  top: 25px;
  right: 20px;
}
.all_nav .yiji .inactives {
  border-bottom: 1px #eaeaea solid;
  color: #0da8f1;
}
.all_nav .yiji .inactives .blue_pic {
  display: inline-block;
}
.all_nav .yiji .inactives .gray_pic {
  display: none;
}
.all_nav .yiji .inactives i {
  background: url(up.png) no-repeat center;
  position: absolute;
  width: 20px;
  height: 11px;
  top: 25px;
  right: 20px;
}
.zhezhao {
  background: #000;
  height: 100%;
  opacity: 0.6;
  position: absolute;
  z-index: 98;
  width: 100%;
  top: 0;
}
.footer {
  height: 50px;
  line-height: 50px;
  background: #0da8f1;
  text-align: center;
}
.footer span a{
color: #fff;
}
.footer span {
  color: #fff;
  font-size: 1rem;
  margin-right: 3px;
}
.footer span img {
  vertical-align: middle;
}
.mask {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  filter: alpha(opacity=60);
  background-color: #777;
  z-index: 9;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
.header {
  position: relative;
  width: 100%;
  height: 4.4rem;
  background: #0da8f1;
}
.header h2 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
  height: 4.4rem;
  line-height: 4.4rem;
}
.header .nav_01 {
  width: 2.8rem;
  height: 2.3rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  margin-top: -1.15rem;
}
.header .nav_01 a {
  display: block;
}
.header .nav_01 img {
  width: 100%;
  display: block;
}
.full {
  position: relative;
}