@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font: 0.26rem "Microsoft YaHei", arial, helvetica, clean, sans-serif;
  background-color: #f6f9fe;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #bfbfbf;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #bfbfbf;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #bfbfbf;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #bfbfbf;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用代码 */
.padding {
  padding: 0 0.24rem;
}

.box {
  margin-top: 0.16rem;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(19, 92, 185, 0.1);
          box-shadow: 0px 1px 9px 0px rgba(19, 92, 185, 0.1);
  background-color: #fff;
}

/* 头部 */
.header {
  height: 1.12rem;
}

.header-box {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(176, 176, 176, 0.6);
          box-shadow: 0px 2px 16px 0px rgba(176, 176, 176, 0.6);
  z-index: 10;
  background-color: #fff;
}

.header-box > img {
  width: 5.59rem;
  height: 0.86rem;
  margin-top: 0.15rem;
}

.header-btn {
  margin-top: 0.4rem;
}

.header-btn .btn {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
}

.header-btn .search {
  width: 0.32rem;
  height: 0.32rem;
  background-image: url("../images/header_search.png");
}

.header-btn .nav {
  width: 0.3rem;
  height: 0.27rem;
  margin: 0.02rem 0 0 0.3rem;
  background-image: url("../images/nav_ico.png");
}

.show-hide {
  display: none;
  position: absolute;
  width: 100%;
  right: 0;
  top: 1.12rem;
  padding: 0.2rem 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  z-index: 2;
}

.show-hide .input {
  width: 100%;
  height: 0.62rem;
  line-height: 0.62rem;
  padding: 0 1.1rem 0 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.35rem;
  background-color: #f1f1f1;
}

.show-hide > a {
  position: absolute;
  width: 1.1rem;
  height: 0.62rem;
  line-height: 0.62rem;
  right: 0.24rem;
  top: 0.2rem;
  text-align: center;
  color: #1d7af0;
}

.show-hide.nav-inside {
  width: 3rem;
  padding: 0.1rem 0.24rem 0.3rem;
}

.tree-items + .tree-items {
  margin-top: 0.35rem;
}

.tree-items.current .tree-sub {
  display: block;
}

.tree-node {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.2rem 0.11rem;
}

.tree-node .tree-link {
  position: relative;
  height: 0.54rem;
  line-height: 0.54rem;
  font-size: 0.28rem;
  color: #333;
  background-repeat: no-repeat;
  background-position: left center;
}

.tree-items.hasChild .tree-node {
  background-image: url("../images/nav_down.png");
}

.tree-items.hasChild.current .tree-node {
  background-image: url("../images/nav_up.png");
}

.tree-items:nth-child(1) .tree-node .tree-link {
  background-image: url("../images/nav_ico1.png");
  background-size: 0.28rem 0.27rem;
}

.tree-items:nth-child(2) .tree-node .tree-link {
  background-image: url("../images/nav_ico2.png");
  background-size: 0.24rem 0.27rem;
}

.tree-items:nth-child(3) .tree-node .tree-link {
  background-image: url("../images/nav_ico3.png");
  background-size: 0.28rem 0.27rem;
}

.tree-items:nth-child(4) .tree-node .tree-link {
  background-image: url("../images/nav_ico4.png");
  background-size: 0.27rem 0.3rem;
}

.tree-items:nth-child(5) .tree-node .tree-link {
  background-image: url("../images/nav_ico5.png");
  background-size: 0.27rem 0.26rem;
}

.tree-items:nth-child(6) .tree-node .tree-link {
  background-image: url("../images/nav_ico6.png");
  background-size: 0.28rem 0.27rem;
}

.tree-items:nth-child(7) .tree-node .tree-link {
  background-image: url("../images/nav_ico7.png");
  background-size: 0.25rem 0.29rem;
}

.tree-items:nth-child(8) .tree-node .tree-link {
  background-image: url("../images/nav_ico8.png");
  background-size: 0.28rem 0.27rem;
}

.tree-items:nth-child(9) .tree-node .tree-link {
  background-image: url("../images/nav_ico9.png");
  background-size: 0.27rem 0.26rem;
}

.tree-items:nth-child(10) .tree-node .tree-link {
  background-image: url("../images/nav_ico10.png");
  background-size: 0.3rem 0.28rem;
}

.tree-items:nth-child(11) .tree-node .tree-link {
  background-image: url("../images/nav_ico10.png");
  background-size: 0.3rem 0.28rem;
}

.tree-link {
  display: block;
  padding-left: 0.47rem;
}

.tree-sub {
  display: none;
}

.tree-sub .tree-link {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  color: #666;
}

.go-top {
  position: fixed;
  right: 0.24rem;
  bottom: 2.35rem;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 0.36rem;
  padding-top: 0.92rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.06rem;
  text-align: center;
  color: #1d7af0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(66, 138, 235, 0.39);
          box-shadow: 0px 0px 13px 0px rgba(66, 138, 235, 0.39);
  background: #fff url("../images/go_top.png") no-repeat center 0.16rem;
  background-size: 0.45rem 0.67rem;
  z-index: 2;
}

/* 尾部 */
.footer {
  margin-top: 0.16rem;
  padding: 0.2rem 0.24rem 0.36rem;
  background-color: #474a53;
}

.footer-scroll {
  height: 0.6rem !important;
}

.footer-link-list {
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.footer-link-item {
  display: inline-block;
  width: 2.8rem;
  margin-right: 0.2rem;
  vertical-align: top;
}

.footer-link-item > a {
  display: block;
}

.footer-link-item img {
  width: 100%;
  height: 100%;
}

.friend-item {
  margin-top: 0.2rem;
}

.friend-item .sel {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  padding-left: 0.2rem;
  border: none;
  font-size: 0.28rem;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #6f7580 url("../images/footer_right.png") no-repeat right 0.25rem center;
  background-size: 0.12rem 0.22rem;
  outline: none;
}

.friend-item .sel:focus {
  background-image: url("../images/footer_down.png");
  background-size: 0.22rem 0.12rem;
}

.footer-contact {
  margin-top: 0.42rem;
  line-height: 0.48rem;
  color: #afb5bf;
}

.footer-contact a {
  margin-right: 0.03rem;
  color: #afb5bf;
}

.footer-contact > h3 {
  line-height: 0.36rem;
  font-size: 0.3rem;
}

.footer-contact .contact-box {
  margin-top: 0.2rem;
}

.footer-link {
  margin-top: 0.22rem;
  text-align: center;
  font-size: 0;
}

.footer-link .img {
  display: inline-block;
  margin: 0 0.23rem;
  vertical-align: top;
}

.footer-link .img:nth-child(1) {
  margin-top: 0.2rem;
}

.footer-link .img:nth-child(1) > img {
  width: 0.83rem;
  height: 1.02rem;
}

.footer-link .img:nth-child(2) {
  margin-top: 0.33rem;
}

.footer-link .img:nth-child(2) > img {
  width: 1.52rem;
  height: 0.76rem;
}

.code-img {
  width: 1.24rem;
  height: 1.24rem;
  border: 0.01rem solid #f6f6f6;
  padding: 0.07rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.code-img > img {
  width: 100%;
  height: 100%;
}

.no-info {
  /* 无信息 */
  height: 6.32rem;
  margin-top: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-info > p {
  width: 100%;
  line-height: 0.36rem;
  padding-top: 2.63rem;
  text-align: center;
  color: #999;
  background: url("../images/subpage/no_info.png") no-repeat center top;
  background-size: 2.79rem 2.32rem;
}
